Calculus 2 Exam Key Concepts

Comparison Tests
  • Direct Comparison Test: This test is used to determine the convergence or divergence of a series. If you have two series with positive terms, ana_n and bnb_n:   - If bnb_n converges, then ana_n also converges.   - If bnb_n diverges, then ana_n also diverges.      Example: Consider the series an=rac1n2a_n = rac{1}{n^2} and bn=rac1nb_n = rac{1}{n}.   - We know that rac1n2rac{1}{n^2} converges (p-series with p=2p = 2) and rac1nrac{1}{n} diverges (p-series with p=1p = 1).   - If we compare an=rac1n2a_n = rac{1}{n^2} with bnb_n, since bnb_n diverges, we can conclude nothing about ana_n from this test alone, as we need both series to converge or diverge.

Alternating Series
  • Alternating Series Test: This test is applicable for series that alternate in sign. The series extlim<em>noextan=0ext{lim}<em>{n o ext{∞}} a_n = 0 indicates convergence.      Example: In the series extS=extrac(1)nnext{S} = ext{ } rac{(-1)^n}{n},   - Here, an=rac1na_n = rac{1}{n} and as extlim</em>noextan=0ext{lim}</em>{n o ext{∞}} a_n = 0, hence this series converges.

Root and Ratio Tests
  • Root Test: The root test uses the limit ext{lim}{n o ext{∞}} oot n  a_n :   - If the limit is less than 1, the series converges.   - If the limit is greater than 1, it diverges.   - If it equals 1, the test is inconclusive.      Example: For the series an=racnnn!a_n = rac{n^n}{n!}, we can calculate:   - extlim</em>noextootnnn/n!ext{lim}</em>{n o ext{∞}} oot n n^n/n!.

  • Ratio Test: The ratio test considers L=extlim<em>noextraca</em>n+1anL = ext{lim}<em>{n o ext{∞}} rac{|a</em>{n+1}|}{|a_n|}:   - If L < 1 , series converges.   - If L > 1 , series diverges.   - If L=1L = 1, test is inconclusive.      Example: For the series an=racn!nna_n = rac{n!}{n^n},   - We find L=extlimnoextrac(n+1)!/(n+1)n+1n!/nnL = ext{lim}_{n o ext{∞}} rac{(n+1)!/(n+1)^{n+1}}{n!/n^n}.

Power Series
  • A power series takes the form extΣan(xc)next{Σ} a_n (x - c)^n where:   - The center of the series is at cc, and ana_n are coefficients.   - Radius of Convergence (R): Determined by the ratio test.      Example: For the series extΣracn2nxnext{Σ} rac{n}{2^n} x^n, calculate:   - Using the ratio test, you can derive the radius of convergence R=2R = 2.

Representation by Power Series
  • Functions can be expanded using Taylor or Maclaurin series.      Example: For the function f(x)=exf(x) = e^x,   - The Maclaurin series is given by f(x)=extΣracxnn!f(x) = ext{Σ} rac{x^n}{n!}.

Taylor Series
  • The formula for a Taylor series expansion at point cc is:   - f(x)=extΣn=0extracf(n)(c)n!(xc)nf(x) = ext{Σ}_{n=0}^{ ext{∞}} rac{f^{(n)}(c)}{n!} (x - c)^n.
         Example: For f(x)=extsin(x)f(x) = ext{sin}(x) expanded around c=0c = 0,   - Gives the series f(x)=xracx33!+racx55!racx77!+f(x) = x - rac{x^3}{3!} + rac{x^5}{5!} - rac{x^7}{7!} + ….

Taylor Polynomials
  • A Taylor polynomial approximates function f(x)f(x) near cc up to degree nn and is given by:   - Pn(x)=extΣk=0nracf(k)(c)k!(xc)kP_n(x) = ext{Σ}_{k=0}^{n} rac{f^{(k)}(c)}{k!} (x - c)^k.      Example: For the function f(x)=exf(x) = e^x at c=0c = 0,   - The polynomial of degree 2 is P2(x)=1+x+racx22P_2(x) = 1 + x + rac{x^2}{2}.

Parametric Equations
  • Parametric equations define a curve with:   - x=f(t),y=g(t)x = f(t), y = g(t) and allow representation of shapes not provided by functions alone.

Calculus in Parametric Equations
  • The slope of the tangent line is given by:   - racdydx=racracdydtracdxdtrac{dy}{dx} = rac{ rac{dy}{dt}}{ rac{dx}{dt}}.
         Example: For the curve defined by x(t)=t2,y(t)=t3x(t) = t^2, y(t) = t^3,   - Find racdydxrac{dy}{dx} by calculating derivatives with respect to tt.

Polar Coordinates
  • Conversion processes are as follows:   - Polar to Rectangular: x=rextcos(heta),y=rextsin(heta)x = r ext{cos}( heta), y = r ext{sin}( heta).   - Rectangular to Polar: r=ext(x2+y2),heta=an1racyxr = ext{√}(x^2 + y^2), heta = an^{-1} rac{y}{x}.      Example: For the point (3, rac{ ext{}}{4}) in polar coordinates:   - Convert to rectangular gives (x, y) = (3 ext{cos}( rac{ ext{}}{4}), 3 ext{sin}( rac{ ext{}}{4})) .      These steps illustrate how each concept of calculus is utilized, along with specific series and transformation techniques.