Hard A-Level Indefinite integration Questions

Challenging, exam-style A-Level Indefinite integration questions with worked solutions. Stretch yourself on the hardest expand, find c, surd, evaluate problems.

expandfind csurdevaluatecubic gradientdifference of squares
A-Level34 questionsStep-by-step solutions
Question 1
8 markschallenging
A curve has dydx=5xx6x+3\dfrac{dy}{dx}=5x\sqrt{x}-6\sqrt{x}+3 and passes through (1,4)(1,4). Find its equation and yy when x=4x=4.
Show worked solution

Worked solution

  1. Write down the gradient function

    dydx=5xx6x+3\frac{dy}{dx}=5x\sqrt{x}-6\sqrt{x}+3

    The derivative gives the gradient of the curve; integrating it reverses differentiation to recover yy.

  2. Write the surd terms as powers

    dydx=5x326x12+3\frac{dy}{dx}=5x^{\frac{3}{2}} - 6x^{\frac{1}{2}} + 3

    Use xx=x3/2x\sqrt{x}=x^{3/2} and x=x1/2\sqrt{x}=x^{1/2}.

  3. Integrate to find yy (remember +c+c)

    y=(5x326x12+3)dxy=\int\left(5x^{\frac{3}{2}} - 6x^{\frac{1}{2}} + 3\right)\,dx

    Reversing differentiation always introduces an unknown constant, so we carry a +c+c until a point lets us find it.

  4. Recall the power rule

    xndx=xn+1n+1+c(n1)\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c\quad(n\neq-1)

    Add one to each power and divide by the new power.

  5. Integrate this term

    5x32dx=2x52\int 5x^{\frac{3}{2}}\,dx = 2x^{\frac{5}{2}}

    Add one to the fractional power and divide by the new power; index laws work exactly as they do for whole-number powers.

  6. Integrate this term

    6x12dx=4x32\int -6x^{\frac{1}{2}}\,dx = -4x^{\frac{3}{2}}

    Add one to the fractional power and divide by the new power; index laws work exactly as they do for whole-number powers.

  7. Integrate this term

    3dx=3x\int 3\,dx = 3x

    A constant integrates to that constant multiplied by xx.

  8. Write the general solution

    y=2x524x32+3x+cy=2x^{\frac{5}{2}} - 4x^{\frac{3}{2}} + 3x+c

    Every curve in this family has the given gradient function; the constant cc decides which one we have.

  9. Use the point on the curve

    4=1+c4=1+c

    The curve passes through (1,4)(1,\,4), so substituting x=1x=1 must give y=4y=4.

  10. Solve for the constant

    c=3c=3

    Rearranging fixes the single constant that makes the curve pass through the given point.

  11. Substitute the constant back

    y=2x524x32+3x+3y=2x^{\frac{5}{2}} - 4x^{\frac{3}{2}} + 3x+3

    Replace cc with the value we found to get the specific curve, not the whole family.

  12. State the equation of the curve

    y=2x524x32+3x+3y=2x^{\frac{5}{2}} - 4x^{\frac{3}{2}} + 3x + 3

    Substituting cc back gives the one curve with this gradient that passes through the point.

  13. Check by differentiating

    dydx=5x326x12+3\frac{dy}{dx}=5x^{\frac{3}{2}} - 6x^{\frac{1}{2}} + 3

    Differentiating our equation returns the original gradient function, confirming the working.

  14. Confirm the point lies on the curve

    x=1:  y=4x=1:\; y=4

    Substituting the xx-coordinate reproduces the given yy-coordinate, as required.

  15. Evaluate yy at x=4x=4

    x=4:  y=47x=4:\; y=47

    Substitute the required xx-value into the equation of the curve.

  16. State both required results

    y=2x524x32+3x+3andy(4)=47y=2x^{\frac{5}{2}} - 4x^{\frac{3}{2}} + 3x + 3\quad\text{and}\quad y(4)=47

    The question asked for the equation of the curve and the value of yy at the given point; here are both.

Answer
y=2x524x32+3x+3y=2x^{\frac{5}{2}} - 4x^{\frac{3}{2}} + 3x + 3
Question 2
why n cannot be -1 markschallenging
The power rule xndx=xn+1n+1+c\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c carries the condition n1n\neq -1. Which explanation of this condition is correct?
Show worked solution

Worked solution

  1. State the general principle

    xndx=xn+1n+1+c\int x^{n}\,dx=\frac{x^{n+1}}{n+1}+c

    The rule needs the denominator n+1n+1 to be non-zero.

  2. Identify the danger

    n+1=0n=1n+1=0\Rightarrow n=-1

    If n=1n=-1 the denominator becomes zero, so the rule breaks down.

  3. Look at the awkward case

    x1dx\int x^{-1}\,dx

    This is 1xdx\int \tfrac{1}{x}\,dx, which the power rule cannot handle.

  4. Try the (invalid) rule anyway

    x00\frac{x^{0}}{0}

    Dividing by zero is undefined, so the power rule gives nonsense here.

  5. Test other negative powers

    x2dx=x11=x1\int x^{-2}\,dx=\frac{x^{-1}}{-1}=-x^{-1}

    For n=2n=-2 the rule works fine because n+1=10n+1=-1\neq 0.

  6. Test a fractional power

    x12dx=23x32\int x^{\frac{1}{2}}\,dx=\frac{2}{3}x^{\frac{3}{2}}

    Fractional powers are fine as long as n1n\neq -1.

  7. Summarise which powers are safe

    n1n\neq -1

    Every real power except 1-1 can be integrated with the power rule.

  8. Explain why 1-1 is special

    ddx(lnx)=x1\frac{d}{dx}(\ln x)=x^{-1}

    The antiderivative of x1x^{-1} is a logarithm, met later in the course, not a power of xx.

  9. Confirm with differentiation

    ddx(xn+1n+1)=xn\frac{d}{dx}\left(\frac{x^{n+1}}{n+1}\right)=x^{n}

    Differentiating the rule's output returns xnx^{n} whenever n+10n+1\neq 0.

  10. Re-examine n=1n=-1

    x00  undefined\frac{x^{0}}{0}\;\text{undefined}

    The check itself fails at n=1n=-1, confirming the exclusion.

  11. Consider a student's slip

    x1dx=x00+c\int x^{-1}\,dx=\frac{x^{0}}{0}+c

    A student who ignores the restriction reaches an undefined expression.

  12. Correct the misconception

    power rule needs n1\text{power rule needs } n\neq -1

    The restriction is essential, not optional.

  13. Generalise

    axndx=an+1xn+1+c\int a x^{n}\,dx=\frac{a}{n+1}x^{n+1}+c

    A constant multiplier simply carries through the same rule.

  14. Note the single exception again

    n=1n=-1

    Only this one value is forbidden.

  15. Conclude

    n1n\neq -1

    The condition n1n\neq -1 is exactly what keeps the power rule valid.

Answer
n1n\neq -1
Question 3
prove an integral by differentiation markschallenging
Show that (2x3)(x+1)dx=23x312x23x+c\int (2x-3)(x+1)\,dx=\dfrac{2}{3}x^{3}-\dfrac{1}{2}x^{2}-3x+c. Which line of reasoning correctly proves this?
Show worked solution

Worked solution

  1. Write down the integral

    (2x3)(x+1)dx\int (2x-3)(x+1)\,dx

    There is no product rule for integration, so we expand first.

  2. Multiply the brackets

    (2x3)(x+1)=2x2+2x3x3(2x-3)(x+1)=2x^{2}+2x-3x-3

    Use each term of the first bracket on each term of the second.

  3. Collect like terms

    2x2x32x^{2}-x-3

    Combine the two middle terms 2x3x=x2x-3x=-x.

  4. Recall the power rule

    xndx=xn+1n+1+c(n1)\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c\quad(n\neq-1)

    Add one to the power and divide by the new power.

  5. Integrate the x2x^{2} term

    2x2dx=23x3\int 2x^{2}\,dx=\frac{2}{3}x^{3}

    Raise the power to 33 and divide by 33.

  6. Integrate the xx term

    xdx=12x2\int -x\,dx=-\frac{1}{2}x^{2}

    Raise the power to 22 and divide by 22.

  7. Integrate the constant

    3dx=3x\int -3\,dx=-3x

    A constant integrates to the constant times xx.

  8. Combine the integrated terms

    23x312x23x\frac{2}{3}x^{3}-\frac{1}{2}x^{2}-3x

    Add the three integrated pieces together.

  9. Add the constant of integration

    23x312x23x+c\frac{2}{3}x^{3}-\frac{1}{2}x^{2}-3x+c

    Include +c+c for the indefinite integral.

  10. Begin the check by differentiating

    ddx(23x3)=2x2\frac{d}{dx}\left(\frac{2}{3}x^{3}\right)=2x^{2}

    Differentiate the first term to test our answer.

  11. Differentiate the second term

    ddx(12x2)=x\frac{d}{dx}\left(-\frac{1}{2}x^{2}\right)=-x

    This should match the middle term of the integrand.

  12. Differentiate the third term

    ddx(3x)=3\frac{d}{dx}(-3x)=-3

    This matches the constant term.

  13. Differentiate the constant

    ddx(c)=0\frac{d}{dx}(c)=0

    The constant disappears, as expected.

  14. Reassemble the derivative

    2x2x32x^{2}-x-3

    This equals the expanded integrand exactly.

  15. Conclude

    23x312x23x+c\frac{2}{3}x^{3}-\frac{1}{2}x^{2}-3x+c

    Since differentiating returns the integrand, the result is proven correct.

Answer
23x312x23x+c\frac{2}{3}x^{3}-\frac{1}{2}x^{2}-3x+c
Question 4
9 markschallenging
A curve satisfies d2ydx2=20x3\dfrac{d^{2}y}{dx^{2}}=20x^{3}. When x=1x=1 the gradient is 22 and y=1y=1. Find the equation of the curve.
Show worked solution

Worked solution

  1. Write down the second derivative

    d2ydx2=20x3\frac{d^2y}{dx^2}=20x^{3}

    The second derivative is the rate of change of the gradient; integrating once gives the gradient function.

  2. Recall the power rule

    xndx=xn+1n+1+c(n1)\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c\quad(n\neq-1)

    Add one to each power and divide by the new power.

  3. Integrate this term (first integration)

    20x3dx=5x4\int 20x^{3}\,dx = 5x^{4}

    Raise the power by one and divide by that new power.

  4. Write the gradient with its constant

    dydx=5x4+A\frac{dy}{dx}=5x^{4}+A

    The first integration introduces its own constant, which we call AA.

  5. Use the first condition

    2=5+A2=5+A

    At x=1x=1 the gradient is 22, which lets us find AA.

  6. Solve for AA

    A=3A=-3

    This pins down the gradient function completely.

  7. State the gradient function

    dydx=5x43\frac{dy}{dx}=5x^{4} - 3

    Now we know the exact gradient function, ready to integrate a second time.

  8. Integrate again to find yy (add BB)

    y=(5x43)dxy=\int\left(5x^{4} - 3\right)\,dx

    Integrating the gradient recovers yy, introducing a second constant BB.

  9. Integrate this term (second integration)

    5x4dx=x5\int 5x^{4}\,dx = x^{5}

    Raise the power by one and divide by that new power.

  10. Integrate this term (second integration)

    3dx=3x\int -3\,dx = -3x

    A constant integrates to that constant multiplied by xx.

  11. Write yy with its constant

    y=x53x+By=x^{5} - 3x+B

    This is the general form of yy; the second condition will fix BB.

  12. Use the second condition

    1=2+B1=-2+B

    At x=1x=1 we know y=1y=1, which determines BB.

  13. Solve for BB

    B=3B=3

    Both constants are now known.

  14. State the equation of the curve

    y=x53x+3y=x^{5} - 3x + 3

    Putting AA and BB back gives the single curve satisfying every condition.

  15. Check by differentiating twice

    d2ydx2=20x3\frac{d^2y}{dx^2}=20x^{3}

    Differentiating yy twice returns the original second derivative, confirming the result.

Answer
y=x53x+3y=x^{5} - 3x + 3
Question 5
9 markschallenging
A curve has d2ydx2=12x26x\dfrac{d^{2}y}{dx^{2}}=12x^{2}-6x. At x=1x=1 the gradient is 00, and the curve passes through (0,2)(0,2). Find its equation and yy at x=2x=2.
Show worked solution

Worked solution

  1. Write down the second derivative

    d2ydx2=12x26x\frac{d^2y}{dx^2}=12x^{2}-6x

    The second derivative is the rate of change of the gradient; integrating once gives the gradient function.

  2. Recall the power rule

    xndx=xn+1n+1+c(n1)\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+c\quad(n\neq-1)

    Add one to each power and divide by the new power.

  3. Integrate this term (first integration)

    12x2dx=4x3\int 12x^{2}\,dx = 4x^{3}

    Raise the power by one and divide by that new power.

  4. Integrate this term (first integration)

    6xdx=3x2\int -6x\,dx = -3x^{2}

    Raise the power by one and divide by that new power.

  5. Write the gradient with its constant

    dydx=4x33x2+A\frac{dy}{dx}=4x^{3} - 3x^{2}+A

    The first integration introduces its own constant, which we call AA.

  6. Use the first condition

    0=1+A0=1+A

    At x=1x=1 the gradient is 00, which lets us find AA.

  7. Solve for AA

    A=1A=-1

    This pins down the gradient function completely.

  8. State the gradient function

    dydx=4x33x21\frac{dy}{dx}=4x^{3} - 3x^{2} - 1

    Now we know the exact gradient function, ready to integrate a second time.

  9. Integrate again to find yy (add BB)

    y=(4x33x21)dxy=\int\left(4x^{3} - 3x^{2} - 1\right)\,dx

    Integrating the gradient recovers yy, introducing a second constant BB.

  10. Integrate this term (second integration)

    4x3dx=x4\int 4x^{3}\,dx = x^{4}

    Raise the power by one and divide by that new power.

  11. Integrate this term (second integration)

    3x2dx=x3\int -3x^{2}\,dx = -x^{3}

    Raise the power by one and divide by that new power.

  12. Integrate this term (second integration)

    1dx=x\int -1\,dx = -x

    A constant integrates to that constant multiplied by xx.

  13. Write yy with its constant

    y=x4x3x+By=x^{4} - x^{3} - x+B

    This is the general form of yy; the second condition will fix BB.

  14. Use the second condition

    2=0+B2=0+B

    At x=0x=0 we know y=2y=2, which determines BB.

  15. Solve for BB

    B=2B=2

    Both constants are now known.

  16. State the equation of the curve

    y=x4x3x+2y=x^{4} - x^{3} - x + 2

    Putting AA and BB back gives the single curve satisfying every condition.

  17. Check by differentiating twice

    d2ydx2=12x26x\frac{d^2y}{dx^2}=12x^{2} - 6x

    Differentiating yy twice returns the original second derivative, confirming the result.

  18. Evaluate yy at x=2x=2

    x=2:  y=8x=2:\; y=8

    Substitute the required xx-value into the equation of the curve.

Answer
y=x4x3x+2y=x^{4} - x^{3} - x + 2

Unlock 29 more Indefinite integration questions

Create a free account to work through every A-Level Indefinite integration question with instant step-by-step worked solutions, progress tracking and interactive lessons.

  • Full worked solutions for every question
  • Interactive lessons and instant feedback
  • Track your mastery across every topic
Create a Free Account

No card required · Free forever

More Indefinite integration practice

Related Pure Maths topics