<?xml version='1.0' encoding='utf-8' ?>
<?xml-stylesheet type="text/xsl" href="/mathmlxsl/pmathml.xsl"?>

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:pref="http://www.w3.org/2002/Math/preference"
      pref:renderer="mathplayer-dl">
<head>
<title>Mathematics Online - Integral Calculus</title>
<meta name="Author" content="Dayal D. Purohit, Ph.D. (Mathematics)"/>
<meta name="Description" content="Mathematics Online"/>
<meta name="Keywords" content="MathML, Calculus, Integral Calculus, College Algebra,
Trigonometry, Plugins, MathLets, JDS"/>

<link rel="stylesheet" type="text/css" href="/stylesheet/mystyle.css"/>

</head>

<body>
<object data="/google/adsense.htm" type="text/html" width="728" height="90"></object>
<hr/>

<h2 style="text-align:center;margin:25">Integral Calculus</h2>

<p/>In <i>Differential Calculus</i>, you find the derivative of a given function using <a href="/differentialcalculus/diffrules.asp">various rules</a> for <i>differentiation</i>. In <i>Integral Calculus</i>, you find the function whose derivative is given. The process of finding the function given its <i>derivative</i> is called <i>integration</i>. As you can see, <i>integration</i> is the reverse process of <i>differentiation</i>.

<p/>Let <math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
   <mi>f</mi><mo stretchy='false'>(</mo><mi>x</mi><mo stretchy='false'>)</mo><mo>=</mo><msup>
    <mi>x</mi>
    <mn>2</mn>
   </msup>
  </mrow>
</math>, then the derivative of <math xmlns='http://www.w3.org/1998/Math/MathML'>
   <mi>f</mi><mo>(</mo><mi>x</mi><mo>)</mo></math> with respect to <i>x</i> is 2<i>x</i>. So, if we integrate <math xmlns='http://www.w3.org/1998/Math/MathML'><mn>2</mn><mi>x</mi></math> with respect to <i>x</i>, we get <math xmlns='http://www.w3.org/1998/Math/MathML'><msup><mi>x</mi><mn>2</mn></msup></math>.
   <p/>And, we say that the integral of 2<i>x</i> with respect to <i>x</i> is <math xmlns='http://www.w3.org/1998/Math/MathML'><msup><mi>x</mi><mn>2</mn></msup></math>. And, we write it as follows:
   <p/>
<math display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
  <mrow>
   <mstyle displaystyle='true'>
    <mrow><mo>&#x222B;</mo>
     <mrow>
      <mn>2</mn><mi>x</mi><mtext>&#160;</mtext><mi>d</mi><mi>x</mi><mo>=</mo><msup>
       <mi>x</mi>
       <mn>2</mn>
      </msup>
      
     </mrow>
    </mrow>
   </mstyle>
  </mrow>
</math>. 
<p/>(NOTE: You can read <math xmlns='http://www.w3.org/1998/Math/MathML'><mrow><mo>&#x222B;</mo></mrow></math> as "integral of " and <i>dx</i> as with "respect to <i>x</i>".)
<p/>One can argue that the integral of <i>2x</i> with respect to <i>x</i> is <math xmlns='http://www.w3.org/1998/Math/MathML'><msup><mi>x</mi><mn>2</mn></msup><mo>+</mo><mn>1</mn></math>, or <math xmlns='http://www.w3.org/1998/Math/MathML'><msup><mi>x</mi><mn>2</mn></msup><mo>-</mo><mn>4</mn></math> or, <math xmlns='http://www.w3.org/1998/Math/MathML'><msup><mi>x</mi><mn>2</mn></msup><mo>+</mo><mfrac><mn>4</mn><mn>5</mn></mfrac></math> or <math xmlns='http://www.w3.org/1998/Math/MathML'><msup><mi>x</mi><mn>2</mn></msup><mo>-</mo><mn>7</mn></math> because their derivatives with respect to <i>x</i> is <i>2x</i>. And, that is a valid arguement. In other words, there is no single answer for the integral of a function of <i>x</i> with respect to <i>x</i>, there are as many answers as you like. But, as you can already see, all those answers are only different from each other by a constant number. The reason for it is that the derivative of a constant number (constant function) with respect to <i>x</i> is always zero.
<p/>So, we say that the integral of 2<i>x</i> with respect to <i>x</i> is <math xmlns='http://www.w3.org/1998/Math/MathML'><msup><mi>x</mi><mn>2</mn></msup><mo>+</mo><mn>C</mn></math>, where C is any constant number called the <i>constant of integration</i> and write it as follows:
<math display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
  <mrow>
   <mstyle displaystyle='true'>
    <mrow><mo>&#x222B;</mo>
     <mrow>
      <mn>2</mn><mi>x</mi><mtext>&#160;</mtext><mi>d</mi><mi>x</mi><mo>=</mo><msup>
       <mi>x</mi>
       <mn>2</mn>
      </msup>
		<mo>+</mo><mi>C</mi>      
     </mrow>
    </mrow>
   </mstyle>
  </mrow>
</math>. 
<p/>It is absolutely necessary that you put that <i>constant of integration</i> C when you write the integral of a function.
<p/>Since there is no definite answer to the integral problems we have been talking about, we call this type of integral as <i>indefinite integral</i>.
<p/>I am sure most of you must be wondering if there is another kind of integral which is called <i>definite itegral</i>. And, yes, that is the case. <i>Definite Integrals</i> are defined in a different way, but calculations of <i>definite integral</i> involve finding the <i>indefinite integral</i> or simply the integral function. The <i>definite integrals</i> are always over an real interval (both finite or infinite) or over the union of two or more real intervals.
<p/>The <i>definite integral</i> of 2<i>x</i> with respect to <i>x</i> over the interval (3,5) is basically calculated by considering any function <i>F(x)</i> whose derivative with respect to <i>x</i> is 2<i>x</i> (the usual integral without the <i>constant of integration</i> C), in this case <math xmlns='http://www.w3.org/1998/Math/MathML'>
  <mrow>
   <mi>F</mi><mo stretchy='false'>(</mo><mi>x</mi><mo stretchy='false'>)</mo><mo>=</mo><msup>
    <mi>x</mi>
    <mn>2</mn>
   </msup>
  </mrow>
</math>

and finding the difference <i>F(5) - F(3)</i>, and written as follows:

<math display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
  <mrow>
   <mstyle displaystyle='true'>
    <mrow><munderover>
     <mo>&#x222B;</mo>
     <mn>3</mn>
     <mn>5</mn>
    </munderover>
    <mrow>
     <mn>2</mn><mi>x</mi><mtext>&#160;</mtext><mi>d</mi><mi>x</mi><mo>=</mo><mi>F</mi><mo stretchy='false'>(</mo><mn>5</mn><mo stretchy='false'>)</mo><mo>&#x2212;</mo><mi>F</mi><mo stretchy='false'>(</mo><mn>3</mn><mo stretchy='false'>)</mo>
    </mrow>
   </mrow>
  </mstyle><mo>=</mo><msup>
   <mn>5</mn>
   <mn>2</mn>
  </msup>
  <mo>&#x2212;</mo><msup>
   <mn>3</mn>
   <mn>2</mn>
  </msup>
  <mo>=</mo><mn>25</mn><mo>&#x2212;</mo><mn>9</mn><mo>=</mo><mn>16</mn>
 </mrow>
</math>.


<br/>
<br/>
<hr/>Copyright &#169; Dayal D. Purohit, Ph.D.(Mathematics)
<hr/>
<br/>
<object data="/google/adsense.htm" type="text/html" width="728" height="90"></object>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1416736-1";
urchinTracker();
</script>

</body>
</html>
