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 Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by