maths.free › Algebra › The toolkit › Completing the square
Completing the square
In elementary algebra, completing the square is a technique for converting a quadratic polynomial of the form to the form for some values of and .
Completing the square
In elementary algebra, completing the square is a technique for converting a quadratic polynomial of the form \(\textstyle ax^2 + bx + c\) to the form \(\textstyle a(x-h)^2 + k\) for some values of \(h\) and \(k\). In terms of a new quantity \(x-h\), this expression is a quadratic polynomial with no linear term. By subsequently isolating \(\textstyle (x-h)^2\) and taking the square root, a quadratic problem can be reduced to a linear problem.
The name completing the square comes from a geometrical picture in which \(x\) represents an unknown length. Then the quantity \(\textstyle x^2\) represents the area of a square of side \(x\) and the quantity \(\tfrac{b}{a}x\) represents the area of a pair of congruent rectangles with sides \(x\) and \(\tfrac{b}{2a}\). To this square and pair of rectangles, one more square is added, of side length \(\tfrac{b}{2a}\). This crucial step completes a larger square of side length \(x + \tfrac{b}{2a}\).
Completing the square is the oldest method of solving general quadratic equations, used in Old Babylonian clay tablets dating from 1800-1600 BCE. It was formalised and popularised by mathematician Al-Khwarizmi in his work Al-Jabr, and is still taught in elementary algebra courses today. It is also used for graphing quadratic functions, deriving the quadratic formula, and more generally in computations involving quadratic polynomials, for example in calculus evaluating Gaussian integrals with a linear term in the exponent, and finding Laplace transforms.
History
The technique of completing the square was known in the Old Babylonian Empire.
Muhammad ibn Musa Al-Khwarizmi, a famous polymath who wrote the early algebraic treatise Al-Jabr, used the technique of completing the square to solve quadratic equations.
Background
The formula in elementary algebra for computing the square of a binomial is: \[(x + p)^2 \,=\, x^2 + 2px + p^2.\]
For example: \[\begin{alignedat}{2} (x+3)^2 \,&=\, x^2 + 6x + 9 && (p=3)\\[3pt] (x-5)^2 \,&=\, x^2 - 10x + 25\qquad && (p=-5). \end{alignedat}\]
In any perfect square, the coefficient of x is twice the number p, and the constant term is equal to p.
Basic example
Consider the following quadratic polynomial: \[x^2 + 10x + 28.\]
This quadratic is not a perfect square, since 28 is not the square of 5: \[(x+5)^2 \,=\, x^2 + 10x + 25.\]
However, it is possible to write the original quadratic as the sum of this square and a constant: \[x^2 + 10x + 28 \,=\, (x+5)^2 + 3.\]
This is called completing the square.
General description
Given any monic quadratic \[x^2 + bx + c,\] it is possible to form a square that has the same first two terms: \[\left(x+\tfrac{1}{2} b\right)^2 \,=\, x^2 + bx + \tfrac{1}{4}b^2.\]
This square differs from the original quadratic only in the value of the constant term. Therefore, we can write \[x^2 + bx + c \,=\, \left(x + \tfrac{1}{2}b\right)^2 + k,\] where \(k = c - \frac{b^2}{4}\). This operation is known as completing the square. For example: \[\begin{alignedat}{1} x^2 + 6x + 11 \,&=\, (x+3)^2 + 2 \\[3pt] x^2 + 14x + 30 \,&=\, (x+7)^2 - 19 \\[3pt] x^2 - 2x + 7 \,&=\, (x-1)^2 + 6. \end{alignedat}\]
Non-monic case
Given a quadratic polynomial of the form \[ax^2 + bx + c\] it is possible to factor out the coefficient a, and then complete the square for the resulting monic polynomial.
Example: \[\begin{aligned} 3x^2 + 12x + 27 &= 3[x^2+4x+9]\\ &{}= 3\left[(x+2)^2 + 5\right]\\ &{}= 3(x+2)^2 + 3(5)\\ &{}= 3(x+2)^2 + 15 \end{aligned}\] This process of factoring out the coefficient a can further be simplified by only factorising it out of the first 2 terms. The constant term at the end of the polynomial does not have to be included.
Example: \[\begin{aligned} 3x^2 + 12x + 27 &= 3\left[x^2+4x\right] + 27\\[1ex] &{}= 3\left[(x+2)^2 -4\right] + 27\\[1ex] &{}= 3(x+2)^2 + 3(-4) + 27\\[1ex] &{}= 3(x+2)^2 - 12 + 27\\[1ex] &{}= 3(x+2)^2 + 15 \end{aligned}\]
This allows the writing of any quadratic polynomial in the form \[a(x-h)^2 + k.\]
Relation to the graph
In analytic geometry, the graph of any quadratic function is a parabola in the xy-plane. Given a quadratic polynomial of the form \[a(x-h)^2 + k\] the numbers h and k may be interpreted as the Cartesian coordinates of the vertex (or stationary point) of the parabola. That is, h is the x-coordinate of the axis of symmetry (i.e. the axis of symmetry has equation x = h), and k is the minimum value (or maximum value, if a < 0) of the quadratic function.
One way to see this is to note that the graph of the function f(x) = x is a parabola whose vertex is at the origin (0, 0). Therefore, the graph of the function f(x − h) = (x − h) is a parabola shifted to the right by h whose vertex is at (h, 0), as shown in the top figure. In contrast, the graph of the function f(x) + k = x + k is a parabola shifted upward by k whose vertex is at (0, k), as shown in the center figure. Combining both horizontal and vertical shifts yields f(x − h) + k = (x − h) + k is a parabola shifted to the right by h and upward by k whose vertex is at (h, k), as shown in the bottom figure.
Solving quadratic equations
Completing the square may be used to solve any quadratic equation. For example: \[x^2 + 6x + 5 = 0.\]
The first step is to complete the square: \[(x+3)^2 - 4 = 0.\]
Next we solve for the squared term: \[(x+3)^2 = 4.\]
Then either \[x+3 = -2 \quad\text{or}\quad x+3 = 2,\] and therefore \[x = -5 \quad\text{or}\quad x = -1.\]
This can be applied to any quadratic equation. When the x has a coefficient other than 1, the first step is to divide out the equation by this coefficient: for an example see the non-monic case below.
Irrational and complex roots
Unlike methods involving factoring the equation, which is reliable only if the roots are rational, completing the square will find the roots of a quadratic equation even when those roots are irrational or complex. For example, consider the equation \[x^2 - 10x + 18 = 0.\]
Completing the square gives \[(x-5)^2 - 7 = 0,\] so \[(x-5)^2 = 7.\] Then either \[x-5 = -\sqrt{7} \quad\text{or}\quad x-5 = \sqrt{7}.\]
In terser language: \[x-5 = \pm \sqrt{7},\] so \[x = 5 \pm \sqrt{7}.\]
Equations with complex roots can be handled in the same way. For example: \[\begin{aligned} x^2 + 4x + 5 &= 0 \\[6pt] (x+2)^2 + 1 &= 0 \\[6pt] (x+2)^2 &= -1 \\[6pt] x+2 &= \pm i \\[6pt] x &= -2 \pm i. \end{aligned}\]
Integration
Completing the square may be used to evaluate any integral of the form \[\int \frac{dx}{ax^2+bx+c}\] using the basic integrals \[\int\frac{dx}{x^2 - a^2} = \frac{1}{2a}\ln\left|\frac{x-a}{x+a}\right| +C \quad\text{and}\quad \int\frac{dx}{x^2 + a^2} = \frac{1}{a}\arctan\left(\frac{x}{a}\right) +C.\]
For example, consider the integral \[\int \frac{dx}{x^2 + 6x + 13}.\]
Completing the square in the denominator gives: \[\int \frac{dx}{(x+3)^2 + 4} \,=\, \int\frac{dx}{(x+3)^2 + 2^2}.\]
This can now be evaluated by using the substitution u = x + 3, which yields \[\int\frac{dx}{(x+3)^2 + 4} \,=\, \frac{1}{2}\arctan\left(\frac{x+3}{2}\right)+C.\]
Complex numbers
Consider the expression \[|z|^2 - b^*z - bz^* + c,\] where z and b are complex numbers, z and b are the complex conjugates of z and b, respectively, and c is a real number. Using the identity |u| = uu we can rewrite this as \[|z-b|^2 - |b|^2 + c ,\] which is clearly a real quantity. This is because \[\begin{aligned} |z-b|^2 &{}= (z-b)(z-b)^*\\ &{}= (z-b)(z^*-b^*)\\ &{}= zz^* - zb^* - bz^* + bb^*\\ &{}= |z|^2 - zb^* - bz^* + |b|^2 . \end{aligned}\]
As another example, the expression \[ax^2 + by^2 + c ,\] where a, b, c, x, and y are real numbers, with a > 0 and b > 0, may be expressed in terms of the square of the absolute value of a complex number. Define \[z = \sqrt{a}\,x + i \sqrt{b} \,y .\]
Then \[\begin{aligned} |z|^2 &{}= z z^*\\[1ex] &{}= \left(\sqrt{a}\,x + i \sqrt{b}\,y\right) \left(\sqrt{a}\,x - i \sqrt{b}\,y\right) \\[1ex] &{}= ax^2 - i\sqrt{ab}\,xy + i\sqrt{ba}\,yx - i^2 by^2 \\[1ex] &{}= ax^2 + by^2 , \end{aligned}\] so \[ax^2 + by^2 + c = |z|^2 + c .\]
Idempotent matrix
A matrix M is idempotent when M = M. Idempotent matrices generalize the idempotent properties of 0 and 1. The completion of the square method of addressing the equation \[a^2 + b^2 = a ,\] shows that some idempotent 2×2 matrices are parametrized by a circle in the (a,b)-plane:
The matrix \(\begin{pmatrix}a & b \\ b & 1-a \end{pmatrix}\) will be idempotent provided \(a^2 + b^2 = a ,\) which, upon completing the square, becomes \[(a - \tfrac{1}{2})^2 + b^2 = \tfrac{1}{4} .\] In the (a,b)-plane, this is the equation of a circle with center (1/2, 0) and radius 1/2.
Geometric perspective
Consider completing the square for the equation \[x^2 + bx = a.\]
Since x represents the area of a square with side of length x, and bx represents the area of a rectangle with sides b and x, the process of completing the square can be viewed as visual manipulation of rectangles.
Simple attempts to combine the x and the bx rectangles into a larger square result in a missing corner. The term (b/2) added to each side of the above equation is precisely the area of the missing corner, whence derives the terminology "completing the square".
A variation on the technique
As conventionally taught, completing the square consists of adding the third term, v to \[u^2 + 2uv\] to get a square. There are also cases in which one can add the middle term, either 2uv or −2uv, to \[u^2 + v^2\] to get a square.
Jetzt du Kein Rechner legt diesen ab, aber die Teile davon sind berechenbar. Versuchen Sie es unten, oder geben Sie Ihre eigenen.
Ein kostenloses Konto fügt Notizen zu jeder Lektion, eine Aufzeichnung von dem, was Sie beendet haben, Ihre gelösten Probleme an einem Ort, und ein Tutor können Sie über diese Seite fragen. Die Mathematik selbst ist offen für alle, angemeldet oder nicht.
Registrieren AnmeldenHier verwendete Symbole
Tippen Sie auf jedes Symbol für die vollständige Definition, ein Bild und was jeder Buchstabe darin bedeutet.
Fragen, die die Leute stellen
What does it mean to solve an equation?
To find every value of the unknown that makes both sides equal. Each step is an operation applied to both sides that keeps the solution set the same, until the unknown stands alone.
Why do I sometimes get two answers?
A quadratic can cross the axis twice, so it can have two solutions. A degree-n polynomial has up to n. The graph shows where each one comes from.
How do I know whether to factor or use the quadratic formula?
Try factoring for a few seconds: look for two numbers that multiply to a·c and add to b. If nothing obvious appears, the discriminant b² − 4ac tells you how many real roots there are, and the formula finds them without guessing.
Teile dieser Seite werden von Wikipedia (CC BY-SA 4.0). Verdichtet und neu erklärt hier; Fehler sind unsere.
Mehr in Algebra
Linear equationsQuadratic equationsSystems of equationsInequalitiesFactoringExpandingSimplifying expressionsFunctions and graphsExponential and logarithmic equationsPolynomial equationsAbsolute value