Photo AI

Last Updated Sep 27, 2025

Modelling with Differentiation including Optimisation Simplified Revision Notes

Revision notes with simplified explanations to understand Modelling with Differentiation including Optimisation quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

358+ students studying

7.2.6 Modelling with Differentiation including Optimisation

Modelling with differentiation involves using derivatives to analyse real-world problems and optimize functions. This includes finding the maximum or minimum values of a function, which is crucial in fields like economics, engineering, and physics.

1. Overview of Modelling with Differentiation:

infoNote
  • Differentiation is the process of finding the derivative of a function, which represents the rate of change. It is used to understand how a function behaves and to solve problems involving optimization.
infoNote
  • Optimization involves finding the maximum or minimum values of a function, which could represent the highest profit, lowest cost, shortest distance, or most efficient use of resources.

2. Steps for Modelling with Differentiation:

  • Define the Problem
  • Set Up the Function to Be Optimized
  • Differentiate the Function
  • Find the Critical Points
  • Classify the Critical Points
  • Analyse the Results

infoNote

Step 1: Define the Problem

  • Clearly understand and define what needs to be optimized (e.g., maximizing area, minimizing cost, etc.).
  • Identify the variables involved and how they are related.

Step 2: Set Up the Function to Be Optimized

  • Formulate the objective function, f(x),f(x), which represents the quantity you want to maximize or minimize.
  • Express the function in terms of a single variable, if possible.

Step 3: Differentiate the Function

  • Find the first derivative f(x)f'(x) of the objective function. This derivative represents the rate of change of the function with respect to the variable xx.

Step 4: Find the Critical Points

  • Solve f(x)=0f'(x) = 0 to find the critical points. These are the points where the function could have a maximum or minimum.
  • Check where the derivative is undefined, as these points may also be critical.

Step 5: Classify the Critical Points

  • Use the second derivative test to determine whether each critical point is a local maximum, local minimum, or neither:
  • If f(x)>0f''(x) > 0, the function has a local minimum at that point.
  • If f(x)<0f''(x) < 0, the function has a local maximum.
  • If f(x)=0f''(x) = 0, the test is inconclusive, and further analysis is needed.

Step 6: Analyse the Results

  • Determine the maximum or minimum value of the function based on the critical points.
  • Consider the domain of the function and check any endpoints if the domain is restricted.

3. Example Problems Involving Modelling with Differentiation:

infoNote

Example 1: Maximizing Area with a Fixed Perimeter

Problem: You have 100 meters of fencing to enclose a rectangular area. What dimensions should the rectangle have to maximize the enclosed area?


  • Step 1: Define the Problem:
  • Let the length of the rectangle be l and the width be w.
  • The perimeter constraint is 2l+2w=100,orl+w=50.2l + 2w = 100, or l + w = 50.

  • Step 2: Set Up the Function to Be Optimized:
  • The area A A of the rectangle is A=l×w.A = l \times w.
  • Using the perimeter constraint, express w=50l.w = 50 - l.
  • Substitute into the area function: A(l)=l(50l)=50ll2.A(l) = l(50 - l) = 50l - l^2.

  • Step 3: Differentiate the Function:
  • Find the first derivative: A(l)=502lA'(l) = 50 - 2l.

  • Step 4: Find the Critical Points:
  • Set the derivative equal to zero: 502l=0,which gives l=25.50 - 2l = 0, which\ gives\ l = 25.

  • Step 5: Classify the Critical Points:
  • Find the second derivative: A(l)=2.A''(l) = -2.
  • Since A(l)<0A''(l) < 0, the function has a local maximum at l=25. l = 25.

  • Step 6: Analyse the Results:
  • The rectangle should have dimensions l=25l = 25 meters and w=5025=25w = 50 - 25 = 25 meters to maximize the area.
  • The maximum area is A=25×25=625 square meters.A = 25 \times 25 = 625\ square\ meters.
infoNote

Example 2: Minimizing Cost

Problem: A company needs to manufacture a cylindrical can that holds 1 litre (1000 cm³) of liquid. The cost of the material for the top and bottom is higher than for the side. Find the dimensions that minimize the cost of the material.


  • Step 1: Define the Problem:
  • Let the radius of the base be r and the height of the cylinder be h.
  • The volume constraint is πr2h=1000.\pi r^2 h = 1000.
  • The cost function C(r)C(r) involves the surface area: C=2πr2C = 2\pi r^2 (for the top and bottom) plus 2πrh2\pi r h (for the side).

  • Step 2: Set Up the Function to Be Optimized:
  • Express h from the volume constraint:h=1000πr2. h = \frac{1000}{\pi r^2}.
  • Substitute into the cost function: C(r)=2πr2+2πr1000πr2=2πr2+2000r.C(r) = 2\pi r^2 + 2\pi r \cdot \frac{1000}{\pi r^2} = 2\pi r^2 + \frac{2000}{r}.

  • Step 3: Differentiate the Function:
  • Find the first derivative: C(r)=4πr2000r2C'(r) = 4\pi r - \frac{2000}{r^2}.

  • Step 4: Find the Critical Points:
  • Set the derivative equal to zero: 4πr2000r2=04\pi r - \frac{2000}{r^2} = 0 4πr3=20004\pi r^3 = 2000 r3=20004π=500πr=(500π)13r^3 = \frac{2000}{4\pi} = \frac{500}{\pi} \quad \Rightarrow \quad r = \left(\frac{500}{\pi}\right)^{\frac{1}{3}}
  • Step 5: Classify the Critical Points:
  • Use the second derivative test: C(r)=4π+4000r3.C''(r) = 4\pi + \frac{4000}{r^3}.
  • Since C(r)>0C''(r) > 0, the cost function C(r)C(r) has a local minimum at this critical point.

  • Step 6: Analyse the Results:
  • The optimal radius is r=(500π)13.r = \left(\frac{500}{\pi}\right)^{\frac{1}{3}}.
  • The corresponding height is h=1000πr2.h = \frac{1000}{\pi r^2}.
  • These dimensions minimize the cost of the material for the can.

4. Applications of Modelling with Differentiation:

  • Economics: Optimization of profit, cost, revenue, or utility functions.
  • Engineering: Minimizing material usage, maximizing efficiency, or optimizing design parameters.
  • Physics: Finding maximum or minimum values in motion, energy, and other physical quantities.
  • Environmental Science: Optimizing resource allocation or minimizing environmental impact.

Summary:

infoNote
  • Modelling with differentiation involves setting up a mathematical function that describes the problem, differentiating it to find the rate of change, and then using this information to find optimal solutions.
  • Optimization is a key application, where critical points found via differentiation help identify the best solution to a problem.
  • This approach is widely applicable across many fields, making it an essential tool in both theoretical and applied mathematics.

Modelling with Differentiation

The differential of a function is only dydx\dfrac {dy}{dx} when the variables used are yy and xx, with yy as the subject.

e.g. y=3x2+3x22dydx=15x4+6xy = 3x^2 + 3x^2 - 2 \Rightarrow \dfrac{dy}{dx} = 15x^4 + 6x

If different variables are used, say AA in terms of p, the differential would be written as dAdp\dfrac{dA}{dp}.

infoNote

Examples:

  1. T=7s23dTdsT = 7s^2 - 3 \Rightarrow \dfrac{dT}{ds}
  2. N=5n2+2n+2dNdnN = 5n^2 + 2n + 2 \Rightarrow \dfrac{dN}{dn} Often in practical situations, the letters are not xx and yy.

infoNote

Example Problem: The surface area, Acm2A \, \text{cm}^2, of an expanding sphere of radius rcmr \, \text{cm} is given by A=4πr2A = 4\pi r^2. Find the rate of change of the area with respect to the radius at the instant when the radius is 6 cm.

A=4πr2dAdr=8πrat r=6,dAdr=8π(6)=48πA = 4\pi r^2 \Rightarrow \frac{dA}{dr} = 8\pi r \Rightarrow \text{at } r = 6, \, \frac{dA}{dr} = 8\pi(6) = 48\pi

infoNote

Another Example: A sector of a circle has an area of 100 cm².

a) Show that the perimeter (PP) of this sector is given by the formula:

P=2r+200r,r>100πP = 2r + \frac{200}{r}, \, r > \sqrt{\frac{100}{\pi}}

b) Find the minimum value for the perimeter.

Solution for (a): Write out the info given in question. This will be used to eliminate a variable.

πr2×θ360=100\pi r^2 \times\frac{\theta}{360} = 100

Write the formula for the required quantities.

P=2r+lwhere l=2πr×θ360P = 2r + l \\ where\ l = 2\pi r \times \frac{\theta}{360}P=2r+2πrθ360\Rightarrow P = 2r + \frac{2\pi r \theta}{360}

Use πr2θ360=100\frac{\pi r^2 \theta}{360} = 100 to eliminate the unnecessary variable:

θ=100×360πr2=36000πr2\Rightarrow \theta = \frac{100 \times 360}{\pi r^2} = \frac{36000}{\pi r^2}P=2r+2πr×36000πr2×1360\Rightarrow P = 2r + 2\pi r \times \frac{ 36000}{\pi r^2} \times \frac{1}{360}P=2r+2πr×100πr2=2r+200ras required\Rightarrow P = 2r + 2 \cancel {\pi} \cancel{r}\times \frac{ 100}{\cancel{\pi} \cancel{r^2}} = 2r + \frac{200}{r} \quad \text{as required}
infoNote

(b) Solution:

P=2r+200r1P = 2r + 200r^{-1}

Differentiate to find the minimum:

dPdr=2200r2=0\frac{dP}{dr} = 2 - 200r^{-2} = 02200r2=02=200r22r2=200\Rightarrow 2 - \frac{200}{r^2} = 0 \Rightarrow 2 = \frac{200}{r^2} \Rightarrow 2r^2 = 200r2=100r=±10\Rightarrow r^2 = 100 \Rightarrow r = \pm 10

Since rr represents a length, we take r=10\boxed {r = 10}.

P=2(10)+200(10)1=40cmP = 2(10) + 200(10)^{-1} = 40 \, \text{cm}

:::

infoNote

Q4 (Edexcel 6664, Jan 2012, Q8) Figure 33 shows a flowerbed. Its shape is a quarter of a circle of radius xx meters with two equal rectangles attached to it along its radii. Each rectangle has a length equal to xx meters and width equal to y y meters.

Given that the area of the flowerbed is 4 m²,

(a) Show that

y=16πx28xy = \frac{16 - \pi x^2}{8x}

(b) Hence show that the perimeter PP meters of the flowerbed is given by the equation

P=8x+2xP = \frac{8}{x} + 2x

Note: No yy's, so use (a) to eliminate yy's.

(c) Use calculus to find the minimum value of PP.

(d) Find the width of each rectangle when the perimeter is a minimum. Give your answer to the nearest centimetre.

Solution: (a)

A=14πx2+2xy=4A = \frac{1}{4} \pi x^2 + 2xy = 4πx2+8xy=16(×4)\pi x^2 + 8xy = 16 \quad (\times 4)8xy=16πx2(πx2)8xy = 16 - \pi x^2 \quad (-\pi x^2)y=16πx28x(÷8x)\Rightarrow y = \frac{16 - \pi x^2}{8x} \quad (\div 8x)
infoNote

(b)

P=12πx+2x+2yP = \frac{1}{2} \pi x + 2x + 2y=12πx+2x+4(16πx228x)= \frac{1}{2} \pi x + 2x + \cancel 4\left(\frac{16 - \pi x^2}{2 \cancel {8}x}\right)=12πx+2x+16πx22x= \frac{1}{2} \pi x + 2x + \frac{16-\pi x^2}{2x}=πx2+2x+8xπx2= \frac{\pi x}{2} + 2x + \frac{8}{x} - \frac{\pi x}{2}P=8x+2xP = \frac{8}{x} + 2x
infoNote

(c)

P=8x1+2xdPdx=8x2+2=0P = 8{x^{-1}} + 2x \Rightarrow \frac{dP}{dx} = -8{x^{-2}} + 2 = 08x2+2=08x2=28=2x2-\frac{8}{x^2} + 2 = 0 \Rightarrow \frac{-8}{x^2}=-2 \Rightarrow -8 = -2x^2x2=4x=±2x=2x^2 = 4 \Rightarrow x = \pm 2 \Rightarrow x = 2P=8(2)1+2(2)=8mP = 8(2)^{-1} + 2(2) = 8 \, \text{m}
infoNote

(d)

y=16π(2)28(2)=0.2146m\highlight[21cm]y = \frac{16 - \pi (2)^2}{8(2)} = 0.2146 \, \text{m} \approx \highlight[21 cm]

:::

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Modelling with Differentiation including Optimisation

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

70 flashcards

Flashcards on Modelling with Differentiation including Optimisation

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

7 quizzes

Quizzes on Modelling with Differentiation including Optimisation

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Modelling with Differentiation including Optimisation

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Modelling with Differentiation including Optimisation

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Modelling with Differentiation including Optimisation

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Modelling with Differentiation including Optimisation you should explore

Discover More Revision Notes Related to Modelling with Differentiation including Optimisation to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Applications of Differentiation

Gradients, Tangents & Normal

user avatar
user avatar
user avatar
user avatar
user avatar

401+ studying

193KViews

96%

114 rated

Applications of Differentiation

Increasing & Decreasing Functions

user avatar
user avatar
user avatar
user avatar
user avatar

218+ studying

193KViews

96%

114 rated

Applications of Differentiation

Second Order Derivatives

user avatar
user avatar
user avatar
user avatar
user avatar

394+ studying

196KViews

96%

114 rated

Applications of Differentiation

Stationary Points & Turning Points

user avatar
user avatar
user avatar
user avatar
user avatar

259+ studying

198KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered