Hard A-Level Increasing, decreasing, stationary points Questions

Challenging, exam-style A-Level Increasing, decreasing, stationary points questions with worked solutions. Stretch yourself on the hardest exponential, product rule, maximum, logarithm problems.

exponentialproduct rulemaximumlogarithmminimumquotient rule
A-Level34 questionsStep-by-step solutions
Question 1
9 markschallenging
The curve has equation y=x2sinxy=x-2\sin x for 0x2π0\leq x\leq 2\pi. Find the coordinates of its minimum point, giving your answer in exact form.
Show worked solution

Worked solution

  1. State what we are looking for

    stationary points where dydx=0\text{stationary points where }\frac{dy}{dx}=0

    We want the minimum of the curve, which is one of its stationary points. So we begin by finding where the gradient is zero.

  2. Recall the derivatives we need

    ddx(x)=1,ddx(sinx)=cosx\frac{d}{dx}(x)=1,\quad \frac{d}{dx}(\sin x)=\cos x

    Before differentiating, remember the two standard results we need: the derivative of xx is 11, and the derivative of sinx\sin x is cosx\cos x. These come from the trigonometric differentiation topic.

  3. Differentiate the function

    dydx=12cosx\frac{dy}{dx}=1-2\cos x

    Applying those rules term by term, the derivative of xx is 11 and the derivative of 2sinx-2\sin x is 2cosx-2\cos x.

  4. Set the gradient equal to zero

    12cosx=01-2\cos x=0

    At a stationary point the gradient is zero, so we set the derivative to zero and solve for xx.

  5. Rearrange for cosx\cos x

    cosx=12\cos x=\tfrac{1}{2}

    Isolating cosx\cos x gives a standard trig equation we can solve on the given interval.

  6. Recall where cosine is positive

    cosx>0 in the 1st and 4th quadrants\cos x>0\text{ in the 1st and 4th quadrants}

    Because 12\tfrac{1}{2} is positive, the solutions lie in the quadrants where cosine is positive. This tells us to expect one solution near the start of the interval and one near the end.

  7. Solve on 0x2π0\leq x\leq 2\pi

    x=π3 or x=5π3x=\tfrac{\pi}{3}\ \text{or}\ x=\tfrac{5\pi}{3}

    Cosine equals 12\tfrac{1}{2} at π3\tfrac{\pi}{3} in the first quadrant and at 5π3\tfrac{5\pi}{3} in the fourth quadrant within one full turn.

  8. Find the second derivative

    d2ydx2=2sinx\frac{d^{2}y}{dx^{2}}=2\sin x

    To decide which solution is the minimum we use the second derivative test, so we differentiate the gradient function again.

  9. Test x=π3x=\tfrac{\pi}{3}

    2sinπ3=3>02\sin\tfrac{\pi}{3}=\sqrt{3}>0

    The second derivative is positive here, so the curve bends upwards — this point is a minimum.

  10. Test x=5π3x=\tfrac{5\pi}{3}

    2sin5π3=3<02\sin\tfrac{5\pi}{3}=-\sqrt{3}<0

    The second derivative is negative here, so this point is a maximum, not the minimum we want.

  11. Select the minimum

    x=π3x=\tfrac{\pi}{3}

    Only x=π3x=\tfrac{\pi}{3} gives a minimum, so that is the xx-coordinate we use.

  12. Find the yy-coordinate

    y=π32sinπ3y=\tfrac{\pi}{3}-2\sin\tfrac{\pi}{3}

    Substitute x=π3x=\tfrac{\pi}{3} into the original equation y=x2sinxy=x-2\sin x.

  13. Evaluate exactly

    y=π3232=π33y=\tfrac{\pi}{3}-2\cdot\tfrac{\sqrt{3}}{2}=\tfrac{\pi}{3}-\sqrt{3}

    Using the exact value sinπ3=32\sin\tfrac{\pi}{3}=\tfrac{\sqrt{3}}{2} keeps the answer exact, as required.

  14. State the coordinates

    (π3, π33)\left(\tfrac{\pi}{3},\ \tfrac{\pi}{3}-\sqrt{3}\right)

    Combining the results, the minimum point is at (π3, π33)\left(\tfrac{\pi}{3},\ \tfrac{\pi}{3}-\sqrt{3}\right).

  15. Sanity check the value

    π31.05, 31.73y0.68\tfrac{\pi}{3}\approx 1.05,\ \sqrt{3}\approx 1.73\Rightarrow y\approx -0.68

    A quick decimal check gives y0.68y\approx -0.68, which is below the xx-axis and sensible for a minimum of this curve. This confirms the exact answer is reasonable.

Answer
The minimum point is at (π3, π33)\left(\dfrac{\pi}{3},\ \dfrac{\pi}{3}-\sqrt{3}\right).
Question 2
9 markschallenging
The curve y=x3+ax2+bx+2y=x^{3}+ax^{2}+bx+2 has stationary points at x=1x=1 and x=3x=3. Find the value of aa.
Show worked solution

Worked solution

  1. Differentiate the curve

    dydx=3x2+2ax+b\frac{dy}{dx}=3x^{2}+2ax+b

    Stationary points occur where the gradient is zero, so we differentiate first. The constants aa and bb just come along for the ride.

  2. Use the first stationary point

    dydxx=1=0\left.\frac{dy}{dx}\right|_{x=1}=0

    We are told x=1x=1 is a stationary point, so the gradient there must be zero.

  3. Substitute x=1x=1

    3+2a+b=03+2a+b=0

    Putting x=1x=1 into the gradient function and setting it to zero gives our first equation.

  4. Use the second stationary point

    dydxx=3=0\left.\frac{dy}{dx}\right|_{x=3}=0

    Likewise the gradient is zero at the second stationary point x=3x=3.

  5. Substitute x=3x=3

    27+6a+b=027+6a+b=0

    Putting x=3x=3 into the gradient function and setting it to zero gives our second equation.

  6. Subtract the equations

    (27+6a+b)(3+2a+b)=0(27+6a+b)-(3+2a+b)=0

    Subtracting eliminates bb so we can find aa first. This is the standard method for two simultaneous equations.

  7. Simplify

    24+4a=024+4a=0

    The bb terms cancel and the constants and aa-terms combine neatly.

  8. Solve for aa

    a=6a=-6

    Rearranging gives the value of aa.

  9. Substitute back to find bb

    3+2(6)+b=03+2(-6)+b=0

    Putting a=6a=-6 into the first equation lets us find bb as well.

  10. Solve for bb

    b=9b=9

    Rearranging gives b=9b=9.

  11. Write the gradient function

    dydx=3x212x+9\frac{dy}{dx}=3x^{2}-12x+9

    With aa and bb known, the gradient function is fully determined.

  12. Factorise to check

    3x212x+9=3(x1)(x3)3x^{2}-12x+9=3(x-1)(x-3)

    Factorising confirms the gradient is zero exactly at x=1x=1 and x=3x=3, matching the question.

  13. Find the second derivative

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

    To classify the points (a useful check) we differentiate once more.

  14. Test x=1x=1

    6(1)12=6<0maximum6(1)-12=-6<0\Rightarrow\text{maximum}

    A negative second derivative at x=1x=1 means the curve bends downwards there, so it is a maximum.

  15. Test x=3x=3 and conclude

    6(3)12=6>0minimum; a=66(3)-12=6>0\Rightarrow\text{minimum};\ a=-6

    At x=3x=3 the second derivative is positive, so that point is a minimum. The required value is a=6a=-6 (with b=9b=9).

Answer
a=6a=-6 (and b=9b=9).
Question 3
9 markschallenging
A cuboid has a square base of side aa and total surface area 150cm2150\,\text{cm}^{2}. Find its maximum possible volume.
Show worked solution

Worked solution

  1. State what we maximise

    V=a2hV=a^{2}h

    The cuboid has a square base of side aa and height hh, so its volume is V=a2hV=a^{2}h.

  2. Write the surface constraint

    2a2+4ah=1502a^{2}+4ah=150

    Two square faces and four rectangular sides give the fixed surface area 150150.

  3. Make hh the subject

    h=1502a24ah=\dfrac{150-2a^{2}}{4a}

    Rearranging the surface-area equation gives the height in terms of aa.

  4. Substitute into the volume

    V=a21502a24aV=a^{2}\cdot\dfrac{150-2a^{2}}{4a}

    Replacing hh leaves the volume as a function of aa only.

  5. Simplify

    V=150a2a34V=\dfrac{150a-2a^{3}}{4}

    Tidying gives a clean cubic in aa to differentiate.

  6. State the domain

    0<a<750<a<\sqrt{75}

    The height must be positive, so 2a2<1502a^{2}<150, i.e. a<75a<\sqrt{75}.

  7. Plan the method

    find the stationary value of V: dVda=0\text{find the stationary value of }V:\ \frac{dV}{da}=0

    Now that V is written with the single variable aa, the plan is to differentiate, set the derivative to zero to find the optimum, and use the second derivative to confirm it is the maximum.

  8. Differentiate V with respect to aa

    dVda=7523a22\frac{dV}{da}=\frac{75}{2} - \frac{3 a^{2}}{2}

    To find the largest value we look for a stationary point of V, so we differentiate and will set the result to zero.

  9. Set the derivative equal to zero

    3(25a2)2=0\frac{3 \left(25 - a^{2}\right)}{2}=0

    At a maximum or minimum the rate of change is zero. Setting dVda=0\frac{dV}{da}=0 gives the equation to solve.

  10. Solve for aa

    a=5a=5

    Solving the equation gives the candidate value(s) of aa for the optimum.

  11. Find the second derivative

    d2Vda2=3a\frac{d^2V}{da^2}=- 3 a

    The second derivative test confirms whether we have a maximum or a minimum, which we must check rather than assume.

  12. Confirm it is a maximum

    d2Vda2a=5=15<0\left.\frac{d^2V}{da^2}\right|_{a=5}=-15<0

    Because the second derivative is negative here, the curve bends downwards, so this is a maximum.

  13. Calculate the maximum value of V

    V=125V=125

    Substitute the optimal aa back into V to get the actual largest value.

  14. Confirm the maximum

    V=0 at a=0 and a=75V=0\text{ at }a=0\text{ and }a=\sqrt{75}

    The volume is zero at both ends of the range, so the turning point gives the maximum.

  15. Interpret the result

    a=5V=125a=5\Rightarrow V=125

    A base of side 5cm5\,\text{cm} (height 5cm5\,\text{cm}, a cube) gives the greatest volume, 125cm3125\,\text{cm}^{3}.

Answer
The maximum volume is 125cm3125\,\text{cm}^{3}, when a=5cma=5\,\text{cm}.
Question 4
9 markschallenging
An open box is made from a rectangular sheet measuring 8cm8\,\text{cm} by 5cm5\,\text{cm} by cutting a square of side xx from each corner and folding up the sides. Find the maximum volume of the box.
Show worked solution

Worked solution

  1. Understand the situation

    cut x from each corner of an 8×5 sheet\text{cut }x\text{ from each corner of an }8\times5\text{ sheet}

    We cut a square of side xx from each corner of the sheet and fold up the flaps to make an open box.

  2. Find the base dimensions

    base=(82x)×(52x)\text{base}=(8-2x)\times(5-2x)

    Removing xx from both ends of each side gives base dimensions 82x8-2x and 52x5-2x.

  3. Find the height

    height=x\text{height}=x

    The folded flaps have height equal to the size of the cut, xx.

  4. Form the volume

    V=x(82x)(52x)V=x(8-2x)(5-2x)

    Volume is length times width times height, giving this product.

  5. Expand

    V=4x326x2+40xV=4x^{3}-26x^{2}+40x

    Multiplying out gives a cubic in xx ready to differentiate.

  6. State the domain

    0<x<2.50<x<2.5

    The shorter side sets the limit: 52x>05-2x>0 means x<2.5x<2.5.

  7. Plan the method

    find the stationary value of V: dVdx=0\text{find the stationary value of }V:\ \frac{dV}{dx}=0

    Now that V is written with the single variable xx, the plan is to differentiate, set the derivative to zero to find the optimum, and use the second derivative to confirm it is the maximum.

  8. Differentiate V with respect to xx

    dVdx=12x252x+40\frac{dV}{dx}=12 x^{2} - 52 x + 40

    To find the largest value we look for a stationary point of V, so we differentiate and will set the result to zero.

  9. Set the derivative equal to zero

    4(3x213x+10)=04 \left(3 x^{2} - 13 x + 10\right)=0

    At a maximum or minimum the rate of change is zero. Setting dVdx=0\frac{dV}{dx}=0 gives the equation to solve.

  10. Solve for xx

    x=1, 103x=1,\ \frac{10}{3}

    Solving the equation gives the candidate value(s) of xx for the optimum.

  11. Reject values outside the sensible range

    x=1x=1

    A length or physical quantity must be positive and lie inside the allowed range, so we keep only the value that makes sense in this context.

  12. Find the second derivative

    d2Vdx2=24x52\frac{d^2V}{dx^2}=24 x - 52

    The second derivative test confirms whether we have a maximum or a minimum, which we must check rather than assume.

  13. Confirm it is a maximum

    d2Vdx2x=1=28<0\left.\frac{d^2V}{dx^2}\right|_{x=1}=-28<0

    Because the second derivative is negative here, the curve bends downwards, so this is a maximum.

  14. Calculate the maximum value of V

    V=18V=18

    Substitute the optimal xx back into V to get the actual largest value.

  15. Reject the value outside the range and check ends

    x=103>2.5 rejected; V=0 at the endsx=\tfrac{10}{3}>2.5\ \text{rejected};\ V=0\text{ at the ends}

    One solution lies outside the allowed range, and the volume is zero at both ends, so the remaining turning point gives the maximum.

  16. Interpret the result

    x=1V=18x=1\Rightarrow V=18

    Cutting squares of side 1cm1\,\text{cm} gives the largest box, of volume 18cm318\,\text{cm}^{3}.

Answer
The maximum volume is 18cm318\,\text{cm}^{3}, when x=1cmx=1\,\text{cm}.
Question 5
9 markschallenging
A piece of wire of length 20cm20\,\text{cm} is cut into two pieces. One piece is bent into a circle and the other into a square. Find the length xx of the piece used for the circle that minimises the total area enclosed.
Show worked solution

Worked solution

  1. Set up the two pieces

    x+(square piece)=20x+\text{(square piece)}=20

    Let xx be the length of wire used for the circle; the remaining 20x20-x is used for the square.

  2. Area of the circle

    radius=x2π, area=x24π\text{radius}=\dfrac{x}{2\pi},\ \text{area}=\dfrac{x^{2}}{4\pi}

    The circle's circumference is xx, so its radius is x2π\tfrac{x}{2\pi} and its area is πr2=x24π\pi r^{2}=\tfrac{x^{2}}{4\pi}.

  3. Area of the square

    side=20x4, area=(20x)216\text{side}=\dfrac{20-x}{4},\ \text{area}=\dfrac{(20-x)^{2}}{16}

    The square's perimeter is 20x20-x, so each side is 20x4\tfrac{20-x}{4} and its area is the side squared.

  4. Form the total area

    A=x24π+(20x)216A=\dfrac{x^{2}}{4\pi}+\dfrac{(20-x)^{2}}{16}

    Adding the two areas gives the total as a function of xx.

  5. State the domain

    0<x<200<x<20

    Each piece must have positive length, so xx is between 00 and 2020.

  6. Note the aim

    minimise A\text{minimise }A

    We look for the stationary point of AA that gives the smallest total area.

  7. Plan the method

    find the stationary value of A: dAdx=0\text{find the stationary value of }A:\ \frac{dA}{dx}=0

    Now that A is written with the single variable xx, the plan is to differentiate, set the derivative to zero to find the optimum, and use the second derivative to confirm it is the minimum.

  8. Differentiate A with respect to xx

    dAdx=4x+π(x20)8π\frac{dA}{dx}=\frac{4 x + \pi \left(x - 20\right)}{8 \pi}

    To find the smallest value we look for a stationary point of A, so we differentiate and will set the result to zero.

  9. Set the derivative equal to zero

    4x+π(x20)8π=0\frac{4 x + \pi \left(x - 20\right)}{8 \pi}=0

    At a maximum or minimum the rate of change is zero. Setting dAdx=0\frac{dA}{dx}=0 gives the equation to solve.

  10. Solve for xx

    x=20ππ+4x=\frac{20 \pi}{\pi + 4}

    Solving the equation gives the candidate value(s) of xx for the optimum.

  11. Find the second derivative

    d2Adx2=π+48π\frac{d^2A}{dx^2}=\frac{\pi + 4}{8 \pi}

    The second derivative test confirms whether we have a maximum or a minimum, which we must check rather than assume.

  12. Confirm it is a minimum

    d2Adx2x=20ππ+4=π+48π>0\left.\frac{d^2A}{dx^2}\right|_{x=\frac{20 \pi}{\pi + 4}}=\frac{\pi + 4}{8 \pi}>0

    Because the second derivative is positive here, the curve bends upwards, so this is a minimum.

  13. Calculate the minimum value of A

    A=100π+4A=\frac{100}{\pi + 4}

    Substitute the optimal xx back into A to get the actual smallest value.

  14. Confirm the minimum

    d2Adx2=12π+18>0\frac{d^{2}A}{dx^{2}}=\frac{1}{2\pi}+\frac{1}{8}>0

    The second derivative is positive for all xx, so the turning point is a minimum.

  15. Interpret the result

    x=20ππ+4cmx=\dfrac{20\pi}{\pi+4}\,\text{cm}

    This length of wire for the circle gives the smallest possible total area.

Answer
The total area is least when x=20ππ+4cmx=\dfrac{20\pi}{\pi+4}\,\text{cm} is used for the circle.

Unlock 29 more Increasing, decreasing, stationary points questions

Create a free account to work through every A-Level Increasing, decreasing, stationary points 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 Increasing, decreasing, stationary points practice

Related Pure Maths topics