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 \).