Animated Solution for Mathematics - Straight Lines: Lines L1≡ax+by+c=0 and L2≡lx+my+n=0 intersect at the point P and make an angle θ with each other. Find the equation of a line L different from L2 which passes through P and makes the same angle θ with L1.
Visualized Solution
Visualizing the Setup
Given lines: L1≡ax+by+c=0 and L2≡lx+my+n=0
Intersection point: P
The Angle of Intersection
The angle between L1 and L2 is given as θ.
The Required Line L
We need a line L passing through P, making angle θ with L1.
Geometrically, L is the reflection of L2 across the mirror line L1.
Family of Lines
Since L passes through the intersection of L1 and L2, it belongs to their family.
Equation of any line through P: L2+λL1=0
(lx+my+n)+λ(ax+by+c)=0
Normal Vectors
Let's extract the normal vectors (perpendicular to the lines).
Normal to L1: n1=ai^+bj^
Normal to L2: n2=li^+mj^
Normal Vector of Line L
From the family of lines equation, the normal to L is:
nL=n2+λn1
Reflection of Vectors
Because L is the reflection of L2 across L1, its normal nL is the reflection of n2 across n1.
Vector reflection formula: vref=v−2∣n∣2v⋅nn
Applying the Reflection Formula
Applying the formula to our normals:
nL=n2−2∣n1∣2n2⋅n1n1
Comparing with nL=n2+λn1, we get:
λ=−2∣n1∣2n2⋅n1
Calculating Dot Product and Magnitude
Dot product: n2⋅n1=al+bm
Magnitude squared: ∣n1∣2=a2+b2
Therefore: λ=−2a2+b2al+bm
Substituting λ Back
Substitute λ into L2+λL1=0:
(lx+my+n)−2a2+b2al+bm(ax+by+c)=0
Final Equation of Line L
Multiply by (a2+b2) to simplify:
(a2+b2)(lx+my+n)−2(al+bm)(ax+by+c)=0
00:00 / 00:00
The Sigma Insight: Family of Lines
Solution Diagram
The Geometry of Reflection
Imagine you are standing at the intersection point P of two lines, L1 and L2. These lines are like two paths crossing in a field, and the angle θ between them is the sharp turn you would make if you switched from one path to the other.
Now, we are tasked with finding a new path, L, that also passes through P and makes the same angle θ with L1. If you visualize this, you will see that L is essentially the mirror image of L2, with L1 acting as the mirror. This is the core geometric reality of the problem.
The Power of the Family of Lines
Since our required line L passes through the intersection point P, we can invoke the concept of the family of lines. Any line passing through the intersection of L1≡ax+by+c=0 and L2≡lx+my+n=0 can be written as:
L2+λL1=0
(lx+my+n)+λ(ax+by+c)=0
This equation is a magic wand; by varying λ, we can sweep through every possible line passing through P. Our goal is to find the specific λ that corresponds to our reflected line.
The Vector Approach
Instead of wrestling with slopes, let us look at the normal vectors. The normal vector of L1 is n1=ai^+bj^, and the normal vector of L2 is n2=li^+mj^.
From our family of lines equation, the normal vector of the new line L is simply nL=n2+λn1. This is where the beauty of vector algebra shines.
Because L is the reflection of L2 across L1, its normal nL must be the reflection of n2 across the normal n1. The vector reflection formula is:
vref=v−2∣n∣2v⋅nn
Applying this to our case, we get:
nL=n2−2∣n1∣2n2⋅n1n1
The Final Synthesis
By comparing our two expressions for nL, we can instantly identify:
λ=−2∣n1∣2n2⋅n1
We know the dot product n2⋅n1=al+bm and the magnitude squared ∣n1∣2=a2+b2. Substituting these values back into our family of lines equation, we get:
(lx+my+n)−2a2+b2al+bm(ax+by+c)=0
Multiplying by (a2+b2) to clear the fraction, we arrive at the final, beautifully symmetric equation:
(a2+b2)(lx+my+n)−2(al+bm)(ax+by+c)=0
This result is not just an answer; it is a testament to the elegance of coordinate geometry when viewed through the lens of vectors.