Consider a standard ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$, where $a>b$.
I need to find out the area of the region bounded by the ellipse between the lines $x = a.e$ (i.e. line passing through the focus) and $x = a$.
Here $e$ is the eccentricity of the ellipse.
I tried to integrate $y$ as a function of $x$ with the limits $x = ae$ to a but I'm having difficulty in integrating the function.
Solving for $y$ you get $$y=\frac{b \sqrt{a^2-x^2}}{a}$$ Integrating from $x$ of the focus to $a$ gives an improper integral,
So you can get the area by subtracting a quarter of the ellipse
$$\frac{A}{2}=\frac{\pi a b}{4}-\int_0^{\sqrt{a^2-b^2}} \frac{b \sqrt{a^2-x^2}}{a} \, dx$$ where $\sqrt{a^2-b^2}$ is the positive $x$ of the focus.
I got $$A=\frac{\pi a b}{2}-\frac{b^2 \sqrt{a^2-b^2}}{a}-a b \arctan\left(\frac{\sqrt{a^2-b^2}}{b}\right)$$