1/51
calc 2
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
sin²(x) =
½ - ½ cos(2x)
cos²(x) =
½ + ½ cos(2x)
sin(ax)sin(bx) =
½ cos((a-b)x) - ½ cos((a+b)x)
sin(ax)cos(bx) =
½ sin((a-b)x) + ½ sin((a+b)x)
cos(ax)cos(bx) =
½ cos((a-b)x) + ½ cos((a+b)x)
integral of sec²(x)
tan(x) + C
integral of sec(x)tan(x)
sec(x) + C
integral of tan(x)
ln|sec(x)| + C
integral of sec(x)
ln|sec(x) + tan(x)| + C
tan²(x) =
sec²(x) - 1
when integrating odd powers of sec(x), must use ___
integration by parts, set u = sec(x)
trig subs: remember you can back sub with u-sub forumla !!
!!
partial fraction decomp: if power on top is greater or equal to power on bottom,
divide fractions (and use placeholders!!)
what must you do when you have a repeated linear factor in partial fraction decomp that is repeated ‘n’ times?
include a distinct fraction for every power of that fraction from 1 to ‘n’
for integrals involving sqrt(a² - x²)
let x = a*sin(theta) and sub; use reference triangle to put into terms of x after (or adjust bounds with substitution if definite)
for integrals involving sqrt(a² + x²)
let x = a*tan(theta) and sub; use reference triangle to put into terms of x after (or adjust bounds with substitution if definite)
for integrals involving sqrt(x² - a²)
let x = a*sec(theta) and sub; use reference triangle to put into terms of x after (or adjust bounds with substitution if definite)
improper integrals
rewrite as limit, if (both) exists, integral converges to limit
completing the square:
add and subtract (b/2)², can’t have coefficient in front of x²
limit of arctan(x) as x approaches infinity
pi/2
improper integrals can also be improper if
within their bounds is a point where the integral DNE
order of differential equation:
highest order of derivative that appears in equation (ex. y’’’)
equilibrium solution of direction field
when y = constant, or when slope (y’) = 0
euler’s method formula for xn
xn = xo + nh, where n = number of steps and h = step size
euler’s method formula for yn
yn = yn-1 + h*f(xn-1, yn-1), where f(x,y) is given by what y’ =
seperable differential equations form
y’ = f(x)*g(y)
seperable differential equations steps
1) check for constant solutions (when g(y) = 0)
2) isolate variables to each side
3) integrate
4) solve for y
5) if possible, use initial condition to solve for C
logistic equation (rate version)
dP/dt = r*P*(1 - (P/L)), where r = growth rate, P = population and L = the limiting/maximum value or carrying capacity
logistic equation (curve version)
P = L/(1+C*e-r*t)
equation for change in population
P’ = birth rate - death rate + net immigration rate
squeeze theorem for sequences
an <= bn <= cn; if lim(n—>inf) an = L = lim(n—>inf) cn, then bn converges and lim(n—>inf) bn = L
0/inf converges to ___
zero
extreme values of sin(x) and cos(x) [for squeeze theorem]
-1, 1
harmonic series
infinte sum of (1/n); diverges to infinity very slowly
geometric series
sum from one to infinty of arn-1, where a is the initial term and r is the common ratio
partial sum forumla for geometric sum
Sk = (a(1 - rk)) / (1 - r) for r cannot = 1
infinite sum forumla for geometric sum
Sinf = a / (1 - r) for |r| < 1; Sinf diverges for |r| >= 1
telescoping series
most terms cancel except some at start and some at end; example: sum from one to infinity (bn - bn+1)
telescoping series formulas
Sk = b1 - bk-1; Sinf = b1 - B where B is what bk+1 converges to as k approaches infinity, if bk+1 diverges, so does Sinf
divergence test
if an does not = 0 as n approaches inf, test applies and series is divergent; if test doesn’t apply, series can be convergent or divergent
integral test
if f is continuous, decreasing, and f(n) = an for n >= N, series converges if identical improper integral converges
p-series test
sum 1 / np converges if p > 1, diverges if p <= 1
ratio test
take limit as n approaches infinity of ratio of an+1 to an; if L > 1, diverges; if L < 1, converges; if L = 1, test is inconclusive
redo Quiz 5 problems ! and alternating series test problem !
!
limit comparison test
take limit of an/bn as n approaches infinity; if lim = L does not = 0, both converges or diverge; if lim = 0 and bn converges, an converges; if lim = inf and bn diverges, an diverges
alternating series test
converges if an is decreasing and and lim an as n approaches infinity = 0
alternating series test absolute convergence
if |an| converges
alternating series test conditional convergence
if |an| diverges but an converges
root test of an
let p = lim as n approaches inf of (nth-root(|an|)); if 0 <= p <= 1, an converges absolutely; if p > 1 or = inf, an diverges; if p = 1, test is inconclusive
limit rule for any polynomial p(n)
lim as n approaches infinity of (p(n))1/n = 1
definition of constant e
lim as n approaches infinity of (1 + 1/n)n
power series: radius of convergence
distance from domain endpoints to center