Integral Calculus on Mathematica (2024)

Notice! This document is currently in Archived status.
The content of this document may be incorrect or outdated.

Integral Calculus on Mathematica (1)MATHEMATICA can solve just about any integral as long as it can be expressed in terms of standard mathematical formulas.MATHEMATICA can solve indefinite, multiple, definite, and multiple definite integrals.

  • Indefinite Integral
  • Indefinite Multiple Integral
  • Definite Integral
  • Definite Multiple Integral

Indefinite Integral

To integrate an indefinite integral, you use the Integrate command. The Integrate command will be used in the following form:

    Integrate[function,variable]

Lets consider an example. Lets integrate the function, x3+e3x. Type:

    Integrate[x^3+Exp[3x],x]

Hit the shift and return keys at the same time. This should yield:

     In[1]:=[x^3+Exp[3x],x]

    Out[1]=E3x/3 + x4/4

    Indefinite Multiple Integral

    To integrate an indefinite multiple integral, you must use the Integrate command in the following fashion:

    Lets consider the function, y4 + 2x2y. Type the following:

    Hit the shift and return keys at the same time. The output will yield:

       In[1]:=Integrate[y^4+2x^2y,x,y]

      Out[1]=x3y3/3 + xy5/5

      Definite Integral

      The definite integral command takes the form:

        Integrate[function,{variable,xmin,xmax}]

      Lets consider the equation, x4+Sin 2x, and we want to evaluate the function on the boundary conditions, 0 < x < 3.14. Type the following:

        Integrate[x^4+Sin[2x],{x,0,3.14}]

      Hit the shift and return keys at the same time. The output will yield:

         In[1]:=Integrate[x^4+Sin[2x],{x,0,3.14}]

        Out[1]=61.049

        Definite Multiple Integral

        The Integrate command will take the form:

          Integrate[function,{variable,xmin,xmax},{variable,ymin,ymax}]

        Lets consider the equation, 2xy, and the boundary conditions for this equation are, 0 < x < 5 and 0 < y < 2. Type the following:

          Integrate[2xy,{x,0,5},{y,0,2}]

        Hit the shift and return keys at the same time. The output should yield:

           In[1]:=Integrate[2xy,{x,0,5},{y,0,2}]

          Out[1]=50

          Last Modified: Dec 19, 2016 11:12 am US/Eastern
          Created: Mar 7, 2007 11:43 am US/Eastern by admin
          JumpURL:

          Integral Calculus on Mathematica (2024)
          Top Articles
          Latest Posts
          Article information

          Author: Kieth Sipes

          Last Updated:

          Views: 5337

          Rating: 4.7 / 5 (47 voted)

          Reviews: 86% of readers found this page helpful

          Author information

          Name: Kieth Sipes

          Birthday: 2001-04-14

          Address: Suite 492 62479 Champlin Loop, South Catrice, MS 57271

          Phone: +9663362133320

          Job: District Sales Analyst

          Hobby: Digital arts, Dance, Ghost hunting, Worldbuilding, Kayaking, Table tennis, 3D printing

          Introduction: My name is Kieth Sipes, I am a zany, rich, courageous, powerful, faithful, jolly, excited person who loves writing and wants to share my knowledge and understanding with you.