mail  mail@stemandmusic.in
    
call  +91-9818088802
Donate

Factoring a Pair of Lines into Linear Equations

  1. Once a General Quadratic Equation in 2 Variables has been identified as representing a Pair of Lines, it can be Factored into it's 2 Constituent Real or Complex Linear Equations.
  2. Let consider a General Quadratic Equation in 2 Variables representing a Pair of Lines given as follows

    \(Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\)   ...(1)

    which has to be Factored into it's corresponding 2 Linear Equations given as follows

    \(A_1x + B_1y + C_1= 0\)   ...(2)

    \(A_2x + B_2y + C_2= 0\)   ...(3)

    Now, the Coefficients and the Constant of the equation (1) above can be given in terms of Coefficients and the Constants of the Linear Equations (2) and (3) above as follows

    \(A= A_1A_2\)   ...(4)

    \(B= A_1B_2 + A_2B_1\)   ...(5)

    \(C= B_1B_2\)   ...(6)

    \(D= A_1C_2 + A_2C_1\)   ...(7)

    \(E= B_1C_2 + B_2C_1\)   ...(8)

    \(F= C_1C_2\)   ...(9)

    The following gives the steps of Finding the Values of the Coefficients and Constants \(A_1, A_2, B_1, B_2, C_1\) and \(C_2\) of the Linear Equations (2) and (3) above
    1. Normalize the General Quadratic Equation in 2 Variables given in equation (1).
    2. If the Coefficient of \(x^2\) (\(A\)) in the equation (1) is Not Zero, then the Coefficient of \(x^2\) (\(A\)) in the Normalized version of equation (1) becomes \(1\). Since \(A=A_1A_2\), the Values of the Coefficients \(A_1\) and \(A_2\) can be set as \(1\) as well. Accordingly, the Coefficients and the Constant of the Normalized version of equation (1) above can be given in terms of Coefficients and the Constants of the Linear Equations as follows

      \(A = 1\)   ...(10)

      \(B = B_1 + B_2\)   ...(11)

      \(C = B_1B_2\)   ...(12)

      \(D = C_1 + C_2\)   ...(13)

      \(E = B_1C_2+B_2C_1\)   ...(14)

      \(F = C_1C_2\)   ...(15)

      Now, a Quadratic Equation can be formed by using the Values of Coefficient \(D\) and Constant \(F\) in equations (13) and (15) (which give the Sum of the Roots and Product of the Roots of the Quadratic Equation respectively) as follows

      \(x^2 - Dx + F=0\)   ...(16)

      \(\Rightarrow x^2 - (C_1 + C_2)x + C_1C_2=0\)   ...(17)

      The Values of Constants \(C_1\) and \(C_2\) can be found out Finding the Roots of Quadratic Equation (16) above.

      Now, if Values of either \(C_1\) or \(C_2\) or Both are Not Zero then the Values of Coefficients \(B_1\) and \(B_2\) can be found out by Solving the System of Linear Equations given by equations (5) and (8) above as follows

      \(A_1B_2 + A_2B_1=B\)   ...(from equation 5)

      \(B_1C_2 + B_2C_1=E\)   ...(from equation 8)

      The above equations can be given in form of a Matrix Equation as follows

      \(\begin{bmatrix}A_2 & A_1 \\ C_2 & C_1\end{bmatrix}\begin{bmatrix}B_1 \\ B_2\end{bmatrix}=\begin{bmatrix}B \\ E\end{bmatrix}\)   ...(18)

      \(\Rightarrow \begin{bmatrix}B_1 \\ B_2\end{bmatrix}=\begin{bmatrix}A_2 & A_1 \\ C_2 & C_1\end{bmatrix}^{-1}\begin{bmatrix}B \\ E\end{bmatrix}\)   ...(19)

      Otherwise, if Values of Both \(C_1\) and \(C_2\) are Zero, a Quadratic Equation can be formed by using the Values of Coefficients \(B\) and \(C\) in equations (11) and (12) (which give the Sum of the Roots and Product of the Roots of the Quadratic Equation respectively) as follows

      \(x^2 - Bx + C=0\)   ...(20)

      \(\Rightarrow x^2 - (B_1 + B_2)x + B_1B_2=0\)   ...(21)

      The Values of Coefficients \(B_1\) and \(B_2\) can be found out Finding the Roots of Quadratic Equation (20) above.
    3. If the Coefficient of \(x^2\) (\(A\)) in the equation (1) is Zero and Coefficient of \(y^2 \) (\(C\)) in the equation (1) is Not Zero, then the Coefficient of \(y^2\) (\(C\)) in the Normalized version of equation (1) becomes \(1\). Since \(C=B_1B_2\) , the Values of the Coefficients \(B_1\) and \(B_2\) can be set as \(1\) as well. Accordingly, the Coefficients and the Constant of the Normalized version of equation (1) above can be given in terms of Coefficients and the Constants of the Linear Equations as follows

      \(A = A_1A_2\)   ...(22)

      \(B = A_1 + A_2\)   ...(23)

      \(C = 1\)   ...(24)

      \(D = A_1C_2 + A_2C_1\)   ...(25)

      \(E = C_1+C_2\)   ...(26)

      \(F = C_1C_2\)   ...(27)

      Now, a Quadratic Equation can be formed by using the Values of Coefficient \(E\) and Constant \(F\) in equations (26) and (27) (which give the Sum of the Roots and Product of the Roots of the Quadratic Equation respectively) as follows

      \(x^2 - Ex + F=0\)   ...(28)

      \(\Rightarrow x^2 - (C_1 + C_2)x + C_1C_2=0\)   ...(29)

      The Values of Constants \(C_1\) and \(C_2\) can be found out Finding the Roots of Quadratic Equation (28) above.

      Now, if Values of either \(C_1\) or \(C_2\) or Both are Not Zero then the Values of Coefficients \(A_1\) and \(A_2\) can be found out by Solving the System of Linear Equations given by equations (5) and (7) above as follows

      \(A_1B_2 + A_2B_1=B\)   ...(from equation 5)

      \(A_1C_2 + A_2C_1=D\)   ...(from equation 7)

      The above equations can be given in form of a Matrix Equation as follows

      \(\begin{bmatrix}B_2 & B_1 \\ C_2 & C_1\end{bmatrix}\begin{bmatrix}A_1 \\ A_2\end{bmatrix}=\begin{bmatrix}B \\ D\end{bmatrix}\)   ...(30)

      \(\Rightarrow \begin{bmatrix}A_1 \\ A_2\end{bmatrix}=\begin{bmatrix}B_2 & B_1 \\ C_2 & C_1\end{bmatrix}^{-1}\begin{bmatrix}B \\ D\end{bmatrix}\)   ...(31)

      Otherwise, if Values of Both \(C_1\) and \(C_2\) are Zero, a Quadratic Equation can be formed by using the Values of Coefficient \(B\) and \(A\) in equations (23) and (22) (which give the Sum of the Roots and Product of the Roots of the Quadratic Equation respectively) as follows

      \(x^2 - Bx + A=0\)   ...(32)

      \(\Rightarrow x^2 - (A_1 + A_2)x + A_1A_2=0\)   ...(33)

      The Values of Coefficients \(A_1\) and \(A_2\) can be found out Finding the Roots of Quadratic Equation (32) above.
    4. If the Coefficients of Both \(x^2 \) (\(A\)) and \(y^2 \) (\(C\)) in the equation (1) are Zero and Coefficient of \(xy \) (\(B\)) in the equation (1) is Not Zero, then the Coefficient of \(xy\) in the Normalized version of equation (1) becomes \(1\). Under such condition, one of the following 2 things can be done

      Either we can set \(A_1=B_2=1\) and \(A_2=B_1=0\). Accordingly, the Coefficients and the Constant of the Normalized version of equation (1) above can be given in terms of Coefficients and the Constants of the Linear Equations as follows

      \(A= 0\)   ...(34)

      \(B= 1\)   ...(35)

      \(C= 0\)   ...(36)

      \(D= C_2\)   ...(37)

      \(E= C_1\)   ...(38)

      \(F= C_1C_2\)   ...(39)

      Under such condition, the Value of Constants \(C_1=E\) and \(C_2=D\) as given by equations (37) and (38) above.

      Otherwize, we can set \(A_1=B_2=0\) and \(A_2=B_1=1\). Accordingly, the Coefficients and the Constant of the Normalized version of equation (1) above can be given in terms of Coefficients and the Constants of the Linear Equations as follows

      \(A= 0\)   ...(40)

      \(B= 1\)   ...(41)

      \(C= 0\)   ...(42)

      \(D= C_1\)   ...(43)

      \(E= C_2\)   ...(44)

      \(F= C_1C_2\)   ...(45)

      Under such condition, the Value of Constants \(C_1=D\) and \(C_2=E\) as given by equations (43) and (44) above.
Related Calculators
Conic Section Analysis Calculator
Related Topics
Introduction to Pair of Lines,    General Quadratic Equations in 2 Variables and Conic Sections
© Invincible IDeAS. All Rights Reserved