Non-linear differential equations

byrnesj1
Messages
7
Reaction score
0

Homework Statement



Show that w(t) = tanh(t) solves the nonlinear problem:

w''(t)+2w(t)-2w3(t) = 0
t ε ℝ

Homework Equations


\frac{d^2tanh(t)}{dt^2} = -2tanh(t)sech2(t) = \frac{-8sinh(2t)cosh^2(t)}{(cosh(2t)+1)^3}

tanh(t) = \frac{sinh(2t)}{cosh(2t)+1}


tanh(t)3 = \frac{sinh^3(2t)}{(cosh(2t)+1)^3}




The Attempt at a Solution


plug and chug? I'm not good at hyperbolic functions.

Any ideas?
 
Last edited:
Physics news on Phys.org
yeah.. I keep getting stuck.

currently at:

\frac{[-6sinh(2t)cosh^2(t)+4cosh(2t)sinh(2t)+2sinh(2t)-2sinh^3(2t)]}{(cosh(2t)+1)^3}
 
Last edited:
It's very hard to decipher what you have written. Yes, if w= tanh(t) then w''= -2sech^2(t)tanh(t) but it is not clear where you get the rest of that from. Just replacing w'' with -2sech^2(t)tanh(t) and w with tanh(t), the left side becomes
-2sech^2(t)tanh(t)+ 2tanh(t)- 2tanh^3(t)
Factor 2 tanh(t) out of that to get
2tanh(t)(1- sech^2(t)- tanh^2(t))

Now, what is tanh^2(t)+ sech^2(t)?
 
Thank you! Also I was attempting to simplify in terms of sinh(t) and cosh(t).. I don't know why.
 
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