question about ODE
- To: mathgroup at smc.vnet.net
 - Subject: [mg117836] question about ODE
 - From: Алексей Тимохин <alexey_timohin at mail.ru>
 - Date: Fri, 1 Apr 2011 02:34:06 -0500 (EST)
 - Reply-to: Алексей Тимохин <alexey_timohin at mail.ru>
 
Hello Everybody! Please help me to find answer on this question
How can I solve this ODE
x''[t]=-NIntegrate[Sin[x'[t]*L], {L,0,1}] , x[0]=0, x'[0]=10
The integral in this ODE must be evalueted in each step of solving ODE. But I don't know how can I realise it.