Simplifying fractions with roots

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
5 replies · 4K views
username12345
Messages
47
Reaction score
0

Homework Statement



Simplify [tex]\frac{x^2 - \sqrt{x}}{\sqrt{x^5}}[/tex]



Homework Equations



Unsure

The Attempt at a Solution



Tried to factorise the numerator and denominator. Not sure how to proceed given the subtraction in the numerator. Best effort so far:

[tex] <br /> \frac{x^2}{\sqrt{x^5}} - \frac{\sqrt{x}}{\sqrt{x^5} }} = <br /> \frac{x^2}{x^{ \frac{5}{2}}} - \frac{x^{\frac{1}{2}}} {x^\frac{5}{2}} =<br /> x^{ -\frac{1}{2}} - x^{-2} = <br /> \frac{1}{x^2} - \frac{1} {\sqrt{x}}[/tex]

which, doesn't seem like much progress from the original equation
 
Physics news on Phys.org
Mark44 said:
If you multiplied top and bottom by x^(4/5), you'd at least get the radical out of the denominator

why did you choose [tex]x^{\frac{4}{5}}[/tex], or more specifically, how did you decide that value?
 
yes, that was my question! I would use [itex]x^{4/5}= \sqrt[5]{x^4}[/itex] if I wanted to rationalize [itex]\sqrt[5]{x}[/itex], but this was [itex]\sqrt{x^5}[/itex]. Why not multiply numerator and denominator by [itex]\sqrt{x^5}[/itex]?
 
Using [tex]\sqrt{x^5}[/tex] in the numerator and denominator sets it up as [tex]\frac{ (x^2 - x^\frac{1}{2}) x^\frac{5}{2} } { x^\frac{5}{2} x^\frac{5}{2} }[/tex] and I end up with [tex]x^{-\frac{1}{2}} - x^{-2}[/tex]. Am I starting off correctly?
 
username12345 said:
why did you choose [tex]x^{\frac{4}{5}}[/tex], or more specifically, how did you decide that value?

My mistake. I must have looked at the square root of x^5, and mentally translated it as x^(1/5). Sorry about that.