Study Guide

Applications to kinematics, areas and volumes

Edexcel International GCSE Further Pure MathematicsΒ· Section S9CΒ· 25 min read

1. Calculus Applications to Linear Kinematicsβ˜…β˜…β˜†β˜†β˜†β± 8 min

βœ“ Calculator OK

πŸ“˜ Definition

Kinematics Calculus Relationships

For motion in a straight line: , , , . Constants of integration represent initial displacement or initial velocity.

When solving kinematics problems, pay attention to whether you are given displacement, velocity or acceleration, and use the appropriate derivative or integral to find the unknown quantity. Remember to substitute initial conditions to find the value of any constant of integration.

πŸ“ Worked Example

A particle moves in a straight line with velocity m/s, where t is time in seconds. At t=0, displacement s = 0. Find the displacement of the particle after 3 seconds, and the acceleration at t=2 seconds.

  1. 1

    Step 1: Calculate displacement by integrating velocity with respect to time:

    s=∫v dt=∫(6tβˆ’2t2)dt=3t2βˆ’23t3+cs = \int v \, dt = \int (6t - 2t^2) dt = 3t^2 - \frac{2}{3}t^3 + c
  2. 2

    Step 2: Use initial condition s=0 at t=0 to find c: 0 = 0 - 0 + c β†’ c=0, so

  3. 3

    Step 3: Substitute t=3 to find displacement at 3s:

    s=3(3)2βˆ’23(3)3=3(9)βˆ’23(27)=27βˆ’18=9 ms = 3(3)^2 - \frac{2}{3}(3)^3 = 3(9) - \frac{2}{3}(27) = 27 - 18 = 9 \, m
  4. 4

    Step 4: Calculate acceleration by differentiating velocity with respect to time:

    a=dvdt=6βˆ’4ta = \frac{dv}{dt} = 6 - 4t
  5. 5

    Step 5: Substitute t=2 to find acceleration at 2s:

    a=6βˆ’4(2)=6βˆ’8=βˆ’2 m/s2a = 6 - 4(2) = 6 - 8 = -2 \, m/s^2

2. Calculating Area Under a Curve Using Definite Integrationβ˜…β˜…β˜…β˜†β˜†β± 8 min

βœ“ Calculator OK

πŸ“˜ Definition

Area Under a Curve

The area bounded by a curve , the x-axis, and the lines and is given by the definite integral , provided the curve lies above the x-axis over the interval . If the curve is below the x-axis, take the absolute value of the integral.

When calculating total area across an interval where the curve crosses the x-axis, split the integral into parts at each crossing point, calculate the absolute value of each integral, and add them together to get the total area.

πŸ“ Worked Example

Find the area bounded by the curve , the x-axis, and .

  1. 1

    Step 1: First confirm the curve is above the x-axis between x=1 and x=3: roots at x=0 and x=4, so all values are positive in this interval.

  2. 2

    Step 2: Set up the definite integral for the area:

    Area=∫13(4xβˆ’x2)dxArea = \int_1^3 (4x - x^2) dx
  3. 3

    Step 3: Integrate the function term by term:

    ∫(4xβˆ’x2)dx=2x2βˆ’13x3\int (4x - x^2) dx = 2x^2 - \frac{1}{3}x^3
  4. 4

    Step 4: Evaluate at the upper and lower limits and subtract:

    [2x2βˆ’13x3]13=(2(9)βˆ’13(27))βˆ’(2(1)βˆ’13(1))=9βˆ’53=223 squareunits\left[2x^2 - \frac{1}{3}x^3\right]_1^3 = \left(2(9) - \frac{1}{3}(27)\right) - \left(2(1) - \frac{1}{3}(1)\right) = 9 - \frac{5}{3} = \frac{22}{3} \, square units

3. Volumes of Revolution About Coordinate Axesβ˜…β˜…β˜…β˜…β˜†β± 9 min

βœ“ Calculator OK

πŸ“˜ Definition

Volume of Revolution Formulae

For a curve rotated 360Β° about the x-axis between and , volume is . For a curve rotated 360Β° about the y-axis between and , volume is .

Always expand or correctly before integrating, and remember to include the term in your final answer. You must state the axis of revolution and limits in your working to get full marks.

πŸ“ Worked Example

Find the volume of the solid formed when the curve is rotated 360Β° about the x-axis between and .

  1. 1

    Step 1: Write down the volume formula for rotation about the x-axis:

    V=Ο€βˆ«02y2dxV = \pi\int_0^2 y^2 dx
  2. 2

    Step 2: Substitute and expand :

    y2=(x2+1)2=x4+2x2+1y^2 = (x^2 + 1)^2 = x^4 + 2x^2 + 1
  3. 3

    Step 3: Set up the integral with expanded terms:

    V=Ο€βˆ«02(x4+2x2+1)dxV = \pi\int_0^2 (x^4 + 2x^2 + 1) dx
  4. 4

    Step 4: Integrate term by term:

    ∫(x4+2x2+1)dx=15x5+23x3+x\int (x^4 + 2x^2 + 1) dx = \frac{1}{5}x^5 + \frac{2}{3}x^3 + x
  5. 5

    Step 5: Evaluate at upper and lower limits:

    [15x5+23x3+x]02=325+163+2=20615\left[\frac{1}{5}x^5 + \frac{2}{3}x^3 + x\right]_0^2 = \frac{32}{5} + \frac{16}{3} + 2 = \frac{206}{15}
  6. 6

    Step 6: Multiply by to get the final volume:

    V=20615π cubicunitsV = \frac{206}{15}\pi \, cubic units

4. Common Pitfalls

Wrong move:

Forgetting to add the constant of integration when solving indefinite integrals for kinematics.

Why:

The constant represents initial displacement or velocity, so omitting it gives incorrect values for s or v at non-zero time.

Correct move:

Always add +c after integrating, then substitute given initial conditions to find the value of c.

Wrong move:

Leaving an area calculation as a negative value.

Why:

Area is a scalar quantity, so negative values indicate the curve is below the x-axis, not a negative area.

Correct move:

Take the absolute value of any definite integral that returns a negative value when calculating area.

Wrong move:

Forgetting to square y or x when calculating volumes of revolution.

Why:

The volume formula explicitly requires the square of the function value to account for the circular cross-section of the solid of revolution.

Correct move:

Always write the formula first, substitute the function, expand the squared term, then integrate.

Wrong move:

Using the wrong limits when rotating about the y-axis.

Why:

When rotating about the y-axis, limits must be y-values, not x-values, as you are integrating with respect to y.

Correct move:

Rearrange the function to make x the subject, use the corresponding y-values as limits, and integrate .

Wrong move:

Omitting the term in the final volume of revolution answer.

Why:

The volume formula includes from the area of a circular cross-section ().

Correct move:

Always include in your answer, unless explicitly asked to give a numerical value by substituting or using a calculator.

5. Quick Reference Cheatsheet

Concept

Formula

Key Notes

Kinematics: Velocity from Displacement

Differentiate displacement with respect to time

Kinematics: Acceleration from Velocity

Differentiate velocity once or displacement twice

Kinematics: Displacement from Velocity

c = initial displacement at t=0

Kinematics: Velocity from Acceleration

c = initial velocity at t=0

Area under curve (x-axis between a,b)

Take absolute value if curve is below x-axis

Volume of revolution (x-axis between a,b)

Rotate 360Β° about x-axis; limits are x-values

Volume of revolution (y-axis between c,d)

Rotate 360Β° about y-axis; limits are y-values

6. Frequently Asked

Do I get the volume of revolution formula on the formula sheet?

No, you must recall the formulae (for rotation about the x-axis) and (for rotation about the y-axis) for your exam, and always state the axis of revolution and limits when answering questions.

When calculating area under a curve, what do I do if the curve is below the x-axis?

If the curve lies below the x-axis over the interval you are integrating, the definite integral will give a negative value. Area is a scalar quantity, so take the absolute value of the integral to get the correct area measurement.

Going deeper

What's Next

Now that you have mastered core calculus applications for Edexcel IGCSE Further Pure Maths, you can move on to more advanced calculus topics and exam practice. The next subtopic covers rates of change using calculus, which builds on the differentiation and integration skills you have used here. You should also practice past paper questions on this topic to familiarize yourself with exam phrasing and common question structures, as this topic appears frequently in both Paper 1 and Paper 2 of the 4PM1 exam. Make sure you memorize the volume of revolution formulae, as these are not provided on the formula sheet, and practice applying them to a range of curve types including polynomials and trigonometric functions.