calc3 :::::::))))))))))))))))))))) love and happiness and sparkles and yayayayayay

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

1/98

flashcard set

Earn XP

Description and Tags

yayayayayay dontfail yayayayyaya

Last updated 9:23 PM on 5/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

99 Terms

1
New cards

cos²(θ)+sin²(θ)=

1

2
New cards

1+tan²θ=

sec²θ

3
New cards

I+cot²θ=

csc²θ

4
New cards

sinθ/cosθ=

tanθ

5
New cards

cosθ/sinθ=

cotθ

6
New cards

1/cosθ=

secθ

7
New cards

1/sinθ=

cscθ

8
New cards

d/dx (f(x)g(x)) =

f(x)g’(x) + f’(x)g(x)

9
New cards

d/dx(f(x)/g(x)) =

g(x)f’(x) - f(x)g’(x) / (g(x))²

10
New cards

d/dx (f(g(x))) =

f’(g(x))g’(x)

11
New cards

d/dx (e^x) =

e^x

12
New cards

d/dx (ln(x)) =

1/x

13
New cards

d/dx (sin(x)) =

cos(x)

14
New cards

d/dx ( cos(x)) =

-sin(x)

15
New cards

d/dx (tan(x)) =

sec²(x)

16
New cards

d/dx (sec(x)) =

sec(x)tan(x)

17
New cards

d/dx (csc(x)) =

-csc(x)cot(x)

18
New cards

d/dx (cot(x)) =

-csc²(x)

19
New cards

d/dx (arcsin(x)) =

1/root(1-x²)

20
New cards

d/dx (arccos(x)) =

-1/root(1-x²)

21
New cards

d/dx (arctan(x)) =

1/(1+x²)

22
New cards

a dot b =

magnitude(a)*magnitude(b)*cosθ, where θ is the angle between the vectors a and b

23
New cards

a cross b =

magnitude(a)*magnitude(b)*sinθ, where θ is the angle between the vectors a and b

24
New cards

projab =

((a dot b)/(a dot a))*a

25
New cards

The distance D from a point P1 to a line l with direction vector L is given by

D = magnitude(L cross (P0-P1) / magnitude(L), where P0 is any point on the line l

26
New cards

Given a vector-valued function with a parametrization r(t): R → R³, we can define the Frenet frame:

  • T(t) = (r’(t)/magnitude(r’(t)))

  • N(t) = (T’(t)/magnitude(T’(t)))

  • B(t) = T(t) cross N(t)

27
New cards

The arc length function for a curve parametrized by r(t): R → R³ is

s(t) = integral from 0 to t of magnitude(r’(t) *dt

28
New cards

The tangential and normal componenets of acceleration are given by

  • a(t) = aT(t)T(t) + aN(t)N(t)

  • aT(t) = d/dt * magnitude(r’(t))

  • aN(t) = magnitude(r’(t))*magnitude(dT/dt)

29
New cards

The second derivative test for unconstrained optimization

Suppose that (x,y) is a critical point of f(x,y) (which is a point such that fx(x,y) = 0 and fy(x,y) = 0). At the critical point, compute the quantity D(x,y) = fxx(x,y)fyy(x,y) - [fxy(x,y)]².

  • If D>0 and fxx(x,y)>0, then (x,y) is a local minimum

  • If D>0 and fxx(x,y)<0, then (x,y) is a local maximum

  • If D<0, then (x,y) is a saddle point

  • If D = 0, the test is inconclusive

30
New cards

The method of Lagrange multipliers for constrained optimization

To optimize f(x,y) subject to a constraint g(x,y) = c for some constant c, find all critical points tot he constrained optimization problem as solutions to the system: gradient(f(x,y)) = lambda*(gradient(g(x,y))), g(x,y) = c, for a real number lambda called a Lagrange multiplier.

31
New cards

Surface area of the graph of z = f(x,y) above the region R in the xy plane is

A = (double integral over R) root(1 + magnitude(gradient f(x,y))²)dA = (double integral over R) root(1+ [fx(x,y)]² + [fy(x,y)]²)dA

32
New cards

polar coordinates

x = rcosθ

y = rsinθ

dA = rdrdθ

33
New cards

cylindrical coordinates

  • x = rcosθ

  • y = rsinθ

  • z = z

  • dV = rdzdrdθ

34
New cards

spherical coordinates

  • x = rho sin(phi)cosθ

  • y = rho sin(phi)sinθ

  • z = rho cose(phi)

  • tan(phi) = r/z

  • dV = rho²sin(phi)d(rho)d(phi)dθ

35
New cards

Change of variables: jacobian, formula

  • jacobian: d(x,y)/d(u,v) = (dx/du)(dy/dv) - (dx/dv)(dy/dv)

  • change of variables: double integral over R of f(x,y)dxdy = double integral over R’ of f(u,v) (ABS VAL OF d(x,y)/d(u,v)) dudv, where R’ is the region R transformed to (u,v) variables and f(u,v)= f(x(u,v), y(u,v))

36
New cards

tangential component of acceleration using velocity

aT(t) = (v dot a) / magnitude(v)

37
New cards

how to find an equation of the plane containing points 1, 2, 3

  • p2-p1 = v1

  • p3-p2 = v2

  • normal vector = v1 cross v2, result ijk are your xyz coefficients

  • then plug any one of your original points in to that expression to find the right-hand side scalar

38
New cards

how to show that a line is parallel to a plane

dot product must be 0

39
New cards

how to find distance from line to plane

line equation: (point) + t

40
New cards

cos²(pi/4)=

1/2u

41
New cards

v and w are perpendicular if

v dot w = 0how

42
New cards

how to know if two planes are parallel

two planes are parallel if their normal vectors are scalar multiples of one another

43
New cards

how to determine the symmetric equation of a line containing a point and parallel to both of the planes.

To be parallel to both planes, the line must be perpendicular to both normal vectors → cross product

  • result are your abc denominators

  • numerators are x-x0, y-y0, z-z0

44
New cards

sphere standard form

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

45
New cards

how to complete the square

take half of b and square it, add to both sides

46
New cards

how to find the points where a curve intersects a sphere

  • sub in x=i, y=j, z=k of the parametrization to the sphere equation

  • solve for t and plug back into parametrization to find a specific point

47
New cards

how to find r(t) from v(t)

r(t) = integral of v(t)

48
New cards

Equation of a tangent plane

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

49
New cards

directional derivative

Dvf= gradient of f dot u

  • where u is just the unit vector of whatever direction vector is given

50
New cards

Distance between point P1 and a plane

  • find the normal vector of the plane, dot w P1-P0, abs val of that

  • divide by magnitude of normal vector

51
New cards

hyperboloid of two sheets (surface)

<p></p>
52
New cards

hyperboloid of two sheets (equation)

knowt flashcard image
53
New cards

one‐sheeted hyperboloid (Surface)

knowt flashcard image
54
New cards

one‐sheeted hyperboloid (Equation)

knowt flashcard image
55
New cards

paraboloid (surface)

knowt flashcard image
56
New cards

paraboloid (equation)

knowt flashcard image
57
New cards

cone (surface)

knowt flashcard image
58
New cards

cone (equation)

knowt flashcard image
59
New cards

ellipsoid (surface)

knowt flashcard image
60
New cards

ellipsoid (equation)

knowt flashcard image
61
New cards

one-sheeted elliptical hyperboloid (surface)

knowt flashcard image
62
New cards

one-sheeted elliptical hyperboloid (equation)

knowt flashcard image
63
New cards

hyperbolic paraboloid (surface)

knowt flashcard image
64
New cards

hyperbolic paraboloid (equation)

knowt flashcard image
65
New cards

hyperbolic cylinder (surface)

knowt flashcard image
66
New cards

hyperbolic cylinder (equation)

knowt flashcard image
67
New cards

elliptic cylinder (equation)

(x/a)² + (y/b)² = 1

68
New cards

arc length formula

L([a, b]) = integral from a to b of the magnitude of r’(t) dt

69
New cards

d/dx(integral from 1 to x² of et dt) =

ex²(2x)

70
New cards

direction of maximal increase/decrease

max increase = gradient f

max decrease = - gradient f

71
New cards

max rate of increase/decrease

max rate of increase = magnitude of gradient f

max rate of decrease = - (magnitude of gradient f)

72
New cards

how to find the point with the smallest x-coordinate w constraint

f(x,y) = x bc thats what you’re optimizing, g(x,y) = constraint equation

gradient f = lambda gradient g, from there form your two equations (including constraint)

solve for x,y to find CP (case 1, case 2, etc) and see which option optimizes (in this case, where x is smallest)

73
New cards

jacobian

abs val of det[ dx/u dxdv ; dy/du dydv]

74
New cards

divF, and the result is what type?

divF = F dot del, always a scalar

75
New cards

curlF, and the result is what type?

curlF = F cross del, always a vector

76
New cards

line equation in vector form

r(t) = (x0, y0, z0) + t(a, b, c)

77
New cards

line equation in parametric form

x(t) = x0+at, y(t) = y0+bt, z(t) = z0+ct

78
New cards

line equation in symmetric form

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

79
New cards

plane equation

ax+by+cz = d

80
New cards

vector valued function def

function r that inputs a real # (parameter) t and outputs a vector/point in Rn

81
New cards

how to know if a curve is smooth

a curve is smooth if r(t) is continuous and the magnitude of r’(t) DOES NOT equal 0 for all t

82
New cards

how to know if a curve is PIECEWISE smooth

parametrization is piecewise smooth if the interval is composed of subintervals on each of which r is smooth

83
New cards

Frenet frame meaning

  • T(t) = unit tangent - directional steepness

  • N(t) = unit normal - curvature/bending

  • B(t) = unit binormal - lifting off from a plane

84
New cards

how to find level surface/curve

set vars = 0 and solve

  • surface = 3D, curve = 2D

85
New cards

minimize/maximize the distance subject to contraint g…

f(x,y) = x²+y² (distance: really this optimizes D² but the points are the same as optimizing D, so this is easier)

86
New cards

volume/area integrals

volume: triple integral over v of 1 dV

area: double integral over R of 1 dA

87
New cards

iterated integral def

integrating with respect to one variable while holding others constant

88
New cards

surface area formula

A = double integral over R of root(1+(magnitude of gradient f)²) dA

89
New cards

change of variables

double integral over R of f(x,y)dA = double integral over S of f(g(u,v))*abs value of jacobian dA

90
New cards

Stokes’ Theorem

single integral over C of F dot dr = double integral over sigma of (curlF dot n dS)

  • use whenever you see curl in the question → immediately stokes

91
New cards

Green’s theorem (sigma is flat)

single integral over C of (M dx+Ndy) = double integral over R of (dN/dx - dM/dy)dA

  • use whenever you see two things dx and dy being added

92
New cards

Fundamental Theorem of Line Integrals

single integral over C of (delF dot dr) = f(end)) - f(start)

  • where f is the potential function

93
New cards

divergence theorem

double integral over sigma of (F dot n dS) = triple integral over D of (divF dV) for outward n (- if opposite orientation)

94
New cards

line integral

single integral over gamma of (f dS) = single integral from a to b of (f(r(t))*magnitude of r’(t) dt)

95
New cards

when calculating line integrals order of thinking

  1. Is there a potential function? Calculate curlF to see if = 0 and/or just determine potential function by inspection

  2. then plug in end point and start point to potential function → end-start

96
New cards

Green’s Theorem

single integral over gamma of (Pdx + Qdy) = double integral over D of (dQ/dx - dP/dy)dA

  • if gamma is counterclockwise, you’re good

  • if gamma is clockwise, *-1

97
New cards

When to use Green’s Theorem

  • if the line is tracing out a closed, easy shape (circle, semicircle, triangle, square, etc)

98
New cards

volume of sphere :(

4/3 pi r³

99
New cards

stokes steps

  1. name curl and apply stokes formula (double integral over sigma of curlf dot n dS

  2. parametrize the line integral and solve