Calculus II: Power Series and Coordinate Systems

Polar and Cartesian Coordinate Conversions

  • To convert from polar coordinates (r,θr, \theta) to Cartesian coordinates (x,yx, y), the fundamental identities are used:

    • x=rcos(θ)x = r \cos(\theta)

    • y=rsin(θ)y = r \sin(\theta)

  • Trigonometric signs depend on the quadrant in which the angle θ\theta resides:

    • In the third quadrant, cos(θ)\cos(\theta) is negative and sin(θ)\sin(\theta) is negative.

    • In the fourth quadrant, cos(θ)\cos(\theta) is positive and sin(θ)\sin(\theta) is negative.

  • Example conversion discussed: converting r=3r=3 in a specific quadrant (e.g., fourth quadrant where cosine is positive).

Radius and Interval of Convergence via Ratio Test

  • The Ratio Test is the primary tool for finding the radius of convergence (RR) and the interval of convergence (II) for power series.

  • General Procedure:

    • Apply the limit of the absolute value of the ratio of successive terms: L=limnan+1anL = \lim_{n \to \infty} |\frac{a_{n+1}}{a_n}|.

    • Ensure the series is in the form of a fraction to simplify calculations (though the speaker notes that "fraction bars look terrible").

  • Case Study Analysis:

    • For the series centered at x=4x=4: The ratio test simplifies to |x - 4| < 1.

    • Center (cc): 44.

    • Radius (RR): 11.

    • Initial Interval: (3,5)(3, 5), because 41=34-1=3 and 4+1=54+1=5.

  • Testing Endpoints:

    • At x=3x = 3: The term becomes (1)n(-1)^n. We must determine if this alternating series converges.

    • The Alternating Series Test requires:

    1. limnbn=0\lim_{n \to \infty} b_n = 0 (where bnb_n is the absolute value of the term).

    2. The sequence bnb_n must be decreasing (i.e., absolute value of the n+1n + 1 term is less than the nn term).

    • Example check: \frac{n+1}{(n+1)^3+1} < \frac{n}{n^3+1}. Cross-multiplication and expanding terms (n+n4+1n + n^4 + 1 \dots) help verify this inequality.

  • Limit Comparison Test:

    • If unsure about convergence at an endpoint, compare it to a known series, such as a P-series (1/n21/n^2), identifying that since the degree of the denominator is higher, the series likely converges.

Series Representation via Geometric Series and Partial Fractions

  • To represent a rational function as a power series, use the geometric series formula: a1r=n=0arn\frac{a}{1 - r} = \sum_{n=0}^{\infty} a r^n, which converges when |r| < 1.

  • Partial Fraction Decomposition:

    • For a function like 3x2+x\frac{3x^2 + x}{\dots}, first decompose into simpler fractions.

    • Example result from transcript: 1x11x+2\frac{1}{x - 1} - \frac{1}{x + 2}.

  • Algebraic Manipulations to Match Geometric Form:

    • For 1x1\frac{1}{x-1}: To get the form 1r1 - r, rewrite as 11x-\frac{1}{1 - x}. This becomes xn-\sum x^n.

    • For 1x+2\frac{1}{x+2}: Factor out a 22 to change the leading constant to 11: 12(1+x/2)\frac{1}{2(1 + x/2)}. Then rewrite as 12(1(x/2))\frac{1}{2(1 - (-x/2))}.

    • This gives the series: 12n=0(x2)n\frac{1}{2} \sum_{n=0}^{\infty} (-\frac{x}{2})^n.

    • Note on centering: If the centers are different, the combined series becomes problematic. It is best to maintain a consistent center for both parts of the partial fraction.

Power Series for the Inverse Tangent Function

  • The objective is to find the power series for f(x)=arctan(x3)f(x) = \text{arctan}(\frac{x}{3}).

  • Step 1: Differentiation:

    • Using the chain rule: ddxarctan(u)=11+u2dudx\frac{d}{dx} \text{arctan}(u) = \frac{1}{1 + u^2} \cdot \frac{du}{dx}.

    • For u=x3u = \frac{x}{3}, the derivative is 11+(x/3)213=13(1+x2/9)=13+x2/3\frac{1}{1 + (x/3)^2} \cdot \frac{1}{3} = \frac{1}{3(1 + x^2/9)} = \frac{1}{3 + x^2/3}. More simply, this simplifies to the form 1/31(x2/9)\frac{1/3}{1 - (-x^2/9)}.

  • Step 2: Geometric Expansion:

    • Expand the derivative into a series: 13[1x29+x492x693+]\frac{1}{3} [1 - \frac{x^2}{9} + \frac{x^4}{9^2} - \frac{x^6}{9^3} + \dots].

  • Step 3: Integration:

    • Integrate the series term-by-term to recover the arc-tangent series.

    • General Form: n=0(1)nx2n+1(2n+1)32n+1\sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1) \cdot 3^{2n+1}}.

    • The denominator includes (2n+1)(2n+1) from integration and powers of 99 (which are 32n3^{2n}) multiplied by the initial 1/31/3, resulting in 32n+13^{2n+1}.

Maclaurin Series for Square Root Functions

  • The Maclaurin series for f(x)=(1+x)1/2f(x) = (1 + x)^{1/2} involves finding successive derivatives and evaluating them at x=0x=0.

  • Finding Derivatives:

    • f(x)=12(1+x)1/2f'(x) = \frac{1}{2}(1+x)^{-1/2}

    • f(x)=(12)(12)(1+x)3/2f''(x) = (\frac{1}{2})(-\frac{1}{2})(1+x)^{-3/2}

    • f(x)=(12)(12)(32)(1+x)5/2f'''(x) = (\frac{1}{2})(-\frac{1}{2})(-\frac{3}{2})(1+x)^{-5/2}

  • Coefficients at x=0x=0:

    • f(0)=1f(0) = 1

    • f(0)=1/2f'(0) = 1/2

    • f(0)=1/4f''(0) = -1/4

    • f(0)=3/8f'''(0) = 3/8

  • Constructing the Series:

    • The general term for the numerator after the first few terms is the product of odd integers: 1×3×5××(2n3)1 \times 3 \times 5 \times \dots \times (2n - 3).

  • Peeling Off Terms:

    • Since the first one or two terms often do not fit the general alternating pattern found in the rest of the derivatives, they must be "peeled off" (written separately) from the summation notation.

  • Index Shifting:

    • If a series is initially indexed such that terms are redundant or cumbersome (e.g., using n+2n+2 everywhere), shift the index to simplify.

    • To subtract 22 from the variable nn within the formula, you must add 22 to the starting index value (e.g., moving from n=0n=0 to n=2n=2).