I just don't get why this isn't true.
Why isn't $(2x+x^2)^{1/2}$ the same as $(2x)^{1/2}+x$?
154 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 8 best solutions below
On
You have $$ \sqrt{2x + x^2} = \sqrt{x(2+x)} = \sqrt{x} \sqrt{2+x} $$ but in general, $$ \sqrt{a+b} \ne \sqrt{a} + \sqrt{b}. $$ Suppose this "equality" indeed held, then squaring both sides yields $$ a+b = a + b + 2\sqrt{ab} \iff \sqrt{ab} = 0 $$ So you can see either $a=0$ or $b=0$ are needed for your "equality" to hold...
On
let $y=(2x+x^2)^{0.5}$. And $z=(2x)^{0.5} +x$. Then $y^2=2x+x^2$ and $z^2 =((2x)^{0.5}+x)^{2}$. Then it should be clear that $z$ can not be equal to $y$ since the well defined operations do not match. Therefore, you can not define it that way.
On
Why should it be true. other than wishful thinking? When you first learn algebra you remember the distributive law for "multiplication by a fixed constant $a$", namely $$ a(x + y) = ax +ay . $$ That is true because you can prove it, first for integers and then for any real numbers.
But, sadly, $$ (x + y)^2 \ne x^2 + y ^2 \\ $$ $$ \sqrt{x + y} \ne \sqrt{x} + \sqrt{y} $$ $$ a^{x + y} \ne a^{x} + a^{y} $$ $$ \log(x + y) \ne \log{x} + \log{y} $$ $$ \sin(x + y) \ne \sin{x} + \sin{y} $$
See
On
Square both, you see:
$$(\sqrt{2x+x^2})^2\equiv(\sqrt{2x}+x)^2$$
$$2x+x^2\equiv(\sqrt{2x}+x)(\sqrt{2x}+x)\equiv2x+x^2+2x\sqrt{2x}$$ $$\implies 0\equiv2x\sqrt 2x$$ which is clearly false.

Taking a power of something isn't a linear operation