Difference between revisions of "Completing the square"
IntrepidMath (talk | contribs) (Nice article, should we add an example?) |
|||
Line 19: | Line 19: | ||
===Applications of Adding and Factoring=== | ===Applications of Adding and Factoring=== | ||
Other degrees of polynomials may be solved by adding constant terms and factoring. | Other degrees of polynomials may be solved by adding constant terms and factoring. | ||
+ | |||
+ | Another common usage is in conic sections. The equations for conic sections typically contain a squared term such as <math>(x-3)^2</math>. However, the problem may be posed as to convert from an expanded form to a factored perfect square. Completing the square is the standard method. |
Revision as of 15:25, 17 June 2006
Motivations
Quadratic equations are usally hard to solve, if they do not factor. Some of them, in forms , are easy to solve by taking the squareroot of b and subracting a. Completing the square is a technique to munipulate every quadratic into the easily solve-able form above.
General Solution For A Monic Quadratic
Let the quadratic be in the form .
Moving be to the other side, we obtain
Then, adding a^2/4 to each side and factoring, we get
Which is solvable as described above.
Applications of Adding and Factoring
Other degrees of polynomials may be solved by adding constant terms and factoring.
Another common usage is in conic sections. The equations for conic sections typically contain a squared term such as . However, the problem may be posed as to convert from an expanded form to a factored perfect square. Completing the square is the standard method.