Differentiating Hyperbolic Functions

BoT
Messages
3
Reaction score
0
1. Differentiate cosh(x) using first principles



2. cosh(x) = (e^x+e^-x)/2


From previous exercises, I know the answer will be sinh(x)= (e^x-e^-x)/2 but I cannot get to the answer.
I seem to be left with the equation: lim h ---> 0 (e^2x*e^2h +1-e^h*2e^x +e^h)/(2h*e^x*e^h)
But when you make h=0 , it becomes underfined?

Homework Statement

 
Physics news on Phys.org
Where did you get e2x and whatnot from?

Just simplify

\frac{e^{x+h}+e^{-(x+h)}-(e^x+e^{-x})}{2h}


and then factorize.
 
I got it to

ex*eh+e-x*e-h -ex -e-x/ 2h

But how do I simplify this?
This is the part that always screws me up!
 
BoT said:
I got it to

ex*eh+e-x*e-h -ex -e-x/ 2h

But how do I simplify this?
This is the part that always screws me up!

Factor out ex from ex*eh and ex. Do a similar exercise with e-x from the terms.

Then compute the limits.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top