Monday, February 20, 2012

Solving Quadratic Equations ( Quadratic Formula )

The most reliable method in solving quadratic equations is of course the quadratic formula.
It works for all equations, but care must be taken to ensure that the solutions do exist(for the case of real numbers).

Given an equation

we can find the solutions by using the formula





Example :

Solve quadratic equation x%5E2-5x-6=0 by using the quadratic formula.

We see that a = 1, b = -5, c = -6. Inputting these into the formula gives

 x%5B1%5D+=+%28-%28-5%29%2Bsqrt%2849%29%29%2F2+=+%285%2B7%29%2F2+=+12%2F2+=+6
and
x%5B2%5D+=+%28-%28-5%29-sqrt%2849%29%29%2F2+=+%285-7%29%2F2+=+-2%2F2+=+-1.
The two solutions are 6 and -1

Here's a short video on how to use the formula.

No comments:

Post a Comment