Math 119 - Week 2

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

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:36 AM 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

12 Terms

1
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]

2
New cards

Multi variate chain rule equation =

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

or

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

3
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

4
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

5
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

6
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

7
New cards

what is relative change of X =

dX/X

8
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>
9
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

10
New cards

length of a parametric arc formula =

knowt flashcard image
11
New cards

area under a parametric curve formula =

knowt flashcard image
12
New cards

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

<a, b, c>