calc 3 Flashcards

(57 cards)

1
Q

projection

A

a = a*b/(magb)^2 *b

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

comp a

A

a*b/(b magnitude)

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

a*(bxc)

A

a1 a2 a3
b1 b2 b3
c1 c2 c3

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

midpoint

A

x1+x2 / 2

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

sphere

A

(x-a)^2 +(y-b).. =r^2

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

cylinder

A

x^2+y^2=r^2

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

paraboloid

A

z=x^2+y^2

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

cone

A

z^2=x^2+y^2

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

unit vector

A

v/mag(v)

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

parallelogram area

A

Area = ||a x b||

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

angle between vectors

A

cos(theta) = a*b / ||a|| ||b||

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

Triangle area

A

Area = (1/2)*||a x b||

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

Scalar triple product

A

a·(b x c) = det[[a1,a2,a3],[b1,b2,b3],[c1,c2,c3]]

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

Tetrahedron volume

A

V = (1/6)*|a·(b x c)|

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

Parallelepiped volume

A

V = |a·(b x c)|

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

Line (vector form)

A

r(t) = r0 + t*v

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

Line (parametric)

A

x = x0 + at, y = y0 + bt, z = z0 + c*t

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

Plane (point-normal)

A

A(x-x0) + B(y-y0) + C(z-z0) = 0

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

Plane (standard)

A

Ax + By + C*z = D

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

Distance point to plane Ax+By+Cz+D=0

A

d = |Ax0 + By0 + C*z0 + D| / sqrt(A^2 + B^2 + C^2)

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

Angle between planes

A

cos(theta) = |n1·n2| / (||n1||*||n2||)

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

Angle between line and plane

A

sin(theta) = |v·n| / (||v||*||n||)

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

Vector derivative

A

r’(t) = <x’(t), y’(t), z’(t)>

22
Q

Vector integral

A

∫r(t)dt = <∫x(t)dt, ∫y(t)dt, ∫z(t)dt>

23
Velocity
v(t) = r'(t)
24
Speed
speed = ||v(t)||
25
Acceleration
a(t) = r''(t)
26
Unit tangent
T = r'(t) / ||r'(t)||
27
Tangent line to curve at t0
r = r(t0) + s*r'(t0)
28
Polar conversion
x = r*cos(theta), y = r*sin(theta), r = sqrt(x^2+y^2)
29
Area element (Cartesian)
dA = dx*dy
30
Area element (Polar)
dA = r*dr*dtheta
31
Partial derivative definition (x)
fx(a,b) = lim_{h->0} (f(a+h,b)-f(a,b))/h
32
Partial derivative definition (y)
fy(a,b) = lim_{h->0} (f(a,b+h)-f(a,b))/h
33
Tangent plane to z=f(x,y) at (a,b)
z = f(a,b) + fx(a,b)(x-a) + fy(a,b)(y-b)
34
Linearization
L(x,y) = f(a,b) + fx(a,b)(x-a) + fy(a,b)(y-b)
35
Differential approximation
dz ≈ fx*dx + fy*dy
36
Gradient (2D / 3D)
∇f = or ∇f =
37
Directional derivative
D_u f = ∇f · u
38
Maximum directional derivative
max D_u f = ||∇f||
39
Tangent plane to level surface F(x,y,z)=c at (a,b,c)
Fx(a,b,c)(x-a) + Fy(a,b,c)(y-b) + Fz(a,b,c)(z-c) = 0
40
Chain rule (one parameter)
dz/dt = fx*dx/dt + fy*dy/dt
41
Chain rule (two parameters) - with s
∂z/∂s = fx*∂x/∂s + fy*∂y/∂s
42
Implicit partial derivatives (zx)
zx = -Fx/Fz
43
Critical points (2 variables)
fx = 0, fy = 0
44
Second derivative test (2 variables)
D = fxx*fyy - (fxy)^2
45
Double integral (rectangle)
∬_R f dA = ∫_a^b ∫_c^d f(x,y) dy dx
46
Double integral (Type I)
∬_R f dA = ∫_a^b ∫_{g1(x)}^{g2(x)} f(x,y) dy dx
47
Double integral (Type II)
∬_R f dA = ∫_c^d ∫_{h1(y)}^{h2(y)} f(x,y) dx dy
47
Double integral (polar)
∬_R f dA = ∫_α^β ∫_{r=a(θ)}^{b(θ)} f(r cos θ, r sin θ) * r dr dθ
48
Area (double integral)
A = ∬_R 1 dA
49
Volume under surface
V = ∬_R f(x,y) dA
50
Average value over region
f_avg = (1/A) * ∬_R f dA
51
Mass (lamina)
m = ∬_R ρ dA
52
Center of mass (x-bar)
x̄ = (1/m) * ∬_R x ρ dA
53
Moment of inertia about x-axis
Ix = ∬_R y^2 ρ dA
54
Radius of gyration (about origin)
k = sqrt(I0/m)