Understanding the Derivative of a Complex Function

  • Thread starter Thread starter Mozart
  • Start date Start date
Mozart
Messages
106
Reaction score
0
Hey my teacher worked this problem out the other day and I wrote it down but now I am having trouble understanding it. This is what he wrote. Can someone verify if it is correct.

y=\frac{e^{2u}}{e^u+e^{-u}}

y'=\frac{(e^u+e^(-u))(e^(2u))(2)-e^(2u)(e^u+e^-u(-1))}{(e^u+e^-u)^2}

y'=\frac{e^(2u)[2e^u+2e^-u-e^u+e^-u]}{(e^u+e^-u)^2}

y'=\frac{e^(2u)[e^u+3e^-u]}{(e^u+e^-u)^2}

What I don't understand is how in the step after the quotient rule was used there is in brackets -e^u+e^-u Doesn't multiplying it by-1 make it e^u+e^-u
 
Last edited:
Physics news on Phys.org
Oh forget it I can't use latex if my life depended on it. What a waste of time.
 
Here, I tried to clean it up a bit. Use {} for exponents instead of (), for example: e^{2u} instead of e^(2u). You can also double click on the Tex expression to see the code:

Mozart said:
Hey my teacher worked this problem out the other day and I wrote it down but now I am having trouble understanding it. This is what he wrote. Can someone verify if it is correct.

y=\frac{e^{2u}}{e^u+e^{-u}}

y'=\frac{(e^u+e^{-u})e^{2u}(2)-e^{2u}(e^u+e^{-u}(-1))}{(e^u+e^{-u})^2}

y'=\frac{e^{2u}[2e^u+2e^{-u}-e^u+e^{-u}]}{(e^u+e^{-u})^2}

y'=\frac{e^{2u}[e^u+3e^{-u}]}{(e^u+e^{-u})^2}

What I don't understand is how in the step after the quotient rule was used there is in brackets -e^u+e^{-u} Doesn't multiplying it by-1 make it e^u+e^{-u}
 
Last edited:
Would that be:
y(u)=\frac{e^{2u}}{e^{u}+e^{-u}}
 
Yes that is exactly what I wanted Benorin except i think for the (2) it should be on the outside of those brackets, and arildno yeah that's the original function. Thanks for fixing it.

So is the final answer correct? I'm confused because of the (-1) in brackets. I don't see how it could give a -e^u when there is a negative times a negative.

edit:
Ohhhh nevermind I see it now. Anyways this thread was not in vain. I got some good latex practice in. Thanks again.
 
Just to confirm (since I didn't really folow your question,) I compute the derivative as follows:

y=\frac{e^{2u}}{e^u+e^{-u}}\Rightarrow y^{\prime}=\frac{2e^{2u}(e^u+e^{-u})-e^{2u}(e^u-e^{-u})}{(e^u+e^{-u})^2} =\frac{e^{2u}(e^u+3e^{-u})}{(e^u+e^{-u})^2}

Yep, same as you.
 
Last edited:
Thank you for confirming it.
 
Back
Top