11.8, 11.9, 11.10, 10.1, 10.2, 10.3, 10.4
What is the MacLaurin series for 1/(1-x) and what x does it converge for?
Ī£n=0 ā (x^n) for |x|<1
What is the MacLaurin series for e^x and what x does it converge for?
Ī£n=0 ā (x^n/n!) for all x
What is the MacLaurin series for sinx and what x does it converge for?
Ī£n=0 ā [(-1)^n * x^(2n+1)/(2n+1)!] for all x
What is the MacLaurin series for cosx and what x does it converge for?
Ī£n=0 ā [(-1)^n * x^(2n)/(2n)!] for all x
What is the MacLaurin series for arctanx and what x does it converge for?
Ī£n=0 ā [(-1)^n * x^(2n+1)/(2n+1)] for -1<=x<=1
What is the MacLaurin series for ln(1+x) and what x does it converge for?
Ī£n=1 ā [(-1)^(n-1) * (x^n)/n] for -1<x<=1
What is the form of a power series and its radius of convergence R?
Ī£ Cn (x-a)^n for |x-a| < R where Cn is a coefficient
What is Cn if f has a power series representation at a (f(x) = Ī£ Cn (x-a)^n)?
Cn = f(n)(a)/n!
What is the form of a Taylor series and its radius of convergence R?
Ī£n=0ā f(n)(a)/n! * (x-a)^n for |x-a| < R
What is the form of a MacLaurin series?
Ī£n=0ā f(n)(0)/n! * (x)^n or a Taylor series where a=0
Describe how to represent a function f(x) as a geometric power series
rewrite f(x) in the form 1/(1-x); may have to factor, derive, or integrate to do so
rewrite 1/(1-x) as Ī£n=0ā x^n
What are the only 3 convergence outcomes of a power series?
Converges at x=a
Converges for all x
Converges for |x-a| < R and diverges for |x-a| > R
What is the radius of convergence R if a power series converges at only one point (x=a)?
R = 0
What is the radius of convergence R if a power series converges for all x?
R = infinity
What is the radius of convergence R if a power series converges for a finite interval of x?
Can find R in the form |x-a| < R or |x-a| > R
What is the interval of convergence I if a power series converges at only one point (x=a)?
I = {a}
What is the interval of convergence I if a power series converges for all x?
I = (-infinity, infinity)
What is the interval of convergence I if a power series converges for a finite interval of x?
a+R, a-R
* must plug x = a+R and x = a - R into the series to determine if it converges at those points
Describe how to find a Cartesian equation in the form y=f(x) given the parametric equations x=f(t) and y=g(t)
eliminate the parameter t through algebraic manipulation
strategies include:
solving for t in one equation and plugging it into the other
using trig identities such as sinĀ²t + cosĀ²t = 1
taking the ln of an equation containing e^t
What is the formula for dy/dx given the parametric equations x=f(t) and y=g(t)?
dy/dx = (dy/dt)/(dx/dt)
What is the formula for arc length on a<=t<=b given the parametric equations x=f(t) and y=g(t)?
L = ā«ab ā[(dy/dt)Ā²+{dx/dt)Ā²] dt
What is the formula for arc length on a<=x<=b given the equation y=f(x)?
L = ā«ab ā[1+(dy/dx)Ā²] dt
What is the formula for arc length on a<=x<=b given the equation x=g(y)?
L = ā«ab ā[1+(dx/dy)Ā²] dt
Name the formulas for converting polar coordinates (r, Īø) to Cartesian coordinates (x, y)
x = rcos(Īø)
y = rsin(Īø)
Name the formulas for converting Cartesian coordinates (x, y) to polar coordinates (r, Īø)
rĀ²=xĀ²+yĀ² or r=sqrt(xĀ²+yĀ²)
tanĪø = y/x or Īø = arctan(y/x)
what is the area of the region under a polar curve?
A = ā«ab Ā½ rĀ² dĪø where a<=Īø<=b
what is the area of the region inside the polar curve r1 and outside the polar curve r2?
A = ā«ab Ā½ (r1Ā²-r2)Ā² dĪø where a<=Īø<=b
what is the length of a polar curve?
L = ā«ab ā[rĀ² + (dr/dĪø)Ā²] dĪø where a<=Īø<=b
how do you find the values of Īø where there is a horizontal tangent given r=f(Īø)?
plug r into y=rsinĪø or simply use dy/dĪø = dr/dĪø * sinĪø + rcosĪø
find the values of Īø in the domain that satisfy dy/dĪø = 0 and dx/dĪø ā 0
how do you find the values of Īø where there is a vertical tangent given r=f(Īø)?
plug r into x=rcosĪø or simply use dx/dĪø = dr/dĪø * cosĪø - rsinĪø
find the values of Īø in the domain that satisfy dx/dĪø = 0 and dy/dĪø ā 0
how do you know if there is a vertical or horizontal tangent at values of Īø where dx/dĪø and dy/dĪø both = 0?
evaluate limĪøāthe value (dy/dx)
if it goes to 0, thereās a horizontal tangent
if it goes to infinity, thereās a vertical tangent
how do you find dy/dx given r=f(Īø)?
dy/dx = (dy/dĪø)/(dx/dĪø)
or
dy/dx = (dr/dĪø * sinĪø + rcosĪø)/(dr/dĪø * cosĪø - rsinĪø)
what is dy/dĪø given r=f(Īø)?
dy/dĪø = dr/dĪø * sinĪø + rcosĪø
what is dx/dĪø given r=f(Īø)?
dx/dĪø = dr/dĪø * cosĪø - rsinĪø