DemiGod said:
Use the proportion of logarithms to expand the expression...
ln [ (4x^5 - x - 1) * SqRt(x - 7) / (x^2 + 1 )^3 ]
and
ln [ (2x - 1) / SqRt(3x + 1) * (x^3 - 7)^9 ]
.... ? No idea where to start.
It has already been suggested that you use the rules of logs...AND those rules were nicely stated for you.
ln [ (4x^2 - 4x - 1) * sqrt(x - 7) / (x^2 + 1)^3]
using the rule that log (ab) = log a + log b, we have this (the same rules apply to natural logs...so ln (ab) = ln a + ln b......)
ln (4x^2 - 4x - 1) + ln [sqrt(x - 7) / (x^2 + 1)^3]
Next, use the rule which says that log(a/b) = log a - log b (or ln (a / b) = ln a - ln b:
ln (4x^2 - 4x - 1) + ln (sqrt(x - 7)) - ln [(x^2 + 1)^3]
write sqrt(x - 7) as (x - 7)^(1/2), and use the rule of logs which says that log a^n = n log a (or with natural logs, ln a^n = n ln a):
ln (4x^2 - 4x - 1) + ln [ (x - 7)^(1/2)] - ln [(x^2 + 1)^3]
ln (4x^2 - 4x - 1) + (1/2)*ln(x - 7) - 3 ln (x^2 + 1)
Unless I've missed something here, I think that's it.