Definite integral of an equation

2 次查看(过去 30 天)
Farhod Kamoldinov
Farhod Kamoldinov 2020-2-12
评论: darova 2020-2-12
This is an equation I want to solve
syms ar ec fg
s = int(ar*(1-ec^2)/(1-ec*cos(fg)) / sin(atan(-(1-ec*cos(fg)/(ec*sin(fg))))), fg, 0, fg)
MatLab is not taking it's integral
Matlab's output:
s = int(-(ar*(1-ec^2)*((cos(fg)/sin(fg) - 1)^2 + 1)^(1/2))/((cos(fg)/sin(fg) - 1)*(ec*cos(fg) - 1)), fg, 0, fg)
Can you help me?
  1 个评论
darova
darova 2020-2-12
I think it's too complicated for symbolic calculations. Try numerical

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by