Find the derivative of the following:

f(x)=ln(e^(2x)/(x^2-4)^3

Please show all steps so I can follow
Thanks!

Basic formula for finding the ln of a fxn:

ln u = 1/u dx (u)

So in this case U = e^2x/x^2-4 ^3

So: 1/e^2x/blah blah blah then get the derivative of e^2x/blahblah.

So basically 1/u dx (e^blahblah)

You have unbalanced parens, but I'll take a stab at it.

f = u/v, so
f' = (u'v-uv')/v^2

u=ln(e^(2x))
u' = 1/e^(2x) * 2e^2x = 2
note: ln(e^(2x)) = 2x (definition of log)

v = (x^2-4)^3
v' = 3(x^2-4)^2 (2x) = 6x(x^2-4)^2

f' = [(2)(x^2-4)^3 - (2x)(6x)(x^2-4)^2]/(x^2-4)^6
= 2(x^2-4)^2 ((x^2-4)-6x^2) / (x^2-4)^6
= -2(5x^2+4)/(x^2-4)^4

we could do some preliminary simplification

reading it as:

f(x)=ln (e^(2x)/(x^2-4)^3 )
= ln e^(2x) - ln (x^2-4)^3
= 2x - 3ln(x^2 - 4)

f ' (x) = 2 - 3(2x)/(x^2 - 4)
= 2 - 6x/(x^2 - 4) = (2x^2 - 6x - 8)/(x^2-4)

notice that is is a different interpretation as Steve's, since your brackets are mis-matched, who can tell.

To find the derivative of f(x), we can use the rules of logarithmic differentiation.

Step 1: Rewrite the function using logarithmic properties. Recall that ln(a/b) = ln(a) - ln(b) and ln(a^b) = b * ln(a).

f(x) = ln(e^(2x)/(x^2-4)^3)
= ln(e^(2x)) - ln((x^2-4)^3)
= 2x - 3ln(x^2-4)

Step 2: Differentiate both sides of the equation with respect to x. The derivative of ln(u) is du/dx divided by u.

f'(x) = (d/dx)(2x) - (d/dx)(3ln(x^2-4))
= 2 - [(d/dx)(3ln(x^2-4))]

Step 3: Find the derivative of 3ln(x^2-4) using the chain rule. The derivative of ln(u) is du/dx divided by u, and the derivative of u^n is n * u^(n-1) * du/dx.

d/dx (3ln(x^2-4)) = 3 * (1/(x^2-4)) * (2x)

Step 4: Substitute the above result back into the derivative equation.

f'(x) = 2 - 3 * (1/(x^2-4)) * (2x)
= 2 - 6x/(x^2-4)

So, the derivative of f(x) is f'(x) = 2 - 6x/(x^2-4).