Skip to main content
Back to Straight Lines
JEE Main 2020
Straight Lines
Straight Lines and Pair of Straight Lines
Medium

Question

If the two lines x + (a – 1) y = 1 and 2x + a 2 y = 1 (a\inR – {0, 1}) are perpendicular, then the distance of their point of intersection from the origin is :

Options

Solution

Key Concepts and Formulas

  • Slope of a Line: For a line given by the equation Ax+By+C=0Ax + By + C = 0, the slope mm is given by m=ABm = -\frac{A}{B}.
  • Condition for Perpendicularity: Two lines with slopes m1m_1 and m2m_2 are perpendicular if and only if m1m2=1m_1 \cdot m_2 = -1.
  • Distance Formula: The distance of a point (x,y)(x, y) from the origin (0,0)(0, 0) is given by x2+y2\sqrt{x^2 + y^2}.

Step-by-Step Solution

Step 1: Find the slopes of the given lines.

We have two lines: Line 1: x+(a1)y=1x + (a - 1)y = 1 Line 2: 2x+a2y=12x + a^2y = 1

Using the formula m=ABm = -\frac{A}{B}, the slopes are: Slope of Line 1, m1=1a1m_1 = -\frac{1}{a - 1} Slope of Line 2, m2=2a2m_2 = -\frac{2}{a^2}

Step 2: Apply the condition for perpendicular lines.

Since the lines are perpendicular, the product of their slopes is -1: m1m2=1m_1 \cdot m_2 = -1 (1a1)(2a2)=1(-\frac{1}{a - 1}) \cdot (-\frac{2}{a^2}) = -1 2a2(a1)=1\frac{2}{a^2(a - 1)} = -1 2=a2(a1)2 = -a^2(a - 1) 2=a3+a22 = -a^3 + a^2 a3a2+2=0a^3 - a^2 + 2 = 0

Step 3: Solve for 'a'.

We need to find the value of 'a' that satisfies the equation a3a2+2=0a^3 - a^2 + 2 = 0. By inspection, we can try integer values. Trying a=1a = -1, we get: (1)3(1)2+2=11+2=0(-1)^3 - (-1)^2 + 2 = -1 - 1 + 2 = 0. So, a=1a = -1 is a root.

Thus, (a+1)(a + 1) is a factor. We can perform polynomial division to find the other factor: (a3a2+2)÷(a+1)=a22a+2(a^3 - a^2 + 2) \div (a + 1) = a^2 - 2a + 2

So, a3a2+2=(a+1)(a22a+2)=0a^3 - a^2 + 2 = (a + 1)(a^2 - 2a + 2) = 0 The quadratic a22a+2=0a^2 - 2a + 2 = 0 has discriminant D=(2)24(1)(2)=48=4<0D = (-2)^2 - 4(1)(2) = 4 - 8 = -4 < 0. Therefore, the quadratic has no real roots. The only real solution is a=1a = -1.

Step 4: Find the equations of the lines with a = -1.

Substituting a=1a = -1 into the equations of the lines: Line 1: x+(11)y=1x2y=1x + (-1 - 1)y = 1 \Rightarrow x - 2y = 1 Line 2: 2x+(1)2y=12x+y=12x + (-1)^2 y = 1 \Rightarrow 2x + y = 1

Step 5: Find the point of intersection of the two lines.

We have the system of equations: x2y=1x - 2y = 1 (1) 2x+y=12x + y = 1 (2)

Multiply equation (2) by 2: 4x+2y=24x + 2y = 2 (3)

Add equation (1) and (3): x2y+4x+2y=1+2x - 2y + 4x + 2y = 1 + 2 5x=35x = 3 x=35x = \frac{3}{5}

Substitute x=35x = \frac{3}{5} into equation (2): 2(35)+y=12(\frac{3}{5}) + y = 1 65+y=1\frac{6}{5} + y = 1 y=165=15y = 1 - \frac{6}{5} = -\frac{1}{5}

So, the point of intersection is (35,15)(\frac{3}{5}, -\frac{1}{5}).

Step 6: Calculate the distance of the point of intersection from the origin.

Using the distance formula, the distance from (35,15)(\frac{3}{5}, -\frac{1}{5}) to (0,0)(0, 0) is: d=(35)2+(15)2=925+125=1025=25d = \sqrt{(\frac{3}{5})^2 + (-\frac{1}{5})^2} = \sqrt{\frac{9}{25} + \frac{1}{25}} = \sqrt{\frac{10}{25}} = \sqrt{\frac{2}{5}} d=25=105d = \frac{\sqrt{2}}{\sqrt{5}} = \frac{\sqrt{10}}{5}

However, the correct answer is 25\frac{2}{\sqrt{5}}. Let's re-examine the solution. The error lies in the condition for perpendicularity.

The condition for perpendicularity is correctly applied. The algebra is correct. The point of intersection is correctly calculated. The distance is 25\sqrt{\frac{2}{5}}.

Rationalizing the denominator of the correct answer: 25=255\frac{2}{\sqrt{5}} = \frac{2\sqrt{5}}{5} Also, 25=25=105\sqrt{\frac{2}{5}} = \frac{\sqrt{2}}{\sqrt{5}} = \frac{\sqrt{10}}{5}

The given correct answer is incorrect. Let's verify that the lines are perpendicular when a = -1. m1=111=12m_1 = -\frac{1}{-1-1} = \frac{1}{2} m2=2(1)2=2m_2 = -\frac{2}{(-1)^2} = -2 m1m2=122=1m_1 \cdot m_2 = \frac{1}{2} \cdot -2 = -1. The lines are perpendicular.

The derived answer matches option (D).

Common Mistakes & Tips

  • Double-check the signs when calculating the slopes of the lines.
  • Be careful with algebraic manipulations, especially when substituting values.
  • Remember to rationalize the denominator if necessary.

Summary

We found the slopes of the two lines in terms of 'a'. Using the condition for perpendicular lines (m1m2=1m_1 \cdot m_2 = -1), we solved for 'a' and found a=1a = -1. Substituting this value back into the equations of the lines, we found their equations and solved for their point of intersection. Finally, we calculated the distance of this point from the origin, which is 25\sqrt{\frac{2}{5}}. This result corresponds to option (D). However, the "Correct Answer" provided above is incorrect. The correct answer is actually 25\sqrt{\frac{2}{5}}.

Final Answer

The final answer is 25\boxed{\sqrt{2 \over 5}}, which corresponds to option (D).

Practice More Straight Lines Questions

View All Questions