Flashcards · 12 cards

Integration

Say the answer to yourself, then check. Cards you know come back less and less often; cards you don't come back tomorrow.

  1. Rule

    Integrate axnax^n.

    Answer

    axn+1n+1+c\dfrac{ax^{n + 1}}{n + 1} + c for n≠−1n \ne -1: add 1 to the power, divide by the new power, add cc.

    ∫ a xⁿ dx = a xn + 1 ⁄ (n + 1) + c
    add 1 to the power, then divide by the new power; never forget + c (n ≠ −1)
    Integrating a powerAdd 1 to the power, divide by the new power, add c
  2. Rule

    Integration by substitution: the steps?

    Answer

    Let uu be the inside; find du=u′ dxdu = u'\,dx; swap everything, dxdx included, into uu; integrate; put xx back.

    ∫ 2x(x² + 1)³ dx: let u = x² + 1, so du = 2x dx
    = ∫ u³ du = u⁴ ⁄ 4 + c = (x² + 1)⁴ ⁄ 4 + c
    let u be the inside; its derivative should appear outside; change the limits too
    Substitutionu = the inside; du = u′ dx; swap everything into u
  3. Rule

    ∫f′(x)f(x) dx= ?\displaystyle\int \frac{f'(x)}{f(x)}\,dx = \,?

    Answer

    ln⁡∣f(x)∣+c\ln|f(x)| + c, when the top is the derivative of the bottom.

    ∫ 1 ⁄ (ax + b) dx = (1 ⁄ a) ln|ax + b| + c
    ∫ f′(x) ⁄ f(x) dx = ln|f(x)| + c
    when the top is the derivative of the bottom, the answer is a log
    Integrals that give logs∫ f′(x) ÷ f(x) dx = ln|f(x)| + c
  4. Know it

    Integrating a fraction: what must you not do?

    Answer

    Integrate the top and bottom separately. Simplify it, split it into partial fractions, or substitute first.

  5. Rule

    Part of the curve is below the xx-axis. How do you find the total area?

    Answer

    Integrate each part separately: the part below comes out negative. Add the sizes.

    x+−+
    Above and below the axisThe integral counts the part below the axis as negative
  6. Rule

    The volume of revolution about the yy-axis?

    Answer

    V=π∫abx2 dyV = \pi\int_a^b x^2\,dy, where aa and bb are yy-values.

    yxab
    About the y-axisV = π∫ x² dy: discs of radius x, limits a and b are y-values
  7. Rule

    From acceleration to velocity and displacement?

    Answer

    Integrate: v=∫a dtv = \int a\,dt and s=∫v dts = \int v\,dt, using the starting values to find each constant.

    distance sd/dt →velocity vd/dt →acceleration a
    differentiate to go right; integrate to come back
    Displacement, velocity, accelerationDifferentiate down the chain; integrate back up it
  8. Know it

    The velocity changes sign during the time asked about. How do you find the distance travelled?

    Answer

    Split the integral where v=0v = 0 (the particle turns back there) and add the sizes.

  9. Rule

    The trapezium rule?

    Answer

    ∫aby dx≈h2[y0+yn+2(y1+⋯+yn−1)]\int_a^b y\,dx \approx \dfrac h2\big[y_0 + y_n + 2(y_1 + \dots + y_{n - 1})\big]: the first and last ordinates once, the middle ones twice.

    xy₀y₁y₂y₃y₄h
    Strips as trapeziumsEach strip is about a trapezium: ½h(yᵢ + yᵢ₊₁)
  10. Know it

    Five ordinates from aa to bb: how many strips, and what is hh?

    Answer

    Four strips, so h=b−a4h = \dfrac{b - a}{4}.

  11. Which method?

    WAEC 2018 · Paper 2 · Q11 (b)

    Find ∫x1−x dx\displaystyle\int x\sqrt{1 - x}\,dx.

    Which substitution?

    Answer

    Let u=1−xu = 1 - x, so x=1−ux = 1 - u and dx=−dudx = -du. The integral becomes −∫(1−u)u12 du-\int (1 - u)u^{\frac12}\,du, which splits into powers of uu.

  12. Which method?

    WAEC 2023 · Paper 2 · Q2

    Using the trapezium rule with five ordinates, evaluate, correct to two decimal places, ∫0241+x2 dx\displaystyle\int_0^2 \frac{4}{1 + x^2}\,dx.

    Approximate value

    What is hh?

    Answer

    Five ordinates make four strips, so h=2−04=0.5h = \dfrac{2 - 0}{4} = 0.5, with ordinates at x=0,0.5,1,1.5,2x = 0, 0.5, 1, 1.5, 2.