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