您在這裡

Properties of the integral

12 十一月, 2015 - 11:22

Let f and g be two functions of x, and let c be a constant. We already know that for derivatives,\frac{d}{dx}(f+g)=\frac{df}{dx}+\frac{dg}{dx}
and
\frac{d}{dx}(cf)=c\frac{df}{dx}
But since the indefinite integral is just the operation of undoing a derivative, the same kind of rules must hold true for indefinite integrals as well:
\int (f+g)dx=\int f\textrm{{ }}dx+\int g\textrm{{ }}dxand


\int (cf)dx=c\int f\textrm{{ }}dx
And since a definite integral can be found by plugging in the upper and lower limits of integration into the indefinite integral, the same properties must be true of definite integrals as well.

Example

Evaluate the indefinite integral

\int (x+2\textrm{sin }x)dxUsing the additive property, the integral becomes

\int xdx+\int 2\textrm{sin }x\textrm{{ }}dx

Then the property of scaling by a constant lets us change this to

\int xdx+2\int \textrm{sin }x\textrm{{ }}dx

We need a function whose derivative is x , which would be x^2/2, and one whose derivative is \textrm{sin }x , which must be -\textrm{cos }x , so the result is

\frac{1}{2}x^2-2\textrm{cos }x+c