Quadratic ஐ எப்படி கணக்கிடுவது
Quadratic என்றால் என்ன?
The quadratic formula solves any equation ax² + bx + c = 0. The discriminant b²−4ac tells you how many real solutions exist before you solve.
படிப்படியான வழிகாட்டி
- 1Write in standard form: ax² + bx + c = 0
- 2Calculate discriminant: Δ = b² − 4ac
- 3Δ > 0: two real roots; Δ = 0: one root; Δ < 0: complex roots
- 4Apply: x = (−b ± √Δ) / 2a
தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்
உள்ளீடு
x²−5x+6=0
முடிவு
x=3 or x=2
Δ=1>0, two roots
உள்ளீடு
x²−2x+1=0
முடிவு
x=1 (repeated)
Δ=0, one root
உள்ளீடு
x²+x+1=0
முடிவு
Complex roots
Δ=−3<0