2.1.20 · Maths › Algebra — Introduction & Intermediate
Agar aapko pata hai ki ek parabola x-axis ko kahan touch karti hai (uske roots), toh aap poori equation ko reverse-engineer kar sakte ho. Roots ko "DNA" samjho — yeh quadratic ki structure ko uniquely determine karte hain. Jab x = α hota hai, toh expression ( x − α ) zero ho jaata hai. Toh agar dono α aur β roots hain, unka product ( x − α ) ( x − β ) hi quadratic honi chahiye!
Ek quadratic equation ke roots α aur β hote hain agar in values ko substitute karne se equation zero ho jaaye. Chaliye ise scratch se banate hain.
Step 1: "Root" ka matlab kya hai?
Agar α , P ( x ) ka root hai, toh P ( α ) = 0 . Factor Theorem se, iska matlab hai ki ( x − α ) ek factor hai.
Step 2: Do roots matlab do factors
Agar dono α aur β roots hain:
( x − α ) ek factor hai → P ( α ) = 0 ✓
( x − β ) ek factor hai → P ( β ) = 0 ✓
Step 3: Factors ko multiply karo
Dono factors wala sabse simple polynomial unka product hai:
k kyun? Roots sirf yeh batate hain ki parabola x-axis ko kahan cross karti hai, yeh nahi ki woh kitni stretched hai. Ye saari parabolas ke roots same hain lekin "width" alag hai:
k = 1 : standard width
k = 2 : narrower (steeper)
k = 0.5 : wider (flatter)
Coefficients dekho! Agar a x 2 + b x + c = 0 hai:
Yeh kyun important hai: Aap sirf sum aur product se quadratic bana sakte ho, bina individual roots jaane!
x 2 − ( sum of roots ) x + ( product of roots ) = 0
Worked example Example 1: Individual Roots Diye Hain
Problem: Roots α = 3 aur β = − 5 se ek quadratic equation banao.
Solution:
Step 1: Factor form use karo
P ( x ) = k ( x − 3 ) ( x − ( − 5 )) = k ( x − 3 ) ( x + 5 )
Yeh step kyun? Har root ek aisa factor contribute karta hai jo us root par zero ho jaata hai.
Step 2: Expand karo (sabse simple form ke liye k = 1 lete hain)
P ( x ) = ( x − 3 ) ( x + 5 )
= x 2 + 5 x − 3 x − 15
= x 2 + 2 x − 15
Expand kyun karte hain? Standard form a x 2 + b x + c quadratics likhne ka conventional tarika hai.
Answer: x 2 + 2 x − 15 = 0
Verify karo: Sum = 3 + ( − 5 ) = − 2 = − 1 2 ✓, Product = 3 × ( − 5 ) = − 15 = 1 − 15 ✓
Worked example Example 2: Sum aur Product Diye Hain
Problem: Ek quadratic banao jiske roots ka sum = 7 aur product = 10 ho.
Solution:
Direct formula:
x 2 − ( sum ) x + ( product ) = 0
x 2 − 7 x + 10 = 0
Yeh kyun kaam karta hai? Vieta's formulas se: α + β = 7 , α β = 10 automatically relationships satisfy karte hain jab hum ( x − α ) ( x − β ) expand karte hain.
Actual roots dhundhna (bonus check):
Factor karo: ( x − 5 ) ( x − 2 ) = 0 , toh α = 5 , β = 2
Verify karo: 5 + 2 = 7 ✓, 5 × 2 = 10 ✓
Worked example Example 3: Radicals Wale Roots
Problem: Roots 2 + 3 aur 2 − 3 hain. Equation banao.
Solution:
Method 1 (factor form):
P ( x ) = [ x − ( 2 + 3 )] [ x − ( 2 − 3 )]
Difference of squares pattern se expand karo:
Maano a = x − 2 :
P ( x ) = ( a − 3 ) ( a + 3 ) = a 2 − 3
= ( x − 2 ) 2 − 3
= x 2 − 4 x + 4 − 3
= x 2 − 4 x + 1
Yeh step kyun? Conjugate pairs ( a − b ) ( a + b ) = a 2 − b 2 ko pehchaan ne se radical arithmetic simple ho jaati hai.
Method 2 (sum aur product):
Sum: ( 2 + 3 ) + ( 2 − 3 ) = 4
Product: ( 2 + 3 ) ( 2 − 3 ) = 4 − 3 = 1
Equation: x 2 − 4 x + 1 = 0
Answer: x 2 − 4 x + 1 = 0
Worked example Example 4: Scaled Quadratic
Problem: Roots − 2 aur 3 wali ek quadratic banao, jo point ( 1 , 8 ) se guzarti ho.
Solution:
Step 1: Roots ke saath generic form
P ( x ) = k ( x + 2 ) ( x − 3 )
Step 2: Point condition P ( 1 ) = 8 use karo
8 = k ( 1 + 2 ) ( 1 − 3 )
8 = k ( 3 ) ( − 2 )
8 = − 6 k
k = − 3 4
Yeh step kyun? k ki value vertical stretch/compression determine karti hai. Extra point hume k ko uniquely fix karne ke liye exactly woh information deta hai jo chahiye.
Step 3: Final equation likho
P ( x ) = − 3 4 ( x + 2 ) ( x − 3 )
= − 3 4 ( x 2 − x − 6 )
= − 3 4 x 2 + 3 4 x + 8
Ya standard form mein: 4 x 2 − 4 x − 24 = 0 (− 3 se multiply karke)
Common mistake Mistake 1: Factors mein Sign Errors
Galat: Roots 3 aur − 5 hain, toh equation hai ( x + 3 ) ( x − 5 ) = 0 .
Kyun sahi lagta hai: "Root 3 hai" aur "factor mein 3 involved hai" ke beech confusion.
Fix: Agar α ek root hai, toh factor ( x − α ) hai, ( x + α ) nahi.
Root = 3 → factor = ( x − 3 ) → x = 3 par, factor = 0 ✓
Root = − 5 → factor = ( x − ( − 5 )) = ( x + 5 ) → x = − 5 par, factor = 0 ✓
Sahi: ( x − 3 ) ( x + 5 ) = 0
Common mistake Mistake 2:
k Multiplier Bhool Jaana
Galat: "Roots 2 aur 5 wale saare quadratics x 2 − 7 x + 10 = 0 hain."
Kyun sahi lagta hai: Hum diye gaye roots ke liye "the" equation seekhte hain, jo uniqueness imply karta hai.
Fix: Infinite quadratics same roots share kar sakte hain! Woh ek constant multiple se alag hote hain:
x 2 − 7 x + 10 = 0
2 x 2 − 14 x + 20 = 0
− x 2 + 7 x − 10 = 0
Sab ke roots 2 aur 5 hain. General form hai k ( x 2 − 7 x + 10 ) = 0 , k = 0 .
Common mistake Mistake 3: Sum/Product ka Galat Formula
Galat: Roots ka sum 5 hai, product 6 hai, toh equation x 2 + 5 x + 6 = 0 hai.
Kyun sahi lagta hai: Diye gaye values ko directly use karna.
Fix: Formula hai x 2 − ( sum ) x + ( product ) = 0 — MINUS sign dhyaan do!
( x − α ) ( x − β ) = x 2 − ( α + β ) x + α β se, sum subtract hota hai.
Sahi: x 2 − 5 x + 6 = 0 (roots hain 2 aur 3 : sum = 5 ✓, product = 6 ✓)
Recall Feynman Explanation (12 saal ke bachche ko samjhao)
Socho tum ek treasure hunt game khel rahe ho. Tumhe do treasure chests milte hain jo number line par positions 3 aur 5 par buried hain. Ab tumhara dost poochta hai, "Kya tum mujhe ek rule de sakte ho jo bataye ki treasures kahan hain?"
Tum keh sakte ho: "Koi bhi position x lo. Calculate karo woh chest 1 se kitni door hai: woh hai ( x − 3 ) . Calculate karo chest 2 se kitni door hai: woh hai ( x − 5 ) . Ab woh distances multiply karo: ( x − 3 ) × ( x − 5 ) ."
Yahan magic hai: yeh multiplication exactly ZERO hota hai jab x kisi treasure location par ho!
x = 3 par: ( 3 − 3 ) × ( 3 − 5 ) = 0 × ( − 2 ) = 0 ✓
x = 5 par: ( 5 − 3 ) × ( 5 − 5 ) = 2 × 0 = 0 ✓
Kahi aur: dono factors non-zero hain, toh product non-zero hai
Jab tum ( x − 3 ) ( x − 5 ) expand karte ho, milta hai x 2 − 8 x + 15 = 0 . Yeh equation treasure locations ko "encode" karti hai! Isi tarah hum roots se quadratic banate hain.
Mnemonic Memory Aid: "ROOT ko SUBTRACT karo"
S ubtract the R oot to form the factor.
Root hai + 7 → Factor hai ( x − 7 )
Root hai − 3 → Factor hai ( x − ( − 3 )) = ( x + 3 )
Sum/product formula ke liye: "S um S ubtract hota hai"
x 2 − ( sum ) x + ( product ) = 0
Related concepts:
Vieta's formulas — direct link, yahan se hi sum/product relationships aate hain
Factor theorem — theoretical basis ke liye ki ( x − α ) factor kyun hai
Quadratic formula — inverse operation: roots → equation vs equation → roots
Completing the square — quadratic structure manipulate karne ka alternative tarika
Polynomial long division — higher-degree polynomials ke roots se equations dhundhne tak extend hota hai
Complex roots — jab α aur β complex conjugates hote hain, quadratic ke real coefficients phir bhi hote hain
Graph transformations — k parameter vertical stretch/compression se related hai
Yeh kab use hoga:
Optimization problems: Critical points (derivative ke roots) dhundhne ke baad, original function reconstruct karo
Curve fitting: Jab data points diye hon jahan parabola x-axis cross karti hai
Engineering: Specified landing points wale projectile paths design karo
Physics: Known equilibrium points wale harmonic oscillators model karo
#flashcards/maths
What is the general form of a quadratic with roots α and β? :: k ( x − α ) ( x − β ) where k = 0 , or expanded: k [ x 2 − ( α + β ) x + α β ]
If roots of a quadratic are 4 and -3, what is the equation (with k=1)? ( x − 4 ) ( x + 3 ) = x 2 − x − 12 = 0
What is the formula for a quadratic given sum S and product P of roots? x 2 − S x + P = 0 (note the minus sign before S)
Why does the factor form ( x − α ) ( x − β ) give zero at the roots? At x = α : first factor ( x − α ) = 0 , so product is 0 . At x = β : second factor ( x − β ) = 0 , so product is 0 .
If sum of roots is 10 and product is 21, form the equation :: x 2 − 10 x + 21 = 0
What does the constant k in k ( x − α ) ( x − β ) represent? Parabola ki vertical scaling — determine karta hai ki woh kitni "stretched" ya "compressed" hai, lekin root locations nahi badalta
If roots are 3 + 5 and 3 − 5 , what are sum and product? Sum =
6 , Product =
( 3 ) 2 − ( 5 ) 2 = 9 − 5 = 4 . Equation:
x 2 − 6 x + 4 = 0
Common mistake: If root is -7, what is the factor? ( x − ( − 7 )) = ( x + 7 ) , NOT ( x − 7 ) . Remember: subtract the root.
From Vieta's formulas, if 2 x 2 − 8 x + 6 = 0 , what is the product of roots? a c = 2 6 = 3
Why are there infinitely many quadratics with the same two roots? Koi bhi non-zero multiple k ek alag quadratic deta hai: k ( x − α ) ( x − β ) ke roots same hote hain lekin shapes/scales alag hote hain
Root alpha: P of alpha = 0
x-alpha and x-beta factors
P = k times x-alpha times x-beta
Form quadratic from sum and product
x^2 - sum x + product = 0