$\begingroup$

So I know that $x^{-1} = 1/x$ by definition. yeah okay, why can't you move a variable with an exponent to the top or bottom of a fraction when you have addition or subtraction involved? for example.

$$\frac{x^{-3} + 5}{x^8}$$

why can't you make this $5/x^{11}$ ?

Please explain in a really simple way. I'm stupid :'(

$\endgroup$1

3 Answers

$\begingroup$

There are several steps implicit in doing this. You have memorized a shortcut without understanding why it works, and it is causing problems. This is why it works:

$$\boxed{\dfrac{5x^{-2}}{7y}}=\frac{5x^{-2}}{7y}\cdot\frac{x^2}{x^2}=\frac{5x^{-2}\cdot x^2}{7y\cdot x^2}=\frac{5x^{-2+2}}{7x^2y}=\frac{5x^{0}}{7x^2y}=\frac{5(1)}{7x^2y}=\boxed{\dfrac{5}{7x^2y}}$$

Now, what happens if there is a sum instead of a product in the numerator? Let's try:

$$\boxed{\dfrac{5+x^{-2}}{7y}}=\frac{5+x^{-2}}{7y}\cdot\frac{x^2}{x^2} =\frac{5\cdot x^2+x^{-2}\cdot x^2}{7y\cdot x^2}$$ $$=\frac{5x^2+x^{-2+2}}{7x^2}=\frac{5x^2+x^{0}}{7x^2} = \boxed{\dfrac{5x^2+1}{7x^2}} $$

So now you see what went wrong. The problem is that when there is addition involved, the extra factor you put into the top and bottom gets distributed across every term. It's because of the distributive law--that's how multiplication interacts with addition.

$\endgroup$1$\begingroup$

That is because in the general case, $\dfrac{a+b}{c} \neq \dfrac{b}{a^{-1}\times{}c}$.

$\dfrac{a+b}{c} = \dfrac{a^{-1}(a+b)}{a^{-1}\times{}c} = \dfrac{1+(a^{-1}\times{}b)}{a^{-1}\times{}c}$ and in general, $b \neq 1+a^{-1}\times{}b$.

$\endgroup$$\begingroup$

Because the question, re-phrased, is:$$\frac{x^{-3}}{x^8}+\frac{5}{x^8},$$meaning you have to look at each separately, giving you a correct alternative:$$\frac{1}{x^{11}}+\frac{5}{x^8}.$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy