Surfaces, Coordinates, and Vector-Valued Functions

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

Elliptic paraboloid

Surface given by z=(x/a)^2+(y/b)^2.

2
New cards

Hyperbolic paraboloid

Surface given by z=(x/a)^2-(y/b)^2.

3
New cards

Elliptic cylinder

Surface given by 1=(x/a)^2+(y/b)^2.

4
New cards

Hyperbolic cylinder

Surface given by 1=(x/a)^2-(y/b)^2.

5
New cards

Cylindrical coordinates

In (r,θ,z), r: distance from the z-axis, θ: angle in the xy-plane from the +x-axis, z: height above the xy-plane.

6
New cards

Spherical coordinates

In (ρ,θ,ϕ), ρ: distance from the origin, θ: same planar angle as in cylindrical, ϕ: angle down from the positive z-axis.

7
New cards

Cylindrical to rectangular conversion

Convert (2,π/2,5) to (0,2,5).

8
New cards

Spherical to rectangular conversion

Convert (1,π/2,π/2) to (0,1,0).

9
New cards

Differential volume in rectangular

dV = dxdydz.

10
New cards

Differential volume in cylindrical

dV = rdrdθdz.

11
New cards

Differential volume in spherical

dV = ρ^2 sinϕ dρ dϕ dθ.

12
New cards

Differential surface area in rectangular

dA = dxdy, dydz, or dxdz (depending on the plane).

13
New cards

Differential surface area in cylindrical

Lateral: dA = rdθdz; top/bottom disk: dA = rdrdθ.

14
New cards

Differential surface area in spherical

dA = ρ^2 sinϕ dϕ dθ.

15
New cards

Vector-valued function

A function mapping t to ⟨x(t),y(t),z(t)⟩.

16
New cards

Parametrizations of a smooth curve

Infinitely many, via any smooth one-to-one re-parametrization ϕ(u) with ϕ′(u)≠0.

17
New cards

Tangent vector at t0

r′(t0) = ⟨x′(t0),y′(t0),z′(t0)⟩.

18
New cards

Equation of the tangent line at t0

L(s) = r(t0) + s r′(t0).

19
New cards

Arc-length from t=a to t=b

s = ∫(a to b) ∥r′(t)∥ dt.

20
New cards

Speed of a parametric curve at time t

∥r′(t)∥.

21
New cards

Arc-length parametrization

A re-parametrization so that ∥dr/ds∥ = 1.

22
New cards

Velocity vector v(t)

v(t) = r′(t).

23
New cards

Acceleration vector a(t)

a(t) = r′′(t).

24
New cards

Traces of a surface in planes z=constant

Straight lines (for a plane).

25
New cards

Traces of an ellipsoid

Ellipses.

26
New cards

Traces of a one-sheeted hyperboloid

Hyperbolas (vertical) and ellipses (horizontal).

27
New cards

Traces of a two-sheeted hyperboloid

Two separate hyperbola branches (vertical) and ellipses (horizontal) beyond the gap.

28
New cards

Traces of a cone

Straight lines (vertical) and circles (horizontal).

29
New cards

Traces of an elliptic paraboloid

Ellipses (vertical) and parabolas (horizontal).

30
New cards

Traces of a hyperbolic paraboloid

Hyperbolas (vertical) and parabolas opening opposite ways (horizontal).

31
New cards

Contour map

A drawing of level curves {(x,y)∣f(x,y)=k} labeled by k.

32
New cards

Level curve

The set {(x,y)∣f(x,y)=k} for fixed k.

33
New cards

Level curves of f(x,y)=3+x^2+y^2

Concentric circles centered at the origin.

34
New cards

Testing a multivariable limit

Evaluate along different paths; if any two give different values, the limit does not exist.

35
New cards

Limit DNE

Exhibit two paths to (a,b) with different limit values.

36
New cards

Partial Derivative fx

fx(a,b)=lim h→0 (f(a+h,b)−f(a,b))/h

37
New cards

Partial Derivative fy

fy(a,b)=lim k→0 (f(a,b+k)−f(a,b))/k

38
New cards

Clairaut's Theorem

If fxy and fyx are continuous near (a,b), then fxy(a,b)=fyx(a,b).

39
New cards

Tangent Plane

z=f(a,b)+fx(a,b)(x−a)+fy(a,b)(y−b).

40
New cards

Linearization L(x,y)

L(x,y)=f(a,b)+fx(a,b)(x−a)+fy(a,b)(y−b).

41
New cards

Gradient ∇f

∇f=⟨fx,fy⟩; points in direction of steepest increase, magnitude = max rate.

42
New cards

Gradient and Level Curves

It is perpendicular to level curves.

43
New cards

Directional Derivative Du f

The rate of change of f in direction of unit vector u.

44
New cards

Directional Derivative Formula

Du f=∇f⋅u.

45
New cards

Directional Derivative in terms of θ

Du f=∥∇f∥cosθ.