Monday, March 11, 2013

Solving Quadratic Formula

Quadratic Equation:

An equation which has one or more terms are squared but no higher power in terms, having the syntax, ax2+bx+c =0 where a represents the numerical coefficient of x2, b represents the numerical coefficient of x, and c represents the constant numerical term.

Types of quadratic equation

Pure quadratic equation:

The numerical coefficient cannot be zero. If b=0 then the quadratic equation is called as a ‘pure’ quadratic equation

Complete quadratic equation:

If the equation having x and x2 terms such an equation is called a ‘complete’ quadratic equation. The constant numerical term ‘c’ may or may not be zero in a complete quadratic equation. Example, x2 + 5x + 6 = 0 and 2x2 - 5x = 0 are complete quadratic equations.


Quadratic Equation Formula


The quadratic equation has the solutions ax2+bx+c =0

x =√(b2-4ac)/2a

Consider the general quadratic equation

ax2+bx+c =0

With a`!=` 0. First divide both sides of the equation by a to get

x2+b/a x + c/a =0

which leads to

x2+ b/a x = - c/a

Next complete the square by adding ((b)/(2a) )2to both sides

X2+ ((b)/(a) )x+((b)/(2a) )2 = -((c)/(a) )+ ((b)/(2a) )2

(x+(b)/(2a) )2=-((c)/(a) ) + ((b^2)/(4a^2) )

(x+(b)/(2a) )2 = (b^2-4ac)/(4a^2)

Finally we take the square root of both sides:

x+(b)/(2a) = +-(sqrt(b^2-4ac))/(2a)

or

x =-(b)/(2a)  +-(sqrt(b^2-4ac))/(2a)

The final form of Quadratic Formula is

x =-b+-sqrt(b^2-4ac)/(2a)

The two roots of the equation is

``          -b-(sqrt(b^2-4ac))/(2a)

-b+(sqrt(b^2-4ac))/(2a)


Example Problem on solving Quadratic formula


Example:

Find the roots of the equation by quadratic formula method, x2-10x+25=0

Solution:

Step 1:  From the equation, a = 1, b = - 10 and c = 25.

Step 2:  To Find X:
plug-in the values in the formula below
x = ``

Step 3:  We get the roots, x = ``
x = 5 and x = 5
which means x1 = 5 and x2 = 5.

Here x = 5 is root of the equation.

No comments:

Post a Comment