Zeros, coefficients ka relation, aur polynomials banana — poora chapter ek jagah.
🔤 Polynomial Kya Hota Hai?
💡 Simple samajho:
Area formula: l × b. Ek circle ki circumference: 2πr. Ek ball ki height: −5t² + 20t + 1. Ye sab polynomials hain — ek ya zyada terms ka sum, jahan variables ke positive integer powers ho.
Polynomial: p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀
Jahan aₙ ≠ 0, aur n ek non-negative integer hai. Degree: Sabse bada power. aₙ = leading coefficient. a₀ = constant term.
Zero: Woh value of x jis par p(x) = 0 ho, use polynomial ka zero kehte hain.
Geometrically — yeh woh points hain jahan graph x-axis ko cross ya touch karta hai!
Example: p(x) = x² − 5x + 6 ke zeros nikalo
x² − 5x + 6 = 0
Factorise: (x−2)(x−3) = 0
x = 2 ya x = 3 α = 2β = 3
Verify: p(2) = ?
p(2) = 4 − 10 + 6 = 0 ✓
p(3) = 9 − 15 + 6 = 0 ✓
🔗 Zeros aur Coefficients ka Relation
Agar quadratic polynomial ax² + bx + c ke zeros α aur β hain:
Sum of Zeros
α + β = −b/a
"coefficient of x" / "coefficient of x²" ka negative
Product of Zeros
αβ = c/a
"constant term" / "coefficient of x²"
Cubic Polynomial (ax³+bx²+cx+d) ke liye
α+β+γ = −b/a
αβ + βγ + γα = c/a
αβγ = −d/a
Example: x² − 5x + 6. Sum aur Product verify karo.
Theorem: Koi bhi polynomial p(x) ko non-zero polynomial g(x) se divide karne par: p(x) = g(x) × q(x) + r(x)
jahan r(x) = 0 ya deg r(x) < deg g(x)
(Bilkul waise jaise integers mein a = bq + r)
Example: p(x) = x³ − 3x² + 5x − 3 ko g(x) = x² − 2 se divide karo
Long division karne par:
q(x) = x − 3, r(x) = 7x − 9
Check: (x²−2)(x−3) + (7x−9) = x³−3x²−2x+6+7x−9 = x³−3x²+5x−3 ✓
Important Use: Agar ek zero (α) pata ho to (x−α) se divide karo — isse baaki zeros nikal sakte hain!
Example: Agar p(x) = x³ − 4x² + 5x − 2 ka ek zero x=1 hai, to (x−1) se divide karo → q(x) = x²−3x+2 = (x−1)(x−2) → zeros: 1, 1, 2
📉 Graphs aur Zeros ka Relation
Polynomial Type
Graph Shape
Max Zeros
Linear (ax+b)
Seedhi line, ek baar cross karti hai
1
Quadratic (ax²+bx+c)
Parabola
2
Cubic (ax³+...)
S-curve
3
Parabola cases:
• D > 0 (b²−4ac > 0): Graph x-axis ko 2 different points par cross karta hai → 2 real zeros
• D = 0: Graph x-axis ko ek point par touch karta hai → 1 repeated zero
• D < 0: Graph x-axis ko kabhi cross nahi karta → 0 real zeros
📝 Practice Questions
Q1. Find zeros of p(x) = x² − 2x − 8 aur coefficients se verify karo.