AP Calc BC Part 2 Notes

Here are the LaTeX math equations formatted correctly with the appropriate syntax:

  1. Arithmetic Sequence Term: tn=a+(n1)dt_n = a + (n-1)d (where aa is the first term and dd is the common difference)

  2. Sum of an Arithmetic Series: Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n-1)d)

  3. Geometric Sequence Term: tn=arn1t_n = a r^{n-1} (where aa is the first term and rr is the common ratio)

  4. Sum of a Finite Geometric Series: Sn=a1rn1rS_n = a\frac{1 - r^n}{1 - r}

  5. Sum of an Infinite Geometric Series: S=a1rS = \frac{a}{1-r}, provided that |r| < 1

  6. Absolute Convergence: Both the original series an\sum a_n and the absolute value series an\sum |a_n| converge.

  7. Conditional Convergence: The original series an\sum a_n converges, but the absolute value series an\sum |a_n| diverges.

  8. Integral Test Conditions: If f(x)f(x) is positive, continuous, and decreasing for xge1x \\ge 1 where f(k)=akf(k) = a_k, then 1f(x)dx\int_{1}^{\infty} f(x) \, dx and k=1ak\sum_{k=1}^{\infty} a_k either both converge or both diverge.

  9. P-Series Test: k=11kp\sum_{k=1}^{\infty} \frac{1}{k^p} converges if p > 1; diverges if 0 < p \le 1.

  10. Direct Comparison Test: If 0anbn0 \le a_n \le b_n, then if bk\sum b_k converges, so does ak\sum a_k. If ak\sum a_k diverges, then bk\sum b_k diverges as well.

  11. Ratio Test: Evaluate L=limkak+1akL = \lim_{k \to \infty} \left| \frac{a_{k+1}}{a_k} \right|. If L < 1, the series converges absolutely; if L > 1, it diverges; if L=1L = 1, the test is inconclusive.

  12. n-th Term Test for Divergence: If limkak0\lim_{k \to \infty} a_k \neq 0, then the series ak\sum a_k diverges.

  13. Alternating Series Test Conditions: 1. a_k > 0 for all kk.

  14. limkak=0\lim_{k \to \infty} a_k = 0.

  15. ak+1aka_{k+1} \le a_k (the terms are non-increasing).

  16. Geometric Series Test: arn\sum a r^n converges if |r| < 1; diverges if r1|r| \ge 1.

  17. Limit Comparison Test: Evaluate c=limkakbkc = \lim_{k \to \infty} \frac{a_k}{b_k}. If 0 < c < \infty, then both series either both converge or diverge.

  18. General Maclaurin Series: n=0f(n)(0)n!xn\sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n

  19. Maclaurin Series for sin(x): sin(x)=k=0(1)k(2k+1)!x2k+1\sin(x) = \sum_{k=0}^{\infty} \frac{(-1)^k}{(2k+1)!} x^{2k+1}

  20. Maclaurin Series for cos(x): cos(x)=k=0(1)k(2k)!x2k\cos(x) = \sum_{k=0}^{\infty} \frac{(-1)^k}{(2k)!} x^{2k}

  21. Maclaurin Series for e^x: ex=n=0xnn!e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}

  22. Maclaurin Series for \frac{1}{1-x}: 11x=n=0xn\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n valid for |x| < 1.

  23. General Taylor Series: n=0f(n)(a)n!(xa)n\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x-a)^n

  24. Alternating Series Error Bound: SSkak+1|S - S_k| \le a_{k+1}.

  25. Lagrange Error Bound: En(x)M(n+1)!xan+1|E_n(x)| \le \frac{M}{(n+1)!} |x-a|^{n+1}.

  26. Interval of Convergence Three Possibilities:

    1. Converges only at x=ax = a (R=0R = 0)

    2. Converges absolutely for all xx (R=R = \infty)

    3. Converges for |x-a| < R and diverges for |x-a| > R, yielding interval (aR,a+R)(a-R, a+R).

  27. Steps to Find Interval of Convergence:

    1. Apply the Ratio Test to solve for |x-a| < R.

    2. Test each endpoint x=aRx = a-R and x=a+Rx = a+R for convergence.

  28. First Derivative for Parametric Equations: dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}.

  29. Second Derivative for Parametric Equations: d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}.

  30. Rectangular Coordinate Equations for Polar Coordinates: x=rcos(θ)x = r \cos(\theta), y=rsin(θ)y = r \sin(\theta), and x2+y2=r2x^2 + y^2 = r^2.

  31. Polar Curve Derivative: dydx=dydθdxdθ=drdθsin(θ)+rcos(θ)drdθcos(θ)rsin(θ)\frac{dy}{dx} = \frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}} = \frac{\frac{dr}{d\theta}\sin(\theta) + r\cos(\theta)}{\frac{dr}{d\theta}\cos(\theta) - r\sin(\theta)}.

  32. Area Bounded by a Polar Curve: A=12abr2dθA = \frac{1}{2} \int_{a}^{b} r^2 \, d\theta.

  33. Area Between Two Polar Curves: A=12ab((r2)2(r1)2)dθA = \frac{1}{2} \int_{a}^{b} \left((r_2)^2 - (r_1)^2\right) d\theta.

  34. Cartesian Arc Length: L=ab1+[f(x)]2dxL = \int_{a}^{b} \sqrt{1 + [f'(x)]^2} \, dx (for y=f(x)y = f(x)).

  35. Cartesian Arc Length for x=g(y)x = g(y): L=cd1+[g(y)]2dyL = \int_{c}^{d} \sqrt{1 + [g'(y)]^2} \, dy.

  36. Parametric Arc Length: L=ab(dxdt)2+(dydt)2dtL = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt.