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...