Category Archives: Optimisation

HSC Advanced 2024 Question 30

HSC Advanced 2024

Two circles have the same centre O. The smaller circle has a radius of 1 cm, while the larger has a radius of (x+1) cm. The circles enclose a region QRST, which is subtended by angle of {\theta} at O, as shaded.

The area of QRST is A cm2, where A is a constant and A>0

Let P cm be the perimeter of QRST

(a) By finding expressions for the area and perimeter of QRST show that P(x)=2x+\frac{2A}{x}

(b) Show that if the perimeter is minimised, then {\theta} must be less than 2.

(a) A=\frac{1}{2}\theta((x+1)^2-1^2)
A=\frac{1}{2}\theta(x^2+2x)
2A=\theta x^2 +2x \theta
\frac{2A}{x}=\theta x +2\theta

P=\theta(1)+\theta(1+x)+2x
P=2\theta +\theta x +2x
P=\frac{2A}{x}+2x

I like it when the first part requires the student to show something and the second part has them use it (that way they can still do the second part even if they couldn’t do the first part).

(b) \frac{dP}{dx}=2-\frac{2A}{x^2}
0=2-\frac{2A}{x^2}
x=\sqrt{A}

\frac{d^2P}{dx^2}=\frac{4A}{x^3}
Both x and A are greater than zero, therefore \frac{d^2P}{dx^2}>0 and x=\sqrt{A} is a minimum.

Substitute x=\sqrt{A} into the Area formula
2A=A\theta+2\sqrt{A}\theta
\theta=\frac{2A}{A+2\sqrt{A}}
\theta=\frac{2A}{\sqrt{A}(\sqrt{A}+2)}
\theta=\frac{2\sqrt{A}}{\sqrt{A}+2}

Now \frac{2\sqrt{A}}{\sqrt{A}+2}<\frac{2\sqrt{A}}{\sqrt{A}}
Hence \theta<\frac{2\sqrt{A}}{\sqrt{A}}
and \theta<2

Leave a Comment

Filed under Differentiation, Optimisation, Uncategorized

Optimisation

An optimisation question from the 2019 ATAR Mathematics Methods exam.

I always like optimisation questions. There is a nice process to follow:

  • Find the function to optimise (in terms of one variable).
  • Find the stationary points.
  • Find the nature of the stationary points.
  • Find the maximum or minimum.
(a) Volume of the cylinder V=\pi r^2h
42=2r+h
h=42-2r
\therefore V_C=\pi r^2(42-2r)
Volume of spherical decorations V_S=\frac{4}{3}\pi( r_s)^3 where r_s=\frac{r}{3}
V_S=\frac{4\pi r^3}{81}
Volume unused space V=\pi r^2(42-2r)-20(\frac{4\pi r^3}{81})
V=2\pi (21r^2-r^3-\frac{40r^3}{81})
V=2\pi (21r^2-\frac{81r^3}{81}-\frac{40r^3}{81})
V=2\pi (21r^2-\frac{121r^3}{81})

(b) V=2\pi (21r^2-\frac{121r^3}{81})
\frac{dV}{dr}=2\pi (42r-\frac{121r^2}{27})
\frac{dV}{dr}=0
0=42r-\frac{121r^2}{27}
0=r(42-\frac{121r}{27})
r=0 or r=\frac{1134}{121}=9.372

\frac{d^2V}{dr^2}=2\pi (42-\frac{242r}{27})
(\frac{d^2V}{dr^2})_{|r=9.372}=-42
\therefore r=9.372 is a maximum.

Dimensions of the vase, internal diameter=18.7cm internal height=23.3cm

(c) Maximum volume of empty space =2\pi (21r^2-\frac{121r^3}{81})=3863.08cm^3
Volume of one sphere =\frac{4}{3}\pi r^3=3448.03cm^3

There is enough unused space for one extra decoration, but it would depend on how they are packed.

Leave a Comment

Filed under Differentiation, Optimisation, Year 12 Mathematical Methods