Parametric Curves, Quadric Surfaces, and Coordinate Transformations (Calc 3, Lecture 8)

0.0(0)
studied byStudied by 2 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

Flashcards covering quadric surfaces (cone, hyperboloids, ellipsoid, paraboloids, cylinder), parametric tangents, and coordinate transformations with Jacobians (polar, cylindrical, spherical).

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

What is the standard equation of a circular cone with vertex at the origin along the z-axis?

x^2 + y^2 = z^2

2
New cards

Hyperboloid of one sheet: standard form (centered at the origin, axis along z)?

x^2/a^2 + y^2/b^2 - z^2/c^2 = 1

3
New cards

Hyperboloid of two sheets: standard form?

z^2/c^2 - x^2/a^2 - y^2/b^2 = 1

4
New cards

Ellipsoid: standard form?

x^2/a^2 + y^2/b^2 + z^2/c^2 = 1

5
New cards

Elliptic paraboloid: standard equation?

z = x^2/a^2 + y^2/b^2

6
New cards

Hyperbolic paraboloid (saddle shape): standard equation?

z = x^2/a^2 - y^2/b^2

7
New cards

Cylinder (circular cylinder along z): standard equation?

x^2 + y^2 = r^2

8
New cards

Parametric curve tangents: tangent vector at t0

If r(t) = ⟨x(t), y(t), z(t)⟩, then the tangent vector at t0 is r′(t0).

9
New cards

Rectangular to polar coordinates (2D): transformation and Jacobian

x = r cos θ, y = r sin θ; J(rect → polar) = r.

10
New cards

Rectangular to cylindrical coordinates (3D): transformation and Jacobian

x = r cos θ, y = r sin θ, z = z; J(rect → cylindrical) = r.

11
New cards

Spherical coordinates transformation and Jacobian

x = ρ sin φ cos θ, y = ρ sin φ sin θ, z = ρ cos φ; J(rect → spherical) = ρ^2 sin φ.