Centroid of a Tetrahedron
G=(4x1+x2+x3+x4,4y1+y2+y3+y4,4z1+z2+z3+z4) Coordinates of the centroid of a tetrahedron given its four vertices.
centroidtetrahedronjee-advanced
G=(3x1+x2+x3,3y1+y2+y3,3z1+z2+z3) Coordinates of the centroid of a triangle given its three vertices.
centroidtriangle
Collinearity using distance
AB+BC=AC Condition for three points A, B, and C to be collinear using the distance formula.
applies whenPoints must be ordered A, B, then C on the line.
collineardistance
Distance between two points
d=(x2−x1)2+(y2−y1)2+(z2−z1)2 Calculates the Euclidean distance between two points in 3D space.
distance3d-geometry
d=x2+y2+z2 Calculates the distance of a point from the origin (0,0,0).
applies whenOrigin is strictly (0,0,0)
distanceoriginspecial-case
M=(2x1+x2,2y1+y2,2z1+z2) Coordinates of the midpoint of a line segment.
midpointjee-advanced
Section Formula (External)
P=(m−nmx2−nx1,m−nmy2−ny1,m−nmz2−nz1) Coordinates of a point dividing a line segment joining two points externally in the ratio m:n.
applies whenm=n sectionexternaljee-advanced
Section Formula (Internal)
P=(m+nmx2+nx1,m+nmy2+ny1,m+nmz2+nz1) Coordinates of a point dividing a line segment joining two points internally in the ratio m:n.
applies whenm+n=0 sectioninternaljee-advanced