Animated Solution for Mathematics - Straight Lines: Find the equation of the line passing through the point (2,3) and making intercept of length 2 units between the lines y+2x=3 and y+2x=5.
Visualized Solution
The Setup: Parallel Lines and Point P
Given parallel lines:
L1:2x+y−3=0
L2:2x+y−5=0
Given point: P(2,3)
Distance Between Parallel Lines
Formula for perpendicular distance d between ax+by+c1=0 and ax+by+c2=0:
d=a2+b2∣c1−c2∣
Substituting Values for d
Here, a=2, b=1, c1=−3, c2=−5.
Substituting into the formula:
d=22+12∣−3−(−5)∣
Calculating Distance d
d=4+1∣2∣
d=52 units
Intercept Geometry
Let the required line make an angle θ with the normal to the parallel lines.
Given intercept length L=2.
Relating Distance, Intercept, and Angle
From the right-angled triangle formed:
cosθ=Ld
Finding cosθ
Substitute d=52 and L=2:
cosθ=252=51
Calculating tanθ
If cosθ=51, then secθ=5.
Using tan2θ=sec2θ−1:
tanθ=5−1=2
Slopes of the Lines
Slope of parallel lines mp=−2.
Slope of the normal mn=mp−1=21.
Let the slope of the required line be m.
Angle Between Two Lines Formula
The angle θ is between the normal and the required line.
tanθ=1+m⋅mnm−mn
Substituting values:
2=1+m/2m−1/2=2+m2m−1
Solving for Slope m (Case 1)
Taking the positive sign:
2=2+m2m−1
4+2m=2m−1⟹4=−1
This is impossible, which implies m→∞ (a vertical line).
Solving for Slope m (Case 2)
Taking the negative sign:
−2=2+m2m−1
−4−2m=2m−1⟹4m=−3
m=−43
Final Equations of the Lines
Line 1 (m→∞): x=2⟹x−2=0
Line 2 (m=−43): y−3=−43(x−2)
4y−12=−3x+6⟹3x+4y−18=0
00:00 / 00:00
The Sigma Insight: Angle Between Two Lines
Solution Diagram
Analyzing the Setup
Imagine you are standing in a coordinate plane, looking at two parallel lines, 2x+y−3=0 and 2x+y−5=0. They stretch out infinitely, never touching, like two parallel tracks.
You are standing at the point P(2,3), and your mission is to draw a line through this point that bridges the gap between these tracks, cutting an intercept of exactly 2 units.
Phase 1
The Perpendicular Bridge
Before we can find the line, we must understand the gap. The shortest distance between our two parallel lines is the perpendicular distance d.
Using the formula d=a2+b2∣c1−c2∣, we plug in our values: a=2, b=1, c1=−3, and c2=−5.
d=22+12∣−3−(−5)∣=52
This d is the foundation of our triangle.
Phase 2
The Geometric Bridge
Now, imagine drawing a normal line perpendicular to our parallel lines. Our required line cuts across this normal at an angle θ.
If we look at the intercept of length L=2 as the hypotenuse of a right-angled triangle, the perpendicular distance d becomes the adjacent side to the angle θ.
cosθ=Ld=22/5=51
With cosθ=51, we can easily find tanθ. Since secθ=5, we use the identity tan2θ=sec2θ−1 to find tanθ=5−1=2.
Phase 3
The Algebraic Dance
We know the slope of our parallel lines is mp=−2. The normal, being perpendicular, must have a slope mn=−2−1=21.
We are looking for a line with slope m that makes an angle θ with this normal. The formula for the angle between two lines is:
tanθ=1+m⋅mnm−mn
Substituting our values, we get:
2=1+m/2m−1/2=2+m2m−1
Phase 4
The Final Reveal
This modulus equation gives us two paths. First, if we take the positive case, 2=2+m2m−1, we get 4+2m=2m−1, which leads to 4=−1.
This absurdity tells us the slope is infinite, meaning our line is vertical: x=2.
Second, taking the negative case, −2=2+m2m−1, we get −4−2m=2m−1. This simplifies to 4m=−3, or m=−43.
Using the point-slope form y−3=−43(x−2), we arrive at 4y−12=−3x+6, or 3x+4y−18=0.
We have found our two lines: x−2=0 and 3x+4y−18=0. Both perfectly bridge the gap.