Week 5 Combine

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:46 PM on 6/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

Contour plot =

Take multiple level curves to construct the full function

Always 1 dimension below actual function dimension

2
New cards

Level curve =

A "slice" of a 3D multi-variable function at a specific constant/height to get a 2D image

3
New cards

Clairaut's Theorem =

Let f_x and f_y be partial derivatives

if f_x and f_y and f_xy exists near (a, b) AND f_xy is continuous near (a, b) then f_yx must also exist

also: f_xy(a, b) = f_yx(a, b)

4
New cards

Tangent plane equation =

z = z_0 + [f_x(x_0, y_0)](x - x_0) + [f_y(x_0, y_0)])(y - y_0)

Where (x_0, y_0, z_0) is the point of tangency

5
New cards

Define mini-max/saddle point =

point that can be local max or min depending on the angle

6
New cards

partial derivative =

Derivative of one variable in a multi-variable function, rest of the variables are constant

7
New cards

Change-of-variable formula (double integral) =

∬_{D_xy} f(x, y) dxdy = ∬_{D_uv} f(g(u, v), h(u, v)) det(J) dudv

Where J = [∂(x, y)] / [∂(u, v)],

det(J) = (∂x/∂u)(∂y/∂v) - (∂y/∂u)(∂x/∂v)

ONLY IF J = [∂(x, y)] / [∂(u, v)] ≠ 0

8
New cards

Inverse property of Jacobian =

[∂(x, y)] / [∂(u, v)] = 1 / [(∂(u, v)) / (∂(x, y))]

9
New cards

What does dxdy become after change of variables?

dxdy = det([∂(x, y)] / [∂(u, v)]) dudv

10
New cards

Jacobian of transformation for polar coords =

dxdy = rdrdθ

11
New cards

Change-of-variable for polar coords =

∬_{D_xy} f(x, y) dxdy = ∬_{D_rθ} f(rcosθ, rsinθ) rdrdθ

12
New cards

Polar coordinates =

(r, θ)

Where r = radius from origin, θ = angle with positive x-axis

13
New cards

Radius in polar coordinates ALWAYS =

Positive

14
New cards

Directional derivative =

The dir. derivative at point a→ = (a, b) in the direction of UNIT VECTOR u→

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

15
New cards

Tangent plane using gradient vector =

Eqn of tangent plane to the level surface at the point a→ = (a, b, c) can be expressed as

∇f(a→) · (x→ − a→) = 0

16
New cards

How to find rate of change + special cases using dir. derivatives =

At point a→, rate of change = ‖∇f(a→)‖ × cos θ

Steepest ascent/increase = ||∇f||

cos θ = 1

Steepest descent/decrease = -||∇f||

cos θ = -1

No change = 0, when ⟂∇f(a→)

cos θ = 0

ex.) ∇f(a→) = [6, 6], then ⟂∇f(a→) = [6, -6] or [-6, 6]

17
New cards

Define critical point =

∇f(a, b)→ = (0, 0)

18
New cards

What does it mean if D(a, b) > 0 and f_xx(a, b) > 0?

(a, b) is a local minimum of f.

19
New cards

What does it mean if D(a, b) > 0 and f_xx(a, b) < 0?

(a, b) is a local maximum of f.

20
New cards

What does it mean if D(a, b) < 0?

(a, b) is a saddle point.

21
New cards

What does it mean if D(a, b) = 0?

The second derivative test is inconclusive, and (a, b) is a degenerate critical point.

22
New cards

Determinant of Hessian Matrix =

D(x, y) = f_xx(x, y) · f_yy(x, y) − [f_xy(x, y)]².

23
New cards

How to find abs max/min =

Find critical points f_x = 0 and sub into f_y = 0 to get critical pts → evaluate f at crit points

For boundary points: substitute constraint → differentiate the 1D function, set = 0, check endpoints → evaluate f at boundary points

Abs max/min will be the largest/smallest values

24
New cards

Gradient vector =

A vector with all single order partial derivatives, acts as the derivative for multi-variable functions

Given function f :

∇f = [∂f/∂x, ∂f/∂y]

25
New cards

Multi variate chain rule equation =

∇f(r(t))*r'(t)

or

dz/dt = ∂z/∂x(dx/dt) + ∂z/∂y(dy/dt)

26
New cards

What does parametrizing curves do =

Allows curves to be split up into multiple single-variable functions, expressed as a path travelled over time instead of a static curve

27
New cards

Tangent plane approximation =

To approximate (x, y, z)

df = f_x(x_0, y_0)dx + f_y(x_0, y_0)dy

Where (x_0, y_0, z_0) is the centre of approx (easy value to calculate)

dx = (x - x0) and dy = (y - y0)

z = z_0 + df

28
New cards

How to calculate greatest percentage error =

Given V = πr^2h and r has max 2% error and h has max 0.5% error

Calculate dV/V and sub in dr/r and dh/h error values into the inequality for maximum

dV/V = 2dr/r + dh/h <= 0.045 or 4.5% error max

29
New cards

differential formula =

Let f(x,y) be the function and with the point (a, b)

df = f_x(a, b)dx + f_y(a, b)dy

30
New cards

what is relative change of X =

dX/X

31
New cards

how to prove limits EXIST/DNE =

DNE = show that the limit gives different values through different paths

EXISTS = algebra or squeeze theorem

<p>DNE = show that the limit gives different values through different paths</p><p></p><p>EXISTS = algebra or squeeze theorem</p>
32
New cards

3 step process for sketching parametric curves =

Find intercepts (x = 0 or y = 0)

Find points where curve is horizontal/vertical

  • Take dy/dt / dx/dt

    • horizontal when numerator = 0

    • vertical when denominator = 0

Get test points

HAVE ARROWS TO LABEL DIRECTION

33
New cards

length of a parametric arc formula =

knowt flashcard image
34
New cards

area under a parametric curve formula =

knowt flashcard image
35
New cards

given ax + by + cz = n, what is the normal vector to the plane =

<a, b, c>

36
New cards

Lagrange Multiplier formula and purpose =

λ = lagrange multiplier. Optimizes a function constrained by a function g(x, y) = k ONLY.

∇f→ = λ∇g→ ONLY IF ∇g→ ≠ 0→

37
New cards

How to find abs max/min with lagrange multipliers =

IF INEQUALITY: Find critical points ∇f→ = 0→ and sub into f(x, y). (Must satisfy constraint)

Solve ∇f→ = λ∇g→ and g(x, y) = k to get points, sub in f(x, y)

Solve ∇g→ = 0→ and g(x, y) = k, sub in f(x, y) [IF THERE EXISTS SOLUTIONS]

If the constraint g(x, y) = k has endpoints, evaluate f(x, y) at these points

max = largest computed f

min = smallest computed f

38
New cards

Average value of a 2D function over a region D =

[∬_D f(x, y) dA] / [∬_D dA]

39
New cards

If D is difficult to integrate whole (∬_D f dA), what to do =

Split up into two non overlapping regions.

∬_D f dA = ∬_D₁ f dA + ∬_D₂ f dA

ONLY IF D₁ ∩ D₂ = ∅ and D = D₁ ∪ D₂

40
New cards

Plane intercept formula =

[x / a] + [y / b] + [z / c] = 1

41
New cards

Line intercept formula =

[x / a] + [y / b] = 1

42
New cards

How to calculate volume under a surface z =

Given z = h(x, y) and region D in the xy-plane

∬_D h(x, y) dx dy

ONLY IF h(x, y) ≥ 0

43
New cards

If m ≤ f(x, y) ≤ M on region D =

m ∬_D dA ≤ ∬_D f(x, y) dA ≤ M ∬_D dA

also: mA ≤ ∬_D f(x, y) dA ≤ MA

44
New cards

how to create height function for volume =

Function/curve on TOP - Function/curve on BOTTOM

ex.) f: 3z = 4 - x² - y²
g: z = x² + y²

f opens DOWN, g opens UP

  • h(x, y) = f(x, y) - g(x, y)

    • f is ABOVE g

45
New cards

how to solve lagrange multipliers if there are more variables than equations =

solve in terms of one variable, then sub them into constraint eqn

46
New cards

how to reverse order of integration (double integral)

get intervals, + graph it

for bounds: look for the swapped variable:

  • lower function = lower bound

  • higher function = higher bound

<p>get intervals, + graph it</p><p class="whitespace-pre-wrap break-words">for bounds: look for the swapped variable: </p><ul><li><p class="whitespace-pre-wrap break-words">lower function = lower bound</p></li><li><p class="whitespace-pre-wrap break-words">higher function = higher bound</p></li></ul><p></p>
47
New cards

cos²(x) half angle identity =

(1 + cos2x)/2

48
New cards

sin²(x) half angle identity =

(1 - cos2x)/2