Spherical Coordinates#
in
Revised
02 Apr 2023
Spherical Coordinate System#
Spherical coordinates are good to use for regions with more than one axis of rotational symmetry.
In other words, more than one of the cross sections of the region is circular.
Transformation Equations #
If we are thinking about the Earth, then
Infinitesimals#
How big is spherical
The further the
Jacobian#
Examples#
[EXAMPLE]
An upper half ball of radius
Calculate its mass.
Draw the region in
Find the new bounds.
[EXAMPLE]
Draw the region in
Cone with a spherical top
Sphere of radius 2 at the origin
Cone
Find the new bounds.
import numpy as np
64*np.pi/5*((1/3)-(1/(3*2**(3/2))))
8.66505352128086
((1/3)-(1/(3*2**(3/2))))
0.21548220313557542
[EXAMPLE]
Draw the region in
Region bounded by
Sphere of radius 2
Plane parallel to the
-plane at
Find the new bounds.
equation of the sphere
equation of the plane
GeoGebra#
R=3
surface(Rsin(p)cos(t),Rsin(p)sin(t),Rcos(p),p,0,P,t,0,T)