next up previous
Next: Hidden Quadratic Equations (C) Up: No Title Previous: Perfect Squares and Completing

Quadratic Formula (C)

A quadratic equation is an equation of the form

 
Az2 + Bz + C = 0

(1)

where $A\neq 0$, B, C and z are complex numbers. We regard z as unknown, and A, B, and C as known. The ojective is to determine z. Completing the square gives us

Theorem 2622 (Quadratic Formula)

If $A\neq 0$, B and C are complex numbers and z satisfies Az2 + Bz + C = 0 then

\begin{displaymath}
z = \frac{-B - \sqrt{B^2-4AC}}{2A}\;\;{\rm or}\;\;
z = \frac{-B + \sqrt{B^2-4AC}}{2A}\end{displaymath}

where $(\sqrt{B^2-4AC})^2 = B^2 - 4AC$.

Note that we have to be careful about the meaning of $\sqrt{B^2-4AC}$ when B2 - 4AC is not a non-negative real number. If B is a real number and $AC \leq 0$, then the discriminant B2 - 4AC is a non-negative real number, and so is its square root. If either B or C is zero, it is more efficient to solve quadratic equations by factoring.

Exercises

1.
Solve each equation for the indicated variable:
(a)
z2 + 3z + 2 = 0, solve for z.
(b)
x2 + 7x + 2 = 0, solve for x.
(c)
x2 + 7x - 2 = 0, solve for x.
(d)
x2 + 4x + 5 = 0, solve for x.
(e)
2x2-9x + 11 = 0, solve for x.
(f)
(2+i)x2 + 20x + (2-i) = 0, solve for x.
(g)
(2+3i)x2 +2ix + (2-3i) = 0, solve for x.
(h)
2z2 + iz + 11 = 0, solve for z.
(i)
2x2 + 4xy + y2 + 2y + 3x -12 = 0, solve for y.
(j)
16x2 + 4xy + y2 + 2y + 3x -12 = 0, solve for y.
(k)
5x2 + 4xy + 4y2 + 2y + 3x -12 = 0, solve for y.
2.
For which real numbers x are there real numbers y so that 2x2 + 4xy + y2 + 2y + 3x -12 = 0?
3.
Derive the quadratic formula by completing the square.


 
next up previous
Next: Hidden Quadratic Equations (C) Up: No Title Previous: Perfect Squares and Completing
Eric S Key
5/8/2001