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 f has derivatives for all orders.
Taylor Series Definition: A power series representation starting at the zero derivative (n=0), which is the function itself (f).
Maclaurin Series: A specific case of the Taylor series where the center a=0.
Taylor Polynomials (Pk): These are the kth partial sums of a Taylor series.
P0=f(a)
P1=f(a)+f′(a)(x−a)
P2=P1+2!f′′(a)(x−a)2
Pk=∑n=0kn!f(n)(a)(x−a)n
Taylor Polynomial Case Studies
Natural Logarithm (f(x)=ln(x)) at a=1:
P0=ln(1)=0
P1=x−1
P2=(x−1)−21(x−1)2
P3=(x−1)−21(x−1)2+31(x−1)3
General Series: ∑n=1∞n(−1)n+1(x−1)n
Convergence: radius of convergence R=1; interval of convergence is (0,2]. It diverges at 0 (harmonic series) and converges at 2 (alternating harmonic series).
Convergence: Radius of convergence R=1 with an interval of (0,2).
Introduction to Polar Coordinates
System Definition: Instead of horizontal (x) and vertical (y) distances, points are defined by a radius (r) and an angle (θ).
Conversion Formulas:
x2+y2=r2
tan(θ)=xy
x=rcos(θ)
y=rsin(θ)
Coordinate Points: Usually written as (r,θ).
Example: The Cartesian point (1,1) converts to polar as (2,4π).
Angle Orientation: Negative angles sweep in the opposite direction (clockwise).
Polar Functions and Geometry
Common Shapes:
Spiral: r=aθ, where the radius grows linearly with the angle.
Cardioid: r=a(1±cos(θ)) or r=a(1±sin(θ)).
Limacon: French term for curves that often feature an internal loop.
Roses: Curves such as r=cos(bθ) where the number of petals depends on the coefficient b.
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=21r2θ.
Polar Integration: To find the area under a curve r=f(θ) between angles α and β, the integral is:
∫αβ21[f(θ)]2dθ
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), denotes a derivative. Apostrophes or parentheses are placed between the function f and the argument x. Standard digits without parentheses, like f(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) or 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)?
Response: The interval of length 2 is fixed for that specific series at that center. To approximate values further away (like x=3), the center a must be shifted (e.g., to a=2), though the derivatives may become more complex to calculate.