Derivative of a surd containing exponential sum

basher87
Messages
3
Reaction score
0

Homework Statement


y = sqrt(exp(x) - exp(-x))


Homework Equations


dy/dx = dy/du.du/dx - chain rule
d/dx(exp(x)) = exp(x) - derivative of exp(x)


The Attempt at a Solution



y = sqrt(exp(x) - exp(-x))
y' = (1/2).(1/sqrt(exp(x) - exp(-x))).[exp(x) - (exp(-x).-1)]

y' = [exp(x) + exp(-x)]/[2*sqrt(exp(x) - exp(-x))]

i've tried logarithmic differentation as well coming up with the same answer. derivative calculator says different. please help
 
Physics news on Phys.org
basher87 said:

Homework Statement


y = sqrt(exp(x) - exp(-x))

Homework Equations


dy/dx = dy/du.du/dx - chain rule
d/dx(exp(x)) = exp(x) - derivative of exp(x)

The Attempt at a Solution



y = sqrt(exp(x) - exp(-x))
y' = (1/2).(1/sqrt(exp(x) - exp(-x))).[exp(x) - (exp(-x).-1)]

y' = [exp(x) + exp(-x)]/[2*sqrt(exp(x) - exp(-x))]

I've tried logarithmic differentiation as well coming up with the same answer. derivative calculator says different. please help
Hello basher87. Welcome to PF !

What does the derivative calculator say ? Something with cosh and tanh functions ?
 
thankyou sammy

no it comes up with this.

i have checked the hyperbolic functions, in fact i just substituted 2sinhx for exp(x) - exp(-x)

and got the same answer

(exp(-x)*(exp(2.5x) + exp(.5x)))/2(sqrt(exp(2x) - 1) is what the calculator gives
 
basher87 said:
thankyou sammy

no it comes up with this.

i have checked the hyperbolic functions, in fact i just substituted 2sinhx for exp(x) - exp(-x)

and got the same answer

(exp(-x)*(exp(2.5x) + exp(.5x)))/(2(sqrt(exp(2x) - 1)) is what the calculator gives
Is that possibly equivalent to your answer?
 
i solved the equation in terms of the hyperbolic function.

y = sqrt(2sinh x), the derivative calculator gave te same output.

if i solve it in terms of the exponential equation i get the equivalent but the calculator doesnt. Is it possible that it is a syntax error
 
basher87 said:
thankyou sammy

no it comes up with this.

i have checked the hyperbolic functions, in fact i just substituted 2sinhx for exp(x) - exp(-x)

and got the same answer

(exp(-x)*(exp(2.5x) + exp(0.5x)))/2(sqrt(exp(2x) - 1) is what the calculator gives
\displaystyle \frac{e^{-x}(e^{2.5x} + e^{0.5x})}{2\sqrt{e^{2x} - 1}}

\displaystyle =\frac{e^{-x}e^{1.5x}(e^{x} + e^{-x})}{2\sqrt{e^{2x} - 1}}

\displaystyle =\frac{e^{x} + e^{-x}}{2e^{-0.5}\sqrt{e^{2x} - 1}}

\displaystyle =\frac{e^{x} + e^{-x}}{2\sqrt{e^{x} - e^{-x}}}
 
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...
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top