Skip to main content
1-Visitor
October 17, 2017
Question

How to prepare a integral for odesolve

  • October 17, 2017
  • 2 replies
  • 1734 views

Hi guys,

I have a problem with an integral that I would like to link in the solve block using odesolve.

The Integral (sin A(s) ds) can't be written in the solve block or the solution can't be found. I tried to rewrite the integral in a sum or I tried to use the trapezoidel rule, but it doesn't work either.

 

A(s) isn't given, but dA(s)/ds will be solved during the solution.

 

I am looking forward to your helpfull answers 😉

 

Best regards

David

 

 

 

2 replies

23-Emerald I
October 17, 2017

odesolve will not deal with integral equations.

 

Can you take the derivative of your equation to eliminate the integral?

dahu1-VisitorAuthor
1-Visitor
October 17, 2017

I tried that last week and it doesn't work. Today I tried the same way an it works. Thank you very much.

19-Tanzanite
October 17, 2017

As Fred says, odesolve doesn't solve integral equations. To comment beyond that, we would need to see a worksheet.