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

Question

For real numbers α\alpha and β\beta \ne 0, if the point of intersection of the straight lines xα1=y12=z13{{x - \alpha } \over 1} = {{y - 1} \over 2} = {{z - 1} \over 3} and x4β=y63=z73{{x - 4} \over \beta } = {{y - 6} \over 3} = {{z - 7} \over 3}, lies on the plane x + 2y - z = 8, then α\alpha - β\beta is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Symmetric Form of a Straight Line: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (a,b,c)(a, b, c) is given by xx1a=yy1b=zz1c\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c}.
  • Parametric Form of a Straight Line: By equating the symmetric form to a parameter (e.g., λ\lambda), any general point on the line can be represented as (x1+aλ,y1+bλ,z1+cλ)(x_1 + a\lambda, y_1 + b\lambda, z_1 + c\lambda). This form is essential for finding intersection points.
  • Point of Intersection of Two Lines: If two lines intersect, a unique point exists that lies on both. We find this by setting the general points (using different parameters) from each line equal to each other and solving the resulting system of equations.
  • Condition for a Point to Lie on a Plane: A point (x0,y0,z0)(x_0, y_0, z_0) lies on a plane Ax+By+Cz=DAx + By + Cz = D if its coordinates satisfy the plane's equation: Ax0+By0+Cz0=DAx_0 + By_0 + Cz_0 = D.

2. Step-by-Step Solution

The problem asks for the value of αβ\alpha - \beta, given two lines whose intersection point lies on a specific plane. Our strategy involves finding the general points on each line, determining their intersection point, and then using the plane condition to solve for α\alpha and β\beta.

Step 1: Representing Lines in Parametric Form To find the point of intersection, we express any general point on each line using a parameter.

Line 1 (L1L_1): xα1=y12=z13\frac{x - \alpha}{1} = \frac{y - 1}{2} = \frac{z - 1}{3} Let's equate this to a parameter, say ϕ\phi: xα1=y12=z13=ϕ\frac{x - \alpha}{1} = \frac{y - 1}{2} = \frac{z - 1}{3} = \phi From this, the coordinates of any point P1P_1 on Line 1 are: x=ϕ+αx = \phi + \alpha y=2ϕ+1y = 2\phi + 1 z=3ϕ+1z = 3\phi + 1 So, a general point on Line 1 is P1(ϕ+α,2ϕ+1,3ϕ+1)P_1(\phi + \alpha, 2\phi + 1, 3\phi + 1).

Line 2 (L2L_2): x4β=y63=z73\frac{x - 4}{\beta} = \frac{y - 6}{3} = \frac{z - 7}{3} Let's equate this to a different parameter, say qq: x4β=y63=z73=q\frac{x - 4}{\beta} = \frac{y - 6}{3} = \frac{z - 7}{3} = q From this, the coordinates of any point P2P_2 on Line 2 are: x=qβ+4x = q\beta + 4 y=3q+6y = 3q + 6 z=3q+7z = 3q + 7 So, a general point on Line 2 is P2(qβ+4,3q+6,3q+7)P_2(q\beta + 4, 3q + 6, 3q + 7).

Step 2: Finding the Point of Intersection For the two lines to intersect, there must be a common point. This means that for some specific values of ϕ\phi and qq, the coordinates of P1P_1 and P2P_2 must be identical. We equate the corresponding coordinates:

  1. x-coordinate: ϕ+α=qβ+4(1)\phi + \alpha = q\beta + 4 \quad \ldots(1)
  2. y-coordinate: 2ϕ+1=3q+6(2)2\phi + 1 = 3q + 6 \quad \ldots(2)
  3. z-coordinate: 3ϕ+1=3q+7(3)3\phi + 1 = 3q + 7 \quad \ldots(3)

We first solve equations (2) and (3) for ϕ\phi and qq, as they only involve these two parameters: From equation (2): 2ϕ3q=52\phi - 3q = 5 From equation (3): 3ϕ3q=63\phi - 3q = 6

Subtract equation (2) from equation (3): (3ϕ3q)(2ϕ3q)=65(3\phi - 3q) - (2\phi - 3q) = 6 - 5 ϕ=1\phi = 1 Now substitute ϕ=1\phi = 1 into equation (2): 2(1)3q=52(1) - 3q = 5 23q=52 - 3q = 5 3q=3-3q = 3 q=1q = -1

So, the lines intersect when ϕ=1\phi = 1 and q=1q = -1. Now, we find the coordinates of the intersection point, let's call it II. Using P1P_1 with ϕ=1\phi=1: xI=1+αx_I = 1 + \alpha yI=2(1)+1=3y_I = 2(1) + 1 = 3 zI=3(1)+1=4z_I = 3(1) + 1 = 4 So, the point of intersection is I(1+α,3,4)I(1 + \alpha, 3, 4).

We can also use P2P_2 with q=1q=-1 to verify and establish a relationship between α\alpha and β\beta: xI=(1)β+4=4βx_I = (-1)\beta + 4 = 4 - \beta yI=3(1)+6=3y_I = 3(-1) + 6 = 3 zI=3(1)+7=4z_I = 3(-1) + 7 = 4 Equating the xx-coordinates from both expressions for II: 1+α=4β1 + \alpha = 4 - \beta α+β=3(4)\alpha + \beta = 3 \quad \ldots(4) This is a crucial relationship between α\alpha and β\beta.

Step 3: Applying the Plane Condition The problem states that the point of intersection I(1+α,3,4)I(1 + \alpha, 3, 4) lies on the plane x+2yz=8x + 2y - z = 8. This means the coordinates of II must satisfy the plane's equation.

Substitute x=1+αx = 1 + \alpha, y=3y = 3, and z=4z = 4 into the plane equation: (1+α)+2(3)(4)=8(1 + \alpha) + 2(3) - (4) = 8 1+α+64=81 + \alpha + 6 - 4 = 8 α+3=8\alpha + 3 = 8 α=83\alpha = 8 - 3 α=5\alpha = 5 We have found the value of α\alpha.

Step 4: Calculating αβ\alpha - \beta Now that we know α=5\alpha = 5, we can use the relationship from equation (4), α+β=3\alpha + \beta = 3, to find β\beta. 5+β=35 + \beta = 3 β=35\beta = 3 - 5 β=2\beta = -2 This value β=2\beta = -2 satisfies the condition β0\beta \ne 0.

Finally, we need to calculate αβ\alpha - \beta: αβ=5(2)\alpha - \beta = 5 - (-2) αβ=5+2\alpha - \beta = 5 + 2 αβ=7\alpha - \beta = 7


3. Common Mistakes & Tips

  • Using the Same Parameter: Always use different parameters (e.g., ϕ\phi and qq) for different lines when finding an intersection point. Using the same parameter implies the lines are identical or the parameter value is fixed, which is generally incorrect.
  • Algebraic Errors: Be careful with signs and basic arithmetic when solving systems of equations and substituting values. A small error can propagate through the entire solution.
  • Verifying Coordinates: After finding the parameter values for intersection, substitute them back into both parametric forms to ensure all coordinates match. This helps catch errors early.

4. Summary

We began by converting the given symmetric equations of the lines into their parametric forms to represent general points on each line. By equating the corresponding coordinates of these general points, we formed a system of equations. Solving this system yielded the specific parameter values (ϕ=1,q=1\phi=1, q=-1) that define the intersection point, leading to the coordinates I(1+α,3,4)I(1+\alpha, 3, 4) and the relationship α+β=3\alpha + \beta = 3. Finally, by substituting the coordinates of the intersection point into the equation of the given plane, we determined α=5\alpha = 5. Using this value, we found β=2\beta = -2. The required value αβ\alpha - \beta was then calculated as 77.


5. Final Answer

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

Practice More 3D Geometry Questions

View All Questions