MA16200: Calculus II

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

1/24

flashcard set

Earn XP

Description and Tags

Flash card of formulas for MA162: Calculus II

Last updated 12:20 AM on 12/15/22
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards
Sphere formula
(x-a)² + (y-b)² + (z-c)² = r²
2
New cards
Center and radius of sphere: (x-a)² + (y-b)² + (z-c)² = r²
center: (a, b, c) and radius: r
3
New cards
Equation of vector
a = (a₁, a₂, a₃)
4
New cards
Length of vector
|a| = √(a₁² + a₂² + a₃²)
5
New cards
Dot product of a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃)
a • b = (a₁ * b₁ + a₂ * b₂ + a₃ * b₃)
6
New cards
Dot product (in terms of angle and length)
a • b = |a||b|cosθ
7
New cards
Cross product of a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃)
a × b = (a₂ * b₃ - a₃ * b₂, a₃ * b₁ - a₁ * b₃, a₁ * b₂ - a₂ * b₁)
8
New cards
Length of cross product
|a × b| = |a||b|sinθ
9
New cards
project of m onto n (with angle)
projₙm = |m|cosθ * (n/ |n|)
10
New cards
project of m onto n (with dot product)
projₙm = (n • m)/|n| * (n/|n|)
11
New cards
area between two curves
A = ∫(ƒ(x) - g(x))dx
12
New cards
Volume by slicing
V = ∫A(x) dx
13
New cards
Volume by slicing (x-axis)
V = ∫πƒ(x)²dx
14
New cards
Volume by shells (y-axis)
V = ∫2πx * ƒ(x)dx
15
New cards
Arc length
L = ∫√(1 + ƒ'(x)²)dx
16
New cards
Surface area of rotating surface (x-axis)
S = ∫2πƒ(x) * √(1+ƒ'(x)²) dx
17
New cards
Work = force * distance
W = |F|cosθ * d
18
New cards
Hooke's law
F = k * x
19
New cards
Integration by part
∫udv = uv - ∫vdu
20
New cards
Useful sin and cos formulas
sin²x + cos²x = 1
cos²x = (1 + cos2x)/2
sin²x = (1-cos2x)/2
21
New cards
Useful tan and sec formulas
tan²x + 1 = sec²x
d/dx tanx = sec²x
d/dx secx = tanxsecx
d/dx tan⁻¹x = 1/(1+x²)
22
New cards
∫sinⁿx * cosⁿx dx
cosⁿx is odd: u = sinx
sinⁿx is odd: u = cosx
both are even: half angle formula
23
New cards
∫tanⁿx * secⁿx dx
secⁿx is even: u = tanx
tanx is odd: u = secx
24
New cards
Trigonometric substitution
√(a²-x²) -- x = asinθ
√(a²+x²) -- x = asecθ
√(x²-a²) -- x = atanθ
25
New cards
Improper integrals
∫∞ƒ(x)dx = lim∞∫ⁿƒ(x)dx