Home / IB DP Math AI -Topic SL 5.12 Area of the region enclosed by a curve IB Style Question HL Paper 2

IB DP Math AI -Topic SL 5.12 Area of the region enclosed by a curve IB Style Question HL Paper 2

Question 

The interior of a vase is modelled by rotating the region bounded by the curve $y = \frac{1}{2} \times {x^2} – 1$ and the lines x = 0 , y = 0 and y = 15 , through 2$\pi$ radians about the y-axis. The values of x and y are measured in centimetres.

The vase is filled with water to a height of h cm.
(a) Find an explicit expression for the volume of water in terms of h.
The vase is filled at a rate of 20 cm3 s1.
(b) Find the time taken to completely fill the vase.
(c) Find the rate at which the height is changing when h = 10 cm.

▶️Answer/Explanation

Detail Solution: –

Part (a): Find an explicit expression for the volume of water in terms of h

The interior of the vase is formed by rotating a region around the y-axis. The region is bounded by the curve \( y = \frac{1}{2}x^2 – 1 \), the lines \( x = 0 \), \( y = 0 \), and \( y = 15 \). Since the rotation is about the y-axis, we’ll use the method of cylindrical shells or the disk method to compute the volume, but because we’re interested in the volume up to a height \( h \), the disk method fits naturally here (with \( x \) as a function of \( y \)).

First, interpret the boundaries:
 \( y = \frac{1}{2}x^2 – 1 \): This is the curve defining the vase’s shape.
 \( x = 0 \): The y-axis, which is the axis of rotation.
 \( y = 0 \): A horizontal boundary.
 \( y = 15 \): The top of the vase.

Solve for \( x \) in terms of \( y \) from the curve:
\[
y = \frac{1}{2}x^2 – 1
\]
\[
y + 1 = \frac{1}{2}x^2
\]
\[
x^2 = 2(y + 1)
\]
\[
x = \sqrt{2(y + 1)} \quad (\text{since } x \geq 0 \text{ to the right of the y-axis})
\]

Now, determine the region being rotated. Let’s find where the curve intersects the boundaries:
 At \( y = 0 \):
\[
0 = \frac{1}{2}x^2 – 1 \implies 1 = \frac{1}{2}x^2 \implies x^2 = 2 \implies x = \sqrt{2}
\]
 At \( y = 15 \):
\[
15 = \frac{1}{2}x^2 – 1 \implies 16 = \frac{1}{2}x^2 \implies x^2 = 32 \implies x = \sqrt{32} = 4\sqrt{2}
\]

The curve starts below the x-axis at \( y = -1 \) when \( x = 0 \), rises to \( ( \sqrt{2}, 0) \) at \( y = 0 \), and reaches \( (4\sqrt{2}, 15) \) at \( y = 15 \). The region “bounded by” these lines suggests we need the area between \( x = 0 \) and the curve from \( y = 0 \) to \( y = 15 \), rotated around the y-axis. However, the curve dips below \( y = 0 \) (from \( y = -1 \) to \( y = 0 \)), and we need to clarify the vase’s base. A vase typically has a solid bottom, so let’s assume the region from \( y = 0 \) to \( y = 15 \) between \( x = 0 \) and \( x = \sqrt{2(y + 1)} \) is rotated, forming a container open at \( y = 15 \).

For a solid of revolution about the y-axis, the volume from \( y = 0 \) to \( y = h \) (where \( 0 \leq h \leq 15 \)) uses the disk method:
\[
V = \pi \int_{0}^{h} [x(y)]^2 \, dy
\]
Substitute \( x = \sqrt{2(y + 1)} \):
\[
x^2 = 2(y + 1)
\]
\[
V = \pi \int_{0}^{h} 2(y + 1) \, dy
\]
\[
= 2\pi \int_{0}^{h} (y + 1) \, dy
\]
\[
= 2\pi \left[ \frac{y^2}{2} + y \right]_{0}^{h}
\]
\[
= 2\pi \left( \frac{h^2}{2} + h – 0 \right)
\]
\[
= 2\pi \left( \frac{h^2}{2} + h \right)
\]
\[
V = \pi h^2 + 2\pi h
\]

This is the volume of water when the height is \( h \) cm. Let’s verify: at \( h = 0 \), \( V = 0 \), which makes sense (no water); at \( h = 15 \), we’ll compute later to check consistency.

Part (b): Find the time taken to completely fill the vase

“Completely fill the vase” means up to \( h = 15 \) cm, the top boundary. Calculate the total volume:
\[
V = \pi (15)^2 + 2\pi (15)
\]
\[
= \pi \cdot 225 + 30\pi
\]
\[
= 255\pi \, \text{cm}^3
\]

The vase fills at a rate of \( 20 \, \text{cm}^3/\text{s} \):
\[
\text{Time} = \frac{\text{Total Volume}}{\text{Fill Rate}} = \frac{255\pi}{20}
\]
\[
= \frac{255 \cdot \pi}{20} = 12.75\pi \, \text{seconds}
\]

Numerically, \( \pi \approx 3.1416 \), so:
\[
12.75 \cdot 3.1416 \approx 40.055 \, \text{seconds}
\]
Let’s keep it exact as \( 12.75\pi \) seconds unless a decimal is required.

 Part (c): Find the rate at which the height is changing when $ h = 10 \, \text{cm}$

We need \( \frac{dh}{dt} \) when \( h = 10 \), given \( \frac{dV}{dt} = 20 \, \text{cm}^3/\text{s} \). Use the chain rule:
\[
\frac{dV}{dt} = \frac{dV}{dh} \cdot \frac{dh}{dt}
\]
\[
\frac{dh}{dt} = \frac{\frac{dV}{dt}}{\frac{dV}{dh}}
\]

Differentiate the volume:
\[
V = \pi h^2 + 2\pi h
\]
\[
\frac{dV}{dh} = 2\pi h + 2\pi = 2\pi (h + 1)
\]

At \( h = 10 \):
\[
\frac{dV}{dh} = 2\pi (10 + 1) = 2\pi \cdot 11 = 22\pi
\]

\[
\frac{dh}{dt} = \frac{20}{22\pi} = \frac{10}{11\pi} \, \text{cm/s}
\]

Numerically:
\[
\frac{10}{11 \cdot 3.1416} \approx \frac{10}{34.5576} \approx 0.289 \, \text{cm/s}
\]

————Markscheme—————–

7. (a) attempt to use $V=\pi\int x^{2}dy$
$x^{2}=2y+2$ or any reasonable attempt to find x in terms of y
\[V=\pi\int_{0}^{h}(2y+2)dy\]

$$\int2y+2~dy=y^{2}+2y$$

$$V=\pi[y^{2}+2y]_{0}^{h}$$
$$=\pi(h^{2}+2h)$$

(b) volume of vase $=\pi(15^{2}+2\times15) = 801.106…$

(time to fill vase = $\frac{801.106…}{20} = 40.1$ (40.0553…) (seconds)

(c) EITHER

$\frac{dh}{dt}=\frac{dV}{dt}\times\frac{dh}{dV}$
$\frac{dV}{dh}=\pi(2h+2)$

OR

differentiating $V=\pi(h^{2}+2h)$ implicitly

$\frac{dV}{dt}=\pi(2h+2)\frac{dh}{dt}$

THEN

$\frac{dh}{dt}=20\times\frac{1}{\pi(2h+2)}$

substituting $h=10$ seen anywhere
0.289 (0.289372…) cm $s^{-1}$

Question

Consider the curve \(y = \sqrt{x}\).
(a) (i) Find \(\frac{dy}{dx}\).
(ii) Hence show that the equation of the tangent to the curve at the point (0.16, 0.4) is y = 1.25x + 0.2.
The shape of a piece of metal can be modelled by the region bounded by the functions f , g,
the x-axis and the line segment [AB], as shown in the following diagram. The units on the x
and y axes are measured in metres.

The graph of g is obtained from the graph of f by:

  • a sketch scale factor of \(\frac{1}{2}\) in the x direction,
  • followed by a stretch scale factor \(\frac{1}{2}\) in the y direction,
  • followed by a translation of 0.2 units to the right.

Point A lies on the graph of f and has coordinates (0.5, 0.825). Point B is the image of A
under the given transformations and has coordinates (p , q).
(b) Find the value of p and the value of q.
The piecewise function g is given by
\(g(x)=\left\{\begin{matrix}
h(x) & 0.2 \leq x \leq a\\
1.25x + b & a<x \leq p
\end{matrix}\right.\)
(c) Find
(i) an expression for h(x).
(ii) the value of a.
(iii) the value of b.
(d) (i) Find the area enclosed by y = f (x), the x-axis and the line x = 0.5.
The area enclosed by y = g(x), the x-axis and the line x = p is 0.0627292 \(m^2\) correct to six significant figures.
(ii) Find the area of the shaded region on the diagram.

▶️Answer/Explanation

Ans:

(a) (i) \(y=x^{\frac{1}{2}}\)
\(\frac{dy}{dx}=\frac{1}{2} x^{-\frac{1}{2}}\)
(ii) gradient at x = 0.16 is \(\frac{1}{2} \times \frac{1}{\sqrt{0.16}}\)
= 1.25
EITHER
y – 0.4 = 1.25 (x – 0.16)
OR
0.4 = 1.25(0.16) + b
THEN
hence y = 1.25x + 0.2
(b) p q = = 0.45, 0.4125 ( 0.413) or (accept “(0.45, 0.4125)”)
(c) (i) \((h(x)=) \frac{1}{2} \sqrt{2(x-0.2)}\)
(ii) (a=) 0.28
(iii) EITHER
correct substitution of their part (b) (or (0.28, 0.2)) into the given expression
OR
\(\frac{1}{2}(1.25 \times 2 (x – 0.2)+0.2)\)
THEN
(b=) – 0.15
(d) (i) recognizing need to add two integrals
\(\int_{0}^{0.16} \sqrt{x}dx + \int_{0.16}^{0.5}(1.25x + 0.2)dx\)
0.251 \(m^2\) (0.250916…)
(ii) EITHER
area of trapezoid \(\frac{1}{2} \times 0.05(0.4125 + 0.825) = 0.0309375\)
OR
\(\int_{0.45}^{0.5}(8.25x – 3.3)dx = 0.0309375\)
THEN
shaded area = 0.250916… – 0.627292 – 0.0309375
= 0.157 \(m^2\) (0.15725)

Question

A particle moves in a straight line. The velocity, v ms1 , of the particle at time t seconds is given by v (t) = t sint – 3 , for 0 ≤ t ≤ 10.

The following diagram shows the graph of v .

                     

    1. Find the smallest value of t for which the particle is at rest. [2]

    2. Find the total distance travelled by the particle. [2]

    3. Find the acceleration of the particle when t = 7 . [2]

▶️Answer/Explanation

Ans:

(a) recognising v=o  t = 6.74416…  = 6.74 (sec)

= 37.0968…  = 37.1 (m)

(c) recognising acceleration at t = 7  is given by v’ (7) acceleration = 5.93430… = 5.93 (ms-2)

Question

Let f (x) =  \(\sqrt{12-2x}\) , x ≤ a . The following diagram shows part of the graph of f .

The shaded region is enclosed by the graph of f , the x-axis and the y-axis.

                          x

The graph of f intersects the x-axis at the point (a , 0) .

  1. Find the value of a . [2]

  2. Find the volume of the solid formed when the shaded region is revolved 360° about the x-axis. [5]

▶️Answer/Explanation

Ans:

(a)

recognize f (x) = 0 

eg \(\sqrt{12-2x}= 0, 2x=12\)

a= 6 (accept x= 6, (6,0))

(b)

attempt to substitute either their limits or the function into volume formula (must involve \(f^{2})\)

eg \(\int_{0}^{6}f^{2}dx , \pi \int (\sqrt{12-2x})^{2}, \pi \int_{0}^{6}\)(12-2x) dx

correct integaration of each term

eg \(12x-x^{2}, 12x-x^{2}\)+c, \(\left [ 12x-x^{2} \right ]_0^6\)

substituting limits into their integrated function and subtracting (in any order)

eg \(\pi (12(6)-(6)^{2})-\pi (0),72\pi -36\pi ,(12(6)-(6)^{2})-(0)\)

volume = \(36\pi \)

Question

a.Find  \(\int {\frac{1}{{2x + 3}}} {\rm{d}}x\) .[2]

b.Given that \(\int_0^3 {\frac{1}{{2x + 3}}} {\rm{d}}x = \ln \sqrt P \) , find the value of P.[4]

▶️Answer/Explanation

Markscheme

\(\int {\frac{1}{{2x + 3}}} {\rm{d}}x = \frac{1}{2}\ln (2x + 3) + C\)  (accept \(\frac{1}{2}\ln |(2x + 3)| + C\) )    A1A1     N2

[2 marks]

a.

\(\int_0^3 {\frac{1}{{2x + 3}}} {\rm{d}}x = \left[ {\frac{1}{2}\ln (2x + 3)} \right]_0^3\)

evidence of substitution of limits     (M1)

e.g.\(\frac{1}{2}\ln 9 – \frac{1}{2}\ln 3\)

evidence of correctly using \(\ln a – \ln b = \ln \frac{a}{b}\) (seen anywhere)     (A1)

e.g. \(\frac{1}{2}\ln 3\)

evidence of correctly using \(a\ln b = \ln {b^a}\) (seen anywhere)     (A1)

e.g. \(\ln \sqrt {\frac{9}{3}} \)

\(P = 3\) (accept \(\ln \sqrt 3 \) )     A1     N2

[4 marks]

b.

Question

Let  \(\int_1^5 {3f(x){\rm{d}}x = 12} \) .

a.Show that \(\int_5^1 {f(x){\rm{d}}x = – 4} \) .[2]

b.Find the value of  \(\int_1^2 {(x + f(x)){\rm{d}}x + } \int_2^5 {(x + f(x)){\rm{d}}x} \) .[5]

▶️Answer/Explanation

Markscheme

evidence of factorising 3/division by 3     A1

e.g. \(\int_1^5 {3f(x){\rm{d}}x = 3\int_1^5 {f(x){\rm{d}}x} } \) , \(\frac{{12}}{3}\) , \(\int_1^5 {\frac{{3f(x){\rm{d}}x}}{3}} \) (do not accept 4 as this is show that)

evidence of stating that reversing the limits changes the sign     A1

e.g. \(\int_5^1 {f(x){\rm{d}}x = } – \int_1^5 {f(x){\rm{d}}x} \)

\(\int_5^1 {f(x){\rm{d}}x = } – 4\)     AG     N0

[2 marks]

a.

evidence of correctly combining the integrals (seen anywhere)     (A1)

e.g. \(I = \int_1^2 {(x + f(x)){\rm{d}}x + } \int_2^5 {(x + f(x)){\rm{d}}x = } \int_1^5 {(x + f(x)){\rm{d}}x} \)

evidence of correctly splitting the integrals (seen anywhere)     (A1)

e.g. \(I = \int_1^5 {x{\rm{d}}x + } \int_1^5 {f(x){\rm{d}}x} \) 

\(\int {x{\rm{d}}x = } \frac{{{x^2}}}{2}\) (seen anywhere)     A1

\(\int_1^5 {x{\rm{d}}x = } \left[ {\frac{{{x^2}}}{2}} \right]_1^5 = \frac{{25}}{2} – \frac{1}{2}\) \(\left( { = \frac{{24}}{2},12} \right)\)     A1

\(I =16\)     A1     N3

[5 marks]

b.
Scroll to Top