Part of ALG-05 — Quadratic Equations

Common Root Condition

by Notetube Official82 words4 views

Two quadratics: a1x2a_{1x}^2 + b1xb_{1x} + c1c_1 = 0 and a2x2a_{2x}^2 + b2xb_{2x} + c2c_2 = 0.

One common root: Let alpha be the common root. Subtracting: (a_{1-a}_2)alpha2alpha^2 + (b_{1-b}_2)alpha + (c_{1-c}_2) = 0. Alternatively, the condition is: (c1c_1a2a_2 - c2c_2a1a_1)^2 = (a1a_1b2b_2 - a2a_2b1b_1)(b1b_1c2c_2 - b2b_2c1c_1)

Both roots common: a1a_1/a2a_2 = b1b2\frac{b_1}{b_2} = c1c2\frac{c_1}{c_2} (proportional coefficients).

Practical method: From the two equations, eliminate the quadratic term (or constant term) to get a linear equation in alpha, solve for alpha, then verify.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes