How do you differentiate [x^(sin3x)^2][xsin3x^2]?

1 Answer
May 27, 2018

x^(sin^2 3x)sin3x((sin3x)/x + 6 cos3xlogx)xsin23xsin3x(sin3xx+6cos3xlogx)

Explanation:

A strange function this one - were you trying to solve some particular problem when it arose, or did you just try to compile something tricky?

There's a potential ambiguity in the question; is it (x^(sin3x))^2(xsin3x)2 or is it x^(sin^2 3x)xsin23x ? The rule for evaluating towers of powers is to work from right to left (else one could have written the expression more simply), which suggests the latter. Is this what was meant? I'll supply both.

Answer 1: x^(sin^2(3x))xsin2(3x)

We have an x both in the base and the exponent of the expression, so we use the same technique to differentiate it as is used for x^xxx; working logarithmically.

Let y=x^(sin^2 3x)y=xsin23x. Then log(y)=sin^2 3x logxlog(y)=sin23xlogx and so 1/y dy/dx=(sin^2 3x)/x + 3*2sin3xcos3xlogx1ydydx=sin23xx+32sin3xcos3xlogx. Thus

dy/dx = x^(sin^2 3x)sin3x((sin3x)/x + 6 cos3xlogx)dydx=xsin23xsin3x(sin3xx+6cos3xlogx).

Answer 2: (x^(sin3x))^2(xsin3x)2

Let y=(x^(sin3x))^2y=(xsin3x)2. Then dy/dx=2x^(sin3x)d/dx(x^(sin3x))dydx=2xsin3xddx(xsin3x).
Let z=x^(sin3x)z=xsin3x, so dy/dx=2x^(sin3x)dz/dxdydx=2xsin3xdzdx.

As in the previous answer, proceed logarithmically:
logz = sin3x logxlogz=sin3xlogx, so 1/z dz/dx = (sin3x)/x + 3cos3xlogx1zdzdx=sin3xx+3cos3xlogx, giving dz/dx = x^(sin3x)((sin3x)/x + 3cos3xlogx)dzdx=xsin3x(sin3xx+3cos3xlogx)

Plugging this back in, we see

dy/dx=2x^(2sin3x) ((sin3x)/x + 3cos3xlogx)dydx=2x2sin3x(sin3xx+3cos3xlogx)