How do I simplify this k/l ratio?

AI Thread Summary
The discussion focuses on simplifying the expression y = ((k^1/2)/(l^1/4))/((l^1/5)/(k^1/8)). The goal is to express it in a simpler form, ideally as (k/l). Participants suggest various methods, including inverting the denominator and multiplying, as well as moving powers from the denominator to the numerator with negative exponents. The simplification leads to the expression y = (k^3/8)/(l^1/20). Overall, the thread emphasizes different approaches to achieve the desired simplification of the k/l ratio.
939
Messages
110
Reaction score
2

Homework Statement



Simplify this:
y = ((k^1/2)/(l^1/4))/((l^1/5)/((k^1/8))

Ideally I would like to make rather than (k/l)/(l/k) simply (k/l)

Homework Equations



y = ((k^1/2)/(l^1/4))/((l^1/5)/((k^1/8))

The Attempt at a Solution



y = (k^3/8)/(l^1/20)
 
Physics news on Phys.org
939 said:

Homework Statement



Simplify this:
y = ((k^1/2)/(l^1/4))/((l^1/5)/((k^1/8))

Ideally I would like to make rather than (k/l)/(l/k) simply (k/l)

Homework Equations



y = ((k^1/2)/(l^1/4))/((l^1/5)/((k^1/8))

The Attempt at a Solution



y = (k^3/8)/(l^1/20)
Wow, that's hard to read. Let's render it in LaTeX.

\displaystyle y=\frac{(k^{1/2})/(l^{1/4})}{(l^{1/5})/((k^{1/8})}
\displaystyle =\frac{\displaystyle \frac{k^{1/2}}{l^{1/4}}}{\displaystyle \frac{l^{1/5}}{k^{1/8}}}​
Several ways to do this.

Invert the denominator and multiply -- as usual when dividing fractions.
 
Last edited:
SammyS said:
Wow, that's hard to read. Let's render it in LaTeX.

\displaystyle y=\frac{(k^{1/2})/(l^{1/4})}{(l^{1/5})/((k^{1/8})}
\displaystyle =\frac{\displaystyle \frac{k^{1/2}}{l^{1/4}}}{\displaystyle \frac{l^{1/5}}{k^{1/8}}}​
Several ways to do this.

Invert the denominator and multiply -- as usual when dividing fractions.

Thank =))... But isn't it possible to merely move the powers from the denominator to the numerator with a negative in front of them?
 
Last edited:
Yes, and in that case you would have
\frac{k^{1/2}l^{-1/4}}{l^{1/5}k^{-1/8}}= \left(k^{1/2}l^{-1/4}\right)\left(k^{-1/5}l^{1/8}\right)
 
HallsofIvy said:
Yes, and in that case you would have
\frac{k^{1/2}l^{-1/4}}{l^{1/5}k^{-1/8}}= \left(k^{1/2}l^{-1/4}\right)\left(k^{-1/5}l^{1/8}\right)
Not quite:
\frac{k^{1/2}l^{-1/4}}{l^{1/5}k^{-1/8}}= \left(k^{1/2}l^{-1/4}\right)\left(k^{1/8}l^{-1/5}\right)
:smile:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top