Definite integral of an equation

1 view (last 30 days)
Farhod Kamoldinov
Farhod Kamoldinov on 12 Feb 2020
Commented: darova on 12 Feb 2020
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 Comment
darova
darova on 12 Feb 2020
I think it's too complicated for symbolic calculations. Try numerical

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!