Part of ALG-05 — Quadratic Equations

Common Roots and Equation Formation

by Notetube Officialdetailed summary250 words11 views

Two quadratic equations a1a_1*x2x^2 + b1b_1x + c1c_1 = 0 and a2a_2x2x^2 + b2b_2*x + c2c_2 = 0 may share one or both roots.

One common root: Subtract the equations to find the common root: x = c1a2c2a1(a1b2a2b1)\frac{c_1*a_2 - c_2*a_1}{(a_1*b_2 - a_2*b_1)} (provided the denominator is non-zero). The condition for a common root is (c1c_1a2a_2 - c2c_2a1a_1)^2 = (a1a_1b2b_2 - a2a_2b1b_1)(b1b_1c2c_2 - b2b_2c1c_1). This is derived by substituting the common root back into either equation.

Both roots common: a1a_1/a2a_2 = b1b2\frac{b_1}{b_2} = c1c2\frac{c_1}{c_2} (proportional coefficients). This means the two equations are essentially the same.

Equation formation from roots: If alpha and beta are given roots, the quadratic is x2x^2 - (alpha+beta)x + alpha*beta = 0. If roots are obtained by transformation (like squaring, reciprocal, adding a constant), use Vieta's formulas to compute the new sum and product.

For equations with irrational or complex roots: If 2 + sqrt(3) is a root with rational coefficients, then 2 - sqrt(3) is automatically a root. Similarly, if 3 + 2i is a root with real coefficients, then 3 - 2i must be a root. This conjugate pairing principle reduces the work of finding the equation.

JEE technique: When two equations are given with a parameter and the condition "common root" is imposed, subtract the equations to isolate the common root in terms of the parameter, then substitute back to get the parameter value.

Want to generate AI summaries of your own documents? NoteTube turns PDFs, videos, and articles into study-ready summaries.

Sign up free to create your own