Skip to main content
Back to 3D Geometry
JEE Main 2023
3D Geometry
3D Geometry
Medium

Question

Let a, b\inR. If the mirror image of the point P(a, 6, 9) with respect to the line x37=y25=z19{{x - 3} \over 7} = {{y - 2} \over 5} = {{z - 1} \over { - 9}} is (20, b, -a-9), then | a + b |, is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Mirror Image Property: If a point P(x1,y1,z1)P(x_1, y_1, z_1) has a mirror image Q(x2,y2,z2)Q(x_2, y_2, z_2) with respect to a line LL, then the midpoint MM of the line segment PQPQ must lie on the line LL. Additionally, the line segment PQPQ is perpendicular to the line LL. For this problem, the midpoint property alone is sufficient to solve for the unknowns.
  • Midpoint Formula: The coordinates of the midpoint MM of a line segment connecting P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2) are given by: M=(x1+x22,y1+y22,z1+z22)M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}, \frac{z_1 + z_2}{2} \right)
  • Symmetric Form of a Line: A line passing through a point (x0,y0,z0)(x_0, y_0, z_0) with direction ratios (dx,dy,dz)(d_x, d_y, d_z) can be represented as: xx0dx=yy0dy=zz0dz\frac{x - x_0}{d_x} = \frac{y - y_0}{d_y} = \frac{z - z_0}{d_z}

2. Step-by-Step Solution

Step 1: Identify Given Information and Key Geometric Property

We are given:

  • The original point P(a,6,9)P(a, 6, 9).
  • Its mirror image Q(20,b,a9)Q(20, b, -a-9).
  • The line of reflection L:x37=y25=z19L: \frac{x - 3}{7} = \frac{y - 2}{5} = \frac{z - 1}{-9}.

The fundamental property we will use is that the midpoint of the line segment PQPQ must lie on the line LL.

Step 2: Calculate the Coordinates of the Midpoint M of PQ

Using the midpoint formula for P(a,6,9)P(a, 6, 9) and Q(20,b,a9)Q(20, b, -a-9): M=(a+202,6+b2,9+(a9)2)M = \left( \frac{a + 20}{2}, \frac{6 + b}{2}, \frac{9 + (-a - 9)}{2} \right) Simplify the coordinates of MM: M=(a+202,6+b2,a2)M = \left( \frac{a + 20}{2}, \frac{6 + b}{2}, \frac{-a}{2} \right)

Step 3: Substitute Midpoint M into the Line Equation

Since the midpoint MM lies on the line LL, its coordinates must satisfy the line's equation. Substitute the coordinates of MM into the symmetric equation of line LL: (a+202)37=(6+b2)25=(a2)19\frac{\left(\frac{a + 20}{2}\right) - 3}{7} = \frac{\left(\frac{6 + b}{2}\right) - 2}{5} = \frac{\left(\frac{-a}{2}\right) - 1}{-9} Now, simplify the numerators:

  • First numerator: a+2023=a+2062=a+142\frac{a + 20}{2} - 3 = \frac{a + 20 - 6}{2} = \frac{a + 14}{2}
  • Second numerator: 6+b22=6+b42=b+22\frac{6 + b}{2} - 2 = \frac{6 + b - 4}{2} = \frac{b + 2}{2}
  • Third numerator: a21=a22\frac{-a}{2} - 1 = \frac{-a - 2}{2}

Substitute these simplified numerators back into the equation: a+1427=b+225=a229\frac{\frac{a + 14}{2}}{7} = \frac{\frac{b + 2}{2}}{5} = \frac{\frac{-a - 2}{2}}{-9} This simplifies to: a+1414=b+210=(a+2)18\frac{a + 14}{14} = \frac{b + 2}{10} = \frac{-(a + 2)}{-18} Further simplifying the third term by canceling the negative signs: a+1414=b+210=a+218\frac{a + 14}{14} = \frac{b + 2}{10} = \frac{a + 2}{18}

Step 4: Form and Solve Equations for 'a'

We equate the first and third ratios to solve for aa: a+1414=a+218\frac{a + 14}{14} = \frac{a + 2}{18} Cross-multiply to eliminate the denominators: 18(a+14)=14(a+2)18(a + 14) = 14(a + 2) 18a+252=14a+2818a + 252 = 14a + 28 Collect terms with aa on one side and constants on the other: 18a14a=2825218a - 14a = 28 - 252 4a=2244a = -224 Divide by 4: a=56a = -56

Step 5: Form and Solve Equations for 'b'

Now, we use the second and third ratios, along with the value of a=56a = -56, to solve for bb: b+210=a+218\frac{b + 2}{10} = \frac{a + 2}{18} Substitute a=56a = -56: b+210=56+218\frac{b + 2}{10} = \frac{-56 + 2}{18} b+210=5418\frac{b + 2}{10} = \frac{-54}{18} Simplify the right side: b+210=3\frac{b + 2}{10} = -3 Multiply both sides by 10: b+2=30b + 2 = -30 Subtract 2 from both sides: b=302b = -30 - 2 b=32b = -32

Step 6: Calculate the Required Value |a + b|

The problem asks for the value of a+b|a + b|. Substitute the values a=56a = -56 and b=32b = -32: a+b=56+(32)|a + b| = |-56 + (-32)| a+b=5632|a + b| = |-56 - 32| a+b=88|a + b| = |-88| The absolute value of 88-88 is 8888: a+b=88|a + b| = 88

3. Common Mistakes & Tips

  • Sign Errors: Be vigilant with negative signs, especially when simplifying expressions like a218\frac{-a-2}{-18} or during algebraic manipulations involving subtraction and addition of negative numbers.
  • Fraction Simplification: Take care when simplifying complex fractions, ensure you multiply the denominator of the inner fraction correctly with the outer denominator. For example, (A/B)C=ABC\frac{(A/B)}{C} = \frac{A}{BC}.
  • Algebraic Precision: Double-check your arithmetic when solving linear equations. A small calculation error can propagate and lead to an incorrect final answer.

4. Summary

This problem leveraged the fundamental property of a mirror image in 3D geometry: the midpoint of the original point and its image must lie on the line of reflection. By calculating the midpoint of the given points PP and QQ (which contained unknown variables aa and bb), and then substituting these midpoint coordinates into the symmetric equation of the line, we formed a system of equations. Solving this system allowed us to determine the values of a=56a = -56 and b=32b = -32. Finally, we computed the required value a+b|a+b|, which was found to be 88.

5. Final Answer

The final answer is 88\boxed{88}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions