Integration rule for piecewise definition by interval

From Calculus
Revision as of 22:10, 5 July 2012 by Vipul (talk | contribs) (Created page with "==Statement== ===Definite integration version with fixed endpoints=== The process is as follows: * Break up the interval of integration into pieces based on the pieces of d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Statement

Definite integration version with fixed endpoints

The process is as follows:

  • Break up the interval of integration into pieces based on the pieces of definition of the function.
  • Compute the definite integral on each piece of the corresponding function.
  • Add them up.

Definite integral version with fixed lower endpoint, variable upper endpoint

The process is as follows:

  • Make cases for the variable upper endpoint based on which interval it lands inside.
  • For each case, use the "definite integration version with fixed endpoints"

Indefinite integral computation

Simply do the "definite integral version with fixed lower endpoint, variable upper endpoint" by making an arbitrary choice of fixed lower endpoint (it is usually most convenient to choose this as the left endpoint of the interval of definition of the function if such a point exists). After getting the answer, add a +C to it (or rather, to each of the pieces.

Examples

Consider the function:

f(x):={5,x5x,5<x0x2,0<x<1x3,x1

Suppose we are asked to calculate:

13f(x)dx

We first break up the interval of integration into pieces based on the function definition. We note that the only points in [1,3] where the function definition changes are the points 0 and 1, so we break up the interval of integration at 0 and 1. We thus get three intervals: [1,0],[0,1],and[1,3]. Thus:

13f(x)dx=10f(x)dx+01f(x)dx+13f(x)dx

Within each interval, we can use the definition for that interval:

13f(x)dx=10xdx+01x2dx+13x3dx

This becomes:

13f(x)dx=[x22]10+[x33]01+[x44]13

This simplifies to:

13f(x)dx=12+13+20=1196