Hallo,friends we have the following problem
syms t u0 u1
u0=sin(t);
R1= diff(u0,'t',2)+u0-u0^3;
u1=dsolve('D2u1+u1=R1','t')
gives the ans
u1=R1+c1*sin(t)+c2*cos(t).
But it does not use the value of R1. How can we do this.Please,tell me.
Thanks in advance