Find the derivative e8x
8e8x
int(x^2+5x+1)dx
x^3/3+5/2x^2+x+C
sum_(n=1)^(oo)(1/n^(3/4))
diverging by p-series (3/4<1)
Name the theorem:
If f is continuous and f(a) = 7 and f(b)=10, there is a value c, where a<c<b where f(c) = 8.
IVT (Intermediate Value Theorem)
Find the area for one petal of the rose
r=5sin(6theta)
1/24int_0^(2pi)((5sin(6theta))^2d(theta)
Find the derivative x3sinx
3x2sinx+x3cosx
d/dx(int_x^(5x)lnwdw)
5ln(5x)-lnx
Find the sum of
sum_(n=2)^oo2^n/3^(n-1
4
Name the theorem: If f is continuous and differentiable and a<c<b, then
(f(b)-f(a))/(b-a)=f"'(c)
MVT (Mean Value Theorem)
Find the derivative of
xy+y^2=8x
(dy)/(dx)=(8-y)/(x+2y)
Find the derivative
lntan(5x^2)
10xsec^2(5x^2)/tan(5x^2)
int(x^3e^(2x^4)dx)
1/8e^(2x^4)+C
Write the power series for
6/(1-x^2)
sum_(n=0)^oo6(x)^(2n)
If f(1) =2, f'(1)=0 and the 2nd derivative is below, is x=1 a max, min or neither? Why?
(d^2y)/(dx^2)=xy^2
A min since the 2nd derivative is positive and the graph is concave up.
lim_(x->0)(e^x-x-1)/x^2
1/2 L'hopital
Find the derivative of
sec^3(x^5)
15x^4sec^3(x^5)tan(x^5)
int(x^2sinx)dx
-x^2cosx+2xsinx+2cosx+C
Find the Taylor series for sin(3x).
sum_(n=0)^oo(-1)^n(3x)^(2n+1)/((2n+1)!)
Find the error if the first 3 terms are used to approximate the series
sum_(n=3)^(oo)(-1)^n/(n^2)
1/36
(-2tsint-2cost)/(8t^3)=(-tsint-cost)/(4t^3)
Find the derivative
tan^-1(x^2)
(2x)/(1+x^4)
int((9x-3)/(x^2-2x-3))dx
3ln(x+1)+6ln(x-3)+C
Find the radius of convergence of
sum_(n=1)^oo(-1)^n(x-2)^n/3^n
3
f^(n+1)(z)(x-a)^(n+1)/((n+1)!)
Which rule would you have to use to prove the following series is converging?
sum_(n=1)^oosin^2(n)/(n^3)
Direct comparison to
1/n^3