• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help setting up a math problem

TecHNooB

Diamond Member
How would I find a parametric representation for the following surface:

A sphere x^2 + y^2 + z^2 = 16, lies between z = -2 and z = 2.
 
Ok, shot in the dark.

I set z = SQRT(16 - x^2 - y^2)
x = r cos(theta)
y = r sin(theta)

Since the sphere is between z = 2, z = -2, x^2 + y^2 = 12 so r^2 = 12. So I paramatized the surface in terms of r and theta. So...

z = SQRT(16 - r^2)
x = r cos(theta)
y = r sin(theta)

0 <= r <= 2*SQRT(3)
0 <= theta <= 2*pi

Is this remotely correct? Where are all the ATOT smarties? 🙁
 
Here are two pretty good sources that'll help you. It pretty much becomes a matter of just plugging in the numbers, but these sites also provide a bit of an explanation. (I just got done explaining synthetic division in another thread... some of these replies simply take too long.)

mathworld.wolfram.com
(the makers of mathematica are always an excellent source 🙂 )

And, of course, Ask Dr Math:
DrMath here
 
I know how to paramatize a sphere. But this one had its hair and balls shaved. It's not even a sphere anymore 🙁
 
Back
Top