Solveeit Logo

Question

Question: How do you solve \({x^2} + 10x = 4\) by completing the square?...

How do you solve x2+10x=4{x^2} + 10x = 4 by completing the square?

Explanation

Solution

Here we have a polynomial, it is desirable to express in the form of a2+b2{a^2} + {b^2} , to do this, we can artificially introduce a constant which allows us to factor a perfect square out of the expression. Notice that by simultaneously adding and subtracting, we have not changed the value of the expression.

Complete step by step answer:
An expression like x2+10x=4{x^2} + 10x = 4 may be thought of as an “incomplete” square. To make it complete, we would need to add n2{n^2} to the expression. We can figure out what to use for nn by realizing that the 10x10x in the middle need to be 2nx2nx. So we want n=5n = 5 and n2=25{n^2} = 25.
Of course we can just add a number to an expression without changing the value of the expression. So if we want to keep the same value we will have to make up for adding 2525. We do this by also subtracting 2525. That does not change the value of x2+10x{x^2} + 10x , but it does change the way it is written.
We write x2+10x+2525=4{x^2} + 10x + 25 - 25 = 4. If we grouping this way,
(x2+10x+25)25=4\Rightarrow \left( {{x^2} + 10x + 25} \right) - 25 = 4
Then we have a perfect square minus 2525
And we write,
(x+5)225=4\Rightarrow {\left( {x + 5} \right)^2} - 25 = 4
Solving an equation by completing square,
(x+5)225=4\Rightarrow {\left( {x + 5} \right)^2} - 25 = 4
Adding2525in both sides of the equation, it becomes
(x+5)225+25=4+25\Rightarrow {\left( {x + 5} \right)^2} - 25 + 25 = 4 + 25
On addition,
(x+5)2+0=29\Rightarrow {\left( {x + 5} \right)^2} + 0 = 29
Adding zero,
(x+5)2=29\Rightarrow {\left( {x + 5} \right)^2} = 29
Taking square on both sides of the above equation, we get,
(x+5)2=29\Rightarrow \sqrt {{{\left( {x + 5} \right)}^2}} = \sqrt {29}
(x+5)=±29\Rightarrow \left( {x + 5} \right) = \pm \sqrt {29}
And the last equation above is satisfied exactly when
x+5=29x + 5 = \sqrt {29} or x+5=29x + 5 = - \sqrt {29}
So, x=5+29x = - 5 + \sqrt {29} or x=(5+29)x = - \left( {5 + \sqrt {29} } \right)

Then the solution of the given equation is \left\\{ { - 5 + \sqrt {29} , - \left( {5 + \sqrt {29} } \right)} \right\\}.

Note: we can also find the solution of the given quadratic equation by using the formula x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}} . By this formula we can easily get the solution involving with simple steps.
Given equation is x2+10x=4{x^2} + 10x = 4, reordering the term x2+10x4=0{x^2} + 10x - 4 = 0,
Considera=1a = 1 , b=10b = 10 and c=4c = - 4, substitute this value into the formula,
x=10±100+162x = \dfrac{{ - 10 \pm \sqrt {100 + 16} }}{2}
On simplified,
x=10±1162\Rightarrow x = \dfrac{{ - 10 \pm \sqrt {116} }}{2}
We just factorized root term,
x=10±4×292\Rightarrow x = \dfrac{{ - 10 \pm \sqrt {4 \times 29} }}{2}
Simplified the root term
x=10±2292\Rightarrow x = \dfrac{{ - 10 \pm 2\sqrt {29} }}{2}
Taking common 2'2'
x=2(5±29)2x = \dfrac{{2( - 5 \pm \sqrt {29} )}}{2}
We cancel the common term, we get
x=5±29\Rightarrow x = - 5 \pm \sqrt {29}
Finally we get the solution of the equation.