Pairs of straight lines
General equation of the second degree :
ax2 + 2hxy + by2 + 2gx + 2fy + c = 0.
Summary
General equation of the second degree :
ax2 + 2hxy + by2 + 2gx + 2fy + c = 0.
Things to Remember
General equation of the second degree :
ax2 + 2hxy + by2 + 2gx + 2fy + c = 0.
MCQs
No MCQs found.
Subjective Questions
No subjective questions found.
Videos
No videos found.

Pairs of straight lines
General equation of second degree
The general equation of first degree in x and y always represents a straight line.
Let A1x + B1y + C1 = 0.......................(i)
and A2x + B2y + C2 = 0.......................(ii)
be the equations of two straight lines.
Now, Combining these equations we get,
(A1x + B1y + C1) (A2x + B2y + C2) = 0........................(iii)
The coordinates of any point, which satisfy the equation (iii), will also satisfy either equation (i) or equation (ii).
Similarly, the co-ordinates of any point, which satisfy any one of the equation (i) or (ii) will also satisfy the equation (iii).
Therefore, equation (iii) represents two separate straight lines (i) and (ii). In other words, equation (iii) represents a pair of the straight lines given by (i) and (ii). So, (iii) is the equation of a pair of lines.
Now, Expanding the left hand side of equation (iii) we get,
A1A2x2 + (A1B2 + A2B1)xy + B1B2y2 + (A1C2 + A2C1)x + (B1C2 + B2C1)y + C1C2 = 0
If we put A1A2 = a,A1B2 + A2B1 = 2h, B1B2 = b, A1C2 + A2C1 = 2g, B1C2 + B2C1 = 2f and C1C2 = c, then the above equation becomes,
ax2 + 2hxy + by2 + 2gx + 2fy + c = 0..........................(iv)
This equation is called the general equation of the second degree in x and y. Thus we see that the equation of a pair of lines is a second degree equation. But the converse of this statement is not always true. It means every second degree equations in x and y may not represent a pair of straight lines. Equations of second degree will represent a pair of straight lines only if the left hand side can be resolved into two linear factors.
Consider an equation y2 - 3xy + 2x2 = 0. This equation is equivalent to (y - x) (y - 2x) = 0.
So, the equation y2 - 3xy + 2x2 = 0 represents the two straight lines y - x = 0 and y - 2x = 0.
Similarly, the equation xy = 0 represents the two straight lines x = 0 and y = 0.
Again,
Consider an equation x2 - 5x + 6 = 0 represents two straight lines x - 2 = 0 and x - 3 = 0.
And the equation x2 - y2 = 0 represents the two straight lines x + y = 0 and x - y = 0.
Condition that the general equation of second degree may represent a line pair
The general equation of second degree in x and y is
ax2 + 2hxy + by2 + 2gx + 2fy + c = 0
or, ax2 + (2hy + 2g)x + (by2 + 2fy + c) = 0
This is quadratic equation in x.
So, x = \(\frac {-(2hy + 2g) ± \sqrt {(2hy + 2g)^2 - 4a(by^2 + 2fy + c)}}{2a}\)
or, x = \(\frac {-(hy + g) ± \sqrt {(hy + g)^2 - a(by^2 + 2fy + c)}}{a}\)
These two equations will be linear if
(hy + g)2 - a (by2 + 2fy + c) is a perfect square.
or, h2y2 + 2ghy + g2 - aby2 - 2afy - ac is a perfect square.
i.e. (h2 - ab) y2 + (2gh - 2af) y + (g2 - ac) is a perfect square.
i.e. (2gh - 2af)2 - 4 (h2 - ab) (g2 - ac) = 0
i.e. g2h2 - 2ghaf + a2f2 - g2h2 + h2ac + abg2 - a2bc = 0
i.e. a (af2 + bg2 + ch2 - 2fgh - abc) = 0
i.e. abc + 2fgh - af2 - bg2 - ch2 = 0
Hence, the general equation of second degree ax2 + 2hxy + by2 + 2gx + 2fy + c = 0 may represent a line pair if abc + 2fgh - af2 - bg2 - ch2 = 0.
Quadratic Equation
Any equation in the form of ax2 + bx + c = 0 is called quadratic equation in x.
Multiplying both sides of this equation by 4a we get,
4a (ax2 + bx + c) = 0
or, 4a2x2 + 4abx + 4ac = 0
or, (2ax)2 + 2 . 2ax . b + b2 - b2 + 4ac = 0
or, (2ax + b)2 = b2 - 4ac
or, (2ax + b)2 = (\(\sqrt {b^2 - 4ac}\))2
or, 2ax + b = ± \(\sqrt {b^2 - 4ac}\)
or, 2ax = - b ± \(\sqrt {b^2 - 4ac}\)
or, x = \(\frac {- b ± \sqrt {b^2 - 4ac}}{2a}\)
Let α = \(\frac {- b + \sqrt {b^2 - 4ac}}{2a}\) and β = \(\frac {- b - \sqrt {b^2 - 4ac}}{2a}\).
Then α and β are called roots of the quadratic equation ax2 + bx + c = 0.
Now,
\begin{align*} \text{Sum of the roots (α + β)} &= \frac {- b + \sqrt {b^2 - 4ac}}{2a} + \frac {- b - \sqrt {b^2 - 4ac}}{2a}\\ &= - \frac ba\\ &= -\frac {coefficient\;of\;x}{coefficient\;of\;x^2}\\ \end{align*}
\begin{align*} \text{Sum of the roots (αβ)} &= (\frac {- b + \sqrt {b^2 - 4ac}}{2a}) (\frac {- b - \sqrt {b^2 - 4ac}}{2a})\\ &= \frac ca\\ &= \frac {constant\;term}{coefficient\;of\;x^2}\\ \end{align*}
Homogeneous equation of second degree
An equation in x and y in which the sum of the power of x and y in every term is the same, is called homogenous equation. If this sum is two, then the equation is called a homogenous equation of second degree. The equation ax2 + 2hxy + by2 = 0 is the general homogenous equation of the second degree.
A homogeneous equation of the second degree represents a pair of straight lines which pass through the origin.
Proof: Consider the homogenous equation of the second degree.
ax2 + 2hxy + by2 = 0...........................(i)
or, by2 + 2hxy + ax2 = 0
If b ≠ 0, the equation can be written as y2 + \(\frac {2h}b\)xy + \(\frac ab\)x2 = 0
or, (\(\frac yx\))2 + \(\frac {2h}b\)(\(\frac yx\)) + \(\frac ab\) = 0
This is quadratic equation in \(\frac yx\). So it has two roots. Let these roots be m1 and m2.
Then,
\(\frac yx\) = m1 and \(\frac yx\) = m2
or, y = m1x and y = m2x.
These two equations are the equations of straight lines passing through the origin.
If b = 0, then equation (i) becomes
ax2 + 2hxy = 0
or, x(ax + 2hy) = 0 which represents two straight lines x = 0 and ax + 2hy = 0.
These two lines pass through the origin.
Hence, the homogenous equation of second degree always represents a pair of straight lines passing through the origin.
Angle between the line pair represented by ax2 + 2hxy + by2 = 0
Homogeneous equation of second degree is:
ax2 + 2hxy + by2 = 0
or, by2 + 2hxy + ax2 = 0
or, y2 + \(\frac{2h}{b}\)(\(\frac yx\)) + \(\frac ab\) = 0.........................(i)
This is quadratic equation in \(\frac yx\). So, it has two roots. Let these two roots be m1 and m2.
Then,
\(\frac yx\) = m1 and \(\frac yx\) = m2
or, y = m1x and y = m2x which are two seperate equations represente by the given equation ax2 + 2hxy + by2 = 0.
Now,
From the quadratic equation (i)
m1 + m2 = \(\frac {-2h}b\) and m1m2 = \(\frac ab\)
Now,
\begin{align*} m_1- m_2 &= \sqrt {(m_1 + m_2)^2 - 4m_1m_2}\\ &= \sqrt {\frac{4h^2}{b^2} - 4\frac ab}\\ &= \sqrt {\frac {4h^2 - 4ab}{b^2}}\\ &= \frac 2b \sqrt {h^2 - ab}\\ \end{align*}
Let \(\theta\) be the angle between the lines y = m1x and y = m2x. Then,
\begin{align*} tan\theta &= ± \frac {m_1 - m_2}{1 + m_1m_2}\\ &= ± \frac {\frac 2b \sqrt {h^2 - ab}}{1 + \frac ab}\\ &= ± \frac {2\sqrt {h^2 - ab}}{a + b}\\ \end{align*}
∴ \(\theta\) = tan-1 (± \(\frac {2\sqrt {h^2 - ab}}{a + b}\))
Second Method:
We have ax2 + 2hxy + by2 = 0............................................(i)
Let the seperate equations represented by this equation be y = m1x and y = m2x.
Now,
The combined equation of theses equation is:
(y - m1x) (y - m2x) = 0
or, y2 - (m1 + m2)xy + m1m2x2 = 0
or, m1m2x2- (m1 + m2)xy + y2 = 0.......................................(ii)
Comparing (i) and (ii) we have,
\(\frac {m_1m_2}{a}\) = \(\frac {- (m_1 + m_2)}{2h}\) = \(\frac 1b\)
Taking 1st and last, m1m2 = \(\frac ab\)
Taking 2nd and last, m1 + m2 = -\(\frac {2h}b\)
Now,
\begin{align*} m_1 - m_2 &= \sqrt {(m_1 + m_2)^2 - 4m_1m_2}\\ &= \sqrt {\frac {4h^2}{b^2} - 4\frac ab}\\ &= \sqrt {\frac {4h^2 - 4ab}{b^2}}\\ &= \frac 2b \sqrt {h^2 - ab}\\ \end{align*}
Let \(\theta\) be the angle between the lines y = m1x and y = m2x.
Then,
\begin{align*} tan\theta &=± \frac {m_1 - m_2}{1 + m_1m_2}\\ &= ± \frac {\frac 2b \sqrt {h^2 - ab}}{1 + \frac ab}\\ &= ± \frac {2\sqrt {h^2 - ab}}{a + b}\\ \end{align*}
∴ \(\theta\) = tan-1 (± \(\frac {2\sqrt {h^2 - ab}}{a + b}\))
Condition that the straight lines given by the equation ax2 + 2hxy + by2 = 0 may be (1) Perpendicular and (2) Coincident.
- If a + b = 0 the value of tan\(\theta\) is∞ and hence \(\theta\) is 90°. Hence two straight lines represented by the equation ax2 + 2hxy + by2 = 0 are perpendicular to each other if coefficient of x2 + coefficient of y2 = 0.
For example: the equations x2 - y2 = 0 and 6x2 + 11xy - 6y2= 0 both represent pairs of straight lines at right angles.
Similarly, whatever be the value of h, the equation x2 + 2hxy - y2 = 0 represents a pair of straight lines at right angles. - If h2 = ab, the value of tan\(\theta\) is zero and hence \(\theta\) is zero. But both the straight lines represented by ax2 + 2hxy + by2 = 0 pass through the origin. So, the two lines are coincident.
Hence, two straight lines represented by the equation ax2 + 2hxy + by2 = 0 are coincident ifh2 = ab.
This may be seen directly from the original equation ax2 + 2hxy + by2 = 0. If h2 = ab i.e. h = \(\sqrt {ab}\), then the original equation becomes,
ax2 + 2\(\sqrt {ab}\)xy + by2 = 0
or, (\(\sqrt a\)x)2 + 2 \(\sqrt a\) \(\sqrt b\) xy + (\(\sqrt b\)y)2 = 0
or, (\(\sqrt a\)x + \(\sqrt b\)y)2 = 0 which gives two coincident straight lines
i.e.\(\sqrt a\)x + \(\sqrt b\)y = 0 and\(\sqrt a\)x + \(\sqrt b\)y = 0.
If the equation ax2 + 2hxy + by2 + 2gx + 2fy + c = 0 represents a pair of lines, then ax2 + 2hxy + by2 = 0 represents a pair of lines through the origin parallel to the above pair.
Proof:
Let ax2+ 2hxy + by2 + 2gx + 2fy + c = 0............................................................(i)
represent a pair of straight lines. Then the left-hand side can be resolved into two linear factors. Let these factors be A1x + B1y + C1and A2x + B2y + C2 = 0.
Now
Combining equation of these equations is:
(A1x + B1y + C1) (A2x + B2y + C2) = 0
or, A1A2x2 + (A1B2 + A2B1)xy + B1B2y2 + (A1C2 + A2C1)x + (B1C2 + B2C1)y + C1C2 = 0..............................................(ii)
Equating the coefficients of like terms in equation (i) and (ii) we have,
A1A2 = a2, A1B2 + A2B1 = 2h, B1B2 = b2, A1C2 + A2C1 = 2g, B1C2 + B2C1 = 2f, C1C2 = c2
Now,
Equation of the straight line parallel to A1x + B1y + C1 = 0 and passing through the origin is:
A1x+ B1y = 0.........................................(iii)
Again,
Equation of straight line parallel to A2x + B2y + C2 = 0 and passing through the origin is:
A2x + B2y = 0.........................................(iv)
Now,
Combining (iii) and (iv) we have,
(A1x + B1y) (A2x + B2y) = 0
or, A1A2x2 + (A1B2 + A2B1)xy + B1B2y2 = 0
or, ax2 + 2hxy + by2 = 0. This completes the proof.
Note:Angles between the line pair ax2 + 2hxy + by2 + 2gx + 2fy + c = 0 are same as the angles between the pair ax2 + 2hxy + by2 = 0.
The angles are given by,
tan-1 (± \(\frac {2\sqrt {h^2 - ab}}{a + b}\))
Hence, the two lines will be perpendicular to each other if a + b = 0 and they will beparallel if h2= ab.
Lesson
Co-ordinate Geometry
Subject
Optional Mathematics
Grade
Grade 10
Recent Notes
No recent notes.
Related Notes
No related notes.