Simplifying Logarithmic Ratios: How Do You Do It?

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
8 replies · 12K views
casanova2528
Messages
52
Reaction score
0
how the heck do you simplify this ?

(Ln (2x/y) / Ln (x/y)) = m/n

HELP ME!
 
Mathematics news on Phys.org
casanova2528 said:
how the heck do you simplify this ?

(Ln (2x/y) / Ln (x/y)) = m/n

HELP ME!

I am just going to elaborate a lill bit what marcusl already suggested.

You probbably know that

[tex]log\frac{x}{y}=log(x)-log(y)[/tex]

Also

[tex]log(ab)=log(a)+log(b)[/tex]

just apply these properties, and yu'll be fine.
 
Ln (2x/y) = Ln 2x - Ln y

Ln (x/y) = Ln x - Ln y

[Ln (2x/y) / Ln (x/y)] = (Ln 2x - Ln y) / (Ln x - Ln y)

what do I do now?
 
Well that wasn't how I interpreted the original hint. After cross-multiplying as already said, to [tex]n \log_e \left( \frac{2x}{y} \right) = m \log_e \left( \frac{x}{y} \right)[/tex], I would have applied the exponential function to both sides and simplified.
 
Hell yeah.Gib Z is so right, my bad!
 
Gib Z said:
Well that wasn't how I interpreted the original hint. After cross-multiplying as already said, to [tex]n \log_e \left( \frac{2x}{y} \right) = m \log_e \left( \frac{x}{y} \right)[/tex], I would have applied the exponential function to both sides and simplified.

that's not where I want to go.

basically, this natural log ratio reduces down to

1+ (ln 2)/Ln (X/Y)


how do you get here?
 
casanova2528, you started with an equation (note the equals sign), so I assume you meant to write : 1+ (ln 2)/Ln (X/Y) = m/n.

To get this you should use the property of logs that ln(2x/y) = ln(2) + ln(x/y). You should find it pretty easy from there.
 
uart said:
casanova2528, you started with an equation (note the equals sign), so I assume you meant to write : 1+ (ln 2)/Ln (X/Y) = m/n.

To get this you should use the property of logs that ln(2x/y) = ln(2) + ln(x/y). You should find it pretty easy from there.

thanks! Those darn properties!