• Caught warning in the question code: Use of undefined constant error - assumed 'error' (this will throw an Error in a future version of PHP) on line 1 in Common Control
  • Error loading library billsmacro Eeek.. unallowed macro smallfb
Solving Quadratic Equations with Complex Solutions
Solve the quadratic equation by using the Quadratic Formula.
    Steps
  1. Write the equation in Standard Form
  2. Identify the coefficients a,b\displaystyle {a},{b} and c\displaystyle {c}.
  3. Substitute the values into the quadratic equation

    x=b±b24ac2a\displaystyle {x}=\frac{{-{b}\pm\sqrt{{{b}^{{2}}-{4}{a}{c}}}}}{{{2}{a}}}

  4. Solve the equation for x1\displaystyle {x}_{{1}} and x2\displaystyle {x}_{{2}}

    x1=bb24ac2a\displaystyle {x}_{{1}}=\frac{{-{b}-\sqrt{{{b}^{{2}}-{4}{a}{c}}}}}{{{2}{a}}}      x2=b+b24ac2a\displaystyle {x}_{{2}}=\frac{{-{b}+\sqrt{{{b}^{{2}}-{4}{a}{c}}}}}{{{2}{a}}}

  5. Write your answers in Exact Form.
  6. Note: If only one solution exists, x2\displaystyle {x}_{{2}} will equal DNE\displaystyle {D}{N}{E}
Exact Form
x1\displaystyle {x}_{{1}} =
Exact Form
x2\displaystyle {x}_{{2}} =