Test 3 Flashcards

1
Q

What is chain rule?

A

partialX(fullX) + partialY(fullY)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you calculate directional derivative?

A

gradient * unit vector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

calculate gradient vector

A

< fx, fy, fz >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how to find cps

A

find derivative in terms of each component, find values where each variable = 0, make pts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

find local max and mins

A
  1. calculate fxx, fyy, fxy
  2. get d, fxx*fyy - (fxy)^2
  3. mins –> d>0, fxx>0
  4. max –> d>0, fxx<0
  5. if d<0, saddle pt
  6. d = 0, inconclusive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

find absolute max and min (with constraint)

A
check edges and corners
fx = lambda*gx
fy = lambda*gy
fz = lambda*gz
use constraint to find x, y, z
sub into original to find abs max and min
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IBP formula

A

uv - int(vdu)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

find partial dz/dx (x,y,z)

A

-Fx/Fz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

questions with t

A

partialzxfullx + partialzyfully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

tangent plane

A

gradient dot < x - xo, y - yo >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

direction of max inc/dec

A

grad(f) |

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

tangent plane equation for level surface

A

derivative of each component, plug in point for slope

plug into plane equation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

normal line for level surface

A

get slope, plug into parametric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

find abs max/min given ranges

A

find fx and fy, solve for x and y

check edges, plug in value one at a time, get derivative, these become points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

sketch position vector and tangent vecter at pt

A

plug in point and draw vector, take deriv and plug in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

dy/dx =

A

-Fx / Fy