1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
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)
Function of several variables
Two: z = f(x,y)
z0 = f(x0,y0)
Three: w = f(x,y,z)
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.
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
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.
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.
f(x,y) is continuous at (a,b) if…
i.e. direct substitution does not yield indeterminate form (0/0 or ∞/∞)
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.
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.
Clairaut’s theorem
The order of differentiation for the mixed partial derivatives of f(x,y) does not matter.
fxy = fyx
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.
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)
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)
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)
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.
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
Directional derivative of f(x,y,(z)) in the direction of unit vector u
Duf(x,y,(z)) = ▽f(x,y,(z)) • u
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))|
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
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