Area ellipse: parametric form, angles and coincidences

In summary, the conversation discusses the computation of the area of an ellipse using its parametric form. It is usually done by taking one quarter or one half of the ellipse and using symmetry. However, it is also possible to integrate from one point to the same point, as long as the integrand is positive. This is because the parametric form of the ellipse changes the function being integrated to one that is always positive.
  • #1
haushofer
Science Advisor
Insights Author
2,951
1,490
Dear all,

I have a question regarding the computation of the area of an ellipse. The parametric form of the ellipse with axes a and b is

$$x(t) = a\cos{(t)}, \ \ \ y(t) = b\sin{(t)} $$

Using this to evaluate the area of the ellipse, usually one takes one halve or one quarter of the ellipse and uses symmetry. E.g.,

$$\frac{1}{4} \text{area} = \int_{x=0}^{x=a} y(x) dx = -ab \int_{t=\frac{\pi}{2}}^{t = 0} \sin^2{(t)} dt = \frac{\pi ab}{4} $$

My question is as follows: if one does the calculation as follows,

$$\text{area} = ab \int_{t=0}^{t = 2\pi} \sin^2{(t)} dt = \pi ab $$

one obtains the right answer. However, one integrates from one point on the ellips to the very same point, and the integrand is also not positive for half of the integral, so I can see that integration from t =0 to t = 2 pi is not allowed. Is it then a coincidence that one still obtains the right answer?
 
Physics news on Phys.org
  • #2
This is what I think:

As you parameterized the equation of the ellipse, while doing the integral you are finding out the area under the curve of the function ##sin^2(t)## which is always positive and for which the constraints (which are present for integrating a regular ellipse equation) are not present. Thus , you can integrate fully to get the correct answer because you are no longer integrating from the same point to the same point as the function under consideration has changed.
 
  • #3
To be on the safe side, you should really calculate an area integral by parametrizing the entire area. One convenient one is
$$\vec{x}(\lambda,\phi)=\lambda (a \cos \phi,b \sin \phi).$$
Then obviously the entire area is parametrized by ##\lambda \in [0,1]##, ##\phi \in [0,2 \pi)##. The area element is
$$\mathrm{d}^2 A=\mathrm{d} \lambda \mathrm{d} \phi \left |\mathrm{det} \frac{\partial(x,y)}{\partial(\lambda,\phi)} \right| = \mathrm{d} \lambda \mathrm{d} \phi \mathrm{det} \begin{pmatrix} a \cos \phi & b \sin \phi \\ -a \lambda \sin \phi & b \lambda \cos \phi \end{pmatrix} =ab\lambda,$$
and thus for the area you get
$$A=\int_0^{1} \mathrm{d} \lambda \int_0^{2 \pi} \mathrm{d} \phi ab \lambda=2 \pi ab \int_0^1 \mathrm{d} \lambda \lambda = \pi ab.$$
 
  • Like
Likes haushofer
  • #4
vanhees71 said:
To be on the safe side, you should really calculate an area integral by parametrizing the entire area. One convenient one is
$$\vec{x}(\lambda,\phi)=\lambda (a \cos \phi,b \sin \phi).$$
Then obviously the entire area is parametrized by ##\lambda \in [0,1]##, ##\phi \in [0,2 \pi)##. The area element is
$$\mathrm{d}^2 A=\mathrm{d} \lambda \mathrm{d} \phi \left |\mathrm{det} \frac{\partial(x,y)}{\partial(\lambda,\phi)} \right| = \mathrm{d} \lambda \mathrm{d} \phi \mathrm{det} \begin{pmatrix} a \cos \phi & b \sin \phi \\ -a \lambda \sin \phi & b \lambda \cos \phi \end{pmatrix} =ab\lambda,$$
and thus for the area you get
$$A=\int_0^{1} \mathrm{d} \lambda \int_0^{2 \pi} \mathrm{d} \phi ab \lambda=2 \pi ab \int_0^1 \mathrm{d} \lambda \lambda = \pi ab.$$
I agree, but I'm teaching a calculus course now where these kind of area parametrisations are not discussed. :P
 
  • #5
Mastermind01 said:
This is what I think:

As you parameterized the equation of the ellipse, while doing the integral you are finding out the area under the curve of the function ##sin^2(t)## which is always positive and for which the constraints (which are present for integrating a regular ellipse equation) are not present. Thus , you can integrate fully to get the correct answer because you are no longer integrating from the same point to the same point as the function under consideration has changed.

I don't see this; the parametric form implies that

$$(x(t=0),y(t=0)) = (x(t=2\pi),y(t=2\pi))= (a,0) $$

So effectively you're integrating from (a,0) to (a,0). But I see that the integrand is a square, and hence is positive for [itex] t \in [0,2\pi] [/itex].
 
  • #6
Or am I mistaken and is it allowed to calculate the area enclosed by a closed parametric curve like an ellipse by evaluating the integral from t=0 to t=2pi?
 
  • #7
I'm not sure I understand the arguments used to evaluate the area as "area under a curve" ##y=f(x)## at all. Here, to be safe you have to first write the curve as function of ##x##. Of course, you can do this only for a part of the ellipse. Taking the upper part you have
$$f(x)=b \sqrt{1-x^2/a^2}.$$
Thus you get
$$A=2\int_{-a}^{a} \mathrm{d} x f(x),$$
where the factor of ##2## comes from taking both halves of the ellipse to get the full area.

To evaluate the integral you can of course do the standard substitution
$$x=a \cos t, \quad t \in [0, \pi], \quad \mathrm{d} x = -\mathrm{d} t a \sin t.$$
Then you get
$$A=2 ab \int_0^{\pi} \mathrm{d} t \sin^2 t=ab \int_{0}^{\pi} \mathrm{d} t [1-\cos(2 t)] = a b \left (t-\frac{1}{2} \sin 2 t \right)_{t=0}^{t=\pi}=\pi a b.$$
 
  • #8
haushofer said:
Or am I mistaken and is it allowed to calculate the area enclosed by a closed parametric curve like an ellipse by evaluating the integral from t=0 to t=2pi?

No, it's not allowed if you express y as function of x and then integrate because of sign constraints. However by changing it into a parametric equation, the integral became the area under a different curve ##sin^2 x## which unlike an ellipse "goes on." So, I think that's why the two areas turned out to be the same. In general though the area is done by @vanhees71 's method.
 
  • #9
haushofer said:
Dear all,

I have a question regarding the computation of the area of an ellipse. The parametric form of the ellipse with axes a and b is

$$x(t) = a\cos{(t)}, \ \ \ y(t) = b\sin{(t)} $$

Using this to evaluate the area of the ellipse, usually one takes one halve or one quarter of the ellipse and uses symmetry. E.g.,

$$\frac{1}{4} \text{area} = \int_{x=0}^{x=a} y(x) dx = -ab \int_{t=\frac{\pi}{2}}^{t = 0} \sin^2{(t)} dt = \frac{\pi ab}{4} $$

My question is as follows: if one does the calculation as follows,

$$\text{area} = ab \int_{t=0}^{t = 2\pi} \sin^2{(t)} dt = \pi ab $$

one obtains the right answer. However, one integrates from one point on the ellips to the very same point, and the integrand is also not positive for half of the integral, so I can see that integration from t =0 to t = 2 pi is not allowed. Is it then a coincidence that one still obtains the right answer?

By integrating the positive function (above the x-axis) from ##x=0## to ##x=a## you have a positive ##dx## and a positive integrand. You could then integrate the negative function (below the x-axis) from ##x = a## to ##x = -a## and you would get a postive result, as in this case ##dx## is negative. Finally, you would integrate the other positive quarter from ##x=-a## to ##x =0## and again get a positive result. Hence:

##A = \int_{0}^{a} y_1(x) dx + \int_{a}^{-a} y_2(x)dx + \int_{-a}^{0} y_1(x) dx##

Where ##y_1, y_2## are positive and negative respectively. The middle integral is positive because you are integrating "right to left".

And, using the ##t## substitution in these integrals you get:

##A = \int_{\pi/2}^{0} (-ab \sin^2(t))dt + \int_{2\pi}^{\pi} (-ab \sin^2(t))dt + \int_{\pi}^{\pi/2} (-ab \sin^2(t))dt = \int_{0}^{2\pi} (ab \sin^2(t))dt##

So, there is no coincidence and it's perfectly valid.
 
  • Like
Likes haushofer and Mastermind01
  • #10
Thanks! That makes sense. I must admit I'm a bit confused now as to how general this result is (i.e. does integration over a closed contour of a parametric eqn. always give you the area). In all the examples I can find, the integral is done partly and then symmetry is used.
 
  • #11
haushofer said:
Thanks! That makes sense. I must admit I'm a bit confused now as to how general this result is (i.e. does integration over a closed contour of a parametric eqn. always give you the area). In all the examples I can find, the integral is done partly and then symmetry is used.

In general, it doesn't depend on the particular functions ##y_1## (above the x-axis) and ##y_2## (below the x-axis), or on the orientation of the parameterisation - as it's just a regular integral substitution. Nor does it need to be a closed curve with a periodic parametrisation.

All that you really have here is a way to add two areas (one above the x-axis and one below the axis) by taking a negative ##dx## and leaving the second function negative.

The critical factor, therefore, is the behaviour of the curve as it crosses the x-axis. That determines how you use integration to get area in the first place.
 
Last edited:

1. What is the parametric form of an area ellipse?

The parametric form of an area ellipse is expressed as (a cos(t), b sin(t)), where t is the parameter, a is the length of the semi-major axis, and b is the length of the semi-minor axis.

2. How are the angles of an area ellipse calculated?

The angle of an area ellipse is calculated using the formula tan(θ) = b/a, where θ is the angle between the semi-major axis and the x-axis.

3. What does it mean for two area ellipses to have coinciding points?

If two area ellipses have coinciding points, it means that they intersect at one or more points, and those points have the same coordinates on both ellipses.

4. Can an area ellipse have negative values for its semi-major and semi-minor axes?

Yes, an area ellipse can have negative values for its semi-major and semi-minor axes. This indicates that the ellipse is oriented in a different direction or is reflected across one of the axes.

5. How does the parametric form of an area ellipse differ from the Cartesian form?

The parametric form of an area ellipse uses a parameter (t) to define the points on the ellipse, while the Cartesian form uses the x and y coordinates. The parametric form is often more useful for mathematical calculations and geometric proofs, while the Cartesian form is commonly used for graphing and visualizing the ellipse.

Similar threads

  • Calculus
Replies
29
Views
679
Replies
4
Views
305
Replies
2
Views
255
Replies
3
Views
1K
  • Calculus
Replies
5
Views
1K
Replies
1
Views
753
Replies
2
Views
2K
Replies
5
Views
863
Replies
5
Views
1K
Replies
5
Views
2K
Back
Top