Moved - Help! Solve the following logarithm with steps?

If log10 X = a and log10 Y = b, Show log10 (X3/Y3) using a and b?
Where are you stuck? We need to see your work.

What rules do you know for using logarithms? For instance, if numbers are multiplied? divided? taken to powers? If you don't have those properties memorized, re-read that chapter! Those will be the "steps" in the evaluation.
 
If log10 X = a and log10 Y = b, Show log10 (X3/Y3) using a and b?

This is not calculus. This just requires using basic log rules.

I'll get you started: log(X^3/Y^3) = log (X/Y)^3 = 3(log (X/Y))

Your turn. Please show your work.
 
log10 X = a ; X = 10a
log10 Y = b ; Y = 10b

Therefore;
= log10 (103a/103b)
= 3a lg 10 - 3b lg 10
{lg 10 = 1}
= 3a - 3b
= 3(a-b)

Correct.
Here is a different (easier?) approach, starting from where I left off:

3(log(X/Y))
=3(logX - logY)
=3(a - b)
 
If log10 X = a and log10 Y = b, Show log10 (X3/Y3) using a and b?
You have really made this problem more complex than it needs to be.

og10 X = a ; X = 10a Yes but so what?
log10 Y = b ; Y = 10b Yes but so what?

Therefore;
= log10 (103a/103b) This step is correct but unnecessary
= 3a lg 10 - 3b lg 10
{lg 10 = 1} This step is correct but unnecessary
= 3a - 3b
= 3(a-b)

Use the laws of logarithms

\(\displaystyle log_{10}\left(\dfrac{X^3}{Y^3}\right) = log_{10}(X^3) - log_{10}(Y^3) = 3log_{10}(X) - 3log_{10}(Y) = 3a - 3b = 3(a - b).\)
 
Top