Question: Find the distance between the points P(1, -3, 4) and Q(-4, 1, 2).
Solution:
We use the 3D distance formula: d=(x2−x1)2+(y2−y1)2+(z2−z1)2.
Step 1: Substitute the coordinates of P and Q.
d=(−4−1)2+(1−(−3))2+(2−4)2
Step 2: Simplify the terms inside the parentheses.
d=(−5)2+(4)2+(−2)2
Step 3: Calculate the final distance.
d=25+16+4=45=9×5=35
Example 2: Collinearity of Points
Question: Show that the points P(-2, 3, 5), Q(1, 2, 3) and R(7, 0, -1) are collinear.
Solution:
Three points are collinear if the sum of the distances between two pairs of points equals the distance between the third pair. We calculate all three distances.
Since the midpoints are identical, the figure is a parallelogram.
Example 8: Internal Division
Question: Find the coordinates of the point which divides the line segment joining (1, –2, 3) and (3, 4, –5) in the ratio 2 : 3 internally.
Solution:
Using the internal section formula R=(m+nmx2+nx1,m+nmy2+ny1,m+nmz2+nz1) with m=2,n=3.
x=2+32(3)+3(1)=9/5
y=2+32(4)+3(−2)=2/5
z=2+32(−5)+3(3)=−1/5
The point is (9/5, 2/5, -1/5).
Example 9: External Division
Question: Find the coordinates of the point which divides the line segment joining P(2,-1,4) and Q(3,1,5) in the ratio 2:1 externally.
Solution:
Using the external section formula R=(m−nmx2−nx1,m−nmy2−ny1,m−nmz2−nz1) with m=2,n=1.
x=2−12(3)−1(2)=14=4
y=2−12(1)−1(−1)=13=3
z=2−12(5)−1(4)=16=6
The point is (4,3,6).
Example 10: Finding the Ratio of Division by a Plane
Question: Find the ratio in which the line segment joining (4, 8, 10) and (6, 10, –8) is divided by the YZ-plane.
Solution:
Step 1: The YZ-plane is the set of all points where the x-coordinate is 0.
Step 2: Let the ratio be k:1. The x-coordinate of the point of division is x=k+1k(x2)+1(x1).
Step 3: Set x=0 and solve for k:
0=k+1k(6)+1(4)⟹6k+4=0⟹k=−2/3.
Since k is negative, the division is external. The ratio is ∣k∣=2/3. Thus, the division is 2:3 externally.
Example 11: Centroid of a Triangle
Question: Find the centroid of a triangle whose vertices are (1,1,1), (2,0,3), and (4,1,1).
Solution:
The centroid is the average of the vertex coordinates.
G=(3x1+x2+x3,3y1+y2+y3,3z1+z2+z3)
G=(31+2+4,31+0+1,31+3+1)=(7/3,2/3,5/3).
Example 12: Centroid of a Tetrahedron
Question: Find the centroid of the tetrahedron with vertices (1,1,1), (2,0,3), (4,1,1), and (3,2,1).
Solution:
The centroid of a tetrahedron is the average of the four vertices' coordinates.
G=(41+2+4+3,41+0+1+2,41+3+1+1)
G=(10/4,4/4,6/4)=(5/2,1,3/2).
Example 13: Finding a Vertex from the Centroid
Question: If the origin O(0,0,0) is the centroid of a triangle with vertices A(a,1,3), B(-2,b,-5) and C(4,7,c), find a, b, and c.
Solution:
The centroid is the average of the coordinates. We set up an equation for each coordinate equal to the centroid's coordinate (0).
x-coordinate:3a+(−2)+4=0⟹a+2=0⟹a=−2.
y-coordinate:31+b+7=0⟹b+8=0⟹b=−8.
z-coordinate:33+(−5)+c=0⟹c−2=0⟹c=2.
Example 14: Distance from a Coordinate Plane
Question: Find the distance of the point (3, -4, 5) from the xz-plane.
Solution:
The distance of a point (x,y,z) from the xz-plane (which has the equation y=0) is the length of the perpendicular from the point to the plane. This distance is simply the absolute value of its y-coordinate.
Distance = ∣−4∣=4.
Example 15: Image of a Point in a Plane
Question: Find the image of the point (1, 2, 3) in the xy-plane.
Solution:
Reflection in the xy-plane means the 'mirror' is the plane where z=0. The reflection will be at the same (x,y) location but an equal distance 'below' the plane. This means the x and y coordinates remain the same, while the z-coordinate reverses its sign.
The image is (1, 2, -3).
Example 16: Finding a Vertex of a Parallelogram
Question: If the vertices of a parallelogram are A(1,2,3), B(-1,-2,-1), C(2,3,2) and D(x,y,z), find D.
Solution:
The diagonals of a parallelogram bisect each other, so the midpoint of AC is the same as the midpoint of BD.
Midpoint of AC = (21+2,22+3,23+2)=(3/2,5/2,5/2).
Midpoint of BD = (2−1+x,2−2+y,2−1+z).
Equating the coordinates:
2−1+x=3/2⟹−1+x=3⟹x=4.
2−2+y=5/2⟹−2+y=5⟹y=7.
2−1+z=5/2⟹−1+z=5⟹z=6.
The vertex D is (4,7,6).
Example 17: Equilateral Triangle Check
Question: Show that the points A(1,2,3), B(2,3,1), and C(3,1,2) form an equilateral triangle.
Solution:
We find the square of the side lengths to check if they are all equal.
AB2=(2−1)2+(3−2)2+(1−3)2=12+12+(−2)2=1+1+4=6.
BC2=(3−2)2+(1−3)2+(2−1)2=12+(−2)2+12=1+4+1=6.
AC2=(3−1)2+(1−2)2+(2−3)2=22+(−1)2+(−1)2=4+1+1=6.
Since AB2=BC2=AC2, all sides are equal in length, and the triangle is equilateral.
Example 18: Locus of a Point (Advanced)
Question: Find the locus of a point P such that the sum of the squares of its distances from the points A(1,0,0) and B(-1,0,0) is always 10.
Solution:
Let P be the point (x,y,z). The given condition is PA2+PB2=10.
Step 1: Write the squared distances using the distance formula.
PA2=(x−1)2+(y−0)2+(z−0)2=(x−1)2+y2+z2.
PB2=(x−(−1))2+(y−0)2+(z−0)2=(x+1)2+y2+z2.
Step 2: Substitute into the given condition.
((x−1)2+y2+z2)+((x+1)2+y2+z2)=10.
Step 3: Expand and simplify.
(x2−2x+1+y2+z2)+(x2+2x+1+y2+z2)=10.
2x2+2y2+2z2+2=10.
2(x2+y2+z2)=8.
x2+y2+z2=4. This is the equation of a sphere centered at the origin with radius 2.
Example 19: Ratio of Division (Advanced)
Question: Find the ratio in which the join of A(2,1,5) and B(3,4,3) is divided by the plane 2x+2y−2z=1.
Solution:
The ratio in which the plane Ax+By+Cz+D=0 divides the segment joining (x1,y1,z1) and (x2,y2,z2) is given by the formula:
Ratio = −Ax2+By2+Cz2+DAx1+By1+Cz1+D.
Step 1: Identify the parameters.
The plane is 2x+2y−2z−1=0, so A=2,B=2,C=−2,D=−1.
Point A: (x1,y1,z1)=(2,1,5).
Point B: (x2,y2,z2)=(3,4,3).
Step 2: Substitute into the formula.
Ratio = −2(3)+2(4)−2(3)−12(2)+2(1)−2(5)−1=−6+8−6−14+2−10−1=−7−5=5/7.
Since the ratio is positive, the division is 5:7 internally.
Example 20: Finding a Point on a Sphere
Question: A sphere has its center at the origin and a radius of 5. Find the value of k if the point (3, k, 1) lies on the sphere.
Solution:
Step 1: Write the equation of the sphere.
The equation of a sphere centered at the origin with radius r is x2+y2+z2=r2.
Here, the equation is x2+y2+z2=52=25.
Step 2: Substitute the point's coordinates.
Since the point (3,k,1) lies on the sphere, it must satisfy the equation: