Home Integration by PartsIntegration by PartsExamples Integration by Parts with a definite integral Going in Circles Tricks of the Trade Integrals of Trig FunctionsAntiderivatives of Basic Trigonometric FunctionsProduct of Sines and Cosines (mixed even and odd powers or only odd powers) Product of Sines and Cosines (only even powers) Product of Secants and Tangents Other Cases Trig SubstitutionsHow Trig Substitution WorksSummary of trig substitution options Examples Completing the Square Partial FractionsIntroduction to Partial FractionsLinear Factors Irreducible Quadratic Factors Improper Rational Functions and Long Division Summary Strategies of IntegrationSubstitutionIntegration by Parts Trig Integrals Trig Substitutions Partial Fractions Improper IntegralsType 1 - Improper Integrals with Infinite Intervals of IntegrationType 2 - Improper Integrals with Discontinuous Integrands Comparison Tests for Convergence Modeling with Differential EquationsIntroductionSeparable Equations A Second Order Problem Euler's Method and Direction FieldsEuler's Method (follow your nose)Direction Fields Euler's method revisited Separable EquationsThe Simplest Differential EquationsSeparable differential equations Mixing and Dilution Models of GrowthExponential Growth and DecayThe Zombie Apocalypse (Logistic Growth) Linear EquationsLinear ODEs: Working an ExampleThe Solution in General Saving for Retirement Parametrized CurvesThree kinds of functions, three kinds of curvesThe Cycloid Visualizing Parametrized Curves Tracing Circles and Ellipses Lissajous Figures Calculus with Parametrized CurvesVideo: Slope and AreaVideo: Arclength and Surface Area Summary and Simplifications Higher Derivatives Polar CoordinatesDefinitions of Polar CoordinatesGraphing polar functions Video: Computing Slopes of Tangent Lines Areas and Lengths of Polar CurvesArea Inside a Polar CurveArea Between Polar Curves Arc Length of Polar Curves Conic sectionsSlicing a ConeEllipses Hyperbolas Parabolas and Directrices Shifting the Center by Completing the Square Conic Sections in Polar CoordinatesFoci and DirectricesVisualizing Eccentricity Astronomy and Equations in Polar Coordinates Infinite SequencesApproximate Versus Exact AnswersExamples of Infinite Sequences Limit Laws for Sequences Theorems for and Examples of Computing Limits of Sequences Monotonic Covergence Infinite SeriesIntroductionGeometric Series Limit Laws for Series Test for Divergence and Other Theorems Telescoping Sums Integral TestPreview of Coming AttractionsThe Integral Test Estimates for the Value of the Series Comparison TestsThe Basic Comparison TestThe Limit Comparison Test Convergence of Series with Negative TermsIntroduction, Alternating Series,and the AS TestAbsolute Convergence Rearrangements The Ratio and Root TestsThe Ratio TestThe Root Test Examples Strategies for testing SeriesStrategy to Test Series and a Review of TestsExamples, Part 1 Examples, Part 2 Power SeriesRadius and Interval of ConvergenceFinding the Interval of Convergence Power Series Centered at $x=a$ Representing Functions as Power SeriesFunctions as Power SeriesDerivatives and Integrals of Power Series Applications and Examples Taylor and Maclaurin SeriesThe Formula for Taylor SeriesTaylor Series for Common Functions Adding, Multiplying, and Dividing Power Series Miscellaneous Useful Facts Applications of Taylor PolynomialsTaylor PolynomialsWhen Functions Are Equal to Their Taylor Series When a Function Does Not Equal Its Taylor Series Other Uses of Taylor Polynomials Functions of 2 and 3 variablesFunctions of several variablesLimits and continuity Partial DerivativesOne variable at a time (yet again)Definitions and Examples An Example from DNA Geometry of partial derivatives Higher Derivatives Differentials and Taylor Expansions Differentiability and the Chain RuleDifferentiabilityThe First Case of the Chain Rule Chain Rule, General Case Video: Worked problems Multiple IntegralsGeneral Setup and Review of 1D IntegralsWhat is a Double Integral? Volumes as Double Integrals Iterated Integrals over RectanglesHow To Compute Iterated IntegralsExamples of Iterated Integrals Fubini's Theorem Summary and an Important Example Double Integrals over General RegionsType I and Type II regionsExamples 1-4 Examples 5-7 Swapping the Order of Integration Area and Volume Revisited Double integrals in polar coordinatesdA = r dr (d theta)Examples Multiple integrals in physicsDouble integrals in physicsTriple integrals in physics Integrals in Probability and StatisticsSingle integrals in probabilityDouble integrals in probability Change of VariablesReview: Change of variables in 1 dimensionMappings in 2 dimensions Jacobians Examples Bonus: Cylindrical and spherical coordinates |
Taylor PolynomialsProbably the most important application of Taylor series is to use their partial sums to approximate
functions. These partial sums are (finite)
polynomials and are easy to compute. We call them Taylor polynomials.
We look at various Taylor polynomials: T_1(x)&=&f(a) + f'(a) (x-a)\\ T_2(x)&=&f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2\\ T_3(x)&=&f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+\frac{f^{(3)}(a)}{3!}(x-a)^3\\ &\vdots&\\ T_n(x)&=&f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+\frac{f^{(3)}(a)}{3!}(x-a)^3+\cdots+\frac{f^{(n)}(a)}{n!}(x-a)^n \end{eqnarray}$ You may recognize the first Taylor polynomial above. (Does it look familiar? Take a moment to think about this.) It is the linearization $L(x)$ of $f(x)$, which is just the equation of the tangent line of $f$ at $x=a$ that we used previously to approximate values of $f$ near $x=a$: $\quad f(x) \approx L(x) = f(a) + f'(a) (x-a)=T_1(x).$ Taylor polynomials extend the idea of linearization. To approximate $f$ at a given value of $x$, we will use $T_n(x)$ for a value of $n$ that gives a good enough approximation. We see from $T_n(x)$ above that we will need to find an $x$-value $a$ at which we can evaluate the derivatives of $f$. Our approximations get better the more terms we include, and they also allow us to get further from $a$ and still have a good approximation.Example: Find the Taylor polynomial of degree $7$
for $f(x)=\sin x$ centered at $x=0$. Solution: We will compute this as if we didn't
already know the Taylor series for sine. We look at $T_n(x)$
above, and see we need to find evaluate $f(x)=\sin(x)$ and its
derivatives at $a=0$. $\begin{array}{lll} My calculator approximates $\sin(.5)=.4794255386$, and $T_7(.5)=.5-\frac{.5^3}{6}+\frac{.5^5}{120}-\frac{.5^7}{5040}=.4794255332$.
This video will compute approximations of $e^x$ and $\ln(x)$ near $a=0$, and $\sin x$ near $a=\frac{\pi}{4}$. |