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 |
For most of calculus, the word "function'' has meant a machine that inputs a number and outputs another number. Something like $f(x)=x^2$. But some functions have more than one input, like $f(x,y) = x^2 + y^2$, while vector-valued functions like $\vec r(t) = (\cos(t), \sin(t))$ have one input and more than one output. Each kind of function gives a different way to describe a curve in the plane. Every ordinary function with one input and one output is associated with a graph. We usually call the input variable $x$ and the output $y$, and draw the curve $y=f(x)$. If $f(x)=x^2$, this gives us a parabola. Geometric properties of the curve, like its slope or the area under it, are related to properties of the function, like its derivative and definite integral. That's how we did one-variable calculus. However, some curves can't be written as graphs, since they don't pass the vertical line test. This simplest example is a circle. Instead, we usually describe the unit circle by an equation: $x^2+y^2=1$. This is an example of a level set. There is a function of two variables (in this case $f(x,y)=x^2+y^2$) and we look at all of the points where $f(x,y)=1$. If we look for different values of $f$ we get different curves. (E.g. $f(x,y)=4$ is a circle of radius 2 instead of 1.) A third way to get a curve is to track the trajectory of a moving point. If we specify both $x$ and $y$ as functions of a parameter $t$ (time), then we get more than a geometric set. We get a description of how the curve is being traced. This is called a parametrized curve or a parametric curve. (The terms are interchangable.) Every graph can be written as a parametrized curve. For instance, we can just take $x(t)=t$, $y(t)=f(t)$, moving from left to right at constant horizontal speed, and letting the graph do the rest. However, that's not the only way to write the graph as a parametrized curve. The parametrization $x(t)=2t$, $y(t)=f(2t)$ would work just as well. It would trace out the exact same set of points, only twice as fast. The unit circle is usually parametrized as $x(t)=\cos(t)$ and $y(t)=\sin(t)$. This traces the circle counter-clockwise, starting at $(1,0)$, going around once every $2\pi$ seconds. However, we could also start at a different point, go clockwise instead of counterclockwise, or go at a different speed. You should check that all of the following parametrizations also satisfy $x^2+y^2=1$, and so follow the unit circle: $$ x(t) = \sin(t); \qquad y(t)=\cos(t). $$ $$ x(t) = \cos(t); \qquad y(t)=-\sin(t). $$ $$ x(t) = \cos(2t); \qquad y(t)=\sin(2t). $$ The first starts at (0,1) and goes clockwise with period $2\pi$. The second starts at (1,0) and goes clockwise with period $2\pi$. The third starts at (1,0) and goes counter-clockwise with period $\pi$. They're all different parametrizations, but they all trace the same curve.The following video describes the three kinds of functions, and the three kinds of curves: |