Final Exam

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

1/85

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.

86 Terms

1
New cards

Vector-valued function

A function r(t)=⟨x(t), y(t), z(t)⟩ that assigns a vector in ℝ² or ℝ³ to each real t

2
New cards

Velocity vector v(t)

r′(t)=⟨x′(t), y′(t), z′(t)⟩

3
New cards

Speed

‖v(t)‖=√[x′(t)²+y′(t)²+z′(t)²]

4
New cards

Acceleration vector a(t)

v′(t)=r″(t)

5
New cards

Arc length formula

L=∫ₐᵇ‖r′(t)‖ dt

6
New cards

Unit tangent vector T(t)

r′(t)/‖r′(t)‖

7
New cards

Unit normal vector N(t)

T′(t)/‖T′(t)‖

8
New cards

Curvature κ

‖r′(t)×r″(t)‖/‖r′(t)‖³

9
New cards

ds/dt vs. ds relationship

d/ds = (1/‖r′(t)‖) d/dt

10
New cards

Tangential accel. a_T

d/dt‖r′(t)‖

11
New cards

Normal accel. a_N

κ‖r′(t)‖²

12
New cards

Vector projection proj_v u

(u·v)/(v·v)·v

13
New cards

Work along a curve

W=∫_C F·dr = ∫ₐᵇ F(r(t))·r′(t) dt

14
New cards

Conservative vector field

F is conservative ⇔ ∇×F=0 on a simply connected domain

15
New cards

Fundamental Theorem of Line Integrals

∫_C F·dr = φ(r(b))−φ(r(a)) if F=∇φ

16
New cards

General 2nd-degree in x,y

Ax²+Bxy+Cy²+Dx+Ey+F=0

17
New cards

Circle criteria

B=0, A=C ⇒ (x−h)²+(y−k)²=r²

18
New cards

Ellipse standard form

(x−h)²/a²+(y−k)²/b²=1, a>b

19
New cards

Hyperbola standard form

(x−h)²/a²−(y−k)²/b²=1

20
New cards

Parabola standard form

(y−k)²=4p(x−h)

21
New cards

Eccentricity values

circle e=0; ellipse 0

22
New cards

Focus-directrix definition

dist(P,F)/dist(P,directrix)=e

23
New cards

Rotate axes to remove xy

K: cot(2θ)=(A−C)/B

24
New cards

Center a conic

Complete the square in x,y and shift

25
New cards

Degenerate conics

B²−4AC=0 ⇒ parabola or pair of lines/point

26
New cards

Rectangular→Polar

r=√(x²+y²), θ=atan2(y,x)

27
New cards

Polar→Rectangular

x=r cosθ, y=r sinθ

28
New cards

Area in polar

A=∫ₐᵇ∫₀^R(θ) r dr dθ

29
New cards

Polar arc length

L=∫ₐᵇ√[r(θ)²+r′(θ)²] dθ

30
New cards

Smooth parametric curve

x′(t),y′(t) continuous and never zero

31
New cards

Parametric surface area

A=∬D‖ru×r_v‖ du dv

32
New cards

Partial derivative fx(a,b)

lim_{h→0}[f(a+h,b)−f(a,b)]/h

33
New cards

Gradient ∇f

⟨fx, fy⟩

34
New cards

Directional derivative

D_u f(a,b)=∇f·u

35
New cards

Tangent plane

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

36
New cards

Differentiability criterion

Error of linear approximation is o(√(h²+k²))

37
New cards

Chain rule (2-vars)

dz/dt = fx dx/dt + fy dy/dt

38
New cards

Ellipsoid

x²/a² + y²/b² + z²/c² = 1

39
New cards

Cylinder along z

x²/a² + y²/b² = 1

40
New cards

Elliptic paraboloid

z = x²/a² + y²/b²

41
New cards

Hyperbolic paraboloid

z = x²/a² − y²/b²

42
New cards

One-sheet hyperboloid

x²/a² + y²/b² − z²/c² = 1

43
New cards

Two-sheet hyperboloid

−x²/a² − y²/b² + z²/c² = 1

44
New cards

Identify quadric

Match signs of squared terms to standard forms

45
New cards

Double integral volume

V=∬_D f(x,y) dA

46
New cards

Polar element in 2D

dA = r dr dθ

47
New cards

Triple integral (cyl)

dV = r dr dθ dz

48
New cards

Spherical coords

x=ρ sinφ cosθ; y=ρ sinφ sinθ; z=ρ cosφ

49
New cards

Spherical volume

element dV=ρ² sinφ dρ dφ dθ

50
New cards

Choose coords by symmetry

Circle→polar; cylinder→cylindrical; sphere→spherical

51
New cards

Green’s Theorem

C P dx+Q dy = ∬D(∂Q/∂x−∂P/∂y)dA

52
New cards

Divergence Theorem

S F·n dS = ∭E (∇·F) dV

53
New cards

Stokes’ Theorem

C F·dr = ∬S (∇×F)·n dS

54
New cards

Orientation rule

Use right-hand rule for boundary vs normal

55
New cards

Green’s area trick

If P=−y/2, Q=x/2 ⇒ ∮x dy−y dx=2∬dA

56
New cards

Dot product

u·v = u₁v₁+u₂v₂+u₃v₃

57
New cards

Perp test

u·v=0 ⇒ u⊥v

58
New cards

Cross product

u×v = det[[i,j,k],[u₁,u₂,u₃],[v₁,v₂,v₃]]

59
New cards

Area via cross

‖u×v‖ = area of parallelogram

60
New cards

Line eqn

r(t)=P₀ + t d

61
New cards

Symmetric line

(x−x₀)/d₁=(y−y₀)/d₂=(z−z₀)/d₃

62
New cards

Plane eqn

A(x−x₀)+B(y−y₀)+C(z−z₀)=0

63
New cards

Point-plane distance

|Ax₁+By₁+Cz₁+D|/√(A²+B²+C²)

64
New cards

Multivar limit def

∀ε>0 ∃δ>0 s.t.‖(x,y)−(a,b)‖<δ⇒|f(x,y)−L|<ε

65
New cards

Path test for DNE

Different paths (e.g., y=mx, x=0) give different limits

66
New cards

Continuity at (a,b)

lim_(x,y)->(a,b)f(x,y)=f(a,b)

67
New cards

Polar path test

Convert to (r,θ); if limit depends on θ, no limit

68
New cards

Linearization L(x,y)

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

69
New cards

Approximate with L

f(a+Δx,b+Δy)≈L(a+Δx,b+Δy)

70
New cards

Total differential dz

dz = fx dx + fy dy

71
New cards

First step problem-solving

Read carefully: givens, asks, constraints

72
New cards

Choosing integral method

Rational→partial fractions; trig→identities; composite→u-sub

73
New cards

Choosing coords

By symmetry: circle→polar; cylinder→cylindrical; sphere→spherical

74
New cards

Using Green/Stokes/Divergence

✔ differentiability; ✔ orientation; compute interior integral

75
New cards

Vector surface integral steps

Parametrize r(u,v); compute ru×rv; integrate F·(ru×rv)

76
New cards

Line integral steps

Parametrize (x(t),y(t)), get dx,dy, substitute, integrate

77
New cards

Domain check

Identify endpoints and points where integrand undefined

78
New cards

Antiderivative check

Differentiate candidate to recover integrand

79
New cards

Orientation confirm

Use right-hand rule for curve/surface

80
New cards

Multivar limit test

Approach along multiple paths

81
New cards

Partial derivative check

Hold one var constant; compare mixed partials fxy & fyx

82
New cards

Gradient normal check

Dot gradient/normal with tangent = 0

83
New cards

Bounds check

Sketch region; project to find correct limits

84
New cards

Parametrization check

Check derivative ≠0 and covering exactly once

85
New cards

Conservative 2D test

∂P/∂y = ∂Q/∂x on simply connected domain

86
New cards