I am trying to solve the following equation
DSolve[{u''[t] + 4 u[t] + 0.1 u[t]^3 u'[t] ^2 == 0, u[0] == 1,
u'[0] == 1}, u, t]
Unfortunately Mathematica is unable to do so. Is there a way to obtain the much needed solution ?
I am trying to solve the following equation
DSolve[{u''[t] + 4 u[t] + 0.1 u[t]^3 u'[t] ^2 == 0, u[0] == 1,
u'[0] == 1}, u, t]
Unfortunately Mathematica is unable to do so. Is there a way to obtain the much needed solution ?
Comments
Post a Comment