Alright, future engineers!
The **Quadratic Formula** solves `ax^2+bx+c=0` for x.
Formula: `x = (-b ± sqrt(b^2 - 4ac)) / 2a`.
Pro-Tip: Discriminant `b^2-4ac` tells you if roots are real or complex!
Alright, future engineers!
The **Quadratic Formula** solves `ax^2+bx+c=0` for x.
Formula: `x = (-b ± sqrt(b^2 - 4ac)) / 2a`.
Pro-Tip: Discriminant `b^2-4ac` tells you if roots are real or complex!