Sign In
Start from a quadratic equation written in standard form and derive the Quadratic Formula by completing the square.
See solution.
We will explain how completing the square is used to derive the Quadratic Formula. We can consider a quadratic equation written in standard form, complete the square, and derive the formula by ourselves. Let's start by writing the constant term c on the right-hand side and dividing the equation by the leading coefficient a.
LHS-c=RHS-c
.LHS /a.=.RHS /a.
Write as a sum of fractions
a* b/c=a/c* b
a/a=1
1* a=a
Next, we want the left-hand side of the above equation to be a perfect square trinomial. For this to happen, we need three terms. The first and third terms must be perfect squares and the second term must be twice the product of the square root of the first and third terms. To achieve this, we will add ( b2a)^2 to both sides.
a/b=a * 2/b * 2
a* b/c=a*b/c
Commutative Property of Multiplication
a^2+2ab+b^2=(a+b)^2
The left-hand side is already factored. The next step will be simplifying the right-hand side. We are almost there!
(a/b)^m=a^m/b^m
(a * b)^m=a^m* b^m
a/b=a * 4a/b * 4a
a(- b)=- a * b
Add fractions
Commutative Property of Addition
Finally, we will isolate the x-variable.
sqrt(LHS)=sqrt(RHS)
LHS-b/2a=RHS-b/2a
Commutative Property of Addition
Put minus sign in numerator
sqrt(a/b)=sqrt(a)/sqrt(b)
sqrt(a* b)=sqrt(a)*sqrt(b)
Calculate root
Note that in one of the denominators we have the expression sqrt(a^2). Depending on the value of a, we can simplify this in two ways. sqrt(a^2) = a, ifa≥0 - a, ifa<0 However, since we are considering both the positive and negative signs for the term containing this expression, we can simplify sqrt(a^2) as a.
sqrt(a^2)=a
Add and subtract fractions
Starting from a quadratic equation written in standard form, by completing the square, we have deduced the Quadratic Formula. ax^2+bx+c=0 ⇔ x=- b± sqrt(b^2-4ac)/2a