This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Technology & Calculator Open Topic subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Math and Science => Technology & Calculator Open Topic
Author Message
simplethinker
snjwffl


Active Member


Joined: 25 Jul 2006
Posts: 700

Posted: 11 Oct 2007 11:40:56 pm    Post subject:

I've been trying to derive the formula V=4/3*πabc for an ellipsoid, but I can't get it right. Here's what I've done:
The basic equation of an ellipsoid is

I used the substitutions
and got which is the same as

And this is what I did:

Somewhere I lost an "abc" term, but I'm not sure where.

I also tried with another form of an ellipsoid
and the substitutions to get
By using the same techniques as before, I ended up with
and, remembering the substitutions, I have
which has two extra "abc" terms.

What am I doing wrong? I've read ahead a few chapters (okay, maybe a dozen), so my teacher isn't of much help. I've gone in-depth into a lot of techniques and the rationale behind them, I understand what I'm doing by finding the tripe-iterated integral, so it's not just me following the steps outlined in the book, but I don't see what I'm doing wrong.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 12 Oct 2007 08:17:36 am    Post subject:

You're not following the substitution rule correctly. When you substitute u=x/a, you forget to substitute du = dx/a which will give you an extra factor of a at the beginning; similarly the substitutions v=y/b and w=z/c will give you extra factors of b and c.

In the second example, then, you'll have factors of 1/ab, 1/ac, and 1/bc which will cancel out two of the (abc) terms.

A much more interesting miscalculation is in the surface area of a sphere (or an ellipsoid - you'll do the same substitutions anyway). If you decided to do it using rectangular coordinates, you'll get the following integral: [attachment=1954:attachment]

This integral evaluates to Pi^2 instead of 4 Pi (the correct answer for a sphere of radius 1). Why?


Last edited by Guest on 12 Oct 2007 04:37:59 pm; edited 1 time in total
Back to top
thornahawk
μολών λαβέ


Active Member


Joined: 27 Mar 2005
Posts: 569

Posted: 13 Oct 2007 12:09:26 am    Post subject:

simplethinker:

I'm glad that the Equation Editor was useful (if you did use it to generate those expressions), so allow me to add a tip the next time you use LaTeX for generating math expressions: "\arcsin(x)" renders better than "arcsin(x)" (without the backslash) in LaTeX. Barring that, you could always enclose function names in "\mathrm{}", like "\mathrm{arcsin}(x)". :)

DarkerLine:

I don't follow where you got that integral in the derivation of the sphere volume; that would of course return π² since you're multiplying 2π with the area of a radius-1 semicircle.

thornahawk
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 13 Oct 2007 10:07:41 am    Post subject:

That was an integral for the surface area (of a sphere of radius 1 centered at 0) not the volume. x goes from -1 to 1, and what's inside the integral is the circumference of the slice of the circle (parallel to the yz plane) that lies on the sphere's surface and is centered at (x,0,0). The radius of that circle is $\sqrt{1-x^2}$, and the circumference is $2\pi r$

Intuitively, these circumferences should "add up" to be the sphere's surface area.

...would a picture help?

(one of my friends showed this to me a couple of years ago as part of his argument that calculus is fundamentally flawed. I don't think I agree with the argument, but this example is interesting)


Last edited by Guest on 13 Oct 2007 10:09:01 am; edited 1 time in total
Back to top
simplethinker
snjwffl


Active Member


Joined: 25 Jul 2006
Posts: 700

Posted: 13 Oct 2007 04:44:35 pm    Post subject:

DarkerLine wrote:
That was an integral for the surface area (of a sphere of radius 1 centered at 0) not the volume. x goes from -1 to 1, and what's inside the integral is the circumference of the slice of the circle (parallel to the yz plane) that lies on the sphere's surface and is centered at (x,0,0). The radius of that circle is $\sqrt{1-x^2}$, and the circumference is $2\pi r$

The radius is 1, not "√(1-x^2)".
The integral you gave is for finding the surface area of a sphere of radius 1, so if r=√(1-x^2)", then x would have to be 0, and integration with respect to x would be impossible.
"2πr" comes from integrating "y=2√(r^2-x^2)" with respect to x on the interval[-r,r], so to find the surface area you have to integrate "2πr" on the interval [-r,r] with respect to y.


Last edited by Guest on 13 Oct 2007 05:13:17 pm; edited 1 time in total
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 13 Oct 2007 04:48:23 pm    Post subject:

I meant the radius of the circle, not of the sphere.

(if you think you see a better solution, set up a different integral for the surface area - but without polar coordinates, as that would defeat the point)


Edit: also the integral of y=√(r^2-x^2) with respect to x would give you 1/2 πr^2 not 2πr.


Last edited by Guest on 13 Oct 2007 04:53:22 pm; edited 1 time in total
Back to top
simplethinker
snjwffl


Active Member


Joined: 25 Jul 2006
Posts: 700

Posted: 13 Oct 2007 05:11:53 pm    Post subject:

I'm not using polar coordinates. The equation of a sphere is r^2=x^2+y^2+z^2, the r I'm using is from that, not polar definitions.
But, here are two ways to find the surface area:


which becomes

and

which becomes

which both evaluate to "4πr^2"

The first is integrating the circumference of the trace of the sphere in the yz-plane from [-r,r] with respect to x.
The second is finding the surface area of the surface of revolution formed by "y=√(r^2-x^2)" being revolved around the y-axis from [-r,r]

[edit] I fixed the error in my last post.

[another edit] Thanks for helping me in my first problem, I knew it was something stupid/simple :biggrin:


Last edited by Guest on 13 Oct 2007 05:34:44 pm; edited 1 time in total
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 13 Oct 2007 06:22:18 pm    Post subject:

Wow. One thing I never realized (although it's nothing esoteric) is that the surface area of the sphere is the same as the lateral surface area of a cylinder circumscribed (is this correct for 3D figures?) about it. This is intuitive and counter-intuitive at the same time.
Back to top
simplethinker
snjwffl


Active Member


Joined: 25 Jul 2006
Posts: 700

Posted: 13 Oct 2007 06:28:31 pm    Post subject:

Yeah, that was the way that my math book explained it

@thornahawk: thanks for the tip (I did use LaTeX, it's a nice program Smile)


Last edited by Guest on 13 Oct 2007 08:31:43 pm; edited 1 time in total
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement