Math Project
Math Project
• For completing the square to solve quadratic equations, first, we need to write the
standard form as:
• ax2 + bx + c = 0
• For simplification, let us take a = 1 so that the equation becomes,
• x2 + bx + c = 0
• If we wanted to represent a quadratic equation using geometry, one way would be to
describe the terms of the expression in the L.H.S. of the equation using geometric figures
such as squares, rectangles etc. If we take a square with the side equal to x units, its area
would be equivalent to x2 square units. This area will hence represent the first term of the
expression. Similarly, a rectangle with two sides as x units and b units will have an area
equal to bx square units. And let us take a square with an area equal to c square units to
represent the last term of the expression. In the figure below, we have the geometrical
equivalent of the expressions x2
Completing The Square Formula
• All this time, we were rearranging the same figures that we had initially. Thus, the actual
representation can be:
• x2 + bx + c = (x + b/2)2 + (c – b2/4)
• This formula can be used to solve the quadratic equations by completing the
square technique.
• All the terms in the R.H.S. of the above equation are known. That’s why it is easy to
determine the roots.
Steps for Completing the square method
• Suppose ax2 + bx + c = 0 is the given quadratic equation. Then follow the
given steps to solve it by completing the square method.
• Step 1: Write the equation in the form, such that c is on the right side.
• Step 2: If a is not equal to 1, divide the complete equation by a such that the
coefficient of x2 will be 1.
• Step 3: Now add the square of half of the coefficient of term-x, (b/2a)2, on
both sides.
• Step 4: Factorize the left side of the equation as the square of the
binomial term.
• Step 5: Take the square root on both the sides
• Step 6: Solve for variable x and find the roots.
• The above steps can be implemented as shown below.
• Consider the quadratic equation ax2 + bx + c = 0 (a ≠ 0).
• Dividing throughout by a, we get
• x2 + (b/a)x + (c/a) = 0
This can also be written by adding and
subtracting (b/2a)2 as,
• [x + (b/2a)]2 – (b/2a)2 + (c/a) = 0
• [x + (b/2a)]2 – [(b2 – 4ac)/4a2] = 0
• [x + (b/2a)]2 = [(b2 – 4ac)/4a2]
• If b2 – 4ac ≥ 0, then by taking the square root, we get
• x + (b/2a) = ± √(b2 – 4ac)/ 2a
• Example 1: Find the roots of the quadratic equation x2 + 4x – 5 = 0 by the method of completing the square.
• Solution:
• Given quadratic equation is:
• x2 + 4x – 5 = 0
• Comparing the equation with the standard form,
• b = 4, c = -5
• (x + b/2)2 = -(c – b2/4)
• So, [x + (4/2)]2 = -[-5 – (42/4)]
• (x + 2)2 = 5 + 4
• ⇒ (x + 2)2 = 9
• ⇒ (x + 2) = ±√9
• ⇒ (x + 2) = ± 3
• ⇒ x + 2 = 3, x + 2 = -3
• ⇒ x = 1 , -5
Example 2: Find the roots of the quadratic equation
3x2 – 5x + 2 = 0 by completing the square. Solution:
• Given quadratic equation is:
• 3x2 – 5x + 2 = 0
• The given equation is not in the form to which we apply the method of completing squares, i.e. the coefficient of x 2 is not 1.
To make it 1, we need to divide the whole equation with 3.
• x2 – 5/3 x + 2/3 = 0
• Comparing with the standard form,
• b = -5/3; c = ⅔
• c – b2/4 = ⅔ – [(-5/3)2/4] = (2/3) – (25/36) = (24 – 25)/36 = -1/36
• Substituting these values in the equation (x + b/2)2 = -(c – b2/4) we get,
• ⇒ (x – 5/6)2 = 1/36
• ⇒ (x – 5/6)= ± √(1/36)
• ⇒ x – 5/6 = ±1/6
• ⇒ x = 1, -2/3
• Therefore, the roots of the given equation are 1 and -⅔.
• The below video will help you visualize the concepts of solving quadratic equations.