Derivative of Sine Function Raised to An Exponent

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 3K views
Justabeginner
Messages
309
Reaction score
1

Homework Statement


Find the derivative of (sin x) ^ ((sin(sin x)))

Homework Equations


The Attempt at a Solution


I get sin(sin x) * [(sin x) ^ {(sin(sinx)-1)}* cos x] The cos x isn't part of the exponent

Is this right? Thanks :)
 
Physics news on Phys.org
This is what I have:

u= sin x
du= cos x
f(u) = u ^(sin u) du
f'(u)= u^((sin u)-1)* (sin (u) + ((u)(ln u)(cos u)))
And then just substitute sin x in for u?
 
Justabeginner said:
This is what I have:

u= sin x
du= cos x
f(u) = u ^(sin u) du
f'(u)= u^((sin u)-1)* (sin (u) + ((u)(ln u)(cos u)))
And then just substitute sin x in for u?

Almost. You have computed df/du ok, but you need df/dx. You mention du = cos(x) (properly, du = cos(x)dx), so maybe you hadn't really forgotten that.
 
I would use logarithmic differentiation. If [itex]f(x)= (sin(x))^(sin(sin(x))[itex], then [itex]ln(f(x))= sin(sin(x))ln(sin(x)).<br /> <br /> Now use the product rule and chain rule to find f'(x)/f(x).[/itex][/itex][/itex]
 
Justabeginner said:

Homework Statement


Find the derivative of (sin x) ^ ((sin(sin x)))


Homework Equations





The Attempt at a Solution


I get sin(sin x) * [(sin x) ^ {(sin(sinx)-1)}* cos x] The cos x isn't part of the exponent

Is this right? Thanks :)

Using the logrithmich method would make the problem easier. Try it, as suggested by one more post
 
I'm really confused as to what df/dx would be. If u= sin x, do I rearrange to get the value of x?
 
Hint: df/dx = (df/du)*(du/dx). This is called chain rule.

You better use that lograthmic method, it would be easier. Take
 
haruspex said:
In post #3 you can see that Justabeginner has already cracked that part to obtain df/du. All that remains is to use the chain rule, i.e. multiply by du/dx.
No, he hasn't. What he had in post #3 was completely wrong.

In particular, the derivative of [itex]u^{f(u)}[/itex] is NOT [itex]u^{f(u)-1}f'(u)[/itex]

Instead, taking log of both sides of [itex]y= u^{f(u)}[/itex] gives [itex]ln(y)= f(u)ln(u)[/itex] and differentiating both sides of that, with respect to u, [itex]\frac{1}{y}\frac{dy}{du}= f'(u) ln(u)+ \frac{f(u)}{u}[/itex], [itex]\frac{1}{u^{f(u)}}\frac{dy}{du}[/itex][itex]= f'(u)ln(u)+ \frac{f(u)}{u}[/itex], [itex]\frac{dy}{du}= u^{f(u)}(f'(u)ln(u)+ \frac{f(u)}{u}[/itex]
 
Last edited by a moderator:
HallsofIvy said:
No, he hasn't. What he had in post #3 was completely wrong.

In particular, the derivative of [itex]u^{f(u)}[/itex] is NOT [itex]u^{f(u)-1}f'(u)[/itex]
That isn't what he did.
[itex]\frac{dy}{du}= u^{f(u)}(f'(u)ln(u)+ \frac{f(u)}{u}[/itex]
which he wrote as
[itex]\frac{dy}{du}= u^{f(u)-1}(uf'(u)ln(u)+ f(u))[/itex]
 
haruspex said:
That isn't what he did.

which he wrote as
[itex]\frac{dy}{du}= u^{f(u)-1}(uf'(u)ln(u)+ f(u))[/itex]

This is the train of thought that I was using as I solved for f'(u).
And to finish off I'd just multiply f'(u) by du?
 
Yes sir, that's what I meant. Thank you very much :)