This problem requires finding the mirror image of a point with respect to a given plane, a fundamental concept in 3D geometry. We'll use the standard formula for the image of a point and then perform the required summation.
1. Key Concepts and Formulas
- Image of a Point with Respect to a Plane: Given a point P(x1,y1,z1) and a plane Ax+By+Cz+D=0, its mirror image P′(α,β,γ) is found using the formula:
Aα−x1=Bβ−y1=Cγ−z1=−2A2+B2+C2Ax1+By1+Cz1+D
- Geometric Interpretation: This formula is derived from two geometric properties:
- The line segment connecting the original point P and its image P′ is perpendicular to the plane. The direction ratios of this line (A,B,C) are proportional to the normal vector of the plane.
- The midpoint of the line segment PP′ lies on the plane. The factor of −2 ensures that the image point is located symmetrically on the opposite side of the plane from the original point.
2. Step-by-Step Solution
Step 1: Identify Given Information
First, we extract the coordinates of the given point and the coefficients of the plane equation.
- The given point P(x1,y1,z1) is (1,3,5).
So, x1=1, y1=3, z1=5.
- The equation of the plane is 4x−5y+2z=8. To use the formula, we rewrite it in the standard form Ax+By+Cz+D=0.
Thus, the plane equation is 4x−5y+2z−8=0.
- Comparing this with Ax+By+Cz+D=0, we identify the coefficients:
A=4
B=−5
C=2
D=−8
- The mirror image is denoted as (α,β,γ).
Step 2: Calculate the Numerator Term (Ax1+By1+Cz1+D)
This term represents the signed "value" of the plane equation when the coordinates of the point P are substituted into it. It is crucial for determining the distance of the point from the plane and thus the displacement of the image.
Substitute the values of A,B,C,D and x1,y1,z1:
Ax1+By1+Cz1+D=4(1)+(−5)(3)+2(5)+(−8)
=4−15+10−8
=27
Step 3: Calculate the Denominator Term (A2+B2+C2)
This term represents the square of the magnitude of the normal vector to the plane. It normalizes the expression in the formula.
Substitute the values of A,B,C:
A2+B2+C2=42+(−5)2+22
=16+25+4
=45
Step 4: Determine the Common Ratio (k)
Now, we substitute the calculated numerator and denominator values into the formula to find the common ratio, which we'll call k. This ratio dictates the position of the image point.
k=−2A2+B2+C2Ax1+By1+Cz1+D
k=−24527
Simplify the fraction 4527 by dividing both numerator and denominator by 9: 45÷927÷9=53.
k=−2(53)
k=−56
So, our formula becomes:
4α−1=−5β−3=2γ−5=−56
Step 5: Determine the Coordinates of the Image Point (α,β,γ)
Equate each part of the ratio to k=−56 to find the individual coordinates of the image point.
-
For α:
4α−1=−56
α−1=4×(−56)
α−1=−524
α=1−524=55−524=−519
-
For β:
−5β−3=−56
β−3=−5×(−56)
β−3=6
β=3+6=9
-
For γ:
2γ−5=−56
γ−5=2×(−56)
γ−5=−512
γ=5−512=525−512=513
Thus, the mirror image point (α,β,γ) is (−519,9,513).
Step 6: Calculate 5(α+β+γ)
The problem asks for the value of 5(α+β+γ).
First, sum the coordinates:
α+β+γ=−519+9+513
Convert 9 to a fraction with a denominator of 5: 9=545.
α+β+γ=−519+545+513
α+β+γ=5−19+45+13
α+β+γ=526+13
α+β+γ=539
Finally, multiply this sum by 5:
5(α+β+γ)=5×539
5(α+β+γ)=39
3. Common Mistakes & Tips
- Sign of D: Always ensure the plane equation is in the form Ax+By+Cz+D=0. If given as Ax+By+Cz=d, then D=−d. A common error is using the incorrect sign for D.
- The Factor of -2: Do not forget the −2 in the image formula. Using −1 gives the foot of the perpendicular, and omitting the negative sign (i.e., using 2) would result in a point on the same side of the plane as the original point.
- Arithmetic Accuracy: These problems involve several arithmetic steps, often with fractions and negative numbers. Double-check all calculations to avoid errors.
- Understanding the Derivation: While memorizing the formula is helpful, understanding its derivation (via the perpendicular line and midpoint conditions) can prevent errors and aid in problem-solving if the exact formula is forgotten.
4. Summary
To find the mirror image of a point P(x1,y1,z1) with respect to a plane Ax+By+Cz+D=0, we use the formula Aα−x1=Bβ−y1=Cγ−z1=−2A2+B2+C2Ax1+By1+Cz1+D.
For point (1,3,5) and plane 4x−5y+2z−8=0, we identified x1=1,y1=3,z1=5 and A=4,B=−5,C=2,D=−8.
We calculated Ax1+By1+Cz1+D=27 and A2+B2+C2=45.
This led to a common ratio k=−2×4527=−56.
Using this ratio, we found the image point (α,β,γ)=(−519,9,513).
Finally, we calculated 5(α+β+γ)=5(−519+9+513)=5(539)=39.
The final answer is 39, which corresponds to option (A).