A-level Mathematics/OCR/C3/Integration

From testwiki
Jump to navigation Jump to search

Integration of Natural Equations

In core three you will be required to know the formulae for integrating a function involving a natural equation. The formulae for the integration of 1x is especially important because if you try to integrate it using the formulae that we learned in core two you will get a zero in the denominator. The formulae are:

ekxdx=1kekx+c
1xdx=ln|x|+c
The integral of an exponential function to any base is: axdx=1ln(a)ax+C

Example

Integrate the following function 4x31x+4e4x.

Using the formulae we get:

4x31x+4e4xdx=x4ln|x|+e4x+c

Integration Involving Linear Substitution

Currently we can not integrate directly a composite function, if we need to integrate a composite function we need to perform a linear substitution. To integrate the complex function f[g(x)]', we need to use the following procedure.

  1. Set u = g(x)
  2. Find the derivative of u and solve for dx
  3. In the function replace g(x) with u and dx with the result obtained in step 2.
  4. Integrate the function with respect to u.
  5. Replace u with g(x).

Example

Integrate (12x+9)8.

  1. u = 12x + 9
  2. dudx=12 and dx=du12
  3. u8du12 which is equivalent to 112u8du
  4. u9108
  5. (12x+9)9108+C

Another more complex example:

Integrate 3x(6x2)5.

  1. u = 6x - 2
  2. dudx=6 and dx=du6
  3. 3xu5du6
  4. This time, however, we've got an x term left in the equation. We can't integrate with respect to u if an x is lurking around, so we have to get rid of it.
  5. If u = 6x - 2, then x = u+26
  6. Substitute this to the integral:
  7. 3(u+26)u5du6
  8. Multiply out and generally clean up the integral:
  9. (u+22)u5du6 = 16(u6+2u52)du
  10. Split it into two and integrate:

16u62du+162u52

=16(u714+2u612)+C

Volumes of Revolution

Integrals are used to find the volume of a shape that is created by rotating a line or set of lines around the x or y axis's. We can only revolve around an axis that is independent. This is also the way to prove the formulae for the volumes of such shapes as cones and spheres. The method that you will learn in this module is known as the disk method. The formulae are:

Vx=πaby2dx
Vy=πcdx2dy

The procedure is:

  1. Square the function and integrate
  2. Input the highest value.
  3. Input the lower value.
  4. Subtract the result from the higher value from the result of the lower value. The answer has to be positive.
  5. If the curve is bounded by another curve do steps 1 to 5 and then subtract the lower curve from the higher curve. The a is the highest point at which the two curves meet and b is the lowest point at which the two curves meet.

Example One: Area between a Curve and an Axis

Find the volume of the solid obtained by rotating the liney=22x+9 around the x-axis and bounded by the line x = 6 and the y - axis.

  1. First we square the function and integrate
    1. π06(22x+9)2dx
    2. π064{2x+9}2dx
    3. π[22x+9]06
  2. Then we input the highest value.
    1. 22×6+9=221
  3. Then we input the lowest value.
    1. 22×0+9=29
  4. Finally we subtract the result from the higher value from the result of the lower value. The answer has to be positive.
    1. π(22129)=863π
  5. The area of the solid is 863π.

Example Two: Area between Two Curves

Find the volume of the object bounded by the curves y=x2 and y=x revolved around the x-axis.

  1. First we find where they are equal.
    1. x2=x x = 1 or 0
  2. Then we integrate the first function.
    1. π01x4dx
    2. π[x55]01
  3. Now we input the higher number.
    1. 155=15
  4. Then we input the lower number.
    1. 055=05
  5. We subtract and we get 1π5
  6. Now we need to do the same for the second curve.
  7. We integrate the second function.
    1. π01xdx
    2. π[x22]01
  8. Now we input the higher number.
    1. 122=12
  9. Then we input the lower number.
    1. 022=02
  10. We subtract and we get 1π2
  11. Finally we subtract the area the upper curve from the area of the lower curve
    1. 1π21π5=3π10
  12. The area of the solid bounded by the curves y=x2 and y=x and rotated around the x-axis is 3π10

Template:A-level Mathematics/C3/TOC