Integrals 5. Integration Using Tables and Computer Algebra Systems 5.8.

Slides:



Advertisements
Similar presentations
6. 4 Integration with tables and computer algebra systems 6
Advertisements

TECHNIQUES OF INTEGRATION
Integrals 5.
Integrals of Exponential and Logarithmic Functions.
Second-Order Differential
INTEGRALS 5. Indefinite Integrals INTEGRALS The notation ∫ f(x) dx is traditionally used for an antiderivative of f and is called an indefinite integral.
INFINITE SEQUENCES AND SERIES
INFINITE SEQUENCES AND SERIES
TECHNIQUES OF INTEGRATION
TECHNIQUES OF INTEGRATION
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 13 The Integral.
8 Indefinite Integrals Case Study 8.1 Concepts of Indefinite Integrals
MAT 1221 Survey of Calculus Section 7.1 Integration by Parts
SECTION 7.2 PRINCIPALS OF INTEGRAL EVALUATION: “INTEGRATION BY PARTS”
Copyright © Cengage Learning. All rights reserved.
The Natural Logarithmic Function
Techniques of Integration
Derivatives of polynomials Derivative of a constant function We have proved the power rule We can prove.
5.5 The Substitution Rule In this section, we will learn: To substitute a new variable in place of an existing expression in a function, making integration.
 We noticed in Section 2.3 that the limit of a function as x approaches a can often be found simply by calculating the value of the function at a.  Functions.
5.4 The Fundamental Theorem. The Fundamental Theorem of Calculus, Part 1 If f is continuous on, then the function has a derivative at every point in,
Copyright © Cengage Learning. All rights reserved. 6 Inverse Functions.
Ch8: STRATEGY FOR INTEGRATION integration is more challenging than differentiation. No hard and fast rules can be given as to which method applies in a.
Integrals 5. Evaluating Definite Integrals Evaluating Definite Integrals We have computed integrals from the definition as a limit of Riemann sums.
INTEGRALS The Fundamental Theorem of Calculus INTEGRALS In this section, we will learn about: The Fundamental Theorem of Calculus and its significance.
Copyright © Cengage Learning. All rights reserved. 7 Techniques of Integration.
INTEGRALS 5. INTEGRALS In Section 5.3, we saw that the second part of the Fundamental Theorem of Calculus (FTC) provides a very powerful method for evaluating.
Logarithmic, Exponential, and Other Transcendental Functions Copyright © Cengage Learning. All rights reserved.
2.1 Rates of Change and Limits. What you’ll learn about Average and Instantaneous Speed Definition of Limit Properties of Limits One-Sided and Two-Sided.
CHAPTER 4 SECTION 4.4 THE FUNDAMENTAL THEOREM OF CALCULUS.
Infinite Sequences and Series 8. Taylor and Maclaurin Series 8.7.
Copyright © Cengage Learning. All rights reserved. 6 The Integral.
Techniques of Integration Substitution Rule Integration by Parts Trigonometric Integrals Trigonometric Substitution Integration of Rational Functions by.
In section 11.9, we were able to find power series representations for a certain restricted class of functions. Here, we investigate more general problems.
Techniques of Integration
Copyright © Cengage Learning. All rights reserved. 5 Integrals.
CHAPTER 6: DIFFERENTIAL EQUATIONS AND MATHEMATICAL MODELING SECTION 6.2: ANTIDIFFERENTIATION BY SUBSTITUTION AP CALCULUS AB.
TECHNIQUES OF INTEGRATION Integration Using Tables and Computer Algebra Systems In this section, we will learn: How to use tables and computer.
TECHNIQUES OF INTEGRATION Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.
Sec 7.5: STRATEGY FOR INTEGRATION integration is more challenging than differentiation. No hard and fast rules can be given as to which method applies.
Copyright © Cengage Learning. All rights reserved. 7 Techniques of Integration.
Definition Section 4.1: Indefinite Integrals. The process of finding the indefinite integral of f(x) is called integration of f(x) or integrating f(x).
Copyright © Cengage Learning. All rights reserved. 7 Techniques of Integration.
8 TECHNIQUES OF INTEGRATION. Due to the Fundamental Theorem of Calculus (FTC), we can integrate a function if we know an antiderivative, that is, an indefinite.
Representations of Functions as Power Series INFINITE SEQUENCES AND SERIES In this section, we will learn: How to represent certain functions as sums of.
Copyright © Cengage Learning. All rights reserved. 4.4 Indefinite Integrals and the Net Change Theorem.
7 TECHNIQUES OF INTEGRATION. As we have seen, integration is more challenging than differentiation. –In finding the derivative of a function, it is obvious.
Calculus, Section 1.3.
Trigonometric Identities
Copyright © Cengage Learning. All rights reserved.
7 INVERSE FUNCTIONS.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
4.9 – Antiderivatives.
Copyright © Cengage Learning. All rights reserved.
Trigonometric Identities
Calculus for ENGR2130 Lesson 2 Anti-Derivative or Integration
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
integration is more challenging than differentiation.
Copyright © Cengage Learning. All rights reserved.
5 Logarithmic, Exponential, and Other Transcendental Functions
7 TECHNIQUES OF INTEGRATION.
Logarithmic, Exponential, and Other Transcendental Functions
Techniques of Integration
Presentation transcript:

Integrals 5

Integration Using Tables and Computer Algebra Systems 5.8

3 Tables of Integrals

4 Tables of indefinite integrals are very useful when we are confronted by an integral that is difficult to evaluate by hand and we don’t have access to a computer algebra system. Usually we need to use the Substitution Rule or algebraic manipulation to transform a given integral into one of the forms in the table.

5 Example 1 Use the Table of Integrals to evaluate Solution: The only formula that resembles our given integral is: If we perform long division, we get

6 Example 1 – Solution Now we can use Formula 17 with a = 2: cont’d

7 Computer Algebra Systems

8 Computers are particularly good at matching patterns. And just as we used substitutions in conjunction with tables, a CAS can perform substitutions that transform a given integral into one that occurs in its stored formulas. So it isn’t surprising that computer algebra systems excel at integration. To begin, let’s see what happens when we ask a machine to integrate the relatively simple function y = 1/(3x – 2).

9 Computer Algebra Systems Using the substitution u = 3x – 2, an easy calculation by hand gives whereas Derive, Mathematica, and Maple all return the answer ln(3x – 2) The first thing to notice is that computer algebra systems omit the constant of integration.

10 Computer Algebra Systems In other words, they produce a particular antiderivative, not the most general one. Therefore, when making use of a machine integration, we might have to add a constant. Second, the absolute value signs are omitted in the machine answer. That is fine if our problem is concerned only with values of x greater than. But if we are interested in other values of x, then we need to insert the absolute value symbol.

11 Example 5 Use a computer algebra system to find Solution: Maple responds with the answer The third term can be rewritten using the identity arcsinh x = ln(x + )

12 Example 5 – Solution Thus The resulting extra term ln(1/ ) can be absorbed into the constant of integration. cont’d

13 Example 5 – Solution Mathematica gives the answer Mathematica combined the first two terms of the Maple result into a single term by factoring. Derive gives the answer cont’d

14 Can We Integrate All Continuous Functions?

15 Can We Integrate All Continuous Functions? The question arises: Will our basic integration formulas, together with the Substitution Rule, integration by parts, tables of integrals, and computer algebra systems, enable us to find the integral of every continuous function? In particular, can we use these techniques to evaluate The answer is No, at least not in terms of the functions that we are familiar with. Most of the functions that we have been dealing with in this book are what are called elementary functions.

16 Can We Integrate All Continuous Functions? These are the polynomials, rational functions, power functions (x a ), exponential functions (a x ), logarithmic functions, trigonometric and inverse trigonometric functions, and all functions that can be obtained from these by the five operations of addition, subtraction, multiplication, division, and composition. For instance, the function f (x) = + ln(cos x) – xe sin 2x is an elementary function.

17 Can We Integrate All Continuous Functions? If f is an elementary function, then f is an elementary function but  f (x) dx need not be an elementary function. Consider f (x) =. Since f is continuous, its integral exists, and if we define the function F by F (x) = then we know from Part 1 of the Fundamental Theorem of Calculus that F (x) =

18 Can We Integrate All Continuous Functions? Thus f (x) = has an antiderivative F, but it has been proved that F is not an elementary function. This means that no matter how hard we try, we will never succeed in evaluating in terms of the functions we know. The same can be said of the following integrals: In fact, the majority of elementary functions don’t have elementary antiderivatives.