Well, I have been trying to solve this equation with mathematica for the past two hours with no luck.
The general differential equation I am trying to solve is [tex]u''_i(T) = .65\frac{u'_{i-1}(T)-u'_{i}(T)}{u_{i-1}(T)-u_{i}(T)}+750(u_{i-1}(T)-u_{i}(T)-1)^3[/tex] where i= 1,2,3 and [tex]u'_0(T)=2\pi*Sin(2*\pi*T)[/tex]
The initial conditions are [tex]u_i(0)=-i[/tex] and [tex]u'_i(0)=0[/tex]. I tried using NDSolve but it kept saying that the input was not a differential equation. Does anyone know what should be the syntax of the NDSolve function I need?