Animated Solution for Mathematics - Straight Lines: For a>b>c>0, the distance between (1,1) and the point of intersection of the lines ax+by+c=0 and bx+ay+c=0 is less than 22. Then
Select Answer:
* Multiple Correct
Visualized Solution
AnalyzingtheGivenLines
Line 1: ax+by+c=0
Line 2: bx+ay+c=0
Constraint: a>b>c>0
FindingtheIntersectionPoint
To find the intersection point P(x,y), we solve the equations simultaneously.
Subtract L2 from L1:
(ax+by+c)−(bx+ay+c)=0
Deducingx=y
(a−b)x+(b−a)y=0
(a−b)x−(a−b)y=0
Since a>b, a−b=0
Therefore, x−y=0⟹x=y
CoordinatesofPointP
Substitute y=x into L1: ax+bx+c=0
(a+b)x=−c
x=a+b−c
Intersection point P=(a+b−c,a+b−c)
SettingUptheDistance
Let Q be the point (1,1).
We need the distance d between P(a+b−c,a+b−c) and Q(1,1).
d=(1−(a+b−c))2+(1−(a+b−c))2
SimplifyingtheDistanceExpression
d=2(1+a+bc)2
d=21+a+bc
Since a,b,c>0, the term inside the modulus is positive.
d=2(1+a+bc)
ApplyingtheDistanceConstraint
Given constraint: d<22
2(1+a+bc)<22
Divide both sides by 2:
1+a+bc<2
SolvingfortheFirstOption
1+a+bc<2
a+bc<1
Since a+b>0, we can cross-multiply:
c<a+b
a+b−c>0 (Matches Option A)
CheckingOtherOptions
Let's check the other options using the initial constraint: a>b>c>0
From a>b, we have a−b>0
Since c>0, adding c to a positive number keeps it positive:
(a−b)+c>0⟹a−b+c>0 (Matches Option C)
FinalConclusion
The correct inequalities are:
a+b−c>0
a−b+c>0
Therefore, Options A and C are correct.
00:00 / 00:00
The Sigma Insight: Distance and Section Formulas
Solution Diagram
The Elegance of Symmetry in Coordinate Geometry
Welcome, fellow traveler on the path to JEE mastery! Today, we are going to dissect a problem that, at first glance, might seem like a tedious exercise in algebraic manipulation.
But as we peel back the layers, you will see that it is actually a beautiful dance of symmetry and logic. Let us begin.
Analyzing the Symmetry of the Lines
We are given two lines:
L1:ax+by+c=0
L2:bx+ay+c=0
with the constraint a>b>c>0.
When you see coefficients like a and b swapped between x and y, your intuition should immediately scream 'symmetry!' This is not a coincidence; it is a structural feature of the problem.
We want to find the intersection point P. Instead of jumping straight into complex substitution, let us look for a way to simplify the system. If we subtract L2 from L1, we get:
(ax+by+c)−(bx+ay+c)=0
Notice how the constant c vanishes instantly? This is the 'spark' of the solution. We are left with:
(a−b)x+(b−a)y=0
Or, more cleanly:
(a−b)x−(a−b)y=0
Since a>b, we know $a - b
eq 0$. We can safely divide by (a−b) to find that x=y. This is a powerful revelation! Our intersection point P lies on the line y=x.
Finding the Intersection Point
Now that we know x=y, finding the coordinates of P becomes trivial. Let us substitute y=x into L1:
ax+bx+c=0
(a+b)x=−c
x=a+b−c
Since x=y, our intersection point P is simply:
P=(a+b−c,a+b−c)
Because a,b,c>0, the coordinates are negative, placing P firmly in the third quadrant. We have successfully reduced a system of two lines to a single, elegant point.
The Distance Calculation
We are asked to find the distance between P and the point Q(1,1). Using the distance formula d=(x2−x1)2+(y2−y1)2, we have:
d=(1−(a+b−c))2+(1−(a+b−c))2
This simplifies to:
d=2(1+a+bc)2
d=21+a+bc
Since a,b,c are all positive, the term inside the modulus is clearly positive, so we can drop the bars:
d=2(1+a+bc)
The Final Inequality
The problem states that d<22. Let us plug in our expression for d:
2(1+a+bc)<22
Dividing both sides by 2 gives us:
1+a+bc<2
a+bc<1
Since a+b>0, we can cross-multiply without flipping the inequality:
c<a+b⟹a+b−c>0
This matches our first correct option! But we are not done yet. We must check the other options using our initial constraint a>b>c>0.
Since a>b, we know a−b>0. Adding a positive c to this positive quantity keeps it positive:
(a−b)+c>0⟹a−b+c>0
This matches our second correct option.
Conclusion
By leveraging the symmetry of the lines and carefully applying the distance formula, we have navigated through the algebra to find that both a+b−c>0 and a−b+c>0 are true.
This problem is a perfect example of how coordinate geometry rewards those who look for patterns before diving into calculations. Keep practicing, stay curious, and remember: the math is always on your side!