Calculus 2 Lecture Review

Overview of Calculus Concepts Covered
  • This study guide encompasses a wide variety of fundamental concepts in Calculus II, focusing on advanced integration techniques, applications of integrals, sequences and series, differential equations, and coordinate systems beyond Cartesian. Key topics include integration by parts, trigonometric integrals and substitution, partial fractions, improper integrals, applications to areas, volumes, arc length, and surface area, convergence tests for infinite series, power series (including Taylor and Maclaurin), first-order differential equations, parametric equations, and polar coordinates.


Integration Techniques
  • Integration of Trigonometric Functions:

    • Integrals involving powers of sine, cosine, tangent, and secant often require specific trigonometric identities to simplify them into forms that can be integrated using basic rules or substitution. For example, for sinn(x)cosm(x)sin^n(x)cos^m(x), the approach depends on whether nn or mm are odd or even. Identities like sin2(x)=1cos(2x)2sin^2(x) = \frac{1 - cos(2x)}{2} and cos2(x)=1+cos(2x)2cos^2(x) = \frac{1 + cos(2x)}{2} are frequently used.

  • Integration by Parts:

    • The formula is:

      udv=uvvdu\int u \, dv = uv - \int v \, du

    • This technique is typically used when integrating products of functions that do not simplify nicely with substitution (e.g., xe2xdx\int x e^{2x} \, dx or xln(x)dx\int x \ln(x) \, dx). The choice of uu and dvdv is crucial and often guided by the LIATE rule (Logarithmic, Inverse Trig, Algebraic, Trigonometric, Exponential) to select uu more easily differentiable.

  • Integration by Partial Fractions:

    • Used for integrating rational functions (polynomials divided by polynomials). The method involves decomposing a complex rational expression into a sum of simpler fractions that are easier to integrate. This method is applicable when the degree of the numerator is less than the degree of the denominator after polynomial long division if necessary.

  • Trigonometric Substitution:

    • Employed when integrands contain expressions of the form a2x2a^2 - x^2, a2+x2a^2 + x^2, or x2a2x^2 - a^2. Substitutions typically involve x=asin(θ)x = a \sin(\theta), x=atan(θ)x = a \tan(\theta), or x=asec(θ)x = a \sec(\theta) respectively, transforming the integral into one involving trigonometric functions.


Infinite Series and Convergence Tests
  • Series Summation Techniques:

    • To determine the convergence or divergence of an infinite series an\sum a_n, various tests are applied:

      • p-series Test: For 1np\sum \frac{1}{n^p}, it converges if p > 1 and diverges if p1p \le 1.

      • Ratio Test: Useful for series involving factorials or exponential terms. If \lim{n \to \infty} \left| \frac{a{n+1}}{a_n} \right| < 1, the series converges absolutely. If it's > 1, it diverges. If it equals 11, the test is inconclusive.

      • Direct Comparison Test: If 0a<em>nb</em>n0 \le a<em>n \le b</em>n for all nn beyond some point, and b<em>n\sum b<em>n converges, then a</em>n\sum a</em>n converges. If a<em>n\sum a<em>n diverges, then b</em>n\sum b</em>n diverges.

      • Limit Comparison Test: If lim<em>na</em>nb<em>n=L\lim<em>{n \to \infty} \frac{a</em>n}{b<em>n} = L where LL is a finite, positive number, then both series a</em>n\sum a</em>n and bn\sum b_n either converge or diverge together.

      • Alternating Series Test: For alternating series (1)nb<em>n\sum (-1)^n b<em>n (with bn > 0), it converges if b<em>nb<em>n is decreasing and lim</em>nbn=0\lim</em>{n \to \infty} b_n = 0.

  • Integral Test for Convergence:

    • If f(x)f(x) is a positive, continuous, and decreasing function for x1x \ge 1, then the series <em>n=1f(n)\sum<em>{n=1}^{\infty} f(n) and the integral </em>1f(x)dx\int</em>{1}^{\infty} f(x) \, dx either both converge or both diverge. Series like 1n2\sum \frac{1}{n^2} are convergent because 11x2dx\int_{1}^{\infty} \frac{1}{x^2} \, dx converges.

  • Power Series, Taylor and Maclaurin Series:

    • A power series is a series of the form <em>n=0c</em>n(xa)n\sum<em>{n=0}^{\infty} c</em>n (x-a)^n. Key aspects include finding its radius of convergence (RR) and interval of convergence. Taylor series are power series representations of functions centered at aa, given by n=0f(n)(a)n!(xa)n\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x-a)^n. A Maclaurin series is a Taylor series centered at a=0a=0.


Differential Equations
  • Logistic Growth Models:

    • Presented in the form dPdt=kP(1PM)\frac{dP}{dt} = kP(1 - \frac{P}{M}) where P(t)P(t) is the population at time tt, kk is the growth rate, and MM represents the carrying capacity. This model predicts population growth that levels off as it approaches the carrying capacity. Equilibrium points are at P=0P=0 (extinction) and P=MP=M (carrying capacity).

  • Separable Differential Equations:

    • These are equations that can be written in the form dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y). The solution involves separating variables to get one side purely dependent on yy and the other on xx, then integrating both sides: 1g(y)dy=f(x)dx\int \frac{1}{g(y)} \, dy = \int f(x) \, dx.

  • First-Order Linear Differential Equations:

    • Equations of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x). These are solved using an integrating factor I(x)=eP(x)dxI(x) = e^{\int P(x) \, dx} which transforms the equation into a form that can be integrated directly.


Limits and Continuity
  • Limits at Infinity:

    • Techniques like L'Hôpital's Rule can determine limits that yield indeterminate forms, such as 00\frac{0}{0}, \frac{\infty}{\infty}, 00 \cdot \infty, \infty - \infty, 11^\infty, 000^0, or 0\infty^0. For example, to evaluate limxln(x)x\lim_{x \to \infty} \frac{\ln(x)}{x} involves taking derivatives of the numerator and denominator.

  • Continuity and Differentiation:

    • A function is continuous at a point if the limit exists, the function is defined at that point, and the limit equals the function's value. Differentiability implies continuity. However, a continuous function is not necessarily differentiable (e.g., f(x)=xf(x)=|x| at x=0x=0).


Polar Coordinates and Area Calculation
  • Area in Polar Coordinates:

    • The area A enclosed by a polar curve r(θ)r(\theta) from θ=α\theta = \alpha to θ=β\theta = \beta is given by:

      A=12αβr(θ)2dθA = \frac{1}{2} \int_{\alpha}^{\beta} r(\theta)^2 \, d\theta

    • This formula is derived by considering infinitesimal sectors with area 12r2dθ\frac{1}{2} r^2 \, d\theta.

  • Parametric Equations:

    • Curves can be defined by x=f(t)x=f(t) and y=g(t)y=g(t). Derivatives are given by dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt} and the second derivative d2ydx2=ddt(dydx)1dx/dt\frac{d^2y}{dx^2} = \frac{d}{dt} \left( \frac{dy}{dx} \right) \frac{1}{dx/dt}. Arc length for a parametric curve from t=at=a to t=bt=b is ab(dxdt)2+(dydt)2dt\int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt.


Examples and Exercises
  1. Perform integration using a variety of techniques: Practice problems involving complex combinations of u-substitution, integration by parts (potentially multiple times), trigonometric substitution, and partial fraction decomposition. Focus on identifying the most efficient method for a given integral.

  2. Determine series convergence: Apply the ratio test, root test, integral test, and various comparison tests to determine convergence of different series, including those with factorials, exponentials, or rational terms. Understand when each test is most appropriate and how to handle inconclusive cases for the ratio/root test.

  3. Solve differential equations: Work through logistic equations, separable differential equations, and first-order linear differential equations, demonstrating how to find general solutions, particular solutions with initial conditions, and interpret their real-world applications (e.g., population growth, mixing problems).

  4. Evaluate integrals in different coordinate systems: Compute areas and arc lengths for curves defined in Cartesian, parametric, and polar coordinates, understanding the specific formulas and setup for each system.

  5. Develop power series representations: Find Taylor and Maclaurin series for given functions, determine their radius and interval of convergence, and use them to approximate function values or evaluate limits.


Tips for Final Exam Preparation
  • Ensure familiarity with each concept by practicing a wide range of similar problems from textbooks, lecture notes, or previous exams. Focus on problem-solving strategies rather than rote memorization.

  • Focus on understanding proofs and derivations, as they can often help in recognizing patterns and properties crucial for solving more complex problems, especially in series and integrals.

  • Continuous review of polar and parametric equations, including their graphical representations, and comprehensive familiarity with the conditions and applications of different tests for series convergence.

  • Solve sample problems integrating different functions, including trigonometric, polynomial, rational, exponential, and logarithmic forms, paying attention to specific integration domains (improper integrals).

  • Create a