Cancelling out problem (2 different answers?)

54 Views Asked by At

I am getting two different answers depending oh how I cancel out the numbers in the numerator and denominator.

When I take $(\sqrt{2}/2)/(\sqrt{2}/2)^2$, I would normally cancel out $(\sqrt{2}/2)$ in both the numerator and denominator so I am left with $1/(\sqrt{2}/2)$. I would then multiply the numerator by the reciprocal to come to $2/\sqrt{2}$.

HOWEVER, when I take $(\sqrt{2}/2)/(\sqrt{2}/2)^2$ and multiply out the denominator, I get $(\sqrt{2}/2)/(2/4)$, I then multiply the numerator by the recipcrocal to get an answer of $\sqrt{2}$....

I should get the same thing shouldn't I, where am I going wrong? Thanks for your help.

2

There are 2 best solutions below

1
On BEST ANSWER

Using the fact that $a^na^m=a^{n+m}$ or $ b^n/b^m=b^nb^{-m}=b^{n-m} $:

$$ \frac{2}{\sqrt{2}}=\frac{2^1}{2^{1/2}} = 2^1\,2^{-1/2} = 2^{1-1/2}=2^{1/2} = \sqrt{2} $$

i.e. the algebra of exponents.

0
On

In case you care to see it worked out...

$$ \frac{2}{\sqrt{2}} = \frac{2}{\sqrt{2}} \cdot \frac{\sqrt{2}}{\sqrt{2}} = \frac{2\sqrt{2}}{2} =\sqrt{2} $$

I guess teachers call this "rationalizing the denominator" or something.