Integration by Parts
Integration by parts geometric derivation visualizing the separation of total paramteric bounding box $uv$ into constituent sub-integrals $\int v du$ and $\int u dv$ via animated slicing logic.
Integration by parts geometric derivation visualizing the separation of total paramteric bounding box $uv$ into constituent sub-integrals $\int v du$ and $\int u dv$ via animated slicing logic.
Estimate the error when approximating infinite series with partial sums using error bound theorems. For alternating series, the error is bounded by the absolute value of the first omitted term. For Taylor series, use the Lagrange error bound |Rₙ(x)| ≤ M|x-a|^(n+1)/(n+1)! where M is the maximum of |f^(n+1)| on the interval. Practice determining how many terms are needed to achieve a desired accuracy.
Analyze motion in two dimensions using vector-valued functions for position r(t) = ⟨x(t), y(t)⟩. Calculate velocity vectors v(t) = r'(t), acceleration vectors a(t) = v'(t), and speed |v(t)| = √[(dx/dt)² + (dy/dt)²]. Visualize how velocity is tangent to the path, acceleration points toward concavity, and understand applications in projectile motion, planetary orbits, and particle kinematics.
Calculate the arc length of curves using integration and the distance formula. Derive and apply the arc length formula L = ∫[a to b] √(1 + [f'(x)]²)dx for functions y = f(x), or L = ∫[α to β] √([dx/dt]² + [dy/dt]²)dt for parametric curves. Understand how the Pythagorean theorem leads to this formula by summing infinitesimal line segments along the curve.
Model population growth with limited resources using the logistic differential equation dP/dt = kP(1 - P/M), where M is the carrying capacity. Visualize the S-shaped logistic curve P(t) = M/(1 + Ae^(-kt)) and understand how growth rate is fastest at P = M/2. Explore applications in ecology, epidemiology, and economics where growth is constrained by environmental factors, resource availability, or market saturation.