12.4 Calculus Review

Total Page:16

File Type:pdf, Size:1020Kb

12.4 Calculus Review Appendix 445 12.4 Calculus review This section is a very brief summary of Calculus skills required for reading this book. 12.4.1 Inverse function Function g is the inverse function of function f if g(f(x)) = x and f(g(y)) = y for all x and y where f(x) and g(y) exist. 1 Notation Inverse function g = f − 1 (Don’t confuse the inverse f − (x) with 1/f(x). These are different functions!) To find the inverse function, solve the equation f(x) = y. The solution g(y) is the inverse of f. For example, to find the inverse of f(x)=3+1/x, we solve the equation 1 3 + 1/x = y 1/x = y 3 x = . ⇒ − ⇒ y 3 − The inverse function of f is g(y) = 1/(y 3). − 12.4.2 Limits and continuity A function f(x) has a limit L at a point x0 if f(x) approaches L when x approaches x0. To say it more rigorously, for any ε there exists such δ that f(x) is ε-close to L when x is δ-close to x0. That is, if x x < δ then f(x) L < ε. | − 0| | − | A function f(x) has a limit L at + if f(x) approaches L when x goes to + . Rigorously, for any ε there exists such N that f∞(x) is ε-close to L when x gets beyond N∞, i.e., if x > N then f(x) L < ε. | − | Similarly, f(x) has a limit L at if for any ε there exists such N that f(x) is ε-close to L when x gets below ( N), i.e.,−∞ − if x < N then f(x) L < ε. − | − | Notation lim f(x) = L, or f(x) L as x x0 x x0 → → lim→ f(x) = L, or f(x) L as x x → → ∞ lim→∞ f(x) = L, or f(x) L as x x →−∞ → → −∞ 446 Probability and Statistics for Computer Scientists Function f is continuous at a point x0 if lim f(x) = f(x0). x x0 → Function f is continuous if it is continuous at every point. 12.4.3 Sequences and series A sequence is a function of a positive integer argument, f(n) where n = 1, 2, 3,.... Sequence f(n) converges to L if lim f(n) = L n →∞ and diverges to infinity if for any M there exists N such that f(n) >M when n>N. A series is a sequence of partial sums, n f(n) = ak = a1 + a2 + . + an. kX=1 Geometric series is defined by n an = Cr , where r is called the ratio of the series. In general, n rm rn+1 Crn = f(n) f(m 1) = C − . − − 1 r kX=m − For m = 0, we get n 1 rn+1 Crn = C − . 1 r kX=0 − A geometric series converges if and only if r < 1. In this case, | | ∞ Crm ∞ C lim Crn = and Crn = . n →∞ 1 r 1 r kX=m − kX=0 − A geometric series diverges to if r 1. ∞ ≥ 12.4.4 Derivatives, minimum, and maximum Derivative of a function f at a point x is the limit f(y) f(x) f ′(x) = lim − y x y x → − provided that this limit exists. Taking derivative is called differentiation. A function that has derivatives is called differentiable. Appendix 447 d Notation f (x) or f(x) ′ dx Differentiating a function of several variables, we take partial derivatives denoted as ∂ ∂ f(x1,x2,...), f(x1,x2,...), etc.. ∂x1 ∂x2 The most important derivatives are: m m 1 (x )′ = mx − x x (e )′ = e (ln x)′ = 1/x C′ = 0 (f + g)′(x) = f ′(x) + g′(x) Derivatives (Cf)′(x) = Cf ′(x) (f(x)g(x))′ = f ′(x)g(x) + f(x)g′(x) f(x) ′ f ′(x)g(x) f(x)g′(x) = − g(x) g2(x) for any functions f and g and any number C To differentiate a composite function f(x) = g(h(x)), we use a chain rule, d Chain rule g(h(x)) = g′(h(x))h′(x) dx For example, d 1 ln3(x) = 3 ln2(x) . dx x Geometrically, derivative f ′(x) equals the slope of a tangent line at point x; see Figure 12.1. Computing maxima and minima At the points where a differentiable function reaches its minimum or maximum, the tangent line is always flat; see points x2 and x3 on Figure 12.1. The slope of a horizontal line is 0, 448 Probability and Statistics for Computer Scientists f(x) 6 slope = 0 slope = f (′x 4 ) ) 1 (x f′ slope = 0 slope = - x1 x2 x3 x4 x FIGURE 12.1: Derivative is the slope of a tangent line. and thus, f ′(x) = 0 at these points. To find out where a function is maximized or minimized, we consider – solutions of the equation f ′(x) = 0, – points x where f ′(x) fails to exist, – endpoints. The highest and the lowest values of the function can only be attained at these points. 12.4.5 Integrals Integration is an action opposite to differentiation. A function F (x) is an antiderivative (indefinite integral) of a function f(x) if F ′(x) = f(x). Indefinite integrals are defined up to a constant C because when we take derivatives, C′ = 0. Notation F (x) = f(x) dx Z An integral (definite integral) of a function f(x) from point a to point b is the difference of antiderivatives, b f(x) dx = F (b) F (a). − Za Improper integrals b ∞ ∞ f(x) dx, f(x) dx, f(x) dx a Z Z−∞ Z−∞ Appendix 449 are defined as limits. For example, b ∞ f(x) dx = lim f(x) dx. b Za →∞ Za The most important integrals are: xm+1 xm dx = for m = 1 m + 1 6 − R 1 x− dx = ln(x) Indefinite R ex dx = ex integrals R (f(x) + g(x))dx = f(x)dx + g(x)dx R Cf(x)dx = CR f(x)dx R Rfor any functions f and g Rand any number C 2 3 4 For example, to evaluate a definite integral 0 x dx, we find an antiderivative F (x) = x /4 and compute F (2) F (0) = 4 0 = 4. A standard way to write this solution is − − R 2 x4 x=2 24 04 x3dx = = = 4. 4 4 − 4 Z0 x=0 Two important integration skills are integration by substitution and integration by parts. Integration by substitution An integral often simplifies when we can denote a part of the function as a new variable (y). The limits of integration a and b are then recomputed in terms of y, and dx is replaced by dy dx dx = or dx = dy, dy/dx dy whichever is easier to find. Notice that dx/dy is the derivative of the inverse function x(y). Integration dx f(x) dx = f(x(y)) dy by substitution dy Z Z For example, 2 6 y=6 6 3 1 1 e e− e3xdx = ey dy = ey = − = 134.5. 1 3 3 3 y= 3 3 Z− Z− − 450 Probability and Statistics for Computer Scientists Here we substituted y = 3x, recomputed the limits of integration, found the inverse function x = y/3 and its derivative dx/dy = 1/3. In the next example, we substitute y = x2. Derivative of this substitution is dy/dx = 2x: 2 4 4 y=4 4 2 dy 1 1 e 1 x ex dx = x ey = eydy = ey = − = 26.8. 2x 2 2 2 Z0 Z0 Z0 y=0 Integration by parts This technique often helps to integrate a product of two functions. One of the parts is integrated, the other is differentiated. Integration f ′(x)g(x)dx = f(x)g(x) f(x)g′(x)dx by parts − Z Z Applying this method is reasonable only when function (fg′) is simpler for integration than the initial function (f ′g). x In the following example, we let f ′(x) = e be one part and g(x) = x be the other. Then x f ′(x) is integrated, and its antiderivative is f(x) = e . The other part g(x) is differentiated, and g′(x) = x′ = 1. The integral simplifies, and we can evaluate it, x exdx = x ex (1)(ex)dx = x ex ex. − − Z Z Computing areas Area under the graph of a positive function f(x) and above the interval [a, b] equals the integral, b (area from a to b) = f(x)dx. Za Here a and b may be finite or infinite; see Figure 12.2. Gamma function and factorial Gamma function is defined as ∞ t 1 x Γ(t) = x − e− dx for t > 0. Z0 Taking this integral by parts, we obtain two important properties of a Gamma function, Γ(t + 1) = tΓ(t) for any t > 0, Γ(t + 1) = t! = 1 2 . t for integer t. · · · Appendix 451 6f(x) This This area area equals equals b ∞ f(x)dx f(x)dx c Za Z - a b c x FIGURE 12.2: Integrals are areas under the graph of f(x). 12.5 Matrices and linear systems A matrix is a rectangular chart with numbers written in rows and columns, A11 A12 A1c A A · · · A A = 21 22 · · · 2c ··· ··· ··· ··· A A A r1 r2 · · · rc where r is the number of rows and c is the number of columns. Every element of matrix A is denoted by Aij , where i [1, r] is the row number and j [1, c] is the column number.
Recommended publications
  • Antiderivatives and the Area Problem
    Chapter 7 antiderivatives and the area problem Let me begin by defining the terms in the title: 1. an antiderivative of f is another function F such that F 0 = f. 2. the area problem is: ”find the area of a shape in the plane" This chapter is concerned with understanding the area problem and then solving it through the fundamental theorem of calculus(FTC). We begin by discussing antiderivatives. At first glance it is not at all obvious this has to do with the area problem. However, antiderivatives do solve a number of interesting physical problems so we ought to consider them if only for that reason. The beginning of the chapter is devoted to understanding the type of question which an antiderivative solves as well as how to perform a number of basic indefinite integrals. Once all of this is accomplished we then turn to the area problem. To understand the area problem carefully we'll need to think some about the concepts of finite sums, se- quences and limits of sequences. These concepts are quite natural and we will see that the theory for these is easily transferred from some of our earlier work. Once the limit of a sequence and a number of its basic prop- erties are established we then define area and the definite integral. Finally, the remainder of the chapter is devoted to understanding the fundamental theorem of calculus and how it is applied to solve definite integrals. I have attempted to be rigorous in this chapter, however, you should understand that there are superior treatments of integration(Riemann-Stieltjes, Lesbeque etc..) which cover a greater variety of functions in a more logically complete fashion.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • Notes Chapter 4(Integration) Definition of an Antiderivative
    1 Notes Chapter 4(Integration) Definition of an Antiderivative: A function F is an antiderivative of f on an interval I if for all x in I. Representation of Antiderivatives: If F is an antiderivative of f on an interval I, then G is an antiderivative of f on the interval I if and only if G is of the form G(x) = F(x) + C, for all x in I where C is a constant. Sigma Notation: The sum of n terms a1,a2,a3,…,an is written as where I is the index of summation, ai is the ith term of the sum, and the upper and lower bounds of summation are n and 1. Summation Formulas: 1. 2. 3. 4. Limits of the Lower and Upper Sums: Let f be continuous and nonnegative on the interval [a,b]. The limits as n of both the lower and upper sums exist and are equal to each other. That is, where are the minimum and maximum values of f on the subinterval. Definition of the Area of a Region in the Plane: Let f be continuous and nonnegative on the interval [a,b]. The area if a region bounded by the graph of f, the x-axis and the vertical lines x=a and x=b is Area = where . Definition of a Riemann Sum: Let f be defined on the closed interval [a,b], and let be a partition of [a,b] given by a =x0<x1<x2<…<xn-1<xn=b where xi is the width of the ith subinterval.
    [Show full text]
  • 4.1 AP Calc Antiderivatives and Indefinite Integration.Notebook November 28, 2016
    4.1 AP Calc Antiderivatives and Indefinite Integration.notebook November 28, 2016 4.1 Antiderivatives and Indefinite Integration Learning Targets 1. Write the general solution of a differential equation 2. Use indefinite integral notation for antiderivatives 3. Use basic integration rules to find antiderivatives 4. Find a particular solution of a differential equation 5. Plot a slope field 6. Working backwards in physics Intro/Warm­up 1 4.1 AP Calc Antiderivatives and Indefinite Integration.notebook November 28, 2016 Note: I am changing up the procedure of the class! When you walk in the class, you will put a tally mark on those problems that you would like me to go over, and you will turn in your homework with your name, the section and the page of the assignment. Order of the day 2 4.1 AP Calc Antiderivatives and Indefinite Integration.notebook November 28, 2016 Vocabulary First, find a function F whose derivative is . because any other function F work? So represents the family of all antiderivatives of . The constant C is called the constant of integration. The family of functions represented by F is the general antiderivative of f, and is the general solution to the differential equation The operation of finding all solutions to the differential equation is called antidifferentiation (or indefinite integration) and is denoted by an integral sign: is read as the antiderivative of f with respect to x. Vocabulary 3 4.1 AP Calc Antiderivatives and Indefinite Integration.notebook November 28, 2016 Nov 28­9:38 AM 4 4.1 AP Calc Antiderivatives and Indefinite Integration.notebook November 28, 2016 ∫ Use basic integration rules to find antiderivatives The Power Rule: where 1.
    [Show full text]
  • 1. Antiderivatives for Exponential Functions Recall That for F(X) = Ec⋅X, F ′(X) = C ⋅ Ec⋅X (For Any Constant C)
    1. Antiderivatives for exponential functions Recall that for f(x) = ec⋅x, f ′(x) = c ⋅ ec⋅x (for any constant c). That is, ex is its own derivative. So it makes sense that it is its own antiderivative as well! Theorem 1.1 (Antiderivatives of exponential functions). Let f(x) = ec⋅x for some 1 constant c. Then F x ec⋅c D, for any constant D, is an antiderivative of ( ) = c + f(x). 1 c⋅x ′ 1 c⋅x c⋅x Proof. Consider F (x) = c e +D. Then by the chain rule, F (x) = c⋅ c e +0 = e . So F (x) is an antiderivative of f(x). Of course, the theorem does not work for c = 0, but then we would have that f(x) = e0 = 1, which is constant. By the power rule, an antiderivative would be F (x) = x + C for some constant C. 1 2. Antiderivative for f(x) = x We have the power rule for antiderivatives, but it does not work for f(x) = x−1. 1 However, we know that the derivative of ln(x) is x . So it makes sense that the 1 antiderivative of x should be ln(x). Unfortunately, it is not. But it is close. 1 1 Theorem 2.1 (Antiderivative of f(x) = x ). Let f(x) = x . Then the antiderivatives of f(x) are of the form F (x) = ln(SxS) + C. Proof. Notice that ln(x) for x > 0 F (x) = ln(SxS) = . ln(−x) for x < 0 ′ 1 For x > 0, we have [ln(x)] = x .
    [Show full text]
  • Antiderivatives Math 121 Calculus II D Joyce, Spring 2013
    Antiderivatives Math 121 Calculus II D Joyce, Spring 2013 Antiderivatives and the constant of integration. We'll start out this semester talking about antiderivatives. If the derivative of a function F isf, that is, F 0 = f, then we say F is an antiderivative of f. Of course, antiderivatives are important in solving problems when you know a derivative but not the function, but we'll soon see that lots of questions involving areas, volumes, and other things also come down to finding antiderivatives. That connection we'll see soon when we study the Fundamental Theorem of Calculus (FTC). For now, we'll just stick to the basic concept of antiderivatives. We can find antiderivatives of polynomials pretty easily. Suppose that we want to find an antiderivative F (x) of the polynomial f(x) = 4x3 + 5x2 − 3x + 8: We can find one by finding an antiderivative of each term and adding the results together. Since the derivative of x4 is 4x3, therefore an antiderivative of 4x3 is x4. It's not much harder to find an antiderivative of 5x2. Since the derivative of x3 is 3x2, an antiderivative of 5x2 is 5 3 3 x . Continue on and soon you see that an antiderivative of f(x) is 4 5 3 3 2 F (x) = x + 3 x − 2 x + 8x: There are, however, other antiderivatives of f(x). Since the derivative of a constant is 0, 4 5 3 3 2 we can add any constant to F (x) to find another antiderivative. Thus, x + 3 x − 2 x +8x+7 4 5 3 3 2 is another antiderivative of f(x).
    [Show full text]
  • Derivatives and Antiderivatives
    Lesson R MA 16020 Nick Egbert Note. There should be no new information in this lesson. This is a brief review of things you should have learned in Calculus I, but certainly not exhaustive. Derivatives and antiderivatives There are several derivative anti derivative rules that you should have pretty well-memorized at this point: It is very important that you know these well to make the transition into this course go smoothly. Definition. Given a continuous function f(x), if F 0(x) = f(x); we say that F (x) is an antiderivative of f(x); and we write Z F (x) = f(x) dx: 1 Lesson R MA 16020 Nick Egbert Remark. If F (x) is an antiderivative of f(x) then the indefinite integral of f is given by Z f(x) dx = F (x) + C; where C is some constant. This means that any two functions which differ by only a constant will have the same antiderivative. Remark. We want to note a couple things about the notation R f(x)dx: 1. The process of computing R f(x)dx can be called antidifferentiation 5 integration 5 taking or evaluating the integral 2. f(5x) is called the integrand. 3. Writing the \dx" on the outside is essential. This tells us that we are integrating with respect to x. It will especially be important in MA 16020 when we start having integrals with more than one variable. Fundamental theorem of calculus Theorem. If f is a real-valued continuous function on the interval [a; b]; and F the antiderivative of f: Z x F (x) = f(t) dt; a Then F 0(x) = f(x) for all x in the interval (a; b): In particular, we have that Z b f(t) dt = F (b) − F (a): a This has an important geometric interpretation.
    [Show full text]
  • Multiple Integrals
    Chapter 11 Multiple Integrals 11.1 Double Riemann Sums and Double Integrals over Rectangles Motivating Questions In this section, we strive to understand the ideas generated by the following important questions: What is a double Riemann sum? • How is the double integral of a continuous function f = f(x; y) defined? • What are two things the double integral of a function can tell us? • Introduction In single-variable calculus, recall that we approximated the area under the graph of a positive function f on an interval [a; b] by adding areas of rectangles whose heights are determined by the curve. The general process involved subdividing the interval [a; b] into smaller subintervals, constructing rectangles on each of these smaller intervals to approximate the region under the curve on that subinterval, then summing the areas of these rectangles to approximate the area under the curve. We will extend this process in this section to its three-dimensional analogs, double Riemann sums and double integrals over rectangles. Preview Activity 11.1. In this activity we introduce the concept of a double Riemann sum. (a) Review the concept of the Riemann sum from single-variable calculus. Then, explain how R b we define the definite integral a f(x) dx of a continuous function of a single variable x on an interval [a; b]. Include a sketch of a continuous function on an interval [a; b] with appropriate labeling in order to illustrate your definition. (b) In our upcoming study of integral calculus for multivariable functions, we will first extend 181 182 11.1.
    [Show full text]
  • Appendix: TABLE of INTEGRALS
    -~.I--­ Appendix: TABLE OF INTEGRALS 148. In the following table, the constant of integration, C, is omitted but should be added to the result of every integration. The letter x represents any variable; u represents any function of x; the remaining letters represent arbitrary constants, unless otherwise indicated; all angles are in radians. Unless otherwise mentioned, loge u = log u. Expressions Containing ax + b 1. I(ax+ b)ndx= 1 (ax+ b)n+l, n=l=-1. a(n + 1) dx 1 2. = -loge<ax + b). Iax+ b a 3 I dx =_ 1 • (ax+b)2 a(ax+b)· 4 I dx =_ 1 • (ax + b)3 2a(ax + b)2· 5. Ix(ax + b)n dx = 1 (ax + b)n+2 a2 (n + 2) b ---,,---(ax + b)n+l n =1= -1, -2. a2 (n + 1) , xdx x b 6. = - - -2 log(ax + b). I ax+ b a a 7 I xdx = b 1 I ( b) • (ax + b)2 a2(ax + b) + -;}i og ax + . 369 370 • Appendix: Table of Integrals 8 I xdx = b _ 1 • (ax + b)3 2a2(ax + b)2 a2(ax + b) . 1 (ax+ b)n+3 (ax+ b)n+2 9. x2(ax + b)n dx = - - 2b--'------'-- I a2 n + 3 n + 2 2 b (ax + b) n+ 1 ) + , ni=-I,-2,-3. n+l 2 10. I x dx = ~ (.!..(ax + b)2 - 2b(ax + b) + b2 10g(ax + b)). ax+ b a 2 2 2 11. I x dx 2 =~(ax+ b) - 2blog(ax+ b) _ b ). (ax + b) a ax + b 2 2 12 I x dx = _1(10 (ax + b) + 2b _ b ) • (ax + b) 3 a3 g ax + b 2(ax + b) 2 .
    [Show full text]
  • Antiderivatives Basic Integration Formulas Structural Type Formulas
    Antiderivatives Definition 1 (Antiderivative). If F 0(x) = f(x) we call F an antideriv- ative of f. Definition 2 (Indefinite Integral). If F is an antiderivative of f, then R f(x) dx = F (x) + c is called the (general) Indefinite Integral of f, where c is an arbitrary constant. The indefinite integral of a function represents every possible antideriv- ative, since it has been shown that if two functions have the same de- rivative on an interval then they differ by a constant on that interval. Terminology: When we write R f(x) dx, f(x) is referred to as the in- tegrand. Basic Integration Formulas As with differentiation, there are two types of formulas, formulas for the integrals of specific functions and structural type formulas. Each formula for the derivative of a specific function corresponds to a formula for the derivative of an elementary function. The following table lists integration formulas side by side with the corresponding differentiation formulas. Z xn+1 d xn dx = if n 6= −1 (xn) = nxn−1 n + 1 dx Z d sin x dx = − cos x + c (cos x) = − sin x dx Z d cos x dx = sin x + c (sin x) = cos x dx Z d sec2 x dx = tan x + c (tan x) = sec2 x dx Z d ex dx = ex + c (ex) = ex dx Z 1 d 1 dx = ln x + c (ln x) = x dx x Z d k dx = kx + c (kx) = k dx Structural Type Formulas We may integrate term-by-term: R kf(x) dx = k R f(x) dx 1 2 R f(x) ± g(x) dx = R f(x) dx ± R g(x) dx In plain language, the integral of a constant times a function equals the constant times the derivative of the function and the derivative of a sum or difference is equal to the sum or difference of the derivatives.
    [Show full text]
  • Lecture 15 Multiple Integration
    Lecture 15 Multiple Integration (Relevant section from Stewart, Section 15.1) We now turn to the integration of scalar-valued functions f : Rn R, i.e., f(x ,x , , c ), over → 1 2 · · · n regions in Rn. The need to perform such integrations is common in Physics. For example, we may wish to find: 1. The total charge Q in a region R R3 that is enclosed by a closed surface S, e.g., a spherical ⊂ surface of radius R centered at a point p R3, ∈ 2. The probability of finding an electron in the 1s state of a hydrogen atom within the distance α/a from the nucleus, where α 0 and a is the so-called Bohr radius. 0 ≥ 0 In all cases, the idea of integrating scalar-valued functions of several variables is a natural generalization of the integration of real-valued functions of a single variable, i.e., f : R R over the real line R. → We simply have to keep in mind the “Spirit of Calculus,” where we subdivide the region of interest and perform a summation over the subregions. Double Integrals (Integration in R2) (Relevant sections from Stewart, Section 15.1-2) We begin with the integration of functions of two variables, f(x,y), over regions in the plane R2. Suppose that a function f : R R2 is defined → over a region R R2. ⊂ Example: f(x,y) is the (2D or “areal”) density of a thin plate at (x,y), a measure of the amount of mass per unit area around the point (x,y).
    [Show full text]
  • Integration Rules and Techniques
    Integration Rules and Techniques Antiderivatives of Basic Functions Power Rule (Complete) 8 xn+1 > + C; if n 6= −1 Z <>n + 1 xn dx = > :ln jxj + C; if n = −1 Exponential Functions With base a: Z ax ax dx = + C ln(a) With base e, this becomes: Z ex dx = ex + C If we have base e and a linear function in the exponent, then Z 1 eax+b dx = eax+b + C a Trigonometric Functions Z sin(x) dx = − cos(x) + C Z cos(x) dx = sin(x) + C Z 2 Z sec (x) dx = tan(x) + C csc2(x) dx = − cot(x) + C Z sec(x) tan(x) dx = sec(x) + C Z csc(x) cot(x) dx = − csc(x) + C 1 Inverse Trigonometric Functions Z 1 p dx = arcsin(x) + C 1 − x2 Z 1 p dx = arcsec(x) + C x x2 − 1 Z 1 dx = arctan(x) + C 1 + x2 More generally, Z 1 1 x dx = arctan + C a2 + x2 a a Hyperbolic Functions Z sinh(x) dx = cosh(x) + C Z − csch(x) coth(x) dx = csch(x) + C Z Z cosh(x) dx = sinh(x) + C − sech(x) tanh(x) dx = sech(x) + C Z 2 Z sech (x) dx = tanh(x) + C 2 − csch (x) dx = coth(x) + C Integration Theorems and Techniques u-Substitution If u = g(x) is a differentiable function whose range is an interval I and f is continuous on I, then Z Z f (g(x)) g0(x) dx = f(u) du If we have a definite integral, then we can either change back to xs at the end and evaluate as usual; alternatively, we can leave the anti-derivative in terms of u, convert the limits of integration to us, and evaluate everything in terms of u without changing back to xs: b g(b) Z Z f (g(x)) g0(x) dx = f(u) du a g(a) Integration by Parts Recall the Product Rule: d du dv [u(x)v(x)] = v(x) + u(x) dx dx dx 2 Integrating both sides and solving for one of the integrals leads to our Integration by Parts formula: Z Z u dv = u v − v du Integration by Parts (which I may abbreviate as IbP or IBP) \undoes" the Product Rule.
    [Show full text]