Solveeit Logo

Question

Question: How do you solve \[4{x^2} - x{\text{ }} = {\text{ }}0\] by completing the square?...

How do you solve 4x2x = 04{x^2} - x{\text{ }} = {\text{ }}0 by completing the square?

Explanation

Solution

In this question we have given a quadratic equation in one variable for which we need to find a solution of term xx using the completing the square method. As we know the property of the square of two numbers as: a2+2ab+b2=(a+b)2{a^2} + 2ab + {b^2} = {(a + b)^2} using this and doing some simplification we get the required answer.

Complete step by step answer: So in order to convert the given 4x2x4{x^2} - x in form a2+2ab{a^2} + 2ab we can have:
4x2x =(2x)2+2×2x×(14)\Rightarrow 4{x^2} - x{\text{ }} = {(2x)^2} + 2 \times 2x \times \left( { - \dfrac{1}{4}} \right)
An expression like 4x2x4{x^2} - x may be thought of as an "incomplete" square. To make it complete, we would need to add (14)2{\left( { - \dfrac{1}{4}} \right)^2}to the expression.
This means we should add (14)2{\left( { - \dfrac{1}{4}} \right)^2}on both sides for completing the square.
Of course you can't just add a number to an expression without changing the value of the expression, so if we want to keep the same value we'll have to make up for adding (14)2{\left( { - \dfrac{1}{4}} \right)^2}
We can do this by also subtracting(14)2{\left( { - \dfrac{1}{4}} \right)^2}.
That doesn't change the value of4x2x4{x^2} - x, but it does change the way it's written.
Hence, 4x2x = 04{x^2} - x{\text{ }} = {\text{ }}0 can be written as:
(2x)2+2×2x×(14)+(14)2(14)2=0\Rightarrow {(2x)^2} + 2 \times 2x \times \left( { - \dfrac{1}{4}} \right) + {\left( { - \dfrac{1}{4}} \right)^2} - {\left( { - \dfrac{1}{4}} \right)^2} = 0
On further simplification it would seem as shown:
(2x14)2(14)2=0  \Rightarrow {\left( {2x - \dfrac{1}{4}} \right)^2} - {\left( { - \dfrac{1}{4}} \right)^2} = 0\;
On using the formula we get
  (2x1414)(2x14+14)=0\; \Rightarrow \left( {2x - \dfrac{1}{4} - \dfrac{1}{4}} \right)\left( {2x - \dfrac{1}{4} + \dfrac{1}{4}} \right) = 0
Solving an equation by completing the square:
(2x12)(2x)=0  \Rightarrow \left( {2x - \dfrac{1}{2}} \right)\left( {2x} \right) = 0\;
Each of the following equations is equivalent (has exactly the same solutions) as the lines before it
2(x14)×2x=0  \Rightarrow 2\left( {x - \dfrac{1}{4}} \right) \times 2x = 0\;
And dividing by 4 and on rearranging the terms we have;
x(x14)=0\Rightarrow x\left( {x - \dfrac{1}{4}} \right) = 0
i.e. x=0  or  x=14x = 0\;or\;x = \dfrac{1}{4}
The solution set to the first equation is: \left\\{ {0,\dfrac{1}{4}} \right\\}
As long as we are comfortable calculating square roots, we can now solve any quadratic equation.
Completing the square is also useful for getting the equation of a circle, ellipse or other conic section into standard form.

Note:
Since we know that factoring is usually faster and one must always try factoring first; although factoring is not always easy, so if we get this kind of case, then we must opt for completing the square method first and then the quadratic formula onwards.
Alternative Quadratic formula:
To find the roots of a quadratic equation in the form ax2  +  bx  +  c  = 0a{x^2}\; + \;bx\; + \;c\; = {\text{ }}0, follow these steps:
(i) If a does not equal 1, divide each side by a (so that the coefficient of the x2{x^2} is 1).
x2+bax+ca=0{x^2} + \dfrac{b}{a}x + \dfrac{c}{a} = 0
(ii) Rewrite the equation with the constant term on the right side.
x2+bax=ca{x^2} + \dfrac{b}{a}x = - \dfrac{c}{a}
(iii) Complete the square by adding the square of one-half of the coefficient of xx (this is the square ofb2a\dfrac{b}{{2a}}) to both sides.
x2+bax+b24a2=b24a2ca{x^2} + \dfrac{b}{a}x + \dfrac{{{b^2}}}{{4{a^2}}} = \dfrac{{{b^2}}}{{4{a^2}}} - \dfrac{c}{a}
(iv) Write the left side as a perfect square and simplify the right side.
(x+b2a)2=b24ac4a2{\left( {x + \dfrac{b}{{2a}}} \right)^2} = \dfrac{{{b^2} - 4ac}}{{4{a^2}}}
(v) Equate and solve.
(x+b2a)=±b24ac4a2\left( {x + \dfrac{b}{{2a}}} \right) = \pm \sqrt {\dfrac{{{b^2} - 4ac}}{{4{a^2}}}}
x=b2a±b24ac4a2x = - \dfrac{b}{{2a}} \pm \sqrt {\dfrac{{{b^2} - 4ac}}{{4{a^2}}}}
x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}