Multiplying reciprocal fractions with exponents

$\begingroup$

The question is as follows:

enter image description here

If we multiply a fraction with its reciprocal then we get 1. So by this logic this should be equal to 1^(a/a+b).

But, the solutions I have been provided with states the answer to be

enter image description here

Where am I going wrong?

Thanks

$\endgroup$ 2

1 Answer

$\begingroup$

I'm assuming the question was to simplify that expression.

In your work, you've computed something like $(st)^u$ when the traditional order of operations would have had you compute $s(t^u)$. This is why you got $1$ (incorrectly).

What they want you to do is make use of the fact that negating the exponent causes the fraction to flip. So, you were to take the second factor and rewrite as$$ \left(\frac{y}{x}\right)^{a/(a+b)} = \left(\frac{x}{y}\right)^{-a/(a+b)}. $$Now multiply by $\frac{x}{y}$ to get$$ \frac{x}{y}\left(\frac{y}{x}\right)^{a/(a+b)} = \frac{x}{y}\left(\frac{x}{y}\right)^{-a/(a+b)} = \left(\frac{x}{y}\right)^{1-\frac{a}{a+b}}. $$

Now that exponent is $1 - \frac{a}{a+b} = \frac{a+b}{a+b} - \frac{a}{a+b} = \frac{a+b-a}{a+b} = \frac{b}{a+b}$. Hence the final answer is$$ \left(\frac{x}{y}\right)^{\frac{b}{a+b}} $$as claimed.

$\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

You Might Also Like