Friday, 7 June 2019

Roots of a quadratic function
A quadratic function with roots x = 1 and x = 4.
In algebra, the quadratic formula is the solution of the quadratic equation. There are other ways to solve the quadratic equation instead of using the quadratic formula, such as factoring, completing the square, or graphing. Using the quadratic formula is often the most convenient way.
The general quadratic equation is
Here x represents an unknown, while ab, and c are constants with a not equal to 0. One can verify that the quadratic formula satisfies the quadratic equation by inserting the former into the latter. With the above parameterization, the quadratic formula is:
Each of the solutions given by the quadratic formula is called a root of the quadratic equation. Geometrically, these roots represent the x values at which any parabola, explicitly given as y = ax2 + bx + c, crosses the x-axis. As well as being a formula that will yield the zeros of any parabola, the quadratic formula will give the axis of symmetry of the parabola, and it can be used to immediately determine how many real zeros the quadratic equation has.

Derivations of the formulaEdit

By using the 'completing the square' methodEdit

The quadratic formula can be derived with a simple application of technique of completing the square
 The  derivations are as follows:

DerivationEdit

Divide the quadratic equation by a, which is allowed because a is non-zero:
{\displaystyle x^{2}+{\frac {b}{a}}x+{\frac {c}{a}}=0\ \ .}
Subtract c/a from both sides of the equation, yielding:
{\displaystyle x^{2}+{\frac {b}{a}}x=-{\frac {c}{a}}\ \ .}
The quadratic equation is now in a form to which the method of completing the square can be applied. Thus, add a constant to both sides of the equation such that the left hand side becomes a complete square.
{\displaystyle x^{2}+{\frac {b}{a}}x+\left({\frac {b}{2a}}\right)^{2}=-{\frac {c}{a}}+\left({\frac {b}{2a}}\right)^{2}\ \ ,}
which produces:
{\displaystyle \left(x+{\frac {b}{2a}}\right)^{2}=-{\frac {c}{a}}+{\frac {b^{2}}{4a^{2}}}\ \ .}
Accordingly, after rearranging the terms on the right hand side to have a common denominator, we obtain:
{\displaystyle \left(x+{\frac {b}{2a}}\right)^{2}={\frac {b^{2}-4ac}{4a^{2}}}\ \ .}
The square has thus been completed. Taking the square root of both sides yields the following equation:
{\displaystyle x+{\frac {b}{2a}}=\pm {\frac {\sqrt {b^{2}-4ac\ }}{2a}}\ \ .}
Isolating x gives the quadratic formula:
{\displaystyle x={\frac {-b\pm {\sqrt {b^{2}-4ac\ }}}{2a}}\ \ .}
The plus-minus symbol indicates that
{\displaystyle x_{1}={\frac {-b+{\sqrt {b^{2}-4ac}}}{2a}}\quad {\text{and}}\quad x_{2}={\frac {-b-{\sqrt {b^{2}-4ac}}}{2a}}}

No comments:

Post a Comment