Calculus of Several Variables: Tangent Lines, Planes, and Linearization

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

1/12

flashcard set

Earn XP

Description and Tags

Flashcards covering directional derivatives, gradient properties, tangent line and plane equations, linearization, and multivariable Taylor series based on MATH 252 lecture notes.

Last updated 11:08 PM on 6/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Directional Derivative

The rate of change of a function f(x,y)f(x, y) in the direction of a unit vector v=vx,vyv = \langle v_x, v_y \rangle at a point (x,y)(x, y), defined by the limit Dv(f)(x,y)=limh0f(x+hvx,y+hvy)f(x,y)hD_v(f)(x, y) = \lim_{h \to 0} \frac{f(x + h v_x, y + h v_y) - f(x, y)}{h}.

2
New cards

Gradient (f\nabla f)

For a function f(x,y)f(x, y), the vector-valued function defined by f(x,y)=fx(x,y),fy(x,y)\nabla f(x, y) = \langle f_x(x, y), f_y(x, y) \rangle. For a function g(x,y,z)g(x, y, z), it is g(x,y,z)=gx(x,y,z),gy(x,y,z),gz(x,y,z)\nabla g(x, y, z) = \langle g_x(x, y, z), g_y(x, y, z), g_z(x, y, z) \rangle.

3
New cards

Gradient-Directional Derivative Theorem

If vv is any unit vector and ff has continuous partial derivatives, the directional derivative satisfies Dvf=fvD_v f = \nabla f \cdot v.

4
New cards

Maximum Value of DvfD_v f

The maximum rate of increase occurs when the unit vector vv is in the same direction as the gradient f\nabla f, and its value is equal to the magnitude of the gradient, f\|\nabla f\|.

5
New cards

Minimum Value of DvfD_v f

The minimum rate of change (maximum decrease) occurs when the unit vector vv is in the opposite direction of the gradient f\nabla f, and its value is f-\|\nabla f\|.

6
New cards

Orthogonality Property of the Gradient

The value of the directional derivative DvfD_v f is zero if and only if the direction vector vv is orthogonal (vf=0v \cdot \nabla f = 0) to the gradient vector.

7
New cards

Normal Vector to Level Curves

For a level curve f(x,y)=cf(x, y) = c, the gradient vector f(a,b)\nabla f(a, b) acts as a normal vector to the graph of the curve at that specific point.

8
New cards

Tangent Line of Implicit Curve

The line tangent to the curve f(x,y)=df(x, y) = d at point (a,b)(a, b) with equation fx(a,b)(xa)+fy(a,b)(yb)=0f_x(a, b) \cdot (x - a) + f_y(a, b) \cdot (y - b) = 0.

9
New cards

Tangent Plane of Implicit Surface

The plane tangent to the surface f(x,y,z)=df(x, y, z) = d at point (a,b,c)(a, b, c) with equation fx(a,b,c)(xa)+fy(a,b,c)(yb)+fz(a,b,c)(zc)=0f_x(a, b, c) \cdot (x - a) + f_y(a, b, c) \cdot (y - b) + f_z(a, b, c) \cdot (z - c) = 0.

10
New cards

Linearization of f(x,y)f(x, y)

The best linear approximation to a differentiable function ff near point (a,b)(a, b), given by L(x,y)=f(a,b)+fx(a,b)(xa)+fy(a,b)(yb)L(x, y) = f(a, b) + f_x(a, b) \cdot (x - a) + f_y(a, b) \cdot (y - b), which coincides with the tangent plane equation.

11
New cards

Linearization of f(x,y,z)f(x, y, z)

The best linear approximation to a function of three variables at (a,b,c)(a, b, c), defined as L(x,y,z)=f(a,b,c)+fx(a,b,c)(xa)+fy(a,b,c)(yb)+fz(a,b,c)(zc)L(x, y, z) = f(a, b, c) + f_x(a, b, c) \cdot (x - a) + f_y(a, b, c) \cdot (y - b) + f_z(a, b, c) \cdot (z - c).

12
New cards

Taylor Series (Multivariable)

An infinite sum representing a function through its partial derivatives at a point, expressed for two variables at (a,b)(a, b) as T(x,y)=n=0k=0n(xa)k(yb)nkk!(nk)!nf(x)k(y)nk(a,b)T(x, y) = \sum_{n=0}^{\infty} \sum_{k=0}^{n} \frac{(x - a)^k (y - b)^{n-k}}{k! (n - k)!} \frac{\partial^n f}{(\partial x)^k (\partial y)^{n-k}}(a, b).

13
New cards

Taylor's Remainder Theorem (Multivariable)

A theorem providing an upper bound on the error between a function and its degree-dd Taylor polynomial: Tk(x,y)f(x,y)M(xa+yb)k+1(k+1)!|T_k(x, y) - f(x, y)| \le \frac{M \cdot (|x - a| + |y - b|)^{k+1}}{(k + 1)!}, where MM bounds all (d+1)(d+1)-order partial derivatives.