July 08, 2026 - Calculus 2 - Taylor Series, Polar Coordinates, and Polar Calculus (Concise).

Taylor Series and Taylor Polynomials

  • Derivative Orders: The order of a differential equation refers to the degree of the derivatives involved. For Taylor series, it is assumed that the function ff has derivatives for all orders.
  • Taylor Series Definition: A power series representation starting at the zero derivative (n=0n = 0), which is the function itself (ff).
  • Maclaurin Series: A specific case of the Taylor series where the center a=0a = 0.
  • Taylor Polynomials (PkP_k): These are the kthk^{th} partial sums of a Taylor series.
    • P0=f(a)P_0 = f(a)
    • P1=f(a)+f(a)(xa)P_1 = f(a) + f'(a)(x - a)
    • P2=P1+f(a)2!(xa)2P_2 = P_1 + \frac{f''(a)}{2!} (x-a)^2
    • Pk=n=0kf(n)(a)n!(xa)nP_k = \sum_{n=0}^{k} \frac{f^{(n)}(a)}{n!} (x - a)^n

Taylor Polynomial Case Studies

  • Natural Logarithm (f(x)=ln(x)f(x) = \ln(x)) at a=1a = 1:
    • P0=ln(1)=0P_0 = \ln(1) = 0
    • P1=x1P_1 = x - 1
    • P2=(x1)12(x1)2P_2 = (x - 1) - \frac{1}{2} (x - 1)^2
    • P3=(x1)12(x1)2+13(x1)3P_3 = (x - 1) - \frac{1}{2} (x - 1)^2 + \frac{1}{3} (x - 1)^3
    • General Series: n=1(1)n+1n(x1)n\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} (x - 1)^n
    • Convergence: radius of convergence R=1R = 1; interval of convergence is (0,2](0, 2]. It diverges at 00 (harmonic series) and converges at 22 (alternating harmonic series).
  • Reciprocal Square (f(x)=1x2f(x) = \frac{1}{x^2}) at a=1a = 1:
    • Derivatives: f(x)=2x3f'(x) = -2x^{-3}, f(x)=6x4f''(x) = 6x^{-4}, f(x)=24x5f'''(x) = -24x^{-5}.
    • Series Pattern: n=0(1)n(n+1)(x1)n\sum_{n=0}^{\infty} (-1)^n (n + 1) (x - 1)^n
    • Convergence: Radius of convergence R=1R = 1 with an interval of (0,2)(0, 2).

Introduction to Polar Coordinates

  • System Definition: Instead of horizontal (xx) and vertical (yy) distances, points are defined by a radius (rr) and an angle (θ\theta).
  • Conversion Formulas:
    • x2+y2=r2x^2 + y^2 = r^2
    • tan(θ)=yx\tan(\theta) = \frac{y}{x}
    • x=rcos(θ)x = r \cos(\theta)
    • y=rsin(θ)y = r \sin(\theta)
  • Coordinate Points: Usually written as (r,θ)(r, \theta).
    • Example: The Cartesian point (1,1)(1, 1) converts to polar as (2,π4)(\sqrt{2}, \frac{\pi}{4}).
    • Angle Orientation: Negative angles sweep in the opposite direction (clockwise).

Polar Functions and Geometry

  • Common Shapes:
    • Spiral: r=aθr = a\theta, where the radius grows linearly with the angle.
    • Cardioid: r=a(1±cos(θ))r = a(1 \pm \cos(\theta)) or r=a(1±sin(θ))r = a(1 \pm \sin(\theta)).
    • Limacon: French term for curves that often feature an internal loop.
    • Roses: Curves such as r=cos(bθ)r = \cos(b\theta) where the number of petals depends on the coefficient bb.
  • Symmetry: Many polar functions are highly symmetric, allowing calculus operations (like area) to be performed on one section and multiplied by the total number of segments.

Calculus in Polar Coordinates

  • Area of a Sector: The geometric basis for polar integration is the area of a circle sector, given by Area=12r2θ\text{Area} = \frac{1}{2} r^2 \theta.
  • Polar Integration: To find the area under a curve r=f(θ)r = f(\theta) between angles α\alpha and β\beta, the integral is:     αβ12[f(θ)]2dθ\int_{\alpha}^{\beta} \frac{1}{2} [f(\theta)]^2 \,d\theta

Questions & Discussion

  • Question: How do we distinguish between derivative notation and exponents?
  • Response: Notation that looks like an exponent but is in parentheses, such as f(n)(x)f^{(n)}(x), denotes a derivative. Apostrophes or parentheses are placed between the function ff and the argument xx. Standard digits without parentheses, like f(x)nf(x)^n, denote exponents.
  • Question: Is the radius of convergence smaller if the function is "faster"?
  • Response: It depends on how fast the derivatives are moving and the resulting coefficients. For example, in trigonometric functions like sin(x)\sin(x) or cos(x)\cos(x), half the derivatives are lost (become zero), but they converge everywhere. In contrast, functions where derivatives grow very rapidly without a strong denominator in the series terms may have smaller radii of convergence.
  • Question: Can we change the interval of convergence for ln(x)\ln(x)?
  • Response: The interval of length 22 is fixed for that specific series at that center. To approximate values further away (like x=3x = 3), the center aa must be shifted (e.g., to a=2a = 2), though the derivatives may become more complex to calculate.