Solving an integral equation

조회 수: 5 (최근 30일)
Kaz Middelhoek
Kaz Middelhoek 2021년 6월 3일
댓글: Bjorn Gustavsson 2021년 6월 3일
I'm looking to implement a solution to the following equation:
, where a is a known constant, for demonstration purposes set to 5 below.
Code that I tried:
syms r(t)
i=int(1/(r.^4),0,t)
solve(r==(1-5*i),r)
No clue how to tackle the problem. Thanks in advance!

채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2021년 6월 3일
For this I think pen-and-paper might be easier than using the symbolic toolbox. Simply differentiate both sides of your definition of r and convert your integral equation into a differential equation:
This simplifies to (at least for some nice-constraints on r):
That way you now have a reasonably ordinary ODE instead. This is most hand-wavy lacking mathematical rigor, but you should be able to add that if required.
HTH
  댓글 수: 2
Kaz Middelhoek
Kaz Middelhoek 2021년 6월 3일
Thank you very much! A smart way to tackle the problem.
Bjorn Gustavsson
Bjorn Gustavsson 2021년 6월 3일
You're welcome. This is the standard way (I've been taught) of attacking this type of integral equations, for others you might start to look at the methods for solving integral equations in chebfun.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by