Polynomials · Mathematics Ch.2 · Class X CBSE · Quick Revision
| Type | Degree | General Form | Max Zeroes |
|---|---|---|---|
| Constant | 0 | k (k ≠ 0) | 0 |
| Linear | 1 | ax + b | 1 |
| Quadratic | 2 | ax² + bx + c | 2 |
| Cubic | 3 | ax³ + bx² + cx + d | 3 |
| Biquadratic | 4 | ax⁴ + bx³ + cx² + dx + e | 4 |
| Polynomial | Graph Shape | Possible Zeroes |
|---|---|---|
| Linear: ax + b | Straight line | Exactly 1 |
| Quadratic: ax² + bx + c | Parabola | 0, 1, or 2 |
| Cubic: ax³ + … | S-shaped curve | 1, 2, or 3 |
| Expression | Formula (in terms of S = α+β, P = αβ) |
|---|---|
| α² + β² | S² − 2P |
| (α − β)² | S² − 4P |
| |α − β| | √(S² − 4P) |
| α³ + β³ | S³ − 3PS = S(S² − 3P) |
| α³ − β³ | (α−β)(α²+αβ+β²) = (α−β)(S²−P) |
| α²β + αβ² | P · S |
| 1/α + 1/β | S / P |
| α² + β² + γ² | (α+β+γ)² − 2(αβ+βγ+γα) |
| Task | Best Method | Steps / Formula |
|---|---|---|
| Find zeroes of quadratic | Factorisation | Split middle term; equate each factor to 0 |
| Verify zeroes of quadratic | Vieta's Formulas | Check α+β = −b/a AND αβ = c/a |
| Form quadratic from zeroes | Sum & Product | x² − (Sum)x + Product |
| Find all zeroes of cubic | Divide by known factor | Divide p(x) by (x−α) → quadratic → solve |
| Divide polynomials | Polynomial Long Division | p(x) = g(x)·q(x) + r(x); ensure deg r < deg g |
| Find k when remainder given | Long division + compare | Divide and equate remainder coefficients |
α+β = −b/a (minus sign before b). αβ = +c/a (plus, no sign change). Never mix them up!
α+β+γ = −b/a, αβ+βγ+γα = +c/a, αβγ = −d/a. Signs alternate starting with minus. Think: −b, +c, −d.
x² − (Sum)x + (Product). The sum gets a minus sign; the product gets a plus sign.
(α+β)² − 2αβ. Square the sum, then subtract twice the product. Very common board question.
Dividend = Divisor × Quotient + Remainder. p(x) = g(x)·q(x) + r(x). Always verify by expanding.
If the parabola only touches the x-axis (tangent), the discriminant b²−4ac = 0 and the zero is a double root.
Given α: use sum/product to get β+γ and βγ. Solve t²−(β+γ)t+βγ = 0. OR simply divide by (x−α).
x = [−b ± √(b²−4ac)] / 2a. D>0: 2 distinct zeroes. D=0: 1 repeated. D<0: no real zeroes.
| Polynomial | Zeroes | Sum (−b/a) | Sum of Pairs (c/a) | Product |
|---|---|---|---|---|
| ax + b | α = −b/a | — | — | — |
| ax² + bx + c | α, β | α+β = −b/a | — | αβ = c/a |
| ax³ + bx² + cx + d | α, β, γ | α+β+γ = −b/a | αβ+βγ+γα = c/a | αβγ = −d/a |