Difference between revisions of "Completing the square"
Pianoforte (talk | contribs) m |
(→General Solution For A Quadratic by Completing the Square) |
||
Line 8: | Line 8: | ||
Moving c to the other side, we obtain | Moving c to the other side, we obtain | ||
− | <math> | + | <math>a*x^2+b*x=-c</math> |
Dividing by <math>{a}</math> and adding <math>\frac{b^2}{4a^2}</math> to both sides yields | Dividing by <math>{a}</math> and adding <math>\frac{b^2}{4a^2}</math> to both sides yields | ||
Line 23: | Line 23: | ||
This formula is also called the [[Quadratic Formula]]. | This formula is also called the [[Quadratic Formula]]. | ||
− | |||
===Applications of Adding and Factoring=== | ===Applications of Adding and Factoring=== |
Revision as of 17:56, 17 June 2006
Contents
Motivations
All quadratic equations in the form can be solved by taking the square root of b and subracting a. Completing the square is a technique to manipulate every quadratic into the easily solveable form above.
General Solution For A Quadratic by Completing the Square
Let the quadratic be in the form .
Moving c to the other side, we obtain
Dividing by and adding to both sides yields
.
Factoring the LHS gives
As described above, an equation in this form can be solved, yielding
This formula is also called the Quadratic Formula.
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.
All kinds of exotic factoring techniques are used on the AIME, and completing the square is just one. The follow solution to AIME 1987 #5 is but one.
Instructive Problem: AIME 1987 #5
Problem:m, n are integers such that . Find .
Outline Solution: We use the techinique of adding to factor.
Rearrange to . The key step is changing the equation to , where the equation factors to , from which the problem is trivial to solve by applying some simple number theory.