Unit 3 Calculus 2

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

1/19

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.

20 Terms

1
New cards

Surface area of the plane curve parametrized by x = f(t) and y = g(t), a ≤ t ≤ b, revolved about the x-axis

Tip: If only given f(x), let x = t and y = f(t)

<p>Tip: If only given f(x)<em>,</em> let x = t and y = f(t)</p>
2
New cards

Function of several variables

Two: z = f(x,y)

  • z0 = f(x0,y0)

Three: w = f(x,y,z)

3
New cards

Notation for domain graphs

Solid line for an included value (≤, ≥)

  • ex. x ≥ 0 for √x

Dotted line for an excluded value (<, >, ≠)

  • exs. x > 0 for ln(x) and x ≠ 0 for 1/x

* On the xy-plane for f(x,y), so find what x and y can/cannot be

* Inequalities are otherwise graphed like equations.

4
New cards

Level curve vs. level surface

Level curve - a function of two variables with a constant value

  • f(x,y) = k

  • 2-D

Level surface - a function of three variables with a constant value

  • f(x,y,z) = k

  • 3-D

5
New cards
<p>Determining the limit (a z-value) of f(x,y)</p>

Determining the limit (a z-value) of f(x,y)

Check paths along the…

  • x-axis, where y = 0

  • y-axis, where x = 0

  • x = y line

If all three paths approach the same value as (x,y) tends to (a,b), then that might be the limit. Use the squeeze theorem to be certain. If not, then the limit does not exist.

* A constant tends to itself.

6
New cards

Squeeze theorem

Conditions: L ≤ |f(x,y)| ≤ |g(x,y)|

  • L - possible limit

  • f(x,y) - the given function

  • g(x,y) - a function similar to f(x,y)

    • Tip: Eliminate a term that prevents 0/0.

If |g(x,y)| → L as (x,y) → (a,b), then the limit is indeed L.

* Factor variables with odd exponents into evens and ones so that it’s only necessary to take the absolute value of variables raised to the first power.

7
New cards

f(x,y) is continuous at (a,b) if…

i.e. direct substitution does not yield indeterminate form (0/0 or ∞/∞)

<p>i.e. direct substitution does not yield indeterminate form (0/0 or ∞/∞)</p>
8
New cards

Partial derivatives of f(x,y,(z))

With respect to x:

  • fx(x,y,(z)) or ∂f/∂x

  • y (and z) are fixed

With respect to y:

  • fy(x,y,(z)) or ∂f/∂y

  • x (and z) are fixed.

(With respect to z:)

  • fz(x,y,z) or ∂f/∂z

  • x and y are fixed

* Treat fixed variables as constants.

9
New cards

Second order partial derivatives for f(x,y)

fxx = (fx)x = ∂/∂x(∂f/∂x)

fyy = (fy)y = ∂/∂y(∂f/∂y)

fxy = (fx)y = ∂/∂y(∂f/∂x)

fyx = (fy)x = ∂/∂x(∂f/∂y)

* Derive with respect to the first variable, then the second, etc.

10
New cards

Clairaut’s theorem

The order of differentiation for the mixed partial derivatives of f(x,y) does not matter.

fxy = fyx

11
New cards

Slopes of the tangent line to the surface z = f(x,y) in the direction of…

  • x-axis: fx(a,b) is the slope of the tangent line to the curve z = f(x,b) (where y = b is fixed) at the point x = a.

  • y-axis: fy(a,b) is the slope of the tangent line to the curve z = f(a,y) (where x = a is fixed) at the point y = b.

12
New cards

Linearization and linear approximation of f(x,y) at point (x0,y0)

Linearization: L(x,y) =

Linear approximation: f(x,y) ≈

z0 + fx(x0,y0)(x – x0) + fy(x0,y0)(y – y0)

13
New cards

Chain rule for f(x,y,(z)) when there’s one variable t

df = dz and ∂f = ∂z for z = f(x,y)

df = dw and ∂f = ∂w for w = f(x,y,z)

<p><span>df = dz and ∂f = ∂z for z = f(x,y)</span></p><p><span>df = dw and ∂f = ∂w for w = f(x,y,z)</span></p>
14
New cards

Chain rule for f(x,y,(z)) when there are multiple variables

Ex. with respect to t

∂f = ∂z for z = f(x,y)

∂f = ∂w for w = f(x,y,z)

<p>∂f = ∂z for z = f(x,y)</p><p>∂f = ∂w for w = f(x,y,z)</p>
15
New cards

Implicit differentiation of level curves and surfaces

F(x,y) = 0

  • dy/dx = - Fx(x,y) / Fy(x,y)

F(x,y,z) = 0

  • ∂z/∂x = - Fx(x,y,z) / Fz(x,y,z)

  • ∂z/∂y = - Fy(x,y,z) / Fz(x,y,z)

* Isolate everything to one side and call it F.

16
New cards

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

▽f(x,y,(z)) = <fx(x,y,(z)),fy(x,y,(z)),(fz(x,y,(z)))>

  • vector-valued function

At point (x0,y0,(z0)):

▽f(x0,y0,(z0)) = <fx(x0,y0,(z0)),fy(x0,y0,(z0)),(fz(x0,y0,(z0)))>

  • vector

17
New cards

Directional derivative of f(x,y,(z)) in the direction of unit vector u

Duf(x,y,(z)) = ▽f(x,y,(z)) • u

18
New cards

Maximum directional derivative of f(x,y,(z))

Duf = ▽f • u

Duf = |▽f||u|cosθ

Duf = |▽f||u|cos(0) ← θ = 0 because ▽f||u

Duf = |▽f|(1)(1) ← the length of u is 1

Duf(x,y,(z)) = |▽f(x,y,(z))|

19
New cards

Tangent plane at point (x0,y0,(z0))

To f(x,y):

z = z0 + fx(x0,y0)(x – x0) + fy(x0,y0)(y – y0)

.

To a level surface, F(x,y,z) = k ≠ 0:

Fx(x0,y0,z0)(x – x0) + Fy(x0,y0,z0)(y – y0) + Fz(x0,y0,z0)(z – z0) = 0

20
New cards

Normal (perpendicular) line to the level surface F(x,y,z) = k at point (x0,y0,z0)

Parametric equations:

x = x0 + Fx(x0,y0,z0)t

y = y0 + Fy(x0,y0,z0)t

z = z0 + Fz(x0,y0,z0)t

<p>Parametric equations:</p><p>x = x<sub>0</sub> + F<sub>x</sub>(x<sub>0</sub>,y<sub>0</sub>,z<sub>0</sub>)t</p><p>y = y<sub>0</sub> + F<sub>y</sub>(x<sub>0</sub>,y<sub>0</sub>,z<sub>0</sub>)t</p><p>z = z<sub>0</sub> + F<sub>z</sub>(x<sub>0</sub>,y<sub>0</sub>,z<sub>0</sub>)t</p>