Calc 3

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

1/131

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:45 AM on 5/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

132 Terms

1
New cards

Distance formula in 3D

√(x2-x1)²+(y2-y1)²+(z2-z1

2
New cards

Equation of a sphere

(x-h)²+(y-k)²+(z-l)²=r²

3
New cards

ax²+bx+cy²+dy+ez²+fz=C is a…

sphere (complete the circle to transform into standard form)

4
New cards

y = f(x), z=f(y), or z=f(x) is a…

cylinder (any shape with no restriction on a parameter)

it will be centered around the parameter with no restriction

5
New cards

ax+by+cz=d is a…

plane

6
New cards

x²/a² + y²/b² + z²/c² = 1 is a…

elipsoid

7
New cards

z/c = x²/a + y²/b + d is a…

eliptic paraboloid

8
New cards

z/c = x²/a² - y²/b² is a…

hyperbolic paraboloid

9
New cards

x²/a² + y²/b² - z²/c² = 1 is a…

Hyperboloid of one sheet

10
New cards

-x²/a² -y²/b² + z²/c² = 1 is a…

Hyperboloid of two sheets

11
New cards

z²/c² = x²/a² + y²/b² is a…

cone

12
New cards

trace

curve on an intersection of a plane

13
New cards

3D shape where all traces are elipses

elipsoid

14
New cards

3D shape where horizontal traces are elipses and vertical traces are parabolas

eliptic paraboloid

15
New cards

3D shape where horizontal traces are hyperbolas and vertical traces are parabolas

hyperbolic paraboloid

16
New cards

3D shape where horizontal traces are elipses, vertical traces are hyperbolas, has a region in the middle that comes to a point/DNE

cone

17
New cards

3D shape where horizontal traces are elipses and vertical traces are hyperbolas

hyperbeloid of one sheet

18
New cards

3D shape where horizontal traces are elipses and vertical traces are hyperbolas but there is a region which DNE which splits the shape in two

hyperboloid of two sheets

19
New cards

Equation of a line

x = at = x0

y = bt + y0

z = ct + z0

where (x0,y0,z0) is a point on the line and

<a,b,c> is the direction vector of the line

20
New cards

Equation of a plane

a(x-x0) + b(y-y0) + c(z-z0) = 0

where <a,b,c> is the normal vector (vector perpendicular to the plane)

21
New cards

distance from a point to a plane

let b = P1P0 = <x1 - x0, y1 - y0, z1 - z0>

and n be the normal vector to the plane

D = compnb = |n * b|/|n|

22
New cards

cross product gives

a vector which is orthogonal to both a and b

23
New cards

magnitude of a cross product |u x v| represents

the area of the parallelogram which is the result of adding vectors u and v

(can also represent torque)

24
New cards

(1/2)|u x v| represents…

the area of a triangle

25
New cards

triple product a * |b x c| represents

The volume of a parallelepiped

26
New cards

two vectors are coplanar (lie on the same plane) if and only if

their triple product a * | b x c | = 0

27
New cards

(1/6)( a * |b x c|) represents

the volume of a tetrahedron

28
New cards

dot product gives

a scalar which hints how similar the angles of two vectors are

0 is orthogonal, negative is obtuse, and positive is acute

29
New cards

component formula of cross product

a x b = <a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1>

30
New cards

component formula of dot product

a1b1 + a2b2 + a3b3

31
New cards

magnitude/angle formula of dot product

a * b = |a||b|cosθ

32
New cards

magnitude/angle formula of cross product

|a x b| = |a||b|sinθ

33
New cards

two vectors are orthogonal if and only if

their dot product is 0

34
New cards

two vectors are parallel if

the ratios of their components are the same

35
New cards

two vectors are parallel if and only if

a x b = 0

36
New cards

projection of b onto a represents

the component of b that is going the same direction as a

37
New cards

scalar projection of b onto a

compab = a*b/|a|

38
New cards

vector projection of b onto a

projab = (a*b/|a|²)a

39
New cards

unit vector represents

vector going in the same direction as another but with magnitude 1

40
New cards

unit vector formula

a/|a|

41
New cards

direction angle

the angle between v = <α,β,γ> and the x,y, and z axes

42
New cards

vector value function

function whose domain is a set of real numbers and whose range is a vector

eg: r = <f(t), g(t), h(t)>

*domain is where f,g,h are all defined

43
New cards

space curve

the line C reated by parametric equations x = f(t), y = g(t), z = h(t)

44
New cards

derivative of a vector function r

r’(t) = <f’(t), g’(t), h’(t)>

45
New cards

unit Tangent vector T

T(t) = r’(t)/|r’(t)|

46
New cards

if |r’(t)| = c, then

r’(t) is orthogonal to r(t) for all t

47
New cards

vector derivative addition rule

d/dt (u + v) = u’ + v’

48
New cards

vector derivative constant multiple rule

d/dt (cu) = cu’

49
New cards

function vector product rule

d/dt (fu) = f’u + fu’

50
New cards

vector dot product derivative rule

d/dt (u * v) = u’ * v + u * v’

51
New cards

vector cross product derivative rule

d/dt(u x v) = u’ x v + u x v’

52
New cards

vector derivative chain rule

d/dt [u(f(t))] = f’(t)u’(f(t))

53
New cards

integral of a vector value function

r(t)dt = <∫f(t)dt, ∫g(t)dt, ∫h(t)dt>

and ab∫r(t)dt = R(t) |ab

54
New cards

Arc length of a parametric curve

L = ab∫|r’(t)|dt

AKA ab∫√( (dx/dt)² + (dy/dt)² + (dz/dt)² )dt

where the curve is traversed once and is continuous

55
New cards

Curvature K

curvature is measured by how fast the unit tangent vector changes

K = |T’(t)|/|r’(t)|

56
New cards

unit normal vector

the unit vector orthogonal to the tangent vector T(t)

N(t) = T’(t)/|T’(t)|

57
New cards

Binormal vector

the vector orthogonal to both T(t) and N(t)

B(t) = T(t) x N(t)

58
New cards

Particle motion equations in 3D

r(t) describes the motion of the position of a particle in 3D

v(t) = r’(t)

speed = |v’(t)|

a(t) = v’(t)

59
New cards

Projectile motion equations with initial speed v0, initial angle α, and initial hight h

g = gravity = 9.8~

a(t) = <0, -g>

v(t) = <v0cosα, v0sinα - gt>

r(t) = <v0cosαt, h + v0sinαt - (1/2)gt²>

60
New cards

important values for projectile motion

time of impact: t where h + v0sinαt - (1/2)gt² = 0

total distance: r(t) where t = time of impact (usually just relevant for x value)

speed at impact: |v(t)| for t = time of impact

max height: solve for t where velocity is 0, plug into y part of position vector

61
New cards

function of several variables

z = f(x,y)

{x,y, f(x,y) | (x,y) ∈ D}

where D is the domain where neither x nor y create a nonreal answer or discontinuity

62
New cards

Table of values

when there is no functional equation to describe a phenomenon of multiple variables, we can use a table to estimate values

(ex: windchill index takes in temperature and humidity and is expressed as a table)

63
New cards

contour map

way of representing higher dimensional functions in fewer dimensions by drawing their traces over the top of the domain;

looks like a topology map;

create one by setting k = f(x,y) where k is a constant and drawing it over a graph of the domain

64
New cards

Limits in 3D

let f(x,y) be a two variable function with (a,b) having points in D arbitrarily close

lim f(x,y) = L

.(x,y) → (a,b)

if ∀ ε > 0 there is a corresponding δ > 0

if 0 < √((x-a)² - (y-b)²) < δ then |f(x,y) - L| < ε

65
New cards

How to prove that a limit exists in 3D

whereas in 2D where you had to check that the limit was the same in two directions, in 3D you have to check in an infinite number of directions

to do this you can use:

1) the epsilon-delta proof

2) the squeeze theorem

3) polar coordinates

4) prove that a limit for a generalized form of f(x,y) exists and then prove that any blind spots of that limit also exist (ie: pluggin y=mx into the limit and then also proving that the limit exists on the x axis)

66
New cards

notation for partial derivatives

with respect to x: fx(x,y) = fx = ∂f/∂x = ∂/∂x (f(x,y)) = Dx(f(x,y))

67
New cards

what do partial derivatives represent?

the instantaneous rate of change in only one direction for a multi variable (multi directional) function

68
New cards

tangent plane equation

z-z0 = ∂z/∂x(x-x0) + ∂z/∂y(y-y0)

69
New cards

limit defenition of a partial derivative

for x:

fx = lim [f(a+h,b) - f(a,b)]/h

h → 0

70
New cards

to find the partial derivative with respect to one variable,

treat the other variables like a constant

71
New cards

for an implicitly defined function of 3 variables, you must use implicit differentiation to find ∂z/∂x by…

1) treating y like a constant

2) differentiating normally with respect to x

3) treating z as an undefined function of x (eg. the derivative of z is not 1, it’s ∂f/∂x)

for fy and fz , switch the roles

72
New cards

Clairaut’s theorem

if f is defined on a domain D containing (a,b), then fxy(a,b) = fyx(a,b)

AKA the order doesn’t matter for mixed derivatives (except for some special exceptions due to domain restrictions)

73
New cards

formula for implicit differentiation of a multivariable function

dz/dx = -Fx/Fz

74
New cards

Chain rule of a multivariable function

∂z/∂t = (∂z/∂x)(∂x/∂t) + (∂z/∂y)(∂y/∂t)

where z is defined as a function of x and y and x and y are defined by t (and possibly another variable)

75
New cards

Properties of the gradient vector

1) it represents <fx,fy>

2) it is always orthogonal to the curve because tangents are orthogonal

3) it is the way of steepest change of a curve

4) the largest possible rate of change for function f at point P is |∇f|

5) the biggest directional derivative is in the direction of u = ∇f/|∇f|

76
New cards

directional derivative formula

Duf(x,y) = <fx(x,y), fy(x,y)> * <a,b>

where u is the unit vector <a,b>

77
New cards

the critical points of f(x,y) occur where…

both fx = 0 or DNE and fy = 0 or DNE

78
New cards

local max/min definition

max: f(x,y) >= f(a,b) for all points in some disc with center (a,b)

min: f(x,y) <= f(a,b) for all points in some disc with center (a,b)

79
New cards

saddle point

a critical point which is not an extrema (not a max/min)

80
New cards

second derivatives test for critical points

if the second partial derivatives of f are continous on a disc with center (a,b) and fx(a,b) = 0 and fy(a,b) = 0 such that (a,b) is a critical point of f,

let D = fxx(a,b)fyy(a,b) - [fxy(a,b)]²

if:

1) D > 0 and fxx > 0, then f(a,b) is a local min

2) D > 0 and fxx < 0, then f(a,b) is a local max

3) D < 0 then f(a,b) is a saddle point

4) D = 0 then we don’t know anything

81
New cards

to find absolute max and min…

recall that if f is a closed bounded set D in ℝ², it has an absolute max and min

1) find the values of the CPs of f on D

2) find the extreme values of f on the boundary of D

3) the largest of these values is the max and the smallest is the min

82
New cards

lagrange multiplier

∇f(x0,y0,z0) = λ∇g(x0,y0,z0)

use this to set up a system of equations fx = λgx, fy = λgy, fz = λgz, and g(x,y,z) = k to find the max/min

*only useful for finding min/max on a set level curve, not everywhere

83
New cards

what do double integrals represent?

the volume under the surface z = f(x,y) over a region of ℝ² (which could be a variety of shapes)

AKA the infinite sum of boxes under a curve

84
New cards

Average value of f(x,y) over a region R=[a,b]x[c,d]

1/area(R) ∫abcd f(x,y) dydx

85
New cards

Fubini’s Theorem

if f is a continous on a rectangle R = {(x,y) | a <= x <= b, c <= y <= d }

then ∫∫Rf(x,y)dA = ∫abcdf(x,y)dydx = ∫cdabf(x,y)dxdy

86
New cards

∫∫Rf(x)g(y)dA =

∫f(x)dx * ∫g(y)dy

this applies to higher dimensions as well

87
New cards

Type I general region integrals

the region D is bounded below by y=g1(x) and above by y=g2(x)

the integral is ∫x1×2g1(x)g2(x)f(x,y)dydx

88
New cards

Type 1 general region integrals

the region D is bounded to the left by h1(y) and to the right by h2(y)

the integral is ∫y1y2h1(x)h2(x)f(x,y)dxdy

89
New cards

∫∫DCdA is…

the area of D times the value of the constant C

90
New cards

One strategy for simplifying double integrals is…

Swap the order of dx and dy by reevaluating the bounds of the integral

91
New cards

It may be useful to swap a double integral in rectangular coordinates if…

1) the limits of integration are more easily expressed in polar (ex: circle, washer/ring, rose, cardeoid)

2) the integrand is more easily expressed in polar

92
New cards

∫∫Df(x,y)dxdy =

where D is expressed in x and y

∫∫Dr(θ) * rdrdθ

where D is expressed in r and θ

  • if there is some sort of ring shape, r goes from the inner to the outer. Otherwise it goes from 0 to the radius.

93
New cards

useful polar conversions to know

y = rsinθ

x = rcosθ

x² + y² = r²

y/x = tanθ

94
New cards

surface area formula

∫∫D√(1 + (fx)² + (fy)²) dA

95
New cards

the integrand of the surface area formula √(1 + (fx (fy)²) represents…

the magnitude of the gradient vector at any given point (AKA the stretch factor which needs to be taken into account)

96
New cards

notes on triple integral set up ∫∫∫Ef(x,y,z)dV

dV can be any order of dz dy and dx. You can manually change the limits of integration if you can easily express them in a different order (not always possible bc it might not be x,y, and z simple)

the innermost integral’s limits can be of two variables

the middle integral’s limits can be of one variable

the outer integral’s limits must be constants

97
New cards

∫∫∫E1dV represents…

the volume of the region E

98
New cards

z simple (can be extrapolated to y simple and x simple)

if you were to draw a line from anywhere on the z axis into the region E, it would always touch the same bounding functions z1(x,y) and z2(x,y)

  • this are good functions to put as your innermost limits of integration in a triple integral

99
New cards

Cylindrical coordinates

x and y in terms of r and θ and z is the same

100
New cards

polar/cylindrical relationships

x = rcosθ

y = rsinθ

x² + y² = r²

y/x = tanθ

dV = r dzdrdθ