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

Question

If the lines x = ay + b, z = cy + d and x = a'z + b', y = c'z + d' are perpendicular, then :

Options

Solution

This problem asks us to find the condition for two lines, given in a non-symmetric form, to be perpendicular in three-dimensional space. The standard approach involves converting the line equations into their symmetric form to easily identify their direction ratios (DRs), and then applying the perpendicularity condition.

1. Key Concepts and Formulas

  • Standard Symmetric Form of a Line: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (l,m,n)(l, m, n) can be written as: xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n}
  • Direction Ratios (DRs) from Non-Symmetric Form: If a line is given by two equations (e.g., as the intersection of two planes), one method to find its DRs is to express x,y,zx, y, z in terms of a common parameter. For example, if x=py+qx = py + q and z=ry+sz = ry + s, then by setting y=λy = \lambda, we get x=pλ+qx = p\lambda + q, y=1λ+0y = 1\lambda + 0, z=rλ+sz = r\lambda + s. The direction ratios are then (p,1,r)(p, 1, r).
  • Perpendicularity Condition for Two Lines: Two lines with direction ratios (l1,m1,n1)(l_1, m_1, n_1) and (l2,m2,n2)(l_2, m_2, n_2) are perpendicular if and only if the dot product of their direction vectors is zero: l1l2+m1m2+n1n2=0l_1l_2 + m_1m_2 + n_1n_2 = 0

2. Step-by-Step Solution

Our goal is to transform the given equations for each line into the standard symmetric form to extract their direction ratios.

Step 1: Determine Direction Ratios for the First Line The first line is given by the equations:

  1. x=ay+bx = ay + b
  2. z=cy+dz = cy + d
  • Reasoning: These equations express xx and zz in terms of yy. We can treat yy as a parameter (say, λ\lambda). From equation (1), we can write xba=y\frac{x-b}{a} = y. From equation (2), we can write zdc=y\frac{z-d}{c} = y. Also, yy can be written as y01\frac{y-0}{1}.
  • Mathematical Derivation: Equating these expressions, we get the symmetric form of the first line: xba=y01=zdc\frac{x-b}{a} = \frac{y-0}{1} = \frac{z-d}{c}
  • Identifying DRs: By comparing this to the standard form xx1l1=yy1m1=zz1n1\frac{x-x_1}{l_1} = \frac{y-y_1}{m_1} = \frac{z-z_1}{n_1}, the direction ratios for the first line are (l1,m1,n1)=(a,1,c)(l_1, m_1, n_1) = (a, 1, c).

Step 2: Determine Direction Ratios for the Second Line The second line is given by the equations: 3. x=az+bx = a'z + b' 4. y=cz+dy = c'z + d'

  • Reasoning: These equations express xx and yy in terms of zz. We can treat zz as a parameter (say, μ\mu). From equation (3), we can write xba=z\frac{x-b'}{a'} = z. From equation (4), we can write ydc=z\frac{y-d'}{c'} = z. Also, zz can be written as z01\frac{z-0}{1}.
  • Mathematical Derivation: Equating these expressions, we get the symmetric form of the second line: xba=ydc=z01\frac{x-b'}{a'} = \frac{y-d'}{c'} = \frac{z-0}{1}
  • Identifying DRs: By comparing this to the standard form xx2l2=yy2m2=zz2n2\frac{x-x_2}{l_2} = \frac{y-y_2}{m_2} = \frac{z-z_2}{n_2}, the direction ratios for the second line are (l2,m2,n2)=(a,c,1)(l_2, m_2, n_2) = (a', c', 1).

Step 3: Apply the Perpendicularity Condition Now that we have the direction ratios for both lines, we apply the condition for perpendicularity: l1l2+m1m2+n1n2=0l_1l_2 + m_1m_2 + n_1n_2 = 0

  • Mathematical Derivation: Substitute the identified DRs: (a)(a)+(1)(c)+(c)(1)=0(a)(a') + (1)(c') + (c)(1) = 0 aa+c+c=0aa' + c' + c = 0

This is the condition for the two given lines to be perpendicular.

3. Common Mistakes & Tips

  • Converting to Symmetric Form: The most common mistake is incorrectly identifying the direction ratios. Always ensure the symmetric form is in the format xx1l=yy1m=zz1n\frac{x-x_1}{l} = \frac{y-y_1}{m} = \frac{z-z_1}{n}. If a variable is implicitly the parameter (e.g., yy in x=ay+b,z=cy+dx=ay+b, z=cy+d), its coefficient in the denominator of its own term will be 1 (e.g., y01\frac{y-0}{1}).
  • Distinguishing Direction Ratios from Point Coordinates: Remember that the constants b,d,b,db, d, b', d' (or their negatives) are related to the coordinates of a point on the line, not the direction ratios. The direction ratios are the coefficients of the parameter in the parametric form or the denominators in the symmetric form.
  • Handling Zero Denominators: If a direction ratio is zero (e.g., if a=0a=0, meaning x=bx=b), the symmetric form becomes xb0=y1=zdc\frac{x-b}{0} = \frac{y}{1} = \frac{z-d}{c}. A zero in the denominator implies that the numerator must be zero for any point on the line, and that the direction vector component is zero. The DRs (a,1,c)(a, 1, c) are still valid even if aa or cc is zero.

4. Summary

To find the condition for perpendicularity of lines given in non-symmetric form, first convert each line's equations into the standard symmetric form. From this, extract the direction ratios (l,m,n)(l, m, n) for each line. Finally, apply the perpendicularity condition l1l2+m1m2+n1n2=0l_1l_2 + m_1m_2 + n_1n_2 = 0. Following these steps for the given lines, the condition for perpendicularity is aa+c+c=0aa' + c + c' = 0.

The final answer is aa+c+c=0\boxed{aa' + c + c' = 0}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions