How Do You Simplify Complex Fractional Expressions?

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Fractions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$$\frac{\frac{u}{v}-\frac{{v}^{2 }}{v+4}}{\frac{{u}^{2}}{v}+\frac{v}{{u}^{2}}}
=\frac{uv+4u-{v}^{3 }}{{v}^{2}+4v}
\cdot\frac{{u}^{2}v}{{u}^{4}+{v}^{2}}
=\frac{u^3 v^2+4{u}^{3}v-{u}^{2}v^4}
{{u}^{4 }v^2+4{u}^{4}v+v^4+4{v}^{3} }
=$$

$$=\frac{u^3 v+4{u}^{3}-{u}^{2}v^3}
{{u}^{4 }v+4{u}^{4}+v^4+4{v}^{2 } }
$$
Steps: Common denomator, Mutiply by reciprocal, Factor out v

I have done this 5 times and get different answers
 
Mathematics news on Phys.org
Okay, we begin with:

$$\frac{\dfrac{u}{v}-\dfrac{{v}^{2 }}{v+4}}{\dfrac{{u}^{2}}{v}+\dfrac{v}{{u}^{2}}}$$

We see the LCD is:

$$u^2v(v+4)$$

And so we write:

$$\frac{\dfrac{u}{v}-\dfrac{{v}^{2 }}{v+4}}{\dfrac{{u}^{2}}{v}+\dfrac{v}{{u}^{2}}}\cdot\frac{u^2v(v+4)}{u^2v(v+4)}$$

Distributing, we obtain:

$$\frac{u^3(v+4)-u^2v^3}{u^4(v+4)+v^2(v+4)}$$

Distribute:

$$\frac{u^3v+4u^3-u^2v^3}{u^4v+4u^4+v^3+4v^2}$$
 
Well that's a much better way