1 Indefinite Integrals

Total Page:16

File Type:pdf, Size:1020Kb

1 Indefinite Integrals November 16, 2019 MAT186 { Week 7 Justin Ko 1 Indefinite Integrals Definition 1. The antiderivative of f(x) on [a; b] is a function F (x) such that F 0(x) = f(x) for all x 2 [a; b]. The antiderivative is not unique since for any antiderivative F (x) of f(x), F (x) + C is also an antiderivative for all integration constants C 2 R. We will use the notation Z f(x) dx = F (x) + C called the indefinite integral of f to denote the family of all antiderivatives of f. 1.1 Table of Integrals (omitting the integration constant) Elementary Functions Z cot(x) dx = ln j sin(x)j (10) Z 1 xa dx = · xa+1; a 6= −1 (1) a + 1 Z Z 1 dx = ln jxj (2) sec(x) dx = ln j tan(x) + sec(x)j (11) x Exponential and Logarithms Z Z csc(x) dx = − ln j cot(x) + csc(x)j (12) ex dx = ex (3) Rational Functions Z ln(x) dx = x ln(x) − x (4) Z 1 dx = tan−1(x)(13) 1 + x2 Z ax ax dx = (5) Z 1 ln(a) p dx = sin−1(x)(14) 1 − x2 Z x ln(x) − x log (x) dx = (6) Z 1 a ln(a) p dx = sec−1(jxj)(15) x x2 − 1 Trigonometric Functions Hyperbolic Functions Z Z sin(x) dx = − cos(x)(7) sinh(x) dx = cosh(x)(16) Z Z cos(x) dx = sin(x)(8) cosh(x) dx = sinh(x)(17) Z Z tan(x) dx = − ln j cos(x)j (9) tanh(x) dx = ln j cosh(x)j (18) 1.2 Basic Property For constants a; b 2 R and integrable functions f and g, we have Linearity: Z Z Z (af(x) + bg(x)) dx = a f(x) dx + b g(x) dx: We will introduce more basic properties in the coming weeks. Page 1 of 10 November 16, 2019 MAT186 { Week 7 Justin Ko 1.3 Example Problems 1.3.1 Finding Indefinite Integrals Problem 1.1. (?) Find the indefinite integral Z e−7x dx: 1 −7x −7x Solution 1.1. It is easy to check that − 7 · e is an antiderivative of e . Therefore, Z 1 e−7x dx = − · e−7x + C: 7 Problem 1.2. (??) Find the indefinite integral Z x3 + 8 dx: x Solution 1.2. Using the linearity property, we have Z x3 + 8 Z Z 1 1 dx = x2 dx + 8 dx = x3 + 8 ln jxj + C: x x 3 1.3.2 Checking Antiderivatives Strategy: To check if a function F (x) is an antiderivative of f, it suffices to just differentiate F and check if F 0(x) = f(x). Problem 1.3. (??) Check that both − sin−1(x) and cos−1(x) are antiderivatives of −1 p on (−1; 1): 1 − x2 Show that π cos−1(x) + sin−1(x) = : 2 Solution 1.3. From the table of derivatives, we have d −1 d −1 (− sin−1(x)) = p and cos−1(x) = p : dx 1 − x2 dx 1 − x2 so both − sin−1(x) and cos−1(x) are antiderivatives of p −1 on its domain. We know that all an- 1−x2 tiderivatives on an interval differ by an integration constant, that is cos−1(x) = − sin−1(x) + C for x 2 (−1; 1). To find this integration constant, we can evaluate our functions at 0, π π cos−1(0) = and − sin−1(0) = 0 =) cos−1(0) = − sin−1(0) + C =) C = : 2 2 Since the difference of any two antiderivatives is a constant, we conclude that the two antiderivatives π must differ by 2 for all x in the domain, π π cos−1(x) = − sin−1(x) + =) cos−1(x) + sin−1(x) = : 2 2 Page 2 of 10 November 16, 2019 MAT186 { Week 7 Justin Ko 2 Differential Equations 2.1 Separable Differential Equations Suppose that we want to find the antiderivative of some special implicit functions. In particular, suppose that we want to find a function y such that it satisfies the differential equation dy = f(x)g(y) dx for some functions f(x) and g(y). We can find the solution by separating variables and integrating both sides, dy dy Z 1 Z = f(x)g(y) =) = f(x)dx =) dy = f(x) dx =) G(y) = F (x) + C dx g(y) g(y) 1 where G(y) is the antiderivative of g(y) and F (x) is the antiderivative of f(x). This procedure gives an implicit formula formula for a function y that satisfies the differential equation. If we are given an initial condition, then we can solve for the integration constant C. 2.2 Example Problems 2.2.1 Initial Value Problems Strategy: We first separate variables and integrate to recover a general form of the solution in terms of some yet to be determined integration constants. Next, we plug in the initial conditions to solve for the integration constants. Problem 2.1. (?) Suppose the velocity of a particle is given by v(t) = sin(t) − cos(t): Find the position function s(t) of the particle given that s(0) = 0. Solution 2.1. The rate of change of position is velocity, so we have the differential equation ds v(t) = = sin(t) − cos(t): dt Separating variables and integrating, we have ds Z Z = sin(t) − cos(t) ) ds = sin(t) − cos(t) dt ) s = − cos(t) − sin(t) + C: dt To solve for the integrating constant, since s(0) = 0, we have 0 = s(0) = − cos(0) − sin(0) + C = −1 + C ) C = 1: Therefore, the position is given by s(t) = − cos(t) − sin(t) + 1: Problem 2.2. (??) Suppose the acceleration of a particle is given by a(t) = t + 1: Find the position function s(t) of the particle given that s(0) = 0 and s(1) = 2. Page 3 of 10 November 16, 2019 MAT186 { Week 7 Justin Ko Solution 2.2. The rate of change of velocity is acceleration, so we have the differential equation dv = t + 1: dt Separating variables and integrating, we have dv Z Z t2 = t + 1 ) dv = t + 1 dt ) v = + t + C: dt 2 The rate of change of position is velocity, so using the fact above, we have the differential equation ds t2 = + t + C: dt 2 Separating variables and integrating, we have ds t2 Z Z t2 t3 t2 = + t + C ) ds = + t + C dt ) s = + + Ct + D: dt 2 2 6 2 To solve for the integrating constants C and D, since s(0) = 0, we have 0 = s(0) = D ) D = 0: And since s(1) = 2, we have 1 1 1 1 4 2 = s(1) = + + C ) C = 2 − − = 6 2 6 2 3 Therefore, the position is given by t3 t2 4t s(t) = + + : 6 2 3 2.2.2 Growth and Decay Problems Problem 2.3. (???) The rate of growth of a population P is modeled by dP = kP dt where k 6= 0. Suppose that the initial population P (0) = P0 for some constant P0 > 0. Find the population function P (t). How long will it take for the population to double? Solution 2.3. Separating variables and integrating, we have dP Z dP Z = kP ) = kdt ) ln jP j = kt + C dt P Since P (t) must be positive in a reasonable model, jP j = P , so we can exponentiate both sides to conclude P = ekt+C = eC ekt: To solve for the integrating constants C, since P (0) = P0, we have C k·0 C P0 = P (0) = e e = e ) ln P0 = C: Therefore, the population is given by ln P0 kt kt P (t) = e e = P0e : To find the time for the population to double, we want to find the t such that P (t) = 2P0. That is, ln(2) 2P = P ekt ) ekt = 2 ) kt = ln(2) ) t = : 0 0 k In particular, if k < 0 (we have a decreasing population) then we have our population will never double. Page 4 of 10 November 16, 2019 MAT186 { Week 7 Justin Ko Problem 2.4. (???) A pizza is put in a 200◦C oven and heats up according to the differential equation dH = −k(H − 200); where k > 0: dt The pizza is put in the oven at 20◦C and is removed 30 minutes later at a temperature of 120◦C. Find the proportionality constant k. Solution 2.4. The general solution to the differential equation is dH = −k(H − 200); dt can be solved using separation of variables, dH Z dH Z = −k(H − 200) ) = −kt dt ) ln jH − 200j = −kt + C dt (H − 200) Solving for H and using the fact H − 200 < 0 in a reasonable model, we see that ln jH − 200j = −kt + C ) ln(200 − H) = −kt + C ) H = 200 − De−kt where D = eC > 0. To find D, we can use the fact that at H(0) = 20, 20 = H(0) = 200 − D =) D = 180: Since H(30) = 120, we have 1 80 120 = H(30) = 200 − 180 · e−30k =) k = − · ln ≈ 0:027: 30 180 Problem 2.5. (???) Find the general form of a function y(x) such that dy = yx: dx Solution 2.5. Separating variables and integrating, we have dy Z 1 Z x2 = yx ) dy = x dx ) ln jyj = + A; dx y 2 for some constant A. Solving for y we get 2 2 x +A A x jyj = e 2 ) y = ±e e 2 : If we define the non-zero constant B = ±eA, then we have x2 y = Be 2 ; where B is some non-zero constant: dy However, notice that y ≡ 0 also satisfies dx = yx, so y = 0 is also a solution.
Recommended publications
  • Notes on Calculus II Integral Calculus Miguel A. Lerma
    Notes on Calculus II Integral Calculus Miguel A. Lerma November 22, 2002 Contents Introduction 5 Chapter 1. Integrals 6 1.1. Areas and Distances. The Definite Integral 6 1.2. The Evaluation Theorem 11 1.3. The Fundamental Theorem of Calculus 14 1.4. The Substitution Rule 16 1.5. Integration by Parts 21 1.6. Trigonometric Integrals and Trigonometric Substitutions 26 1.7. Partial Fractions 32 1.8. Integration using Tables and CAS 39 1.9. Numerical Integration 41 1.10. Improper Integrals 46 Chapter 2. Applications of Integration 50 2.1. More about Areas 50 2.2. Volumes 52 2.3. Arc Length, Parametric Curves 57 2.4. Average Value of a Function (Mean Value Theorem) 61 2.5. Applications to Physics and Engineering 63 2.6. Probability 69 Chapter 3. Differential Equations 74 3.1. Differential Equations and Separable Equations 74 3.2. Directional Fields and Euler’s Method 78 3.3. Exponential Growth and Decay 80 Chapter 4. Infinite Sequences and Series 83 4.1. Sequences 83 4.2. Series 88 4.3. The Integral and Comparison Tests 92 4.4. Other Convergence Tests 96 4.5. Power Series 98 4.6. Representation of Functions as Power Series 100 4.7. Taylor and MacLaurin Series 103 3 CONTENTS 4 4.8. Applications of Taylor Polynomials 109 Appendix A. Hyperbolic Functions 113 A.1. Hyperbolic Functions 113 Appendix B. Various Formulas 118 B.1. Summation Formulas 118 Appendix C. Table of Integrals 119 Introduction These notes are intended to be a summary of the main ideas in course MATH 214-2: Integral Calculus.
    [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]
  • Calculus Formulas and Theorems
    Formulas and Theorems for Reference I. Tbigonometric Formulas l. sin2d+c,cis2d:1 sec2d l*cot20:<:sc:20 +.I sin(-d) : -sitt0 t,rs(-//) = t r1sl/ : -tallH 7. sin(A* B) :sitrAcosB*silBcosA 8. : siri A cos B - siu B <:os,;l 9. cos(A+ B) - cos,4cos B - siuA siriB 10. cos(A- B) : cosA cosB + silrA sirrB 11. 2 sirrd t:osd 12. <'os20- coS2(i - siu20 : 2<'os2o - I - 1 - 2sin20 I 13. tan d : <.rft0 (:ost/ I 14. <:ol0 : sirrd tattH 1 15. (:OS I/ 1 16. cscd - ri" 6i /F tl r(. cos[I ^ -el : sitt d \l 18. -01 : COSA 215 216 Formulas and Theorems II. Differentiation Formulas !(r") - trr:"-1 Q,:I' ]tra-fg'+gf' gJ'-,f g' - * (i) ,l' ,I - (tt(.r))9'(.,') ,i;.[tyt.rt) l'' d, \ (sttt rrJ .* ('oqI' .7, tJ, \ . ./ stll lr dr. l('os J { 1a,,,t,:r) - .,' o.t "11'2 1(<,ot.r') - (,.(,2.r' Q:T rl , (sc'c:.r'J: sPl'.r tall 11 ,7, d, - (<:s<t.r,; - (ls(].]'(rot;.r fr("'),t -.'' ,1 - fr(u") o,'ltrc ,l ,, 1 ' tlll ri - (l.t' .f d,^ --: I -iAl'CSllLl'l t!.r' J1 - rz 1(Arcsi' r) : oT Il12 Formulas and Theorems 2I7 III. Integration Formulas 1. ,f "or:artC 2. [\0,-trrlrl *(' .t "r 3. [,' ,t.,: r^x| (' ,I 4. In' a,,: lL , ,' .l 111Q 5. In., a.r: .rhr.r' .r r (' ,l f 6. sirr.r d.r' - ( os.r'-t C ./ 7. /.,,.r' dr : sitr.i'| (' .t 8. tl:r:hr sec,rl+ C or ln Jccrsrl+ C ,f'r^rr f 9.
    [Show full text]
  • 13.1 Antiderivatives and Indefinite Integrals
    ANTIDERIVATIVES Definition: reverse operation of finding a derivative Notice that F is called AN antiderivative and not THE antiderivative. This is easily understood by looking at the example above. Some antiderivatives of 푓 푥 = 4푥3 are 퐹 푥 = 푥4, 퐹 푥 = 푥4 + 2, 퐹 푥 = 푥4 − 52 Because in each case 푑 퐹(푥) = 4푥3 푑푥 Theorem 1: If a function has more than one antiderivative, then the antiderivatives differ by a constant. • The graphs of antiderivatives are vertical translations of each other. • For example: 푓(푥) = 2푥 Find several functions that are the antiderivatives for 푓(푥) Answer: 푥2, 푥2 + 1, 푥2 + 3, 푥2 − 2, 푥2 + 푐 (푐 푖푠 푎푛푦 푟푒푎푙 푛푢푚푏푒푟) INDEFINITE INTEGRALS Let f (x) be a function. The family of all functions that are antiderivatives of f (x) is called the indefinite integral and has the symbol f (x) dx The symbol is called an integral sign, The function 푓 (푥) is called the integrand. The symbol 푑푥 indicates that anti-differentiation is performed with respect to the variable 푥. By the previous theorem, if 퐹(푥) is any antiderivative of 푓, then f (x) dx F(x) C The arbitrary constant C is called the constant of integration. Indefinite Integral Formulas and Properties Vocabulary: The indefinite integral of a function 푓(푥) is the family of all functions that are antiderivatives of 푓 (푥). It is a function 퐹(푥) whose derivative is 푓(푥). The definite integral of 푓(푥) between two limits 푎 and 푏 is the area under the curve from 푥 = 푎 to 푥 = 푏.
    [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]
  • 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]
  • Integral Calculus
    Integral Calculus 10 This unit is designed to introduce the learners to the basic concepts associated with Integral Calculus. Integral calculus can be classified and discussed into two threads. One is Indefinite Integral and the other one is Definite Integral . The learners will learn about indefinite integral, methods of integration, definite integral and application of integral calculus in business and economics. School of Business Blank Page Unit-10 Page-228 Bangladesh Open University Lesson-1: Indefinite Integral After completing this lesson, you should be able to: Describe the concept of integration; Determine the indefinite integral of a given function. Introduction The process of differentiation is used for finding derivatives and differentials of functions. On the other hand, the process of integration is used (i) for finding the limit of the sum of an infinite number of Reversing the process infinitesimals that are in the differential form f ′()x dx (ii) for finding of differentiation and finding the original functions whose derivatives or differentials are given, i.e., for finding function from the anti-derivatives. Thus, reversing the process of differentiation and derivative is called finding the original function from the derivative is called integration or integration. anti-differentiation. The integral calculus is used to find the areas, probabilities and to solve equations involving derivatives. Integration is also used to determine a function whose rate of change is known. In integration whether the object be summation or anti-differentiation, the sign ∫, an elongated S, the first letter of the word ‘sum’ is most generally used to indicate the process of the summation or integration.
    [Show full text]
  • Indefinite Integrals
    Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan 5.3 Evaluating Definite Integrals: Indefinite Integrals In the previous section, we used Riemann sums to evaluate definite integrals. As you can tell, Riemann sums become hard to work with when the integrand function is complex. Therefore, a more convenient way for finding definite integrals is needed. This is provided by the following result. Theorem 5.3.1 (First Fundamental Theorem of Calculus) If f is continuous in [a; b] and F 0 = f then Z b f(x)dx = F (b) − F (a): a Recall that if s(t) is the position function of a moving object at time t then its velocity is given by v(t) = s0(t): Thus, we can apply the above theorem to find the displacement between the times a and b which is given by Z b v(t)dt = s(b) − s(a): a Recall that displacement can be positive (object moving to the right or upward) or negative (object moving to the left or downward). To find the total distance traveled, we compute Z b jv(t)jdt: a Remark 5.3.1 R b When using a f(x)dx in applications then its units is the product of the units of f(x) with the units of x: Example 5.3.1 R 2 Compute 1 2xdx: Solution. Since the derivative of x2 is 2x; F (x) = x2: Thus, we have Z 2 2xdx = F (2) − F (1) = 4 − 1 = 3 1 Indefinite Integrals Recall from Section 4.7 that a function f might have many antiderivatives.
    [Show full text]
  • Chapter 11 Techniques of Integration
    Chapter 11 Techniques of Integration Chapter 6 introduced the integral. There it was defined numerically, as the limit of approximating Riemann sums. Evaluating integrals by applying this basic definition tends to take a long time if a high level of accuracy is desired. If one is going to evaluate integrals at all frequently, it is thus important to find techniques of integration for doing this efficiently. For instance, if we evaluate a function at the midpoints of the subintervals, we get much faster convergence than if we use either the right or left endpoints of the subintervals. A powerful class of techniques is based on the observation made at the end of chapter 6, where we saw that the fundamental theorem of calculus gives us a second way to find an integral, using antiderivatives. While a Riemann sum will usually give us only an approximation to the value of an integral, an antiderivative will give us the exact value. The drawback is that antiderivatives often can’t be expressed in closed form—that is, as a formula in terms of named functions. Even when antiderivatives can be so expressed, the formulas are often difficult to find. Nevertheless, such a formula can be so powerful, both computationally and analytically, that it is often worth the effort needed to find it. In this chapter we will explore several techniques for finding the antiderivative of a function given by a formula. We will conclude the chapter by developing a numerical method—Simpson’s rule—that gives a good estimate for the value of an integral with relatively little computation.
    [Show full text]
  • Barry Mcquarrie's Calculus I Glossary Asymptote: a Vertical Or Horizontal
    Barry McQuarrie’s Calculus I Glossary Asymptote: A vertical or horizontal line on a graph which a function approaches. Antiderivative: The antiderivative of a function f(x) is another function F (x). If we take the derivative of F (x) the result is f(x). The most general antiderivative is a family of curves. Antidifferentiation: The process of finding an antiderivative of a function f(x). Concavity: Concavity measures how a function bends, or in other words, the function’s curvature. Concave Down: A function f(x) is concave down at x = a if it is below its tangent line at x = a. This is true if f 00(a) < 0. Concave Up: A function f(x) is concave up at x = a if it is above its tangent line at x = a. This is true if f 00(a) > 0. Constant of Integration: The constant that is included when an indefinite integral is performed. Z b Definite Integral: Formally, a definite integral looks like f(x)dx. A definite integral when evaluated yields a number. a The definite integral can be interpreted as the net area under the function f(x) from x = a to x = b. d Derivative: Formally, a derivative looks like f(x), and represents the rate of change of f(x) with respect to the dx variable x. Anther notation for derivative is f 0(x). Differential: Informally, a differential dx can be thought of a small amount of x. Differentials appear in both derivatives and integrals. Differentiation: The process of finding the derivative of a function f(x).
    [Show full text]
  • Antiderivatives and Indefinite Integration
    ANTIDERIVATIVES AND INDEFINITE INTEGRATION The opposite of a derivative is called an antiderivative or integral. Definition: A function F is an antiderivative of f on an interval I if for all x in I. EX #1: Antiderivatives differ only by a constant, C: C is called the constant of integration Family of all antiderivatives of f(x) = 2x and the general solution of the differential equation A differential equation in x and y is an equation that involves x, y, and derivatives of y. For example: and 1 EX #2: Solving a Differential Equation EX #3: Notation for antiderivatives: The operation of finding all solutions of this equation is called antidifferentiation or indefinite integration denoted by sign. differential form General Solution is denoted by: Variable of Constant of Integration Integration Integrand read as the antiderivative of f with respect to x. So, the differential dx serves to identify x as the variable of integration. The term indefinite integral is a synonym for antiderivative. 2 BASIC INTEGRATION RULES Integration is the “inverse” of differentiation. Differentiation is the “inverse” of integration. Differentiation Formula Integration Formula POWER RULE: 3 EX #4: Applying Basic Rules EX #5: Rewriting Before Integrating Original Integral Rewrite Integrate Simplify 4 EX # 6: Polynomial Functions A. B. C. EX #7: Integrate By Rewriting 5 EX #8: Solve differential equations subject to given conditions. Given: and 6 EX #9: A ball is thrown upward with an initial velocity of 64 feet per second from an initial height of 80 feet. A. Find the position function giving the height, s, as a function of the time t.
    [Show full text]
  • 16.Integration
    16. INTEGRATION Defining Integration � (�$ + 6) = 2� Integration is defined as the reverse process of �� differentiation. When we differentiate a function, the � result is called the differential. When we integrate a (�$ − 4) = 2� function, the result is called the integral or the �� antiderivative. The integral of 2� can be any of the functions: �$+ 0 Notation �$+ 6, The symbol for integration is ò and the term or �$ − 4 or in general $ expression that is to be integrated is called the � + some constant. integrand. If the integrand is, say, a function of x, In fact, the integral of 2� can be represented by a then we must integrate with respect to x and this is family of curves and not a definite curve. Let us written as, examine the graphs of these curves. ∫ f (x)dx The integrand can be a function in any variable and so we can have integrands such as ∫ f (r)dr g(t)dt ∫∫ h(θ)dθ Law of integration To derive the law of integration, we are interested in deriving a rule for the reverse process of differentiation. Recall the rule for differentiation: d ()xnxnn= -1 dx To differentiate xn , multiply by n and decrease the power n by 1. To integrate xn , increase the power n by 1 and divide by the new power, n+1. The law of integration can now be formally stated. We can deduce that $ n + 1 ∫ 2� �� = � + �, where C is a constant to be n x xdx=+ C, where C is the constant of determined. ò n +1 Since the result of this integral is dependent on the integration andwww.faspassmaths.com n ¹-1 .
    [Show full text]