#Why can f(x) = x^2 never be negative but f(x) = x^2.2 can?

22 messages · Page 1 of 1 (latest)

heady tigerBOT
molten radish
#

Both can't give negative values when $x \in \mathbb{R}$. This is because of the fact that $$x^2 = x\cdot x$$ and this is always positive. \ For $x^{2.2}$ we have to rewrite it for it to become clear that it can't give negative values. So we know that $$2.2 = 2\cdot 1.1$$ therefore $$x^{2.2} = x^{2\cdot 1.1} = (x^{1.1})^2$$ So we get something of the form $a^2$ which, as mentioned before, can't be negative.

zinc topazBOT
molten radish
#

Does this help?

foggy atlas
#

First, rewrite the exponent as a fraction.
$$x^{2.2}=x^{\frac{22}{10}}$$
Then take the fraction and write it as a combination of root and exponent.
$$x^{\frac{22}{10}}=\sqrt[10]{x^{22}}$$
Simplify.
$$\sqrt[10]{x^{22}}=\sqrt[2(5)]{x^{2(11)}}=\sqrt[5]{x^{11}}$$
Now, check all three possibilities for $x$. I'll write $n$ for negative numbers and $p$ for positive numbers.$\$
$x<0$:
$$\sqrt[5]{n^{11}}=\sqrt[5]{n}=n$$
$x=0$:
$$\sqrt[5]{0^{11}}=\sqrt[5]{0}=0$$
$x>0$:
$$\sqrt[5]{p^{11}}=\sqrt[5]{p}=p$$

zinc topazBOT
#

animeonfire

foggy atlas
zinc topazBOT
#

animeonfire

foggy atlas
#

I hope this helps both of you.

molten radish
foggy atlas
zinc topazBOT
#

animeonfire

foggy atlas
#

Let's do x=-1 for demonstration purposes

#

$$(-1)^{1.1}=(-1)^{\frac{11}{10}}=\sqrt[10]{(-1)^{11}}$$
$$=\sqrt[2]{\sqrt[5]{-1^{11}}}=\sqrt[2]{-1}=i$$

zinc topazBOT
#

animeonfire

foggy atlas
#

Therefore

#

$((-1)^{1.1})^{2}=i^{2}=-1$

zinc topazBOT
#

animeonfire

molten radish
#

Oooh yes, makes sense. I don't know how I looked over that

#

Thanks!

foggy atlas
#

.solved