Comprehensive Study Guide for Taylor Series and Polar Coordinates

Advanced Taylor Series Definitions and Theory

  • Order of Derivatives and Differential Equations:

    • The concept of "order" refers to the highest derivative involved.
    • A first-order differential equation involves a first derivative (f(x)f'(x)).
    • A second-order differential equation involves a second derivative (f(x)f''(x)).
    • In the context of Taylor series, it is assumed that the function ff has derivatives of all orders (infinitely differentiable), meaning the 1,000th or even the 4,000,000th derivative exists.
  • Taylor Series Definition:

    • The notation f(n)f^{(n)} represents the nn-th derivative of the function.
    • n=0n = 0 corresponds to the zero-th derivative, which is simply the original function ff.
    • The series is constructed using the derivatives of the function evaluated at a center point aa.
  • Maclaurin Series:

    • A Taylor series specifically centered at a=0a = 0 is formally known as a Maclaurin series.
  • Taylor Polynomials (PkP_k):

    • A Taylor polynomial is the kk-th partial sum of a Taylor series.
    • Notation: PkP_k represents the Taylor series expansion truncated at the kk-th derivative term.
    • P0P_0: The first term, representing the function value at the center (f(a)f(a)).
    • P1P_1: Includes the first term and the first derivative term: P1=f(a)+f(a)(xa)P_1 = f(a) + f'(a)(x - a).
    • P2P_2: Extends to the second derivative term: P2=f(a)+f(a)(xa)+f(a)2!(xa)2P_2 = f(a) + f'(a)(x - a) + \frac{f''(a)}{2!}(x - a)^2.
    • General Form: Pk=n=0kf(n)(a)n!(xa)nP_k = \sum_{n=0}^{k} \frac{f^{(n)}(a)}{n!}(x - a)^n.
  • Important Notational Distinction:

    • f(n)(x)f^{(n)}(x): The parentheses around the exponent indicate the order of the derivative.
    • fn(x)f^n(x): An exponent without parentheses indicates the function raised to a power (exponentiation).
    • Standard practice is to place the derivative order index between the function name and the argument (e.g., between ff and (x)(x)).

Exhaustive Study: Taylor Polynomials for ln(x)\ln(x) Centered at a=1a = 1

  • Rationale for Center Choice:

    • The natural log function ln(x)\ln(x) is undefined at x=0x = 0 (limx0+ln(x)=\lim_{x \to 0^+} \ln(x) = -\infty). Therefore, it cannot be centered at zero (Maclaurin); it must be centered elsewhere, such as a=1a = 1.
  • Computing the Polynomials:

    • Derivatives and Evaluations at a=1a = 1:
      • f(x)=ln(x)    f(1)=ln(1)=0f(x) = \ln(x) \implies f(1) = \ln(1) = 0.
      • f(x)=1x    f(1)=1f'(x) = \frac{1}{x} \implies f'(1) = 1.
      • f(x)=1x2    f(1)=1f''(x) = -\frac{1}{x^2} \implies f''(1) = -1.
      • f(x)=2x3    f(1)=2f'''(x) = \frac{2}{x^3} \implies f'''(1) = 2.
    • Polynomial Construction:
      • P0=0P_0 = 0
      • P1=0+1(x1)=x1P_1 = 0 + 1(x - 1) = x - 1
      • P2=(x1)+12!(x1)2=(x1)12(x1)2P_2 = (x - 1) + \frac{-1}{2!}(x - 1)^2 = (x - 1) - \frac{1}{2}(x - 1)^2
      • P3=P2+23!(x1)3=(x1)12(x1)2+13(x1)3P_3 = P_2 + \frac{2}{3!}(x - 1)^3 = (x - 1) - \frac{1}{2}(x - 1)^2 + \frac{1}{3}(x - 1)^3
  • Convergence Observations:

    • Graphical analysis shows that as more terms are added, the polynomial matches the curve more closely further from the center.
    • However, logarithmic functions converge slowly because they do not curve as drastically as polynomials do; thus, more terms are required to maintain accuracy.
  • Identifying the General Series Pattern:

    • The terms are alternating in sign.
    • The coefficients follow the pattern 11,12,13,\frac{1}{1}, \frac{1}{2}, \frac{1}{3}, \dots
    • Taylor Series for ln(x)\ln(x) centered at 11: n=1(1)n+1(x1)nn\sum_{n=1}^{\infty} \frac{(-1)^{n+1}(x - 1)^n}{n}.

Analyzing the Interval and Radius of Convergence

  • The Ratio Test Application:

    • To find the radius of convergence for the ln(x)\ln(x) expansion, apply the ratio test:     limnan+1an=limn(1)n+2(x1)n+1n+1×n(1)n+1(x1)n\lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{(-1)^{n+2}(x - 1)^{n+1}}{n + 1} \times \frac{n}{(-1)^{n+1}(x - 1)^n} \right|
    • Simplification yields: limn(x1)nn+1=x1×1=x1\lim_{n \to \infty} \left| -(x - 1) \frac{n}{n + 1} \right| = |x - 1| \times 1 = |x - 1|
    • For convergence, we require x1<1|x - 1| < 1.
  • Interval of Convergence:

    • Solving the inequality: 1<x1<1    0<x<2-1 < x - 1 < 1 \implies 0 < x < 2.
    • Radius of Convergence (RR): R=1R = 1.
    • Checking Endpoints:
      • At x=0x = 0: The series becomes (1)n+1(1)nn=(1)2n+1n=1n\sum \frac{(-1)^{n+1}(-1)^n}{n} = \sum \frac{(-1)^{2n+1}}{n} = \sum -\frac{1}{n}. This is the negative harmonic series, which deviates to infinity (divergent). This is consistent with ln(0)\ln(0) being undefined.
      • At x=2x = 2: The series becomes (1)n+1(1)nn=(1)n+1n\sum \frac{(-1)^{n+1}(1)^n}{n} = \sum \frac{(-1)^{n+1}}{n}. This is the Alternating Harmonic Series, which converges by the Alternating Series Test.
    • Final Interval: (0,2](0, 2].

Taylor Series Example: $f(x) = \frac{1}{x^2}$ Centered at $a = 1$

  • Derivative Calculations:

    • f(x)=x2    f(1)=1f(x) = x^{-2} \implies f(1) = 1
    • f(x)=2x3    f(1)=2f'(x) = -2x^{-3} \implies f'(1) = -2
    • f(x)=6x4    f(1)=6f''(x) = 6x^{-4} \implies f''(1) = 6
    • f(x)=24x5    f(1)=24f'''(x) = -24x^{-5} \implies f'''(1) = -24
  • Polynomial Construction:

    • P0=1P_0 = 1
    • P1=12(x1)P_1 = 1 - 2(x - 1)
    • P2=12(x1)+62!(x1)2=12(x1)+3(x1)2P_2 = 1 - 2(x - 1) + \frac{6}{2!}(x - 1)^2 = 1 - 2(x - 1) + 3(x - 1)^2
    • P3=12(x1)+3(x1)2+243!(x1)3=12(x1)+3(x1)24(x1)3P_3 = 1 - 2(x - 1) + 3(x - 1)^2 + \frac{-24}{3!}(x - 1)^3 = 1 - 2(x - 1) + 3(x - 1)^2 - 4(x - 1)^3
  • General Series Formula:

    • The coefficients are alternating and increasing linearly: 1,2,3,4,1, 2, 3, 4, \dots
    • General expression: n=0(1)n(n+1)(x1)n\sum_{n=0}^{\infty} (-1)^n (n + 1)(x - 1)^n
  • Radius of Convergence Analysis:

    • Using the Ratio Test: limn(n+2)(x1)n+1(n+1)(x1)n=x1\lim_{n \to \infty} \left| \frac{(n + 2)(x - 1)^{n+1}}{(n + 1)(x - 1)^n} \right| = |x - 1|
    • Set x1<1|x - 1| < 1, resulting in the interval (0,2)(0, 2).
    • Verification at endpoints: Plugging in x=2x = 2 or x=0x = 0 results in terms like (n+1)\sum (n+1), which clearly diverges (Term Test for Divergence).

Taylor Series for Composite Functions: $f(x) = e^x \sin(x)$

  • Goal: Find the first four Taylor polynomials centered at a=0a = 0.
  • Step 1: Compute Derivatives:
    • f(x)=exsin(x)    f(0)=0f(x) = e^x \sin(x) \implies f(0) = 0
    • f(x)=exsin(x)+excos(x)=ex(sin(x)+cos(x))    f(0)=1(0+1)=1f'(x) = e^x \sin(x) + e^x \cos(x) = e^x(\sin(x) + \cos(x)) \implies f'(0) = 1(0 + 1) = 1
    • f(x)=ex(sin(x)+cos(x))+ex(cos(x)sin(x))=2excos(x)    f(0)=2f''(x) = e^x(\sin(x) + \cos(x)) + e^x(\cos(x) - \sin(x)) = 2e^x \cos(x) \implies f''(0) = 2
    • f(x)=2excos(x)2exsin(x)=2ex(cos(x)sin(x))    f(0)=2f'''(x) = 2e^x \cos(x) - 2e^x \sin(x) = 2e^x(\cos(x) - \sin(x)) \implies f'''(0) = 2
  • Step 2: Construct Polynomials:
    • P0=0P_0 = 0
    • P1=0+1(x)=xP_1 = 0 + 1(x) = x
    • P2=x+22!x2=x+x2P_2 = x + \frac{2}{2!}x^2 = x + x^2
    • P3=x+x2+23!x3=x+x2+13x3P_3 = x + x^2 + \frac{2}{3!}x^3 = x + x^2 + \frac{1}{3}x^3
  • Convergence: Since both exe^x and sin(x)\sin(x) individually converge on (,)(-\infty, \infty), this series also converges for all real numbers.

Foundations of Polar Coordinates

  • Contrast with Cartesian Coordinates:

    • Cartesian: Uses (x,y)(x, y) to denote horizontal and vertical displacement from the origin (checkerboard/grid system).
    • Polar: Uses (r,θ)(r, \theta) to denote distance from the origin (rr) and the angle of rotation from the positive x-axis (θ\theta).
  • The Conversion Formulas (The Rosetta Stone):

    • From Polar to Cartesian:
      • x=rcos(θ)x = r \cos(\theta)
      • y=rsin(θ)y = r \sin(\theta)
    • From Cartesian to Polar:
      • r2=x2+y2    r=x2+y2r^2 = x^2 + y^2 \implies r = \sqrt{x^2 + y^2}
      • tan(θ)=yx    θ=arctan(yx)\tan(\theta) = \frac{y}{x} \implies \theta = \arctan\left(\frac{y}{x}\right)
  • Mathematical Visualizations:

    • A fixed radius (r=Cr = C) describes a circle centered at the origin.
    • A fixed angle (θ=C\theta = C) describes a line passing through the origin.
    • Polar coordinate paper consists of concentric circles (fixed radii) and radial lines (fixed angles).

Coordinate Conversion Practice

  • Example 1: Convert (1,1)(1, 1) to Polar:

    • r=12+12=2r = \sqrt{1^2 + 1^2} = \sqrt{2}
    • tan(θ)=11=1    θ=π4\tan(\theta) = \frac{1}{1} = 1 \implies \theta = \frac{\pi}{4}
    • Polar point: (2,π4)(\sqrt{2}, \frac{\pi}{4})
  • Example 2: Convert (3,4)(3, -4) to Polar:

    • r=32+(4)2=25=5r = \sqrt{3^2 + (-4)^2} = \sqrt{25} = 5
    • tan(θ)=43    θ=arctan(43)\tan(\theta) = -\frac{4}{3} \implies \theta = \arctan\left(-\frac{4}{3}\right)
    • Note: Since the point is in Quadrant IV (positive x, negative y), the negative angle from arctan\arctan is appropriate.
  • Example 3: Convert (53,5)(5\sqrt{3}, 5) to Polar:

    • r=(53)2+52=75+25=10r = \sqrt{(5\sqrt{3})^2 + 5^2} = \sqrt{75 + 25} = 10
    • tan(θ)=553=13    θ=π6\tan(\theta) = \frac{5}{5\sqrt{3}} = \frac{1}{\sqrt{3}} \implies \theta = \frac{\pi}{6}
  • Example 4: Convert (3,π3)(3, \frac{\pi}{3}) to Cartesian:

    • x=3cos(π3)=3×12=1.5x = 3 \cos\left(\frac{\pi}{3}\right) = 3 \times \frac{1}{2} = 1.5
    • y=3sin(π3)=3×32=332y = 3 \sin\left(\frac{\pi}{3}\right) = 3 \times \frac{\sqrt{3}}{2} = \frac{3\sqrt{3}}{2}
  • Example 5: Convert (6,5π6)(6, -\frac{5\pi}{6}) to Cartesian:

    • Quadrant Check: 5π6-\frac{5\pi}{6} is in Quadrant III, so both xx and yy must be negative.
    • x=6cos(5π6)=6×(32)=33x = 6 \cos\left(-\frac{5\pi}{6}\right) = 6 \times \left(-\frac{\sqrt{3}}{2}\right) = -3\sqrt{3}
    • y=6sin(5π6)=6×(12)=3y = 6 \sin\left(-\frac{5\pi}{6}\right) = 6 \times \left(-\frac{1}{2}\right) = -3

Functional Shapes in Polar Coordinates

  • Line through the axis: θ=α\theta = \alpha
  • Circles: r=acos(θ)+bsin(θ)r = a \cos(\theta) + b \sin(\theta)
  • Spiral of Archimedes: r=a+bθr = a + b\theta (Distance increases as it spins).
  • Cardioid: r=a(1±sin(θ))r = a(1 \pm \sin(\theta)) or r=a(1±cos(θ))r = a(1 \pm \cos(\theta)) (A heart-shaped curve).
  • Limaçon: r=a±bcos(θ)r = a \pm b \cos(\theta) (French for "snail," often contains an inner loop).
  • Rose Curves: r=asin(nθ)r = a \sin(n\theta) or r=acos(nθ)r = a \cos(n\theta).
    • If nn is odd, there are nn petals.
    • If nn is even, there are 2n2n petals.

Integration and Area in Polar Coordinates

  • Relationship to Cartesian Integration: In Cartesian coordinates, area is approximated by rectangles (A=height×ΔxA = \text{height} \times \Delta x). In Polar coordinates, area is approximated by circular sectors.

  • Deriving the Area of a Sector:

    • Total circle area = πr2\pi r^2.
    • The proportion of a circle covered by an angle θ\theta (in radians) is θ2π\frac{\theta}{2\pi}.
    • Area of Sector=πr2×θ2π=12r2θ\text{Area of Sector} = \pi r^2 \times \frac{\theta}{2\pi} = \frac{1}{2} r^2 \theta.
  • The Polar Area Integral:

    • To find the area between two angles α\alpha and β\beta for a function r=f(θ)r = f(\theta), the summation of infinitesimal sectors leads to the integral:     A=αβ12[f(θ)]2dθA = \int_{\alpha}^{\beta} \frac{1}{2} [f(\theta)]^2 \, d\theta
    • This is a fundamental formula in Calculus III.

Questions & Discussion

  • Student Question: Regarding derivative notation, does a number in parentheses always mean a derivative?

    • Response: Yes. There is a specific difference between f(n)(x)f^{(n)}(x) (the nn-th derivative) and fn(x)f^n(x) (the function raised to the nn-th power). The apostrophes (primes) for lower-order derivatives are typically placed between the function name and the argument.
  • Student Question: If the function is "slower," is the Taylor series more accurate?

    • Response: It depends on how fast the derivatives grow. Functions with rapidly increasing derivatives (like x2x^{-2} where the coefficients grow) require many terms to maintain accuracy. Sines and cosines are often more manageable because every other derivative becomes zero at the center point, although the remaining terms must compensate.
  • Student Interaction: Discussion on the city planning of Tallahassee.

    • Commentary: The instructor noted that while Cartesian systems look like checkerboards, some cities, like Tallahassee, are more akin to polar systems with roads like Appalachee Parkway, Mahan, Miccosukee, and Thomasville radiating out from a center point, similar to radial lines in a polar grid.
  • Administrative Note: The course material has concluded. Test 4 is scheduled for Wednesday, focusing on Taylor Series, convergence, and Polar coordinate fundamentals. Study sessions will begin tomorrow. Final exams follow the week after.