Deriving the formula - Area of Ellipse (2 Viewers)

nightweaver066

Well-Known Member
Joined
Jul 7, 2010
Messages
1,585
Gender
Male
HSC
2012
What you found was the area bound between the TOP half of the ellipse and the x-axis.

To get the whole area, as the ellipse is symmetrical about the x-axis, the area of the other side would also be (pi)ab/2 so the total area is (pi)ab.
 

jnney

lemon
Joined
Mar 3, 2011
Messages
1,437
Gender
Female
HSC
2012
A much faster way of doing this is by finding a linear transformation/mapping that maps where E is the image of the circle C. We define our linear mapping to be g(u,v) ~ (au,bv) which is equivalent to the matrix multiplication:



We make this choice because we notice that if we sub those values into the equation of the ellipse, the a and b cancels out, leaving the equation of the unit circle but in terms of the variables u and v.

We now use the Jacobian Determinant to compute the volume between a domain D and a function f:



And since we want to find an area (1 Dimensional), it is the equivalent of finding the volume of the solid with an elliptic cross section and a thickness of 1 unit. Very similarly to how you would make all the right entries of the 3x3 matrix become 1 to find the area of a triangle defined by 3 coordinates. But the mapping we have is an affine map, so we have the Jacobian determinant being a constant value, which we will let be equal to say K for some constant K.

Also setting f(y)=1 as explained above and the fact that the affine map has a constant Jacobian, the integral simplifies to become:



Where we used Fubini's Theorem towards the end.

So setting R=1, we immediately acquire the area of E, which is
 

Parvee

(╯°□°)╯︵ ┻━┻
Joined
Apr 4, 2011
Messages
1,077
Gender
Female
HSC
2012
A much faster way of doing this is by finding a linear transformation/mapping that maps where E is the image of the circle C. We define our linear mapping to be g(u,v) ~ (au,bv) which is equivalent to the matrix multiplication:



We make this choice because we notice that if we sub those values into the equation of the ellipse, the a and b cancels out, leaving the equation of the unit circle but in terms of the variables u and v.

We now use the Jacobian Determinant to compute the volume between a domain D and a function f:



And since we want to find an area (1 Dimensional), it is the equivalent of finding the volume of the solid with an elliptic cross section and a thickness of 1 unit. Very similarly to how you would make all the right entries of the 3x3 matrix become 1 to find the area of a triangle defined by 3 coordinates. But the mapping we have is an affine map, so we have the Jacobian determinant being a constant value, which we will let be equal to say K for some constant K.

Also setting f(y)=1 as explained above and the fact that the affine map has a constant Jacobian, the integral simplifies to become:



Where we used Fubini's Theorem towards the end.

So setting R=1, we immediately acquire the area of E, which is
I just had the biggest mind fuck with the accounts -.-
 

seanieg89

Well-Known Member
Joined
Aug 8, 2006
Messages
2,662
Gender
Male
HSC
2007
Green's theorem provides another fast way of finding this area.
 

Carrotsticks

Retired
Joined
Jun 29, 2009
Messages
9,494
Gender
Undisclosed
HSC
N/A
I am so confused.
A sheet of paper is 2 dimension (actually 3D but with tiny thickness but pretend its 2D).

If I look at it from the side, I don't see a sheet of paper. All I see is a straight line, so it is 1 Dimensional from that POV.
 

nightweaver066

Well-Known Member
Joined
Jul 7, 2010
Messages
1,585
Gender
Male
HSC
2012
A sheet of paper is 2 dimension (actually 3D but with tiny thickness but pretend its 2D).

If I look at it from the side, I don't see a sheet of paper. All I see is a straight line, so it is 1 Dimensional from that POV.
lol sorry i didn't mean confused as in with the maths, but with jnney.
 

seanieg89

Well-Known Member
Joined
Aug 8, 2006
Messages
2,662
Gender
Male
HSC
2007
Not really, I cannot imagine something being much faster. I suppose if you take as assumed the formula for the area of a circle, your linear transformation method is just as quick. We don't even need to do any integration as the Jacobian determinant is obviously constant. Just multiply the area of a circle of radius 1 by the determinant of diag(a,b).
 

Fus Ro Dah

Member
Joined
Dec 16, 2011
Messages
248
Gender
Male
HSC
2013
To be honest nofate's way is still pretty fast I guess because we can just use the area of a circle formula in place of the trig substitution ^^
 

COLDBOY

Member
Joined
Sep 23, 2009
Messages
79
Gender
Male
HSC
2011
Could anyone help where I am going wrong:

View attachment 25670

Equation of Ellipse: x^2/a^2 + y^2/b^2 = 1

y = sqrt(a^2 - x^2)*(b/a) ( by rearranging making y the subject)

now area underneath ellipse is the integral from -a to a ( where a and -a are the endpoints of the ellipse, which lie on the x-axis)

Area of Ellipse = 2*Int(ydx) = 2*Int(sqrt(a^2 - x^2)*(b/a))dx from -a to a ( i.e 2*Int() because you have the top half of the ellipse and bottom half)

= 2b/a * Int((a^2-x^2)dx) since b/a is a constant we can take this out

Now Int((a^2 -x^2)*dx) from -a to a = pi*a^2/2 (reason is below)

consider the equation of a circle with radius a : x^2 + y^2 = a^2

y = sqrt(a^2 - x^2) (rearrange for y)

now to find the area above the y-axis = Int(sqrt(a^2 - x^2)), i.e. area for 1/2 a circle (semi-circle) = 1/2 * pi * radius^2 = 1/2*pi*a^2

therefore back to the ellipse

Area of Ellipse

= 2b/a * Int((a^2-x^2)dx)

= 2b/a *(1/2)*pi*a^2

= b/a*pi*a^2

= pi*a*b (Q.E.D)


just remember int(sqrt(a^2 - x^2)), is just the area of a semi-circle 0.5*pi*r^2.

You could also find this integral using substitution let x = asin(theta) && dx = acos(theta)d(theta).

But once again, its your choice when i did my 4 unit exam, if i got a question to integrate something which had sqrt(a^2-x^2) from -a to a or 0 to a. I just thought of the area of a semi-circle or a quarter of a circle respectively. Its a pretty quick way to get around things. Especially in the Volumes topic, you have say an ellipse rotating about a vertical axis, (x = p, p is a real number), you get a donut shape. But the point is during the tedious working you would probably approach this integral and instead of having to work it out, you will be like ahhhh, its just 1/2 * pi*r^2 in your mind. Markers probably prefer this method, shows that you understand what you are doing and how to draw relationships from various topics in mathematics.
 

AbsoluteValue

Member
Joined
Jul 1, 2012
Messages
136
Location
Sydney
Gender
Male
HSC
2012
Can you say the ellipse is a circle with longer/shorter radii so area is Pi(a)(b) if it was part of a volume question, i.e. the question doesn't explicitly ask you to prove it or do you have to do through the integration all the time?
 

Carrotsticks

Retired
Joined
Jun 29, 2009
Messages
9,494
Gender
Undisclosed
HSC
N/A
Can you say the ellipse is a circle with longer/shorter radii so area is Pi(a)(b) if it was part of a volume question, i.e. the question doesn't explicitly ask you to prove it or do you have to do through the integration all the time?
No, you can't do that.
 

httton

Member
Joined
Mar 5, 2011
Messages
51
Gender
Undisclosed
HSC
2012
lol the first solution was alright

you just forgot the square root had a positive and negative case

if you took the negative case as well you'd have teh same intergrand but in negative which in terms of area is exactly the same.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 2)

Top