Teaching improper integrals with CAS
Aguilera-Venegas, Gabriel,Galán-García, José Luis,Galán-García, María Ángeles,Padilla-Domínguez, Yolanda Carmen,Rodríguez, Pedro,Rodríguez, Ricardo
- Published
- 2015-07-02
- Language
- en
Abstract
When teaching how to compute improper integrals, the basic approach to compute such improper integrals is by definition. But, what happens if an antiderivative F for f or the above limits do not exist? the definition procedure cannot be used for these examples. In this talk we will show, as an application of advanced calculus subjects, how to compute this kind of improper integrals using a CAS. Laplace and Fourier transforms or Residue Theorem in Complex Analysis are some advance techniques which can be used for this matter. As an example of use, we will describe the file ImproperIntegrals.mth, developed in DERIVE 6, which deals with such computations. This utility file was first introduced at TIME 2014 Conference. Some CAS use different rules for computing integrations. For example RUBI system, a rule-based integrator developed by Albert Rich, is a very powerful system for computing integrals using rules. We will be able to develop new rules schemes for some improper integrals using ImproperIntegrals.mth. These new rules can extend the types of improper integrals that a CAS can compute. Finally, we will show some examples that we use with our students which can not be computed with the basic procedures implemented in CAS. Using the utility file ImproperIntegrals.mth, these examples will be easily solved.
Full text
Teaching improper integrals with CAS G. Aguilera1, J.L. Galán1, M.Á. Galán1, Y. Padilla1, P. Rodríguez1, R. Rodríguez2 1University of Málaga, Spain, [email protected] 2Technical University of Madrid, Spain When teaching how to compute improper integrals such as: Z∞ 0f(t)dt;Z0 −∞ f(t)dtand Z∞ −∞ f(t)dt the basic approach to compute such improper integrals is as follows: Z∞ 0f(t)dt=lim m→∞Zm 0f(t)dt=lim m→∞F(m)−F(0) Z0 −∞ f(t)dt=lim m→−∞Z0 m f(t)dt=lim m→−∞F(0)−F(m) Z∞ −∞ f(t)dt=Z0 −∞ f(t)dt+Z∞ 0f(t)dtor, in case of convergence, Z∞ −∞ f(t)dt=lim m→∞Zm −m f(t)dt=lim m→∞F(m)−F(−m) (Cauchy principal value) where Fis an antiderivative of f. But, what happens if an antiderivative Ffor for the above limits do not exist? For example, the antiderivatives for the improper integrals: Z∞ 0 sin(at) tdt;Z∞ 0 cos(at)−cos(bt) tdtor Z∞ −∞ cos(at) t2+1dt can not be computed. Hence, the above procedures cannot be used for these examples. In this talk we will show, as an application of advanced calculus subjects, how to compute this kind of improper integrals using a CAS. Laplace and Fourier transforms or Residue Theorem in Complex Analysis are some advance techniques which can be used for this matter. 1
As an example of use, we will describe the file ImproperIntegrals.mth, developed in DERIVE 6, which deals with such computations. This utility file was first introduced at TIME 2014 Conference [1]. Some CAS use different rules for computing integrations. For example RUBI system [2], a rule-based integrator developed by Albert Rich, is a very powerful system for computing integrals using rules. We will be able to develop new rules schemes for some improper integrals using ImproperIntegrals.mth. These new rules can extend the types of improper integrals that a CAS can compute. Finally, we will show some examples that we use with our students which can not be computed with the basic procedures implemented in CAS. Using the utility file ImproperIntegrals.mth, these examples will be easily solved. References [1] G. Aguilera, J.L. Galán, M.Á. Galán, Y. Padilla, P. Rodríguez and R. Rodríguez, Advanced techniques to compute improper integrals using a CAS, in Proceedings of the International Conference Technology and its Integration in Mathematics Education (TIME-2014), Krems, Austria, (2014). [2] A.D. Rich, Rule-based Mathematics. Symbolic Integration Rules, in http://www.apmaths.uwo.ca/˜arich/. 2