Surfaces in Space; Cylindrical and Spherical Coordinates
Core Titles
Key headlines and terms for quick recall- Sphere
- Cylinder (e.g., , free)
- Cone, Quadric surfaces (ellipsoid, paraboloid, hyperboloid)
- Cylindrical coordinates
- Spherical coordinates
- Conversions between Cartesian, cylindrical, spherical
Basic Idea
What it is, why it matters, how it worksSurfaces in space
Sphere of radius centred at :
Cylinder. A surface generated by lines (rulings) parallel to a fixed axis. Standard right-circular cylinder along the -axis: .
Cone. — a double cone with apex at origin.
Quadric surfaces — second-degree in three variables:
| Surface | Equation |
|---|---|
| Ellipsoid | |
| Elliptic paraboloid | |
| Hyperboloid of one sheet | |
| Hyperboloid of two sheets | |
| Hyperbolic paraboloid (saddle) |
Cylindrical coordinates
Replace with polar , keep . , .
Inverse: , .
Spherical coordinates
distance from origin, angle from positive -axis (polar angle, ), azimuthal angle in -plane.
Inverse: , , .
When to use which
- Cylindrical — problems with axial symmetry (pipes, rotating bodies).
- Spherical — problems with radial symmetry (planets, fields around a point source).
Why this matters in Data Science
Spherical coordinates appear in directional statistics, on-the-sphere embeddings, and geospatial data. Quadric surfaces describe error/loss landscapes for many models.
Mind Map
Visual structure of the conceptSURFACES & COORDINATES
├── Surfaces
│ ├── Sphere x² + y² + z² = r²
│ ├── Cylinder x² + y² = r²
│ ├── Cone z² = x² + y²
│ └── Quadrics: ellipsoid, paraboloid, hyperboloid, saddle
├── Cylindrical (r, θ, z)
│ ├── x = r cos θ, y = r sin θ
│ └── Axial symmetry
└── Spherical (ρ, θ, φ)
├── x = ρ sin φ cos θ
├── y = ρ sin φ sin θ
├── z = ρ cos φ
└── Radial symmetry
Exam Q&A
Part A (2 marks) and Part B (20 marks) style questionsPart A (2 marks each)
Q1. Write the equation of a sphere of radius 5 centred at . .
Q2. State the conversion from cylindrical to Cartesian. .
Q3. State the conversion from spherical to Cartesian. .
Q4. Name two quadric surfaces. Ellipsoid and hyperboloid (also paraboloid, saddle).
Part B (20 marks)
Q. Describe the standard quadric surfaces. Define cylindrical and spherical coordinate systems and convert the point to both.
Quadric surfaces — examples and shapes.
| Surface | Equation | Shape |
|---|---|---|
| Sphere | round ball boundary | |
| Ellipsoid | stretched sphere | |
| Elliptic paraboloid | bowl | |
| Hyperboloid of one sheet | cooling-tower shape | |
| Hyperboloid of two sheets | two cup-shaped sheets | |
| Hyperbolic paraboloid | saddle | |
| Cone | double cone | |
| Cylinder | infinite tube |
Cylindrical coordinates — polar in the -plane plus :
Spherical coordinates : = distance from origin, = polar angle from axis, = azimuth: With .
Convert .
Cylindrical: . . .
Spherical: . . .