Animated Solution for Mathematics - Straight Lines: If the two lines x+(a−1)y=1 and 2x+a2y=1(a∈R−{0,1}) are perpendicular, then the distance of their point of intersection from the origin is :-
Select Answer:
Visualized Solution
Visualizing the Setup
Given lines: L1:x+(a−1)y=1 and L2:2x+a2y=1
Condition: L1⊥L2
Goal: Find the distance of their intersection point P from the origin O(0,0).
Finding the Slopes
The slope of a line Ax+By=C is m=−BA.
Slope of L1: m1=−a−11
Slope of L2: m2=−a22
Applying Perpendicularity
Condition for perpendicular lines: m1⋅m2=−1
Substituting the slopes: (−a−11)⋅(−a22)=−1
Forming the Equation
Multiplying the numerators and denominators: a2(a−1)2=−1
Cross-multiplying: 2=−a2(a−1)
Expanding the right side: 2=−a3+a2
Rearranging into standard form: a3−a2+2=0
Solving for a
We need to find a real root for a3−a2+2=0.
By trial and error, let's test a=−1: (−1)3−(−1)2+2=−1−1+2=0.
So, a=−1 is a root.
Factoring out (a+1), we get (a+1)(a2−2a+2)=0.
The quadratic part has no real roots (Discriminant <0). Thus, a=−1.
Updating the Line Equations
Substitute a=−1 back into the original equations.
For L1: x+(−1−1)y=1⟹x−2y=1
For L2: 2x+(−1)2y=1⟹2x+y=1
Finding the Intersection Point P
We solve the system: x−2y=1 and 2x+y=1.
From L2, express y: y=1−2x.
Substitute into L1: x−2(1−2x)=1.
Expand: x−2+4x=1⟹5x=3⟹x=53.
Find y: y=1−2(53)=1−56=−51.
Intersection Point P=(53,−51).
Setting Up the Distance Formula
We need the distance from the origin O(0,0) to P(53,−51).
The distance formula is d=(x2−x1)2+(y2−y1)2.
Since one point is the origin, it simplifies to d=x2+y2.
Calculating the Final Distance
Substitute the coordinates of P: d=(53)2+(−51)2
Square the terms: d=259+251
Add the fractions: d=2510
Simplify the fraction: d=52
Final Answer & Conclusion
The distance can be written as 52.
Final Answer:52
Key Takeaway: Always use the m1m2=−1 condition to find unknown parameters in perpendicular lines before solving for intersections.
00:00 / 00:00
The Sigma Insight: Angle Between Two Lines
Solution Diagram
The Geometry of Perpendicularity
A Dance of Lines
Welcome, fellow explorer of the mathematical universe. Today, we are not just solving a problem; we are choreographing a dance between two lines on the Cartesian plane.
Imagine these lines as two dancers, their paths dictated by a mysterious parameter a. We are told they are perpendicular, meeting at a perfect 90∘ angle.
Our goal is to find their meeting point and measure its distance from the origin. It is a journey of precision, logic, and algebraic elegance.
Phase 1
The Slope Condition
Every line Ax+By=C carries a secret: its slope. The slope m is the ratio of the change in y to the change in x, which for this standard form is m=−BA.
For our first line L1:x+(a−1)y=1, the slope is:
m1=−a−11
For our second line L2:2x+a2y=1, the slope is:
m2=−a22
The condition for perpendicularity is a cornerstone of coordinate geometry: the product of the slopes of two perpendicular lines must be exactly −1. Mathematically, this is m1⋅m2=−1.
Phase 2
The Algebraic Hunt
Now, we substitute our slopes into the condition:
(−a−11)⋅(−a22)=−1
The negatives cancel out, leaving us with:
a2(a−1)2=−1
Cross-multiplying, we get 2=−a2(a−1), which expands to 2=−a3+a2. Rearranging this, we arrive at the cubic equation:
a3−a2+2=0
Do not let the cubic form intimidate you. In JEE problems, there is often a simple integer root waiting to be discovered. Testing a=−1, we find (−1)3−(−1)2+2=−1−1+2=0.
Factoring out (a+1), we are left with (a+1)(a2−2a+2)=0. The quadratic part has a negative discriminant, confirming that a=−1 is our only real solution.
Phase 3
The Intersection
With a=−1 locked in, our lines become concrete. Substituting a=−1 into L1, we get x−2y=1.
For L2, we get 2x+(−1)2y=1, which simplifies to 2x+y=1. Now, we have a simple system of linear equations.
From 2x+y=1, we can express y as y=1−2x. Substituting this into x−2y=1:
x−2(1−2x)=1
x−2+4x=1
5x=3
Thus, x=53. Substituting this back, y=1−2(53)=1−56=−51. Our intersection point P is (53,−51).
Phase 4
The Final Distance
We have reached the final stage of our journey. We need the distance of point P(53,−51) from the origin O(0,0).
The distance formula is d=(x2−x1)2+(y2−y1)2. Since one point is the origin, this simplifies to:
d=x2+y2
Plugging in our coordinates:
d=(53)2+(−51)2=259+251=2510=52
This is our final answer: 510 (or 52).
Conclusion
Look at what we have achieved. We started with two abstract lines and, through the power of the perpendicularity condition, we pinned down the parameter a, found the intersection point, and calculated the distance.
This is the essence of coordinate geometry: taking the abstract and making it concrete. Keep practicing this flow, and you will find that even the most complex problems become a series of logical, satisfying steps.