How to solve integration of squared root function
古いコメントを表示
i want to solve
∫(x/(x-(dp/dr)))dr where p is function of r
3 件のコメント
Walter Roberson
2020 年 9 月 6 日
That does not appear to be a squared root function ?
Is x a function of r?
When you say that you want to "solve" it, do you mean that you have a known output result (such as 7.319) and x is known, and you need to find a function p(r) that gives that particular result when the integral is taken over a given range?
Do you mean that the function p(r) is known, and the range is as well, and also x, and you need to find the value of the symbolic form of the integral? The numeric form of the integral?
There is not a lot you can do unless p(r) is known.
Jui Sen
2020 年 9 月 6 日
Walter Roberson
2020 年 9 月 6 日
Is p( r) a known function?
Is there a reason to not use
integral(@(r) x./(x-p(r)), LowerBound, UpperBound)
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!