What is the parametric equation of a sphere?

1 Answer
May 30, 2016

(x,y,z)=(ρcosθsinϕ,ρsinθsinϕ,ρcosϕ)

Explanation:

One common form of parametric equation of a sphere is:

(x,y,z)=(ρcosθsinϕ,ρsinθsinϕ,ρcosϕ)

where ρ is the constant radius, θ[0,2π) is the longitude and ϕ[0,π] is the colatitude.

Since the surface of a sphere is two dimensional, parametric equations usually have two variables (in this case θ and ϕ).


Footnote

If you are determined to have a parametric equation with just one variable t (say), then it is possible. For example, you can construct a surjection from the interval [0,1] onto the rectangle [0,2π]×[0,π] and hence onto the surface of the sphere.

Such a surjection can even be made continuous. I'll see if I can put together a simple short formulation.