0% found this document useful (0 votes)
92 views1 page

Applications of Derivatives

This document discusses applications of differential calculus, specifically optimization problems. It provides an example of finding the most economical speed for a car by setting the derivative of the fuel usage function equal to 0 to find the minimum point. It then presents a worked example of finding numbers that maximize a product given their sum, illustrated with a graph.

Uploaded by

Jamaica Obog
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views1 page

Applications of Derivatives

This document discusses applications of differential calculus, specifically optimization problems. It provides an example of finding the most economical speed for a car by setting the derivative of the fuel usage function equal to 0 to find the minimum point. It then presents a worked example of finding numbers that maximize a product given their sum, illustrated with a graph.

Uploaded by

Jamaica Obog
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

We think you are located in South Africa. Is this correct?

Yes, I reside in South Africa


We use this information to present the correct curriculum and to
personalise content to better meet the needs of our users.
Change country/curriculum

Products Textbooks Features Pricing Journal Log In Sign Up

Applications Of Differential Calculus


Textbooks › Mathematics Grade 12 › Differential Calculus › Applications Of Differential Calculus

Previous Next
Sketching graphs Summary

6.7 Applications of differential calculus (EMCHH)

Optimisation problems (EMCHJ)

We have seen that differential calculus can be used to determine the stationary points of functions, in order to sketch their graphs. Calculating stationary
points also lends itself to the solving of problems that require some variable to be maximised or minimised. These are referred to as optimisation
problems.

The fuel used by a car is de ned by f (v) =


3

80
v
2
− 6v + 245 , where v is the travelling speed in km/h.

What is the most economical speed of the car? In other words, determine the speed of the car which uses the least amount of fuel.

If we draw the graph of this function we nd that the graph has a minimum. The speed at the minimum would then give the most economical speed.

We have seen that the coordinates of the turning point can be calculated by differentiating the function and nding the x-coordinate (speed in the case
of the example) for which the derivative is 0 .

3

f (v) = v − 6
40

If we set f ′ (v) = 0 we can calculate the speed that corresponds to the turning point:

3

f (v) = v − 6
40
3
0 = v − 6
40

6 × 40
v =
3

= 80

This means that the most economical speed is 80 km/h .

Finding the optimum point:

Let f ′ (x) = 0 and solve for x to nd the optimum point.

To check whether the optimum point at x = a is a local minimum or a local maximum, we nd f ′′ (x):

If f ′′ (a) < 0 , then the point is a local maximum.

If f ′′ (a) > 0 , then the point is a local minimum.

WORKED EXAMPLE 21: OPTIMISATION PROBLEMS

QUESTION
The sum of two positive numbers is 10 . One of the numbers is multiplied by the square of the other. If each number is greater than 0 , nd the
numbers that make this product a maximum.

Draw a graph to illustrate the answer.

SOLUTION
Step 1: Analyse the problem and formulate the equations that are required

Let the two numbers be a and b and the product be P .

a + b = 10 … … (1)

2
P = a × b … … (2)

Make b the subject of equation (1 ) and substitute into equation (2 ):

2
P = a(10 − a)

2
= a (100 − 20a + a )

2 3
∴ P (a) = 100a − 20a + a

Step 2: Differentiate with respect to a


′ 2
P (a) = 100 − 40a + 3a

Step 3: Determine the stationary points by letting P ′ (a) = 0

We nd the value of a which makes P a maximum:

′ 2
P (a) = 3a − 40a + 100

0 = (3a − 10)(a − 10)

10
∴ a = 10 or a =
3

Substitute into the equation (1 ) to solve for b:

If a = 10 : b = 10 − 10

= 0 (but b > 0)

∴ no solution

10 10
If a = : b = 10 −
3 3
20
=
3

Step 4: Determine the second derivative P ′′ (a)

We check that the point ( is a local maximum by showing that P :


10 20 ′′ 10
; ) ( ) < 0
3 3 3

′′
P (a) = 6a − 40

10 10
′′
∴ P ( ) = 6( ) − 40
3 3

= 20 − 40

= −20

Step 5: Write the nal answer

The product is maximised when the two numbers are and .


10 20

3 3

Step 6: Draw a graph

To draw a rough sketch of the graph we need to calculate where the graph intersects with the axes and the maximum and minimum function
values of the turning points:

Intercepts:

3 2
P (a) = a − 20a + 100a

2
= a(a − 10)

Let P (a) = 0 : (0; 0) and (10; 0)

Turning points:


P (a) = 0

10
∴ a =  or a = 10
3

Maximum and minimum function values:

10 20
2
Substitute  ( ; ) : P = ab
3 3

2
10 20
= ( )( )
3 3

4000
=
27

≈ 148 (Maximum turning point)

2
Substitute (0; 10) : P = ab

2
= (10) (0)

= 0 (Minimum turning point)

Note: the above diagram is not drawn to scale.

WORKED EXAMPLE 22: OPTIMISATION PROBLEMS

QUESTION
Michael wants to start a vegetable garden, which he decides to fence off in the shape of a rectangle from the rest of the garden. Michael has only
160 m of fencing, so he decides to use a wall as one border of the vegetable garden. Calculate the width and length of the garden that

corresponds to the largest possible area that Michael can fence off.

SOLUTION
Step 1: Examine the problem and formulate the equations that are required

The important pieces of information given are related to the area and modi ed perimeter of the garden. We know that the area of the garden is
given by the formula:

Area  = w × l

The fencing is only required for 3 sides and the three sides must add up to 160 m.

160 = w + l + l

Rearrange the formula to make w the subject of the formula:

w = 160 − 2l

Substitute the expression for w into the formula for the area of the garden. Notice that this formula now contains only one unknown variable.

Area  = l(160 − 2l)

2
= 160l − 2l

Step 2: Differentiate with respect to l

We are interested in maximising the area of the garden, so we differentiate to get the following:

dA

= A = 160 − 4l
dl

Step 3: Calculate the stationary point



To nd the stationary point, we set A (l) = 0 and solve for the value(s) of l that maximises the area:


A (l) = 160 − 4l

0 = 160 − 4l

4l = 160

∴ l = 40

Therefore, the length of the garden is 40 m.

Substitute to solve for the width:

w = 160 − 2l

= 160 − 2 (40)

= 160 − 80

= 80

Therefore, the width of the garden is 80 m.

Step 4: Determine the second derivative A′′ (l)

We can check that this gives a maximum area by showing that A :


′′
(l) < 0

′′
A (l) = −4

Step 5: Write the nal answer

A width of 80 m and a length of 40 m will give the maximum area for the garden.

Important note:

The quantity that is to be minimised or maximised must be expressed in terms of only one variable. To nd the optimised solution we need to determine
the derivative and we only know how to differentiate with respect to one variable (more complex rules for differentiation are studied at university level).

Success in Maths and Science unlocks


opportunities
Sign up to get a head start on bursary and career opportunities. Use Siyavula
Practice to get the best marks possible.

Sign up to unlock your future

EXERCISE 6.11

1.
The sum of two positive numbers is 20 . One of the numbers is multiplied by the square of the other. Find the numbers that make this product a
maximum.

Let the rst number be x and the second number be y and let the product be P . We get the following two equations:

x + y = 20
2
xy = P

Rearranging the rst equation and substituting into the second gives:

2
P = (20 − x) x

2 3
= 400x − 40x + x

Differentiating and setting to 0 gives:

′ 2
P = 400 − 80x + 3x
2
0 = 3x − 80x + 400

= (3x − 20)(x − 20)

Therefore, x or x .
20
= 20 =
3

If x = 20 then y = 0 and the product is a minimum, not a maximum.

Therefore, x and y .
20 20 40
= = 20 − =
3 3 3

Therefore the two numbers are and (approximating to the nearest integer gives 7 and 13 ).
20 40

3 3

2.
A wooden block is made as shown in the diagram. The ends are right-angled triangles having sides 3x, 4x and 5x. The length of the block is
y . The total surface area of the block is 3 600 cm2 .

a)
2
300−x
Show that y =
x
.

We start by nding the surface area of the prism:

1
Surface area = 2 ( b × h) + 3xy + 4xy + 5xy
2

3 600 = (3x × 4x) + 12xy

2
= 12x + 12xy

Solving for y gives:

2
12xy = 3 600 − 12x
2
3 600 − 12x
y =
12x
2
300 − x
y =
x

b)
Find the value of x for which the block will have a maximum volume.

(Volume = area of base × height)

Start by nding an expression for volume in terms of x:

V =  area of triangle  × y
2
300 − x
2
V = 6x ×
x
2
= 6x(300 − x )

3
= 1 800x − 6x

Now take the derivative and set it equal to 0 :

′ 2
V = 1 800 − 18x
2
0 = 1 800 − 18x
2
18x = 1 800
2
x = 100

x = ±10

Since the length can only be positive, x = 10

∴ x = 10 cm

3.
Determine the shortest vertical distance between the curves of f and g if it is given that:

2
f (x) = −x + 2x + 3

8
and g(x) = , x > 0
x

Let the distance P (x) = g(x) − f (x)

8
2
= − (−x + 2x + 3)
x
8
2
= + x − 2x − 3
x

To minimise the distance between the curves, let P ′ (x) = 0 :

8

P (x) = − + 2x − 2 (x ≠ 0)
2
x

8
0 = − + 2x − 2
2
x
3
∴ 0 = −8 + 2x − 2x
3
0 = 2x − 2x − 8
3
0 = x − x − 4
2
0 = (x − 2)(x + x + 2)
− −− −−−−−−−−
2
−1 ± √ (1) − 4(1)(2)
∴ x = 2 or x =
2(1)

=  no real solutions 

∴ x = 2

Therefore, the shortest distance:

8
2
P (2) = + (2) − 2(2) − 3
(2)

= 4 + 4 − 4 − 3

= 1 unit

4.
The diagram shows the plan for a verandah which is to be built on the corner of a cottage. A railing ABC DE is to be constructed around the four
edges of the verandah.

If AB = DE = x and BC = CD = y , and the length of the railing must be 30 m, nd the values of x and y for which the verandah will have a
maximum area.

We need to determine an expression for the area in terms of only one variable.

The perimeter is:

P = 2x + 2y

30 = 2x + 2y

15 = x + y

y = 15 − x

The area is:

2 2
A = y − (y − x)

2 2 2
= y − (y − 2xy + x )

2 2 2
= y − y + 2xy − x
2
= 2xy − x

We use the expression for perimeter to eliminate the y variable so that we have an expression for area in terms of x only:

2
A(x) = 2x(15 − x) − x

2 2
= 30x − 2x − x
2
= 30x − 3x

To nd the maximum, we need to take the derivative and set it equal to 0 :


A (x) = 30 − 6x

0 = 30 − 6x

6x = 30

x = 5

Therefore, x = 5 m and substituting this value back into the formula for perimeter gives y = 10 m .

5.
A rectangular juice container, made from cardboard, has a square base and holds 750 cm3 of juice. The container has a specially designed
top that folds to close the container. The cardboard needed to fold the top of the container is twice the cardboard needed for the base, which
only needs a single layer of cardboard.

a)
If the length of the sides of the base is x cm, show that the total area of the cardboard needed for one container is given by:

3 000
2
A(in square centimetres) = + 3x
x

2
V = x h
2
750 = x h

750
∴ h =
2
x

A =  area of sides  +  area of base  +  area of top 


2 2
= 4xh + x + 2x
2
= 4xh + 3x

750
Substitute h = :
2
x

750
2
A = 4x ( ) + 3x
2
x

3000
2
= + 3x
x

b)
Determine the dimensions of the container so that the area of the cardboard used is minimised.

3000
2
A(x) = + 3x
x

3000

A (x) = − + 6x
2
x

3000
∴ 0 = − + 6x
2
x
3000
6x =
2
x
3
x = 500
3 −−−
∴ x = √500

≈ 7,9 cm

750
∴ h =
2
(7,9)

≈ 12,0 cm

Rates of change (EMCHK)

It is very useful to determine how fast (the rate at which) things are changing. Mathematically we can represent change in different ways. For example
we can use algebraic formulae or graphs.

Graphs give a visual representation of the rate at which the function values change as the independent (input) variable changes. This rate of change is
described by the gradient of the graph and can therefore be determined by calculating the derivative.

We have learnt how to determine the average gradient of a curve and how to determine the gradient of a curve at a given point. These concepts are also
referred to as the average rate of change and the instantaneous rate of change.

f (x + h) − f (x)
Average rate of change  =
(x + h) − x

f (x + h) − f (x)
Instantaneous rate of change  = lim
h→0 h

When we mention rate of change, the instantaneous rate of change (the derivative) is implied. When average rate of change is required, it will be
speci cally referred to as average rate of change.

Velocity is one of the most common forms of rate of change:

Average velocity  = Average rate of change 

Instantaneous velocity  = Instantaneous rate of change 

= Derivative

Velocity refers to the change in distance (s) for a corresponding change in time (t).

ds

v (t) = = s (t)
dt

Acceleration is the change in velocity for a corresponding change in time. Therefore, acceleration is the derivative of velocity


a (t) = v (t)

This implies that acceleration is the second derivative of the distance.

′′
a (t) = s (t)

WORKED EXAMPLE 23: RATE OF CHANGE

QUESTION
The height (in metres) of a golf ball t seconds after it has been hit into the air, is given by H (t) = 20t − 5t
2
. Determine the following:

1. The average vertical velocity of the ball during the rst two seconds.

2. The vertical velocity of the ball after 1,5 s .

3. The time at which the vertical velocity is zero.

4. The vertical velocity with which the ball hits the ground.

5. The acceleration of the ball.

SOLUTION
Step 1: Determine the average vertical velocity during the rst two seconds

H (2) − H (0)
vave =
2 − 0

2 2
[20 (2) − 5(2) ] − [20 (0) − 5(0) ]

=
2

40 − 20
=
2
−1
= 10 m.s

Step 2: Calculate the instantaneous vertical velocity



v (t) = H (t)

dH
=
dt

= 20 − 10t

Velocity after 1,5 s :

v (1,5) = 20 − 10 (1,5)

−1
= 5 m.s

Step 3: Determine the time at which the vertical velocity is zero

v (t) = 0

20 − 10t = 0

10t = 20

t = 2

Therefore, the velocity is zero after 2 s

Step 4: Find the vertical velocity with which the ball hits the ground

The ball hits the ground when H (t) = 0

2
20t − 5t = 0

5t (4 − t) = 0

t = 0 or t = 4

The ball hits the ground after 4 s . The velocity after 4 s will be:


v (4) = H (4)

= 20 − 10 (4)

−1
= −20 m.s

The ball hits the ground at a speed of 20 m.s−1 . Notice that the sign of the velocity is negative which means that the ball is moving downward (a
positive velocity is used for upwards motion).

Step 5: Acceleration
′ ′′
a = v (t) = H (t)

= −10

−2
∴ a = −10 m.s

Just because gravity is constant does not mean we should necessarily think of acceleration as a constant. We should still consider it a function.

Success in Maths and Science unlocks


opportunities
Sign up to get a head start on bursary and career opportunities. Use Siyavula
Practice to get the best marks possible.

Sign up to unlock your future

EXERCISE 6.12

1.
A pump is connected to a water reservoir. The volume of the water is controlled by the pump and is given by the formula:

2
V (d) = 64 + 44d − 3d

where V =  volume in kilolitres

d =  days

a)Determine the rate of change of the volume of the reservoir with respect to time after 8 days.


Rate of change  = V (d)

V (d) = 44 − 6d

After 8 days, rate of change will be:



V (8) = 44 − 6(8)

= −4 kℓ per day

b)Is the volume of the water increasing or decreasing at the end of 8 days. Explain your answer.

The rate of change is negative, so the function is decreasing.

c)After how many days will the reservoir be empty?

Reservoir empty: V (d) = 0

2
∴ 64 + 44d − 3d = 0

(16 − d)(4 + 3d) = 0

4
∴ d = 16 or d = −
3

∴  It will be empty after 16 days

d)When will the amount of water be at a maximum?

Maximum at turning point.


Turning point where V (d) = 0

∴ 44 − 6d = 0

44
d =
6

1
= 7  days
3

e)Calculate the maximum volume.

Maximum at turning point.

22
Maximum volume  = V ( )
3

2
22 22 22
V ( ) = 64 + 44 ( ) − 3( )
3 3 3

= 225,3 kℓ

f)Draw a graph of V (d).

2.
A soccer ball is kicked vertically into the air and its motion is represented by the equation:

2
D(t) = 1 + 18t − 3t

where D = distance above the ground (in metres)

t =  time elapsed (in seconds)

a)Determine the initial height of the ball at the moment it is being kicked.

2
D(t) = 1 + 18t − 3t

2
D(0) = 1 + 18(0) − 3(0)

= 1 metre

b)Find the initial velocity of the ball.


Velocity  = D (t) = 18 − 6t

Initial velocity  = D (0)

′ −1
D (0) = 18 − 6(0) = 18 m.s

c)Determine the velocity of the ball after 1,5 s .


Velocity after 1,5 s = D (1,5)

′ 2
D (1,5) = 18 − 6(1,5)

= 18 − 9
−1
= 9 m.s

d)Calculate the maximum height of the ball.

Maximum height is at the turning point.


Turning point: D (t) = 0

∴ 18 − 6t = 0

6t = 18

t = 3 s

Maximum height  = D(3)

2
= 1 + (18)(3) − (3)(3)

= 28 metres

e)Determine the acceleration of the ball after 1 second and explain the meaning of the answer.

′′
Acceleration  = D (t)

′′ −2
D (t) = −6 m.s

Interpretation: the velocity is decreasing by 6 metres per second per second.

f)Calculate the average velocity of the ball during the third second.

Average velocity during third second:

D(3) − D(2)
=
3 − 2
2 2
1 + 18(3) − 3(3) − [1 + 18(2) − 3(2) ]
=
1
−1
= 3 m.s

g)Determine the velocity of the ball after 3 seconds and interpret the answer.


Instantaneous velocity = D (3)

= 18 − 6(3)

−1
= 0 m.s

Interpretation: this is the stationary point, where the derivative is zero. The ball has stopped going up and is about to begin its descent.

h)How long will it take for the ball to hit the ground?

Hits ground: D(t) = 0

2
−3t + 18t + 1 = 0
−−−−−−−−−−−−−
2
−18 ± √ (18 − 4(1)(−3)

t =
2(−3)
−−−
−18 ± √336
t =
−6

∴ t = −0,05 or t = 6,05

The ball hits the ground at 6,05 s (time cannot be negative).

i)Determine the velocity of the ball when it hits the ground.


Velocity after 6,05 s = D (6,05)

′ −1
D (6,05) = 18 − 5(6,05) = −18,3 m.s

3.
If the displacement s (in metres) of a particle at time t (in seconds) is governed by the equation s =
1

2
3
t − 2t , nd its acceleration after 2
seconds.

We know that velocity is the rate of change of displacement. This means that dS
= v :
dt

1
3
s = t − 2t
2
3
2
v = t − 2
2

We also know that acceleration is the rate of change of velocity. This means that dv
= a :
dt

3
2
v = t − 2
2

a = 3t

Substituting t = 2 gives a = 6 m.s


−2
.

4.
During an experiment the temperature T (in degrees Celsius) varies with time t (in hours) according to the formula:
.
1 2
T (t) = 30 + 4t − t , t ∈ [1; 10]
2

a)
Determine an expression for the rate of change of temperature with time.

We nd the rate of change of temperature with time by differentiating:

1
2
T (t) = 30 + 4t − t
2

T (t) = 4 − t

b)
During which time interval was the temperature dropping?

We set the derivative equal to 0 :

0 = 4 − t

t = 4

We look at the coef cient of the t2 term to decide whether this is a minimum or maximum point. The coef cient is negative and
therefore the function must have a maximum value. The interval in which the temperature is increasing is [1; 4). The interval in which
the temperature is dropping is (4; 10] . We can check this by drawing the graph or by substituting in the values for t into the original
equation.

Previous Next
Table of Contents
Sketching graphs Summary

Frequently Asked Questions Features Follow Siyavula:

Help for Learners Pricing  Twitter  Facebook


Help for Teachers About Siyavula

Contact Us


All Siyavula textbook content made available on this site is released under the terms of a Creative Commons Attribution License. Embedded videos, simulations and presentations from
external sources are not necessarily covered by this license.

Terms and Conditions and Privacy Policy.

Switch to mobile site

You might also like