Quadratic Equations

Quadratic Equations
A quadratic equation has the form axยฒ + bx + c = 0 (a โ 0). The discriminant D = bยฒ โ 4ac determines the number and type of roots:
- If D > 0: two distinct real roots x = (โb ยฑ โD) / 2a
- If D = 0: one double root x = โb/2a
- If D < 0: no real roots
Vieta's Theorem
If xโ and xโ are roots: xโ + xโ = โb/a and xโ ยท xโ = c/a. For xยฒ โ 5x + 6 = 0: two numbers summing to 5 and multiplying to 6 โ xโ = 2, xโ = 3.
Incomplete Quadratics
If b = 0: axยฒ + c = 0 โ x = ยฑโ(โc/a) (real only if c/a < 0).
If c = 0: axยฒ + bx = 0 โ x(ax + b) = 0 โ x = 0 or x = โb/a.
The Transfer Method
Replace axยฒ + bx + c = 0 with yยฒ + by + ac = 0. The coefficient a is "transferred" to the constant term. If yโ and yโ are roots of the new equation, then xโ = yโ/a, xโ = yโ/a.
Example: 6xยฒ โ 7x โ 3 = 0 โ Transfer: yยฒ โ 7y โ 18 = 0 โ roots 9 and โ2 โ x = 9/6 = 3/2 and x = โ2/6 = โ1/3.