Difference between revisions of "Definite integral"

From Conservapedia
Jump to navigation Jump to search
(Added examples and expanded article)
m (minor edits)
Line 4: Line 4:
  
 
==Definite Integrals==
 
==Definite Integrals==
 +
 +
  
 
A definite integral is the area under the curve between two points on the function. In the picture below, the yellow area is "positive" and the blue area is "negative". The integral is evaluated by adding the positive area together and subtracting the negative area.
 
A definite integral is the area under the curve between two points on the function. In the picture below, the yellow area is "positive" and the blue area is "negative". The integral is evaluated by adding the positive area together and subtracting the negative area.
Line 10: Line 12:
  
 
If the function f(x) is real rather than complex, then the definite integral is also known as a Riemann integral.
 
If the function f(x) is real rather than complex, then the definite integral is also known as a Riemann integral.
 +
 +
  
 
== Solving Definite Integrals ==
 
== Solving Definite Integrals ==
 
Solving a definite integral usually has two main steps: [[integration]] and [[subtraction]].
 
Solving a definite integral usually has two main steps: [[integration]] and [[subtraction]].
 +
 +
  
 
== Example 1==
 
== Example 1==
Line 29: Line 35:
 
: <math>F(5) = {1 \over 3}5^3 = {125 \over 3}</math>
 
: <math>F(5) = {1 \over 3}5^3 = {125 \over 3}</math>
 
: <math>F(-3) = {1 \over 3}(-3)^3 = {-27 \over 3}</math>
 
: <math>F(-3) = {1 \over 3}(-3)^3 = {-27 \over 3}</math>
 +
<br />And subtract:
 
: <math>{125 \over 3} - {-27 \over 3} = {125 \over 3} + {27 \over 3} </math>
 
: <math>{125 \over 3} - {-27 \over 3} = {125 \over 3} + {27 \over 3} </math>
 
: <math>= {152 \over 3}</math>
 
: <math>= {152 \over 3}</math>
Line 36: Line 43:
 
: <math>\int_4^{12}\frac{3x+11}{x^2-x-6}dx </math>
 
: <math>\int_4^{12}\frac{3x+11}{x^2-x-6}dx </math>
 
=== Integration ===
 
=== Integration ===
<br />See the [[Partial fractions in integration]] page for how to integrate.
+
<br />See the [[Partial fractions in integration]] page for how to integrate the above expression (it is the example).
 
<br />As shown on the page mentioned above:
 
<br />As shown on the page mentioned above:
 
: <math>\int\frac{3x+11}{x^2-x-6}dx=4ln|x-3|-ln|x+2|+c</math>
 
: <math>\int\frac{3x+11}{x^2-x-6}dx=4ln|x-3|-ln|x+2|+c</math>

Revision as of 21:23, December 30, 2008

A definite integral is an integral with upper and lower limits.

A definite integral.

Definite Integrals

A definite integral is the area under the curve between two points on the function. In the picture below, the yellow area is "positive" and the blue area is "negative". The integral is evaluated by adding the positive area together and subtracting the negative area.

Definiteintegralnv7.gif

If the function f(x) is real rather than complex, then the definite integral is also known as a Riemann integral.


Solving Definite Integrals

Solving a definite integral usually has two main steps: integration and subtraction.


Example 1

This is a very simple definite integral:

<math>\int_{-3}^{5} x^2 dx</math>

Integration


Using indefinite integration, it can be shown that:

<math>\int x^2dx = {1 \over 3} x^3 = F(x)</math>


Note that <math>F(x)</math> is the indefinite integral of <math>f(x)</math>.

Subtraction


Now, plug <math>5</math> and <math>-3</math> into the new expression and subtract, as shown by the Fundamental Theorem of Calculus.

<math>F(5) = {1 \over 3}5^3 = {125 \over 3}</math>
<math>F(-3) = {1 \over 3}(-3)^3 = {-27 \over 3}</math>


And subtract:

<math>{125 \over 3} - {-27 \over 3} = {125 \over 3} + {27 \over 3} </math>
<math>= {152 \over 3}</math>

Example 2

This is a more complex definite integral that requires partial fractions to solve:

<math>\int_4^{12}\frac{3x+11}{x^2-x-6}dx </math>

Integration


See the Partial fractions in integration page for how to integrate the above expression (it is the example).
As shown on the page mentioned above:

<math>\int\frac{3x+11}{x^2-x-6}dx=4ln|x-3|-ln|x+2|+c</math>

Subtraction

This means that we can now subtract:

<math>\left [ 4ln|12-3|-ln|12+2|+c \right ] - \left [ 4ln|4-3|-ln|4+2|+c \right ]</math>
<math>= \left [ 4ln|9|-ln|14|+c \right ] - \left [ 4ln|1|-ln|6|+c \right ]</math>
<math>= 4ln|9|-ln|14| - 4ln|1| + ln|6|</math>
<math>= 4ln|9|-ln|14| + ln|6|</math>
<math>\approx 6.02941...</math>


Note the following:

  • <math>ln(1) = 0</math>
  • The <math>c</math> on each side cancels out because we have <math>c-c</math>
  • <math>ln|6|</math> becomes positive because it was <math>-(-ln|6|)</math>

See Also