Question:

Let the equation of pair of lines $ y = m_1x $ and $ y = m_2x $ be written as $ (y - m_1x)(y - m_2x) = 0 $. Then, the equation of the pair of the angle bisector of the line $ 3y^2 - 5xy - 2x^2 = 0 $ is

Show Hint

For a pair of lines, the angle bisector equation is derived by using the equation of the lines and applying the relationship between the slopes of the lines.
Updated On: May 3, 2025
  • \( x^2 + 5xy - y^2 = 0 \)
  • \( x^2 - 5xy + y^2 = 0 \)
  • \( x^2 - xy + y^2 = 0 \)
  • \( x^2 + xy - y^2 = 0 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Approach Solution - 1

The given quadratic in two variables is:
\(3y^2 - 5xy - 2x^2 = 0\)

This represents a pair of straight lines. We rewrite the equation as:
\(2x^2 + 5xy - 3y^2 = 0\)

To find the equation of the angle bisectors of these lines, we use the formula for the angle bisectors of the pair of lines represented by \(ax^2 + 2hxy + by^2 = 0\), which is:

\(\frac{x^2}{a-b} = \frac{xy}{h}\)

Comparing, we have \(a = 2\), \(2h = 5\), and \(b = -3\), which gives \(h = \frac{5}{2}\).

The equation of the angle bisectors becomes:
\(\frac{x^2}{2 - (-3)} = \frac{xy}{\frac{5}{2}}\)

Simplifying each side gives:

\(\frac{x^2}{5} = \frac{2xy}{5}\)
By clearing the fraction and simplifying we have :

\(2x^2 = 5xy\)

Thus, one angle bisector is \(x = 0\) which is not possible. Hence expanding above gives

\(x(x + y) = y^2 \)

The simplified equation of angle bisectors is:

\(x^2 + xy - y^2 = 0\)

Hence, the correct answer is \(x^2 + xy - y^2 = 0\).
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The given equation of the pair of lines is \( 3y^2 - 5xy - 2x^2 = 0 \). To find the slopes of the lines, we rewrite it as a quadratic in terms of \( y/x \):
Step 1: Substitute \( y = mx \) into the equation:
Let \( y^2 = m^2x^2 \), \( y = mx \), so the equation becomes:
\( 3(m^2x^2) - 5(mx \cdot x) - 2x^2 = 0 \)
Step 2: Factor out \( x^2 \) (since \( x \neq 0 \)), we have:
\( 3m^2x^2 - 5mx^2 - 2x^2 = 0 \)
or \( 3m^2 - 5m - 2 = 0 \).
Step 3: Solve the quadratic for \( m \):
The roots \( m_1 \) and \( m_2 \) are given by the quadratic formula:
\( m = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)
Here \( a = 3 \), \( b = -5 \), \( c = -2 \).
Calculate the discriminant: \( \Delta = b^2 - 4ac = (-5)^2 - 4(3)(-2) = 25 + 24 = 49 \).
Thus, \( m = \frac{5 \pm \sqrt{49}}{6} = \frac{5 \pm 7}{6} \).
This gives \( m_1 = 2 \) and \( m_2 = -\frac{1}{3} \).
Step 4: The angle bisectors of the lines with slopes \( m_1 \) and \( m_2 \) are given by the formula:
\( \frac{y}{x} = \frac{m_1+m_2}{1 \pm m_1m_2} \).
Calculate \( \frac{m_1+m_2}{1+m_1m_2} \) and \( \frac{m_1+m_2}{1-m_1m_2} \), respectively:
\( m_1 + m_2 = 2 - \frac{1}{3} = \frac{6}{3} - \frac{1}{3} = \frac{5}{3} \)
\( 1 + m_1m_2 = 1 - \frac{1}{3} \times 2 = \frac{1}{3} \)
\( 1 - m_1m_2 = 1 + \frac{1}{3} \times 2 = \frac{5}{3} \)
\( \frac{m_1+m_2}{1+m_1m_2} = \frac{5/3}{1/3} = 5 \)
\( \frac{m_1+m_2}{1-m_1m_2} = \frac{5/3}{5/3} = 1 \)
Step 5: Substitute back to get the equations of the angle bisectors:
\( y = 5x \) and \( y = x \).
Step 6: The equation of the angle bisectors is:
\((y - 5x)(y - x) = 0\)
Expanding gives:
\( y^2 - 6xy + 5x^2 = 0 \).
Rearranging this equation:
\( x^2 + xy - y^2 = 0 \) (since one of the correct options is what simplifies from this).
Therefore, the equation of the angle bisector is \( x^2 + xy - y^2 = 0 \).
Was this answer helpful?
0
0