Processing math: 100%

EXAMPLE 4Parametrizing a Sphere

Find a parametrization for a sphere S of radius 2 centered at the origin.

Solution The equation of the sphere, x2+y2+z2=4, in rectangular coordinates cannot be expressed explicitly as a function of two of its variables. However, in spherical coordinates, the sphere has the explicit equation ρ=2. So if we use the spherical coordinates θ and ϕ as parameters, then parametric equations of the sphere are given by

and a parametrization of S is r(θ,ϕ)=2cosθsinϕi+2sinθsinϕj+2cosϕk

where 0θ2π and 0ϕπ.