Skip to content
6.2

Know that the gradient of e^(kx) is equal to k·e^(kx) and hence understand why the exponential model is suitable in many applications.

Draft — not yet indexed

Gradient of exponential functions

Worked answers and methods for 6.2 on Edexcel A-level Maths 9MA0.

Explanation

  • Differentiating gives ddxekx=kekx\dfrac{d}{dx}e^{kx}=ke^{kx}, so the gradient of an exponential is a constant multiple of the function itself.
  • For Q=Q0ektQ=Q_0e^{kt}, the rate satisfies dQ/dt=kQdQ/dt=kQ: positive kk models growth and negative kk models decay.
  • A tangent at x=x0x=x_0 uses the point (x0,ekx0)(x_0,e^{kx_0}) and gradient kekx0ke^{kx_0} in yy0=m(xx0)y-y_0=m(x-x_0).
  • This proportional-rate property is the mathematical reason for choosing an exponential model.
  • Changing conditions can make its constant proportionality assumption unsuitable, so compare the model's rate with observed changes before accepting it as a valid model.

Worked example

Find the equation of the tangent to y=e2xy=e^{2x} at x=1/2x=1/2.

  1. 1.At x=1/2x=1/2, the point is (1/2,e)(1/2,e).
  2. 2.Since dy/dx=2e2xdy/dx=2e^{2x}, the gradient there is 2e2e.
  3. 3.Thus ye=2e(x1/2)y-e=2e(x-1/2), which simplifies to y=2exy=2ex.

Answer: y=2exy=2ex

Common mistakes

  • Don't differentiate ekxe^{kx} as ekxe^{kx} and omit the chain-rule factor kk.
  • Don't use an exponential model when the rate of change is not proportional to the current amount.

Exam tip

Show both dy/dx=ky\mathrm dy/\mathrm dx=ky and the constant of proportionality when justifying an exponential model.

Worked practice

Q1
Tier 1 · Easy

1.

Differentiate y=e4xy=e^{4x} with respect to xx.

(1)

(Total for Question 1 is 1 mark)

Mark scheme

Mark scheme for question 1
QuestionSchemeMarks
1
  • dydx=4e4x\dfrac{dy}{dx}=4e^{4x}
1
Notes
For ekxe^{kx}, differentiation multiplies the function by kk. Here k=4k=4, so dy/dx=4e4xdy/dx=4e^{4x}.

(1 mark)

Q2
Tier 2 · Standard

2.

For the curve y=e2xy=e^{2x}, find the exact coordinates of the point where the gradient is 1010.

(3)

(Total for Question 2 is 3 marks)

Mark scheme

Mark scheme for question 2
QuestionSchemeMarks
2
  • (12ln5,5)\left(\dfrac12\ln5,5\right)
3
Notes
Differentiate to obtain dy/dx=2e2xdy/dx=2e^{2x}. Setting the gradient equal to 1010 gives 2e2x=102e^{2x}=10, so e2x=5e^{2x}=5 and x=12ln5x=\tfrac12\ln5. At this value, y=e2x=5y=e^{2x}=5, giving the point (12ln5,5)\left(\tfrac12\ln5,5\right).

(3 marks)

Q3
Tier 3 · Hard

3.

A culture is modelled by P=320e0.18tP=320e^{0.18t}, where tt is in hours. Find its instantaneous growth rate when P=500P=500, and explain the feature of the model that makes this calculation direct.

(4)

(Total for Question 3 is 4 marks)

Mark scheme

Mark scheme for question 3
QuestionSchemeMarks
3
  • 9090 units per hour
  • The growth rate is proportional to the current population.
4
Notes
Differentiate: dP/dt=0.18(320e0.18t)=0.18PdP/dt=0.18(320e^{0.18t})=0.18P. When P=500P=500, dP/dt=0.18(500)=90dP/dt=0.18(500)=90 units per hour. The exponential model makes the derivative a constant multiple of the current value.

(4 marks)

Q4
Tier 1 · Easy

4.

Given that y=7e0.4xy=7e^{-0.4x}, show that dydx=0.4y\dfrac{\mathrm dy}{\mathrm dx}=-0.4y.

(2)

(Total for Question 4 is 2 marks)

Mark scheme

Mark scheme for question 4
QuestionSchemeMarks
4
  • dydx=2.8e0.4x=0.4y\dfrac{\mathrm dy}{\mathrm dx}=-2.8e^{-0.4x}=-0.4y
2
Notes
Differentiating gives dydx=7(0.4)e0.4x=2.8e0.4x\dfrac{\mathrm dy}{\mathrm dx}=7(-0.4)e^{-0.4x}=-2.8e^{-0.4x}. Since y=7e0.4xy=7e^{-0.4x}, this is 0.4y-0.4y.

(2 marks)

Q5
Tier 2 · Standard

5.

The curve y=Ae3xy=Ae^{3x} passes through (ln2,40)(\ln2,40). Determine, in exact form, its tangent at this point.

(4)

(Total for Question 5 is 4 marks)

Mark scheme

Mark scheme for question 5
QuestionSchemeMarks
5
  • y40=120(xln2)y-40=120(x-\ln2) (or y=120x+40120ln2y=120x+40-120\ln2)
4
Notes
Using the point, 40=Ae3ln2=8A40=Ae^{3\ln2}=8A, so A=5A=5. Also dydx=3Ae3x=3y\dfrac{\mathrm dy}{\mathrm dx}=3Ae^{3x}=3y, so the gradient at the point is 3(40)=1203(40)=120. The tangent is therefore y40=120(xln2)y-40=120(x-\ln2).

(4 marks)

Q6
Tier 3 · Hard

6.

A quantity is modelled by Q=CektQ=Ce^{-kt}, where C>0C>0 and k>0k>0. When Q=180Q=180, it is decreasing at 2727 units per hour. Given also that Q=600Q=600 when t=0t=0, find the time when Q=100Q=100, giving your answer to 33 significant figures.

(6)

(Total for Question 6 is 6 marks)

Mark scheme

Mark scheme for question 6
QuestionSchemeMarks
6
  • k=0.15k=0.15
  • t=11.9t=11.9 hours
6
Notes
Differentiating gives dQdt=kQ\dfrac{\mathrm dQ}{\mathrm dt}=-kQ. Hence 27=180k-27=-180k, so k=0.15k=0.15. Since Q(0)=C=600Q(0)=C=600, setting Q=100Q=100 gives 100=600e0.15t100=600e^{-0.15t}. Thus e0.15t=1/6e^{-0.15t}=1/6 and t=ln6/0.15=11.945t=\ln6/0.15=11.945\ldots, so t=11.9t=11.9 hours to 33 significant figures.

(6 marks)

Q7
Tier 2 · Standard

7.

The point PP on the curve y=5e2xy=5e^{2x} has xx-coordinate pp. Show that the tangent at PP meets the xx-axis at a point whose xx-coordinate is p12p-\dfrac12.

(4)

(Total for Question 7 is 4 marks)

Mark scheme

Mark scheme for question 7
QuestionSchemeMarks
7
  • The tangent meets the xx-axis at (p12,0)\left(p-\dfrac12,0\right)
4
Notes
At PP, y=5e2py=5e^{2p} and dydx=10e2x\dfrac{\mathrm dy}{\mathrm dx}=10e^{2x}, so the tangent gradient is 10e2p10e^{2p}. Its equation is y5e2p=10e2p(xp)y-5e^{2p}=10e^{2p}(x-p). At the xx-axis, y=0y=0, so 5e2p=10e2p(xp)-5e^{2p}=10e^{2p}(x-p). Dividing by the non-zero factor 5e2p5e^{2p} gives 1=2(xp)-1=2(x-p), hence x=p1/2x=p-1/2.

(4 marks)

Q8
Tier 3 · Hard

8.

The curve y=Aekxy=Ae^{kx} passes through (2,12)(2,12) and has gradient 99 there. Find AA and kk in exact form. The tangent at this point meets the coordinate axes at RR and SS. Find the exact area of triangle ORSORS, where OO is the origin.

(6)

(Total for Question 8 is 6 marks)

Mark scheme

Mark scheme for question 8
QuestionSchemeMarks
8
  • k=34k=\dfrac34 and A=12e3/2A=12e^{-3/2}
  • Area of triangle ORS=2ORS=2 square units
6
Notes
Since dydx=kAekx=ky\dfrac{\mathrm dy}{\mathrm dx}=kAe^{kx}=ky, the data at (2,12)(2,12) give 9=12k9=12k, so k=3/4k=3/4. Then 12=Ae(3/4)(2)12=Ae^{(3/4)(2)}, giving A=12e3/2A=12e^{-3/2}. The tangent is y12=9(x2)y-12=9(x-2), or y=9x6y=9x-6. Its intercepts are R=(2/3,0)R=(2/3,0) and S=(0,6)S=(0,-6), so the area of triangle ORSORS is 12(2/3)(6)=2\tfrac12(2/3)(6)=2 square units.

(6 marks)

Q9
Tier 3 · Hard

9.

The curve y=Aekxy=Ae^{kx}, where A>0A>0 and k>0k>0, passes through P(1,8)P(1,8). The normal to the curve at PP passes through Q(5,6)Q(5,6). Find AA and kk in exact form. Hence find the exact coordinates of the point on the curve where the gradient is 55.

(6)

(Total for Question 9 is 6 marks)

Mark scheme

Mark scheme for question 9
QuestionSchemeMarks
9
  • k=14k=\dfrac14 and A=8e1/4A=8e^{-1/4}
  • (1+4ln ⁣(52),20)\left(1+4\ln\!\left(\dfrac52\right),20\right)
6
Notes
The normal gradient is (68)/(51)=1/2(6-8)/(5-1)=-1/2, so the tangent gradient at PP is 22. Since dy/dx=ky\mathrm dy/\mathrm dx=ky, 2=8k2=8k and k=1/4k=1/4. Using PP gives 8=Ae1/48=Ae^{1/4}, so A=8e1/4A=8e^{-1/4}. Where the gradient is 55, ky=5ky=5, hence y=20y=20. Writing the curve as y=8e(x1)/4y=8e^{(x-1)/4} gives 20=8e(x1)/420=8e^{(x-1)/4}, so x=1+4ln(5/2)x=1+4\ln(5/2).

(6 marks)

Q10
Tier 3 · Hard

10.

A curve has equation y=Aekx+cy=Ae^{kx}+c, where A>0A>0 and k>0k>0. At x=0x=0 its value is 77 and its gradient is 66. At x=ln3x=\ln3 its value is 1919 and its gradient is 1818. Determine AA, kk and cc. Hence find the exact value of xx for which y=37y=37, and find the tangent at x=0x=0.

(7)

(Total for Question 10 is 7 marks)

Mark scheme

Mark scheme for question 10
QuestionSchemeMarks
10
  • A=6A=6, k=1k=1 and c=1c=1
  • x=ln6x=\ln6
  • Tangent y=6x+7y=6x+7
7
Notes
For y=Aekx+cy=Ae^{kx}+c, dy/dx=kAekx=k(yc)\mathrm dy/\mathrm dx=kAe^{kx}=k(y-c). The two point-gradient pairs give 6=k(7c)6=k(7-c) and 18=k(19c)18=k(19-c). Subtracting gives 12=12k12=12k, so k=1k=1; then c=1c=1. At x=0x=0, 7=A+17=A+1, hence A=6A=6. Thus y=6ex+1y=6e^x+1. Setting y=37y=37 gives ex=6e^x=6 and x=ln6x=\ln6. The tangent uses point (0,7)(0,7) and gradient 66, so it is y=6x+7y=6x+7.

(7 marks)

Verified exam appearances

We have not yet indexed a verified real-paper appearance for 6.2. Browse the Edexcel A-level Maths 9MA0 past papers directly.

Other points in 6 Exponentials and logarithms

Want help turning this into marks?

Bring 6.2 or any tricky specification point, and we can work through the method and exam wording together.