Let the image of the point P(1,2,3) in the plane 2x−y+z=9 be Q. If the coordinates of the point R are (6,10,7), then the square of the area of the triangle PQR is _____________.
Answer: 1
Solution
This problem combines concepts from 3D Geometry and Vector Algebra to determine the coordinates of an image point and then calculate the area of a triangle formed by three points. A key observation in this problem is the relationship between the given points and the plane.
Key Concepts and Formulas
Image of a point in a plane: The image Q(x,y,z) of a point P(x1,y1,z1) in the plane ax+by+cz+d=0 is given by the formula:
ax−x1=by−y1=cz−z1=a2+b2+c2−2(ax1+by1+cz1+d)
This formula provides a direct method to find the reflection of a point across a plane. The line segment connecting the point to its image is perpendicular to the plane, and its midpoint lies on the plane.
Area of a triangle using vectors: If A and B are two vectors representing two adjacent sides of a triangle originating from the same vertex (e.g., PQ and PR), then the area of the triangle is given by:
Area of △PQR=21∣PQ×PR∣
where ∣PQ×PR∣ denotes the magnitude of the cross product of the two vectors. The cross product of two vectors A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^ is calculated as:
A×B=i^AxBxj^AyByk^AzBz
Step-by-Step Solution
Step 2.1: Finding the Coordinates of Point Q (Image of P)
Our first task is to find the coordinates of point Q, which is the image of P(1,2,3) in the plane 2x−y+z=9.
Identify the given point P and the plane equation:
The point P(x1,y1,z1) is (1,2,3).
The equation of the plane is 2x−y+z=9, which can be written as 2x−y+z−9=0.
Comparing this with the general form ax+by+cz+d=0, we get the coefficients: a=2, b=−1, c=1, and d=−9.
Apply the image formula:
Let Q(x,y,z) be the image of P(1,2,3). We substitute the values into the formula:
2x−1=−1y−2=1z−3=22+(−1)2+12−2(2(1)+(−1)(2)+(1)(3)+(−9))Explanation: This formula directly relates the coordinates of the image point to the original point and the plane's normal vector by considering the perpendicular distance from the point to the plane.
Calculate the numerator and denominator of the RHS:
The expression inside the parenthesis in the numerator (ax1+by1+cz1+d) is:
2(1)+(−1)(2)+(1)(3)−9=2−2+3−9=−6.
The denominator (a2+b2+c2) is:
22+(−1)2+12=4+1+1=6.
Simplify the Right Hand Side (RHS):2x−1=−1y−2=1z−3=6−2(−6)=612=2
Solve for x, y, and z:
Equating each part of the expression to 2:
2x−1=2⟹x−1=4⟹x=5
−1y−2=2⟹y−2=−2⟹y=0
1z−3=2⟹z−3=2⟹z=5
Thus, the coordinates of point Q are (5,0,5).
Step 2.2: Calculating the Vectors PQ and PR
To find the area of △PQR using the cross product, we need two vectors originating from a common vertex. We'll choose vertex P and calculate vectors PQ and PR.
Recall the coordinates:P(1,2,3)Q(5,0,5)R(6,10,7)
Calculate PQ:
A vector from point A(xA,yA,zA) to B(xB,yB,zB) is AB=(xB−xA)i^+(yB−yA)j^+(zB−zA)k^.
PQ=(5−1)i^+(0−2)j^+(5−3)k^=4i^−2j^+2k^
Calculate PR:PR=(6−1)i^+(10−2)j^+(7−3)k^=5i^+8j^+4k^Explanation: These two vectors form two sides of the triangle △PQR originating from vertex P, which are necessary for the cross product method.
Step 2.3: Calculating the Cross Product PQ×PR
Now we compute the cross product of the two vectors found in the previous step.
Set up the determinant:PQ×PR=i^45j^−28k^24
Expand the determinant:PQ×PR=i^((−2)(4)−(2)(8))−j^((4)(4)−(2)(5))+k^((4)(8)−(−2)(5))PQ×PR=i^(−8−16)−j^(16−10)+k^(32−(−10))PQ×PR=i^(−24)−j^(6)+k^(32+10)PQ×PR=−24i^−6j^+42k^Explanation: The magnitude of this resultant vector is twice the area of the triangle.
Step 2.4: Calculating the Area of Triangle PQR and its Square
Finally, we use the magnitude of the cross product to find the area and then square it.
Calculate the magnitude of the cross product:
Let V=PQ×PR=−24i^−6j^+42k^.
The magnitude of V is:
∣V∣=(−24)2+(−6)2+(42)2∣V∣=576+36+1764∣V∣=2376
Calculate the area of △PQR:Area of △PQR=21∣PQ×PR∣=212376
We can simplify 2376=36×66=666.
So, Area of △PQR=21(666)=366.
Calculate the square of the area:
The question asks for the square of the area of the triangle.
(Area of △PQR)2=(366)2=32×(66)2=9×66=594Self-check/Important Observation: Notice that R(6,10,7) lies on the plane 2x−y+z=9 because 2(6)−10+7=12−10+7=9. Also, the midpoint of PQ, M(3,1,4), lies on the plane. Since PQ is perpendicular to the plane and MR lies in the plane, △PMR is a right-angled triangle at M. The area of △PQR can also be calculated as PM×MR.
PM=21∣PQ∣=2142+(−2)2+22=2124=6.
MR=∣MR∣=(6−3)2+(10−1)2+(7−4)2=32+92+32=9+81+9=99.
Area =6×99=594.
Square of Area =594. Both methods yield the same result, confirming the calculation.
Common Mistakes & Tips
Sign Errors in Image Formula: Be meticulous with signs, especially the −2 factor and the d term in the image formula.
Cross Product Calculation: Errors often occur during the expansion of the determinant for the cross product, particularly with the negative sign for the j^ component. Double-check each component calculation.
Vector Subtraction: Ensure coordinates are subtracted in the correct order (e.g., Q−P for PQ).
Properties of Image Point: Remember that the line connecting a point to its image is perpendicular to the plane, and its midpoint lies on the plane. Any point on the plane is equidistant from the point and its image. This can sometimes simplify area calculations if a vertex lies on the plane.
Summary
To find the square of the area of △PQR, we first determined the coordinates of point Q (the image of P) using the specific formula for the image of a point in a plane, yielding Q(5,0,5). Next, we formed two vectors originating from a common vertex, PQ=(4,−2,2) and PR=(5,8,4). We then calculated their cross product, PQ×PR=−24i^−6j^+42k^. Finally, we found the magnitude of this cross product, divided it by 2 to get the area, and then squared the result. A crucial observation was that point R lies on the plane, which provides an alternative method to verify the area calculation.