Browse papers
A

Section A: Long Answer Questions

Attempt all questions.

5 questions
1long8 marks

State Leibnitz's theorem for the nn-th derivative of a product of two functions. If y=x2e3xy = x^2 \, e^{3x}, use Leibnitz's theorem to find yny_n, the nn-th derivative of yy with respect to xx. Hence evaluate y4y_4 at x=0x = 0.

Leibnitz's theorem. If uu and vv are functions of xx possessing derivatives up to order nn, then

(uv)n=r=0n(nr)unrvr=unv+(n1)un1v1+(n2)un2v2++uvn.(uv)_n = \sum_{r=0}^{n} \binom{n}{r} u_{n-r}\, v_r = u_n v + \binom{n}{1} u_{n-1} v_1 + \binom{n}{2} u_{n-2} v_2 + \cdots + u\, v_n.

Applying to y=x2e3xy = x^2 e^{3x}. Take u=e3xu = e^{3x} and v=x2v = x^2, because the successive derivatives of v=x2v=x^2 terminate after the second.

Derivatives of u=e3xu = e^{3x}:

un=3ne3x,un1=3n1e3x,un2=3n2e3x.u_{n} = 3^{n} e^{3x}, \quad u_{n-1} = 3^{n-1} e^{3x}, \quad u_{n-2} = 3^{n-2} e^{3x}.

Derivatives of v=x2v = x^2:

v=x2,v1=2x,v2=2,v3=v4==0.v = x^2, \quad v_1 = 2x, \quad v_2 = 2, \quad v_3 = v_4 = \cdots = 0.

By Leibnitz's theorem only the first three terms survive:

yn=unv+(n1)un1v1+(n2)un2v2.y_n = u_n v + \binom{n}{1} u_{n-1} v_1 + \binom{n}{2} u_{n-2} v_2.

Substituting:

yn=3ne3xx2+n(3n1e3x)(2x)+n(n1)2(3n2e3x)(2).y_n = 3^{n} e^{3x}\,x^2 + n\,(3^{n-1} e^{3x})(2x) + \frac{n(n-1)}{2}(3^{n-2} e^{3x})(2).

Simplify:

yn=3n2e3x[9x2+6nx+n(n1)].\boxed{\,y_n = 3^{n-2} e^{3x}\left[\,9x^2 + 6nx + n(n-1)\,\right].}

Evaluating y4y_4 at x=0x=0. Put n=4n=4 and x=0x=0. The bracket becomes 9(0)+6(4)(0)+4(3)=129(0) + 6(4)(0) + 4(3) = 12, and 3n2=32=93^{n-2}=3^{2}=9, e0=1e^{0}=1:

y4(0)=9112=108.y_4(0) = 9 \cdot 1 \cdot 12 = 108.

Final answer: yn=3n2e3x[9x2+6nx+n(n1)]y_n = 3^{n-2}e^{3x}\big[9x^2 + 6nx + n(n-1)\big] and y4(0)=108\mathbf{y_4(0) = 108}.

derivativessuccessive-differentiationleibnitz-theorem
2long8 marks

State Euler's theorem on homogeneous functions. If

u=sin1 ⁣(x3+y3x+y),u = \sin^{-1}\!\left(\frac{x^3 + y^3}{x + y}\right),

show that

xux+yuy=2tanu.x\frac{\partial u}{\partial x} + y\frac{\partial u}{\partial y} = 2\tan u.

Euler's theorem. If f(x,y)f(x,y) is a homogeneous function of degree nn, i.e. f(tx,ty)=tnf(x,y)f(tx,ty)=t^n f(x,y), then

xfx+yfy=nf.x\frac{\partial f}{\partial x} + y\frac{\partial f}{\partial y} = n\,f.

Setting up. Here uu itself is not homogeneous, but sinu\sin u is. Let

z=sinu=x3+y3x+y.z = \sin u = \frac{x^3 + y^3}{x + y}.

Check homogeneity of zz: replace xtx,ytyx\to tx,\,y\to ty:

z(tx,ty)=t3(x3+y3)t(x+y)=t2x3+y3x+y=t2z.z(tx,ty) = \frac{t^3(x^3+y^3)}{t(x+y)} = t^{2}\,\frac{x^3+y^3}{x+y} = t^{2} z.

So zz is homogeneous of degree n=2n = 2.

Apply Euler's theorem to zz:

xzx+yzy=2z.x\frac{\partial z}{\partial x} + y\frac{\partial z}{\partial y} = 2z.

Convert back to uu. Since z=sinuz = \sin u,

zx=cosuux,zy=cosuuy.\frac{\partial z}{\partial x} = \cos u\,\frac{\partial u}{\partial x}, \qquad \frac{\partial z}{\partial y} = \cos u\,\frac{\partial u}{\partial y}.

Substitute:

xcosuux+ycosuuy=2sinu.x\cos u\,\frac{\partial u}{\partial x} + y\cos u\,\frac{\partial u}{\partial y} = 2\sin u.

Divide both sides by cosu\cos u (assuming cosu0\cos u \neq 0):

xux+yuy=2sinucosu=2tanu.x\frac{\partial u}{\partial x} + y\frac{\partial u}{\partial y} = 2\,\frac{\sin u}{\cos u} = 2\tan u.

Hence xux+yuy=2tanux\,u_x + y\,u_y = 2\tan u, as required. \blacksquare

partial-differentiationeulers-theoremhomogeneous-functions
3long8 marks

Obtain a reduction formula for In=0π/2sinnxdxI_n = \displaystyle\int_{0}^{\pi/2} \sin^n x \, dx where n2n \ge 2 is a positive integer. Hence evaluate 0π/2sin6xdx\displaystyle\int_{0}^{\pi/2} \sin^6 x \, dx.

Setting up the reduction. Write sinnx=sinn1xsinx\sin^n x = \sin^{n-1}x \cdot \sin x and integrate by parts on 0π/2sinnxdx\int_0^{\pi/2}\sin^n x\,dx taking u=sinn1xu=\sin^{n-1}x, dv=sinxdxdv=\sin x\,dx, so v=cosxv=-\cos x:

In=[sinn1xcosx]0π/2+(n1)0π/2sinn2xcos2xdx.I_n = \Big[-\sin^{n-1}x\cos x\Big]_0^{\pi/2} + (n-1)\int_0^{\pi/2}\sin^{n-2}x\cos^2 x\,dx.

The boundary term vanishes: at x=π/2x=\pi/2, cosx=0\cos x=0; at x=0x=0, sinx=0\sin x=0 (since n11n-1\ge1). So

In=(n1)0π/2sinn2x(1sin2x)dx=(n1)In2(n1)In.I_n = (n-1)\int_0^{\pi/2}\sin^{n-2}x\,(1-\sin^2 x)\,dx = (n-1)I_{n-2} - (n-1)I_n.

Collect InI_n terms:

In+(n1)In=(n1)In2    nIn=(n1)In2.I_n + (n-1)I_n = (n-1)I_{n-2} \;\Rightarrow\; n\,I_n = (n-1)I_{n-2}. In=n1nIn2.\boxed{\,I_n = \frac{n-1}{n}\,I_{n-2}.\,}

Base value. I0=0π/2dx=π2.I_0 = \displaystyle\int_0^{\pi/2} dx = \frac{\pi}{2}.

Evaluate I6I_6. Apply the formula repeatedly:

I6=56I4=5634I2=563412I0.I_6 = \frac{5}{6}I_4 = \frac{5}{6}\cdot\frac{3}{4}I_2 = \frac{5}{6}\cdot\frac{3}{4}\cdot\frac{1}{2}I_0.

Now I0=π2I_0 = \dfrac{\pi}{2}, so

I6=563412π2=531642π2=1548π2=516π2=5π32.I_6 = \frac{5}{6}\cdot\frac{3}{4}\cdot\frac{1}{2}\cdot\frac{\pi}{2} = \frac{5\cdot 3\cdot 1}{6\cdot 4\cdot 2}\cdot\frac{\pi}{2} = \frac{15}{48}\cdot\frac{\pi}{2} = \frac{5}{16}\cdot\frac{\pi}{2} = \frac{5\pi}{32}.

Final answer: In=n1nIn2I_n = \dfrac{n-1}{n}I_{n-2} and 0π/2sin6xdx=5π320.4909.\displaystyle\int_0^{\pi/2}\sin^6 x\,dx = \dfrac{5\pi}{32} \approx 0.4909.

integrationreduction-formuladefinite-integrals
4long8 marks

Reduce the conic 9x2+4y236x+8y+4=09x^2 + 4y^2 - 36x + 8y + 4 = 0 to its standard form. Identify the conic, and find its centre, semi-axes, eccentricity, and the coordinates of the foci.

Group and complete the square.

9x236x+4y2+8y+4=0.9x^2 - 36x + 4y^2 + 8y + 4 = 0.

Factor coefficients:

9(x24x)+4(y2+2y)+4=0.9(x^2 - 4x) + 4(y^2 + 2y) + 4 = 0.

Complete the square inside each bracket:

x24x=(x2)24,y2+2y=(y+1)21.x^2 - 4x = (x-2)^2 - 4, \qquad y^2 + 2y = (y+1)^2 - 1.

Substitute:

9[(x2)24]+4[(y+1)21]+4=0,9\big[(x-2)^2 - 4\big] + 4\big[(y+1)^2 - 1\big] + 4 = 0, 9(x2)2+4(y+1)2364+4=0,9(x-2)^2 + 4(y+1)^2 - 36 - 4 + 4 = 0, 9(x2)2+4(y+1)2=36.9(x-2)^2 + 4(y+1)^2 = 36.

Divide by 36:

(x2)24+(y+1)29=1.\boxed{\dfrac{(x-2)^2}{4} + \dfrac{(y+1)^2}{9} = 1.}

Identify the conic. Both squared terms are positive with different denominators, so this is an ellipse. The larger denominator is under the yy-term, so the major axis is vertical.

Parameters. With centre form (xh)2b2+(yk)2a2=1\dfrac{(x-h)^2}{b^2}+\dfrac{(y-k)^2}{a^2}=1:

  • a2=9a=3a^2 = 9 \Rightarrow a = 3 (semi-major axis, along yy)
  • b2=4b=2b^2 = 4 \Rightarrow b = 2 (semi-minor axis, along xx)
  • Centre: (h,k)=(2,1)(h,k) = (2,\,-1).

Eccentricity. For a vertical ellipse b2=a2(1e2)b^2 = a^2(1-e^2):

e=1b2a2=149=59=530.745.e = \sqrt{1 - \frac{b^2}{a^2}} = \sqrt{1 - \frac{4}{9}} = \sqrt{\frac{5}{9}} = \frac{\sqrt{5}}{3} \approx 0.745.

Foci. The distance from centre to each focus is c=ae=ae=353=5c = ae = a\,e = 3\cdot\dfrac{\sqrt5}{3} = \sqrt5. (Check: c2=a2b2=94=5c^2=a^2-b^2 = 9-4 = 5.) Foci lie on the vertical major axis through the centre:

(2,1±5)    (2,1+5)(2,1.236) and (2,15)(2,3.236).(2,\,-1\pm\sqrt5) \;\Rightarrow\; (2,\,-1+\sqrt5)\approx(2,\,1.236) \text{ and } (2,\,-1-\sqrt5)\approx(2,\,-3.236).

Summary table.

QuantityValue
TypeEllipse (major axis vertical)
Centre(2,1)(2,-1)
Semi-major axis aa33
Semi-minor axis bb22
Eccentricity ee5/30.745\sqrt5/3 \approx 0.745
Foci(2,1±5)(2,\,-1\pm\sqrt5)

Final answer: standard form (x2)24+(y+1)29=1\dfrac{(x-2)^2}{4}+\dfrac{(y+1)^2}{9}=1; an ellipse with centre (2,1)(2,-1), a=3a=3, b=2b=2, e=5/3\mathbf{e=\sqrt5/3}, foci (2,1±5)\mathbf{(2,-1\pm\sqrt5)}.

plane-analytic-geometryconic-sectionsellipse
5long8 marks

Solve the first-order linear differential equation

dydx+yx=x2,x>0,\frac{dy}{dx} + \frac{y}{x} = x^2, \qquad x > 0,

and find the particular solution satisfying y(1)=2y(1) = 2.

Identify the form. This is linear of the form dydx+P(x)y=Q(x)\dfrac{dy}{dx} + P(x)\,y = Q(x) with

P(x)=1x,Q(x)=x2.P(x) = \frac{1}{x}, \qquad Q(x) = x^2.

Integrating factor (I.F.).

μ=ePdx=e1xdx=elnx=x(x>0).\mu = e^{\int P\,dx} = e^{\int \frac{1}{x}\,dx} = e^{\ln x} = x \quad (x>0).

Multiply through by μ=x\mu = x:

xdydx+y=x3.x\frac{dy}{dx} + y = x^3.

The left side is the derivative of (μy)(\mu y):

ddx(xy)=x3.\frac{d}{dx}(x\,y) = x^3.

Integrate both sides:

xy=x3dx=x44+C.x y = \int x^3\,dx = \frac{x^4}{4} + C.

General solution:

y=x34+Cx.\boxed{\,y = \frac{x^3}{4} + \frac{C}{x}.\,}

Apply initial condition y(1)=2y(1)=2:

2=134+C1=14+C    C=214=74.2 = \frac{1^3}{4} + \frac{C}{1} = \frac{1}{4} + C \;\Rightarrow\; C = 2 - \frac{1}{4} = \frac{7}{4}.

Particular solution:

y=x34+74x,x>0.y = \frac{x^3}{4} + \frac{7}{4x}, \qquad x>0.

Check: y(1)=14+74=84=2.y(1) = \tfrac14 + \tfrac74 = \tfrac{8}{4} = 2. Correct.

Final answer: y=x34+Cxy = \dfrac{x^3}{4} + \dfrac{C}{x}; with y(1)=2y(1)=2, y=x34+74x\mathbf{y = \dfrac{x^3}{4} + \dfrac{7}{4x}}.

first-order-odelinear-odeintegrating-factor
B

Section B: Short Answer Questions

Attempt all questions.

6 questions
6short7 marks

A rectangular box with an open top and a square base is to be made to contain a volume of 32cm332\,\text{cm}^3. Find the dimensions of the box that minimise the total surface area of material used, and compute that minimum surface area.

Set up variables. Let the square base have side xx cm and the height be hh cm.

Volume constraint:

V=x2h=32    h=32x2.V = x^2 h = 32 \;\Rightarrow\; h = \frac{32}{x^2}.

Surface area (open top = base + 4 sides):

S=x2+4xh.S = x^2 + 4xh.

Substitute hh:

S(x)=x2+4x32x2=x2+128x.S(x) = x^2 + 4x\cdot\frac{32}{x^2} = x^2 + \frac{128}{x}.

Minimise. Differentiate and set to zero:

dSdx=2x128x2=0    2x3=128    x3=64    x=4 cm.\frac{dS}{dx} = 2x - \frac{128}{x^2} = 0 \;\Rightarrow\; 2x^3 = 128 \;\Rightarrow\; x^3 = 64 \;\Rightarrow\; x = 4\ \text{cm}.

Second-derivative test:

d2Sdx2=2+256x3>0 for x>0,\frac{d^2S}{dx^2} = 2 + \frac{256}{x^3} > 0 \text{ for } x>0,

so x=4x=4 gives a minimum.

Height: h=3242=3216=2 cm.h = \dfrac{32}{4^2} = \dfrac{32}{16} = 2\ \text{cm}.

Minimum surface area:

S=42+1284=16+32=48 cm2.S = 4^2 + \frac{128}{4} = 16 + 32 = 48\ \text{cm}^2.

Final answer: base 4cm×4cm4\,\text{cm}\times 4\,\text{cm}, height 2cm2\,\text{cm}, minimum surface area 48 cm2\mathbf{48\ \text{cm}^2}.

derivativesmaxima-minimaapplications
7short7 marks

Using Maclaurin's theorem, expand f(x)=ln(1+x)f(x) = \ln(1 + x) in ascending powers of xx up to the term in x4x^4, stating the general term. For what values of xx is the series valid?

Maclaurin's theorem.

f(x)=f(0)+xf(0)+x22!f(0)+x33!f(0)+x44!f(4)(0)+f(x) = f(0) + x f'(0) + \frac{x^2}{2!}f''(0) + \frac{x^3}{3!}f'''(0) + \frac{x^4}{4!}f^{(4)}(0) + \cdots

Compute derivatives of f(x)=ln(1+x)f(x)=\ln(1+x) and evaluate at 00.

nnf(n)(x)f^{(n)}(x)f(n)(0)f^{(n)}(0)
0ln(1+x)\ln(1+x)00
1(1+x)1(1+x)^{-1}11
2(1+x)2-(1+x)^{-2}1-1
32(1+x)32(1+x)^{-3}22
46(1+x)4-6(1+x)^{-4}6-6

Substitute into the series:

ln(1+x)=0+x(1)+x22!(1)+x33!(2)+x44!(6)+\ln(1+x) = 0 + x(1) + \frac{x^2}{2!}(-1) + \frac{x^3}{3!}(2) + \frac{x^4}{4!}(-6) + \cdots

Simplify the factorials: 23!=26=13\frac{2}{3!}=\frac{2}{6}=\frac13, 64!=624=14\frac{-6}{4!}=\frac{-6}{24}=-\frac14:

ln(1+x)=xx22+x33x44+\boxed{\,\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + \cdots\,}

General term.

ln(1+x)=n=1(1)n1xnn.\ln(1+x) = \sum_{n=1}^{\infty} (-1)^{n-1}\,\frac{x^n}{n}.

Interval of validity. The series converges for

1<x1,-1 < x \le 1,

i.e. it is valid for x<1|x|<1 and also at the endpoint x=1x=1 (where it gives ln2\ln 2), but diverges at x=1x=-1.

Final answer: ln(1+x)=xx22+x33x44+=n=1(1)n1xnn\ln(1+x)=x-\dfrac{x^2}{2}+\dfrac{x^3}{3}-\dfrac{x^4}{4}+\cdots = \displaystyle\sum_{n=1}^{\infty}(-1)^{n-1}\dfrac{x^n}{n}, valid for 1<x1\mathbf{-1 < x \le 1}.

derivativesexpansionmaclaurin-series
8short7 marks

Find the area of the region enclosed between the parabola y2=4xy^2 = 4x and the line y=2x4y = 2x - 4.

Find the points of intersection. From the line, x=y+42x = \dfrac{y+4}{2}. Substitute into y2=4xy^2 = 4x:

y2=4y+42=2(y+4)=2y+8.y^2 = 4\cdot\frac{y+4}{2} = 2(y+4) = 2y + 8. y22y8=0    (y4)(y+2)=0    y=4 or y=2.y^2 - 2y - 8 = 0 \;\Rightarrow\; (y-4)(y+2) = 0 \;\Rightarrow\; y = 4 \text{ or } y = -2.

Corresponding xx: for y=4y=4, x=(4+4)/2=4x = (4+4)/2 = 4; for y=2y=-2, x=(2+4)/2=1x=(-2+4)/2 = 1. Intersection points: (4,4)(4,4) and (1,2)(1,-2).

Integrate with respect to yy (cleaner, since the parabola opens rightward). For a horizontal strip the right boundary is the line and the left boundary is the parabola:

xline=y+42,xparabola=y24.x_{\text{line}} = \frac{y+4}{2}, \qquad x_{\text{parabola}} = \frac{y^2}{4}.

Between y=2y=-2 and y=4y=4, the line lies to the right of the parabola, so

A=24(y+42y24)dy.A = \int_{-2}^{4}\left(\frac{y+4}{2} - \frac{y^2}{4}\right)dy.

Evaluate.

A=24(y2+2y24)dy=[y24+2yy312]24.A = \int_{-2}^{4}\left(\frac{y}{2} + 2 - \frac{y^2}{4}\right)dy = \left[\frac{y^2}{4} + 2y - \frac{y^3}{12}\right]_{-2}^{4}.

At y=4y=4: 164+86412=4+8163=12163=36163=203.\dfrac{16}{4} + 8 - \dfrac{64}{12} = 4 + 8 - \dfrac{16}{3} = 12 - \dfrac{16}{3} = \dfrac{36-16}{3} = \dfrac{20}{3}.

At y=2y=-2: 44+2(2)812=14+23=3+23=73.\dfrac{4}{4} + 2(-2) - \dfrac{-8}{12} = 1 - 4 + \dfrac{2}{3} = -3 + \dfrac{2}{3} = -\dfrac{7}{3}.

Subtract:

A=203(73)=273=9.A = \frac{20}{3} - \left(-\frac{7}{3}\right) = \frac{27}{3} = 9.

Final answer: the enclosed area is 9\mathbf{9} square units.

integrationareaapplications
9short6 marks

If u=x+yu = x + y and v=xyv = xy, compute the Jacobian (u,v)(x,y)\dfrac{\partial(u,v)}{\partial(x,y)}. Express it in terms of xx and yy and state the condition under which the transformation is locally invertible.

Definition. The Jacobian of (u,v)(u,v) with respect to (x,y)(x,y) is the determinant

J=(u,v)(x,y)=uxuyvxvy.J = \frac{\partial(u,v)}{\partial(x,y)} = \begin{vmatrix} \dfrac{\partial u}{\partial x} & \dfrac{\partial u}{\partial y} \\[2mm] \dfrac{\partial v}{\partial x} & \dfrac{\partial v}{\partial y} \end{vmatrix}.

Partial derivatives.

ux=1,uy=1,vx=y,vy=x.\frac{\partial u}{\partial x} = 1, \quad \frac{\partial u}{\partial y} = 1, \quad \frac{\partial v}{\partial x} = y, \quad \frac{\partial v}{\partial y} = x.

Evaluate the determinant.

J=11yx=(1)(x)(1)(y)=xy.J = \begin{vmatrix} 1 & 1 \\ y & x \end{vmatrix} = (1)(x) - (1)(y) = x - y. (u,v)(x,y)=xy.\boxed{\,\dfrac{\partial(u,v)}{\partial(x,y)} = x - y.\,}

Condition for local invertibility. By the inverse function theorem the transformation is locally invertible wherever the Jacobian is non-zero:

J=xy0    xy.J = x - y \neq 0 \;\Longleftrightarrow\; x \neq y.

Thus the map (x,y)(u,v)(x,y)\mapsto(u,v) fails to be locally invertible along the line x=yx=y (where u2=4vu^2 = 4v, the boundary of the attainable region).

Final answer: (u,v)(x,y)=xy\dfrac{\partial(u,v)}{\partial(x,y)} = x - y; locally invertible iff xy\mathbf{x \neq y}.

partial-differentiationjacobiantransformations
10short6 marks

Show that the differential equation

(2xy+3y2)dx+(x2+6xy)dy=0(2xy + 3y^2)\,dx + (x^2 + 6xy)\,dy = 0

is exact, and hence find its general solution.

Test for exactness. Write Mdx+Ndy=0M\,dx + N\,dy = 0 with

M=2xy+3y2,N=x2+6xy.M = 2xy + 3y^2, \qquad N = x^2 + 6xy.

Compute the cross partials:

My=2x+6y,Nx=2x+6y.\frac{\partial M}{\partial y} = 2x + 6y, \qquad \frac{\partial N}{\partial x} = 2x + 6y.

Since My=Nx\dfrac{\partial M}{\partial y} = \dfrac{\partial N}{\partial x}, the equation is exact.

Find the potential function F(x,y)F(x,y) with Fx=MF_x = M and Fy=NF_y = N.

Integrate MM with respect to xx (treating yy constant):

F=(2xy+3y2)dx=x2y+3y2x+g(y),F = \int (2xy + 3y^2)\,dx = x^2 y + 3y^2 x + g(y),

where g(y)g(y) is an arbitrary function of yy.

Determine g(y)g(y). Differentiate FF with respect to yy and set equal to NN:

Fy=x2+6xy+g(y)=x2+6xy.F_y = x^2 + 6xy + g'(y) = x^2 + 6xy.

Hence g(y)=0g(y)=g'(y) = 0 \Rightarrow g(y) = constant.

General solution. Setting F(x,y)=CF(x,y) = C:

x2y+3xy2=C.\boxed{\,x^2 y + 3xy^2 = C.\,}

Check by implicit differentiation: d(x2y+3xy2)=(2xy+3y2)dx+(x2+6xy)dy=0d(x^2y+3xy^2) = (2xy+3y^2)dx + (x^2+6xy)dy = 0, which matches the original equation.

Final answer: the equation is exact and its general solution is x2y+3xy2=C\mathbf{x^2 y + 3xy^2 = C}.

first-order-odeexact-equationsdifferential-equations
11short7 marks

A curve is given in polar coordinates by r=a(1+cosθ)r = a(1 + \cos\theta) (a cardioid), where a>0a > 0. Find the area enclosed by the cardioid using the polar area formula A=1202πr2dθA = \dfrac{1}{2}\displaystyle\int_{0}^{2\pi} r^2\,d\theta.

Polar area formula. The area swept by a polar curve is

A=1202πr2dθ.A = \frac{1}{2}\int_{0}^{2\pi} r^2\,d\theta.

Substitute r=a(1+cosθ)r = a(1+\cos\theta):

A=1202πa2(1+cosθ)2dθ=a2202π(1+2cosθ+cos2θ)dθ.A = \frac{1}{2}\int_{0}^{2\pi} a^2(1+\cos\theta)^2\,d\theta = \frac{a^2}{2}\int_{0}^{2\pi}\big(1 + 2\cos\theta + \cos^2\theta\big)\,d\theta.

Use cos2θ=1+cos2θ2\cos^2\theta = \dfrac{1+\cos 2\theta}{2}:

1+2cosθ+cos2θ=1+2cosθ+12+cos2θ2=32+2cosθ+cos2θ2.1 + 2\cos\theta + \cos^2\theta = 1 + 2\cos\theta + \frac{1}{2} + \frac{\cos 2\theta}{2} = \frac{3}{2} + 2\cos\theta + \frac{\cos 2\theta}{2}.

Integrate term by term over [0,2π][0,2\pi].

  • 02π32dθ=32(2π)=3π.\displaystyle\int_0^{2\pi}\frac{3}{2}\,d\theta = \frac{3}{2}(2\pi) = 3\pi.
  • 02π2cosθdθ=2[sinθ]02π=0.\displaystyle\int_0^{2\pi}2\cos\theta\,d\theta = 2[\sin\theta]_0^{2\pi} = 0.
  • 02πcos2θ2dθ=12[sin2θ2]02π=0.\displaystyle\int_0^{2\pi}\frac{\cos 2\theta}{2}\,d\theta = \frac{1}{2}\left[\frac{\sin 2\theta}{2}\right]_0^{2\pi} = 0.

So the integral equals 3π3\pi, and

A=a223π=3πa22.A = \frac{a^2}{2}\cdot 3\pi = \frac{3\pi a^2}{2}.

Final answer: the area enclosed by the cardioid is 3πa22\mathbf{\dfrac{3\pi a^2}{2}} square units.

plane-analytic-geometrypolar-coordinatescurves

Frequently asked questions

Where can I find the BE Civil Engineering (IOE, TU) Engineering Mathematics I (IOE, SH 401) question paper 2077?
The full BE Civil Engineering (IOE, TU) Engineering Mathematics I (IOE, SH 401) 2077 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
Does the Engineering Mathematics I (IOE, SH 401) 2077 paper come with solutions?
Yes. Every question on this Engineering Mathematics I (IOE, SH 401) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
How many marks is the BE Civil Engineering (IOE, TU) Engineering Mathematics I (IOE, SH 401) 2077 paper?
The BE Civil Engineering (IOE, TU) Engineering Mathematics I (IOE, SH 401) 2077 paper carries 80 full marks and is meant to be completed in 180 minutes, across 11 questions.
Is practising this Engineering Mathematics I (IOE, SH 401) past paper free?
Yes — reading and attempting this Engineering Mathematics I (IOE, SH 401) past paper on Kekkei is completely free.