Gradient and Linearization Concepts

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

1/23

flashcard set

Earn XP

Description and Tags

A set of flashcards covering key concepts related to gradients, linearization, and multi-variable calculus, including definitions and formulas.

Last updated 9:33 AM on 3/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Gradient (∇f)

The gradient is a vector that contains all the partial derivatives of a function.

2
New cards

|∇f|

The magnitude of the gradient indicates the maximum rate of change of the function at that point.

3
New cards

Directional derivative (D_u f)

A measure of how a function changes as you move in a specific direction, given by the formula D_u f = ∇f · û.

4
New cards

Unit vector (û)

A vector of length 1 in the direction of vector u, calculated as û = u / |u|.

5
New cards

Magnitude of vector |u|

The length of vector u, calculated as |u| = √(a² + b²) for u = ⟨a,b⟩.

6
New cards

Maximum directional derivative value (Max D_u f)

The maximum value of the directional derivative, equal to |∇f|.

7
New cards

Minimum directional derivative value (Min D_u f)

The minimum value of the directional derivative, equal to -|∇f|.

8
New cards

Directional derivative is zero

Occurs when the direction vector is perpendicular to ∇f.

9
New cards

Tangent plane formula (explicit surface)

The equation for the tangent plane given by z − z₀ = fx(x₀,y₀)(x − x₀) + fy(x₀,y₀)(y − y₀).

10
New cards

Implicit surface tangent plane formula

The equation representing the tangent plane for an implicit surface, given by Fx(x − x₀) + Fy(y − y₀) + F_z(z − z₀) = 0.

11
New cards

Normal line formula

The parametric equations for the normal line, given by (x,y,z) = (x₀,y₀,z₀) + t∇F.

12
New cards

Linearization meaning

Linearization approximates a function near a point using the tangent plane.

13
New cards

Linearization formula (2 variables)

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

14
New cards

Linearization formula (3 variables)

L(x,y,z) = f(P) + fx(P)(x − x₀) + fy(P)(y − y₀) + f_z(P)(z − z₀).

15
New cards

Error bound formula for linearization

|E(x,y)| ≤ (M/2)(|x − x₀| + |y − y₀|)².

16
New cards

Meaning of M in error bound

M is the maximum value of the second derivatives in the region.

17
New cards

Critical point definition

A point where the first partial derivatives fx and fy are both zero or undefined.

18
New cards

Finding critical points

Solve the equations fx = 0 and fy = 0 simultaneously.

19
New cards

Second derivative test discriminant (D)

D is calculated as D = fxx fyy − (f_xy)².

20
New cards

Condition for local minimum

To have a local minimum, D > 0 and f_xx > 0.

21
New cards

Condition for local maximum

To have a local maximum, D > 0 and f_xx < 0.

22
New cards

Condition for saddle point

Occurs when D < 0.

23
New cards

When second derivative test fails

The test fails when D = 0.

24
New cards

Tangent line to level curve formula

fx(x₀,y₀)(x − x₀) + fy(x₀,y₀)(y − y₀) = 0.