How do you expand ln(x/sqrt(x^6+3))ln(xx6+3)?

1 Answer
Sep 4, 2016

The expression can be simplified to lnx - 1/2ln(x^6 + 3)lnx12ln(x6+3)

Explanation:

Start by applying the rule log_a(n/m) = log_a(n) - log_a(m)loga(nm)=loga(n)loga(m).

=>ln(x) - ln(sqrt(x^6 + 3))ln(x)ln(x6+3)

Write the in exponential form.

=> lnx - ln(x^6 + 3)^(1/2)lnxln(x6+3)12

Now, use the rule log(a^n) = nlogalog(an)=nloga.

=>lnx - 1/2ln(x^6 + 3)lnx12ln(x6+3)

This is as far as we can go.

Hopefully this helps!