When are we allowed to take square roots in an equation?
For example, $x^2 = (x+2)^2$
Are we allowed to take square roots to solve it?
When are we allowed to take square roots in an equation?
For example, $x^2 = (x+2)^2$
Are we allowed to take square roots to solve it?
You can take roots, just be aware of the fact that $\sqrt{a^2} = |a|$. So solving $x^2 = (x+2)^2$ is equivalent to solving $|x| = |x+2|$.
UPDATE
Next step is to remember that
So there is only one solution to the equation at $x=-1$.
Let's work through equivalences:$$\begin{align}x^2=(x+2)^2&\iff x=x+2\lor -x=x+2\\&\iff-x=x+2\\&\iff x=-1.\end{align}$$
If |a|= |b| then either a= b or a= -b. So if |x|= |x+ 2| either x= x+ 2 or x= -(x+ 2)= -x- 2. If x= x+ 2 then, subtracting x from both sides, 0- 2 which, of course, is not true. x is not equal to x+ 2. If x= -x- 2, adding x to both sides, 2x= -2 so x= -1. You can (and should) check back in the original problem: if x= -1, x^2= (-1)^2= 1 while (x+ 2)^2= (-1+ 2)^2= 1^2= 1. Yes, they are equal!
But by taking roots, you end up with 0=2, which clearly doesn't make sense.
So if the student asks: "when can you take roots?", would the correct answer be, "always but be careful"?
– dugdugdug Jan 31 '21 at 13:40This can be solved instead as $$(x+2)^2-x^2=0=(x+2+x)(x+2-x)=4(x+1)$$
Using the difference of two squares in this way saves the taking of square roots, and can be less error-prone as well as making it clear what is going on.
The "missing solution" from the quadratic is identified by setting $x=\frac 1y$ so that $$\frac {1}{y^2}=\left(\frac 1y+2\right)^2$$ or $$1=\left(1+2y\right)^2$$ which has the solution $y=0$ and indicates a "missing solution at infinity". $y=-1$ corresponds to the original solution for $x$.
x^100=(x+2)^100
– dugdugdug Jan 31 '21 at 13:50
either -x=x+2
or x=x+2
meaning x=-1
or 0=2!
– dugdugdug Jan 31 '21 at 13:25