Calculadora Equacao Segundo Grau

Last updated: 2026-08-24

Calculadora Equacao Segundo Grau — Calcule x = (-b ± √(b²-4ac)) / 2a. Exemplo: 2x²+5x-3=0 (a=2, b=5, c=-3) = x₁=0.5 xâ‚‚=-3. Calculadora gratuita e precisa, sem registo.
Inputs
Result
Enter values and press Calculate

How to use it

  1. {'step': 1, 'description': 'Calculate discriminant: Îâ€\x9d = 7² - 4(2)(3) = 49 - 24 = 25'}
  2. {'step': 2, 'description': 'Find √Îâ€\x9d = √25 = 5'}
  3. {'step': 3, 'description': 'Calculate xâ‚\x81 = (-7 + 5) ÷ 4 = -0.5'}
  4. {'step': 4, 'description': 'Calculate xâ‚‚ = (-7 - 5) ÷ 4 = -3'}

Common mistakes

  • ⚠️ Not checking if a=0 (would make it linear, not quadratic)
  • ⚠️ Forgetting the ± gives two solutions, not just one
  • ⚠️ Misapplying signs when b is negative in the formula

Worked example

Solve the quadratic equation 2x² + 7x + 3 = 0 using the quadratic formula

The solutions x1 ({x1}) and x2 ({x2}) are the roots where the parabola crosses the x-axis; discriminante ({discriminante}) determines solution type (positive=2 real, zero=1 real, negative=complex).

Input guide

FieldTypical range
aMust be non-zero (otherwise not quadratic); typical: -100 to 100
bLinear coefficient; typical: -1000 to 1000
cConstant term; typical: -1000 to 1000