Analyzing the Setup
Imagine you are standing on the Cartesian plane, looking at two lines, L1:ax+2by+3b=0 and L2:bx−2ay−3a=0. They cross at a single point.
Calculating the coordinates of that point directly is a trap. It is a path filled with messy algebra that will drain your time.
Instead, we use the 'Family of Lines'—a powerful, elegant concept. Any line passing through the intersection of L1 and L2 can be written as L1+λL2=0. This is our master key.
The Algebraic Setup
We take our ingredients and place them into the pot:
(ax+2by+3b)+λ(bx−2ay−3a)=0
We haven't changed the geometry; we have just created a flexible equation that represents every possible line passing through that intersection point. Now, we organize by grouping the terms by
x and
y:
(a+bλ)x+(2b−2aλ)y+(3b−3aλ)=0
This is the standard form of a line, Ax+By+C=0.
The Condition of Parallelism
The problem demands a line parallel to the x-axis. Geometrically, this means the line is horizontal.
Algebraically, a horizontal line has a slope of zero. In the equation Ax+By+C=0, the slope is given by −BA.
For this slope to be zero,
A must be zero. Thus, the coefficient of
x must vanish:
a+bλ=0⇒λ=−ba
The Final Dance
We substitute λ=−ba back into our grouped equation. The x term is now zero.
We focus on the
y and constant terms. After substitution, the
y coefficient becomes:
2b−2a(−ba)=b2b2+2a2=b2(a2+b2)
The constant term becomes:
3b−3a(−ba)=b3b2+3a2=b3(a2+b2)
Since
$(a, b)
eq (0, 0)$, the term
(a2+b2) is non-zero. We divide the entire equation by
ba2+b2, leaving us with:
2y+3=0
This simplifies to y=−23. This is a horizontal line located below the x-axis at a distance of 23. We have arrived at the truth through elegance, not brute force.