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

Question

If the lines x11=y22=z+31{{x - 1} \over 1} = {{y - 2} \over 2} = {{z + 3} \over 1} and xa2=y+23=z31{{x - a} \over 2} = {{y + 2} \over 3} = {{z - 3} \over 1} intersect at the point P, then the distance of the point P from the plane z=az = a is :

Options

Solution

Key Concepts and Formulas

  • Parametric Form of a Line: A line passing through (x0,y0,z0)(x_0, y_0, z_0) with direction ratios (a,b,c)(a, b, c) can be represented parametrically as x=x0+aλx = x_0 + a\lambda, y=y0+bλy = y_0 + b\lambda, z=z0+cλz = z_0 + c\lambda, where λ\lambda is a scalar parameter.
  • Intersection of Two Lines: If two lines intersect, there exists a unique point that lies on both lines. This means their parametric coordinates must be equal for specific values of their respective parameters.
  • Distance of a Point from a Plane: The distance of a point (x0,y0,z0)(x_0, y_0, z_0) from a plane Ax+By+Cz+D=0Ax + By + Cz + D = 0 is given by the formula: D=Ax0+By0+Cz0+DA2+B2+C2D = \frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}}

Step-by-Step Solution

Step 1: Express Both Lines in Parametric Form

We are given two lines in symmetric (Cartesian) form. To find a general point on each line, we introduce a unique parameter for each line.

For the first line, L1L_1: x11=y22=z+31\frac{x - 1}{1} = \frac{y - 2}{2} = \frac{z + 3}{1} Let's set this equal to a parameter λ\lambda. x11=λ    x=λ+1\frac{x - 1}{1} = \lambda \implies x = \lambda + 1 y22=λ    y=2λ+2\frac{y - 2}{2} = \lambda \implies y = 2\lambda + 2 z+31=λ    z=λ3\frac{z + 3}{1} = \lambda \implies z = \lambda - 3 So, any point on line L1L_1 can be represented as P1(λ)=(λ+1,2λ+2,λ3)P_1(\lambda) = (\lambda + 1, 2\lambda + 2, \lambda - 3).

For the second line, L2L_2: xa2=y+23=z31\frac{x - a}{2} = \frac{y + 2}{3} = \frac{z - 3}{1} Let's set this equal to a different parameter, μ\mu. Using a distinct parameter is crucial because the parameters for different lines are generally independent. xa2=μ    x=2μ+a\frac{x - a}{2} = \mu \implies x = 2\mu + a y+23=μ    y=3μ2\frac{y + 2}{3} = \mu \implies y = 3\mu - 2 z31=μ    z=μ+3\frac{z - 3}{1} = \mu \implies z = \mu + 3 So, any point on line L2L_2 can be represented as P2(μ)=(2μ+a,3μ2,μ+3)P_2(\mu) = (2\mu + a, 3\mu - 2, \mu + 3).

Explanation: This step converts the symmetric equations of the lines into a more flexible parametric form. This allows us to express the coordinates of any point on each line using a single variable, which is essential for finding a common point.

Step 2: Equate Coordinates to Find the Point of Intersection P

Since the lines intersect at a point P, the coordinates of P1(λ)P_1(\lambda) and P2(μ)P_2(\mu) must be identical for some specific values of λ\lambda and μ\mu. We equate the corresponding xx, yy, and zz coordinates:

  1. x-coordinates: λ+1=2μ+a\lambda + 1 = 2\mu + a (Equation 1)
  2. y-coordinates: 2λ+2=3μ22\lambda + 2 = 3\mu - 2 (Equation 2)
  3. z-coordinates: λ3=μ+3\lambda - 3 = \mu + 3 (Equation 3)

Explanation: By equating the coordinates, we form a system of three linear equations. This system must have a solution for λ\lambda, μ\mu, and aa if the lines intersect as stated in the problem.

Step 3: Solve for Parameters λ\lambda, μ\mu, and the Unknown 'a'

We now have a system of three equations with three unknowns (λ\lambda, μ\mu, and aa). We can solve for λ\lambda and μ\mu using Equations 2 and 3, which do not involve 'a'.

Let's simplify Equation 2 and Equation 3: From Equation 2: 2λ3μ=42\lambda - 3\mu = -4 (Simplified Eq. 2') From Equation 3: λμ=6    λ=μ+6\lambda - \mu = 6 \implies \lambda = \mu + 6 (Simplified Eq. 3')

Now, substitute the expression for λ\lambda from Eq. 3' into Eq. 2': 2(μ+6)3μ=42(\mu + 6) - 3\mu = -4 2μ+123μ=42\mu + 12 - 3\mu = -4 μ+12=4-\mu + 12 = -4 μ=16    μ=16-\mu = -16 \implies \mu = 16

Now that we have μ=16\mu = 16, we can find λ\lambda using Eq. 3': λ=μ+6=16+6=22\lambda = \mu + 6 = 16 + 6 = 22

Finally, substitute the values of λ=22\lambda = 22 and μ=16\mu = 16 into Equation 1 to find aa: λ+1=2μ+a\lambda + 1 = 2\mu + a 22+1=2(16)+a22 + 1 = 2(16) + a 23=32+a23 = 32 + a a=2332a = 23 - 32 a=9a = -9

Explanation: We prioritized solving the equations that only involved λ\lambda and μ\mu first. This allowed us to find their specific values. Once λ\lambda and μ\mu were known, we substituted them into the remaining equation to determine the value of 'a', which fully defines the second line.

Step 4: Determine the Coordinates of the Point of Intersection P

Now that we have the value of λ=22\lambda = 22 (or μ=16\mu = 16), we can find the coordinates of the point of intersection P by substituting λ\lambda into the parametric equations for L1L_1 (or μ\mu into the parametric equations for L2L_2).

Using λ=22\lambda = 22 for L1L_1: x=λ+1=22+1=23x = \lambda + 1 = 22 + 1 = 23 y=2λ+2=2(22)+2=44+2=46y = 2\lambda + 2 = 2(22) + 2 = 44 + 2 = 46 z=λ3=223=19z = \lambda - 3 = 22 - 3 = 19

So, the point of intersection P is (23,46,19)(23, 46, 19).

Explanation: With the determined parameter values, we can now find the exact coordinates of the point P where the two lines meet. It's a good practice to verify this point using the other parameter (μ=16\mu=16) as well: For L2L_2: x=2(16)+(9)=329=23x = 2(16) + (-9) = 32 - 9 = 23, y=3(16)2=482=46y = 3(16) - 2 = 48 - 2 = 46, z=16+3=19z = 16 + 3 = 19. The coordinates match, confirming our calculations.

Step 5: Calculate the Distance of Point P from the Plane z=az = a

We found a=9a = -9. Therefore, the plane is z=9z = -9. This can be written in the general form Ax+By+Cz+D=0Ax + By + Cz + D = 0 as 0x+0y+1z+9=00x + 0y + 1z + 9 = 0. The point P is (x0,y0,z0)=(23,46,19)(x_0, y_0, z_0) = (23, 46, 19).

Using the distance formula for a point from a plane: D=Ax0+By0+Cz0+DA2+B2+C2D = \frac{|Ax_0 + By_0 + Cz_0 + D|}{\sqrt{A^2 + B^2 + C^2}} Substitute the values: A=0,B=0,C=1,D=9A=0, B=0, C=1, D=9 and (x0,y0,z0)=(23,46,19)(x_0, y_0, z_0) = (23, 46, 19). D=(0)(23)+(0)(46)+(1)(19)+902+02+12D = \frac{|(0)(23) + (0)(46) + (1)(19) + 9|}{\sqrt{0^2 + 0^2 + 1^2}} D=0+0+19+90+0+1D = \frac{|0 + 0 + 19 + 9|}{\sqrt{0 + 0 + 1}} D=281D = \frac{|28|}{\sqrt{1}} D=28D = 28

Explanation: With the value of 'a' determined, we can define the plane. The distance formula is then applied directly. For a plane like z=kz=k, the distance of a point (x0,y0,z0)(x_0, y_0, z_0) from it is simply z0k|z_0 - k|. In our case, 19(9)=19+9=28=28|19 - (-9)| = |19 + 9| = |28| = 28.


Common Mistakes & Tips

  • Using the Same Parameter: A frequent error is using the same parameter (λ\lambda) for both lines. This would incorrectly imply a relationship between the lines' parameters. Always use distinct parameters (e.g., λ\lambda and μ\mu) for different lines.
  • Algebraic Errors: Solving the system of three linear equations requires careful algebraic manipulation. Double-check substitutions and arithmetic to avoid errors.
  • Understanding Plane Equation: For a plane like z=az=a, remember that A=0,B=0,C=1A=0, B=0, C=1 (or C=1C=-1) and D=aD=-a (or D=aD=a) in the general form Ax+By+Cz+D=0Ax+By+Cz+D=0. A shortcut for distance from z=kz=k is simply z0k|z_0-k|.
  • Coordinate Identification: Ensure you correctly identify x0,y0,z0x_0, y_0, z_0 and A,B,C,DA, B, C, D when applying the distance formula.

Summary

We began by converting the given symmetric equations of the lines into their parametric forms using distinct parameters λ\lambda and μ\mu. By equating the corresponding coordinates, we formed a system of three linear equations. Solving this system allowed us to find the values of λ\lambda, μ\mu, and the unknown constant 'a'. With λ\lambda (or μ\mu), we determined the coordinates of the intersection point P. Finally, using the value of 'a' to define the plane, we calculated the perpendicular distance of point P from the plane z=az=a using the standard formula.

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

Practice More 3D Geometry Questions

View All Questions