Browse papers
A

Section A: Long Answer Questions

Attempt all / any as specified.

4 questions
1long16 marks

Attempt all parts.

(a) State the precise (ε–δ) definition of the limit of a function. Using this definition, prove that limx3(4x5)=7\lim_{x\to 3}(4x-5)=7. (5)

(b) Examine the continuity of the function

f(x)={x2x2x2,x25,x=2f(x)=\begin{cases} \dfrac{x^2-x-2}{x-2}, & x\neq 2 \\[2mm] 5, & x=2 \end{cases}

at x=2x=2. If ff is discontinuous, classify the discontinuity and state how it may be removed. (5)

(c) Using the definition of the derivative (first principles), find dydx\dfrac{dy}{dx} for y=2x+1y=\sqrt{2x+1}, and hence evaluate the slope of the tangent at x=4x=4. (6)

(a) ε–δ definition and proof that limx3(4x5)=7\lim_{x\to 3}(4x-5)=7

Definition. We say limxaf(x)=L\lim_{x\to a} f(x)=L if for every ε>0\varepsilon>0 there exists a δ>0\delta>0 such that

0<xa<δ    f(x)L<ε.0<|x-a|<\delta \;\Longrightarrow\; |f(x)-L|<\varepsilon.

Proof. Here f(x)=4x5f(x)=4x-5, a=3a=3, L=7L=7. Consider

f(x)7=4x57=4x12=4x3.|f(x)-7|=|4x-5-7|=|4x-12|=4|x-3|.

Given ε>0\varepsilon>0, choose δ=ε4\delta=\dfrac{\varepsilon}{4}. Then whenever 0<x3<δ0<|x-3|<\delta,

f(x)7=4x3<4δ=4ε4=ε.|f(x)-7|=4|x-3|<4\delta=4\cdot\frac{\varepsilon}{4}=\varepsilon.

Hence by definition limx3(4x5)=7\lim_{x\to 3}(4x-5)=7. \blacksquare

(b) Continuity at x=2x=2

For x2x\neq 2,

f(x)=x2x2x2=(x2)(x+1)x2=x+1.f(x)=\frac{x^2-x-2}{x-2}=\frac{(x-2)(x+1)}{x-2}=x+1.

So

limx2f(x)=limx2(x+1)=3.\lim_{x\to 2} f(x)=\lim_{x\to 2}(x+1)=3.

But f(2)=5f(2)=5. Since limx2f(x)=35=f(2)\lim_{x\to 2} f(x)=3\neq 5=f(2), ff is discontinuous at x=2x=2.

Because the limit exists (and is finite) but differs from the function value, this is a removable discontinuity. It is removed by redefining f(2)=3f(2)=3, which makes f(x)=x+1f(x)=x+1 continuous everywhere.

(c) Derivative of y=2x+1y=\sqrt{2x+1} from first principles

dydx=limh02(x+h)+12x+1h.\frac{dy}{dx}=\lim_{h\to 0}\frac{\sqrt{2(x+h)+1}-\sqrt{2x+1}}{h}.

Rationalise the numerator:

=limh0(2(x+h)+1)(2x+1)h(2x+2h+1+2x+1)=limh02hh(2x+2h+1+2x+1).=\lim_{h\to 0}\frac{\big(2(x+h)+1\big)-\big(2x+1\big)}{h\big(\sqrt{2x+2h+1}+\sqrt{2x+1}\big)}=\lim_{h\to 0}\frac{2h}{h\big(\sqrt{2x+2h+1}+\sqrt{2x+1}\big)}.

Cancelling hh and letting h0h\to 0:

dydx=222x+1=12x+1.\frac{dy}{dx}=\frac{2}{2\sqrt{2x+1}}=\frac{1}{\sqrt{2x+1}}.

Slope of the tangent at x=4x=4:

dydxx=4=12(4)+1=19=13.\left.\frac{dy}{dx}\right|_{x=4}=\frac{1}{\sqrt{2(4)+1}}=\frac{1}{\sqrt{9}}=\frac{1}{3}.
limits-and-continuitydifferentiation
2long16 marks

Attempt all parts.

(a) State Rolle's Theorem and the Lagrange Mean Value Theorem. Verify the Mean Value Theorem for f(x)=x33xf(x)=x^3-3x on the interval [2,2][-2,2] and find all values of cc that satisfy the conclusion. (6)

(b) A closed right-circular cylindrical can is to hold 500cm3500\,\text{cm}^3 of liquid. Find the dimensions (radius and height) that minimise the total surface area of the can. (6)

(c) Evaluate limx0ex1xx2\displaystyle\lim_{x\to 0}\frac{e^x-1-x}{x^2} using L'Hôpital's rule, justifying each application. (4)

(a) Rolle's and Lagrange Mean Value Theorems; verification

Rolle's Theorem. If ff is continuous on [a,b][a,b], differentiable on (a,b)(a,b), and f(a)=f(b)f(a)=f(b), then there exists c(a,b)c\in(a,b) with f(c)=0f'(c)=0.

Lagrange Mean Value Theorem (MVT). If ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b), then there exists c(a,b)c\in(a,b) such that

f(c)=f(b)f(a)ba.f'(c)=\frac{f(b)-f(a)}{b-a}.

Verification for f(x)=x33xf(x)=x^3-3x on [2,2][-2,2]. ff is a polynomial, hence continuous on [2,2][-2,2] and differentiable on (2,2)(-2,2).

f(2)=(8)(6)=2,f(2)=86=2.f(-2)=(-8)-(-6)=-2,\qquad f(2)=8-6=2. f(2)f(2)2(2)=2(2)4=44=1.\frac{f(2)-f(-2)}{2-(-2)}=\frac{2-(-2)}{4}=\frac{4}{4}=1.

f(x)=3x23f'(x)=3x^2-3. Set f(c)=1f'(c)=1:

3c23=1    3c2=4    c2=43    c=±23±1.155.3c^2-3=1\;\Rightarrow\;3c^2=4\;\Rightarrow\;c^2=\frac{4}{3}\;\Rightarrow\;c=\pm\frac{2}{\sqrt 3}\approx\pm1.155.

Both values lie in (2,2)(-2,2), so the MVT is verified with c=±23c=\pm\dfrac{2}{\sqrt 3}.

(b) Minimum surface area of a closed cylinder with V=500cm3V=500\,\text{cm}^3

Volume constraint: πr2h=500h=500πr2\pi r^2 h=500\Rightarrow h=\dfrac{500}{\pi r^2}. Total surface area (two ends + side):

S=2πr2+2πrh=2πr2+2πr500πr2=2πr2+1000r.S=2\pi r^2+2\pi r h=2\pi r^2+2\pi r\cdot\frac{500}{\pi r^2}=2\pi r^2+\frac{1000}{r}.

Differentiate and set to zero:

dSdr=4πr1000r2=0    4πr3=1000    r3=250π.\frac{dS}{dr}=4\pi r-\frac{1000}{r^2}=0\;\Rightarrow\;4\pi r^3=1000\;\Rightarrow\;r^3=\frac{250}{\pi}. r=(250π)1/34.301cm.r=\left(\frac{250}{\pi}\right)^{1/3}\approx 4.301\,\text{cm}.

Since d2Sdr2=4π+2000r3>0\dfrac{d^2S}{dr^2}=4\pi+\dfrac{2000}{r^3}>0, this is a minimum. Then

h=500πr2500π(4.301)28.603cm.h=\frac{500}{\pi r^2}\approx\frac{500}{\pi(4.301)^2}\approx 8.603\,\text{cm}.

Note h=2rh=2r at the optimum. Dimensions: r4.30cmr\approx 4.30\,\text{cm}, h8.60cmh\approx 8.60\,\text{cm}.

(c) limx0ex1xx2\displaystyle\lim_{x\to 0}\frac{e^x-1-x}{x^2} by L'Hôpital

At x=0x=0 the form is 00\dfrac{0}{0}, so L'Hôpital applies:

limx0ex1xx2=limx0ex12x.\lim_{x\to 0}\frac{e^x-1-x}{x^2}=\lim_{x\to 0}\frac{e^x-1}{2x}.

This is again 00\dfrac{0}{0}; apply L'Hôpital once more:

=limx0ex2=e02=12.=\lim_{x\to 0}\frac{e^x}{2}=\frac{e^0}{2}=\frac{1}{2}.

Hence the limit is 12\dfrac{1}{2}.

applications-of-derivativesdifferentiation
3long16 marks

Attempt all parts.

(a) Derive the reduction formula for In=sinnxdxI_n=\displaystyle\int \sin^n x\,dx in terms of In2I_{n-2}, and use it to evaluate 0π/2sin4xdx\displaystyle\int_0^{\pi/2}\sin^4 x\,dx. (8)

(b) Evaluate 2x+3(x1)(x2+1)dx\displaystyle\int \frac{2x+3}{(x-1)(x^2+1)}\,dx using the method of partial fractions. (8)

(a) Reduction formula for In=sinnxdxI_n=\int\sin^n x\,dx and 0π/2sin4xdx\int_0^{\pi/2}\sin^4 x\,dx

Write sinnx=sinn1xsinx\sin^n x=\sin^{n-1}x\cdot\sin x and integrate by parts with u=sinn1xu=\sin^{n-1}x, dv=sinxdxdv=\sin x\,dx:

du=(n1)sinn2xcosxdx,v=cosx.du=(n-1)\sin^{n-2}x\cos x\,dx,\qquad v=-\cos x. In=sinn1xcosx+(n1)sinn2xcos2xdx.I_n=-\sin^{n-1}x\cos x+(n-1)\int\sin^{n-2}x\cos^2 x\,dx.

Use cos2x=1sin2x\cos^2 x=1-\sin^2 x:

In=sinn1xcosx+(n1)sinn2xdx(n1)sinnxdx.I_n=-\sin^{n-1}x\cos x+(n-1)\int\sin^{n-2}x\,dx-(n-1)\int\sin^n x\,dx.

That is In=sinn1xcosx+(n1)In2(n1)InI_n=-\sin^{n-1}x\cos x+(n-1)I_{n-2}-(n-1)I_n, so

nIn=sinn1xcosx+(n1)In2    In=sinn1xcosxn+n1nIn2.nI_n=-\sin^{n-1}x\cos x+(n-1)I_{n-2}\;\Longrightarrow\;\boxed{I_n=-\frac{\sin^{n-1}x\cos x}{n}+\frac{n-1}{n}I_{n-2}.}

Definite case. For Jn=0π/2sinnxdx\displaystyle J_n=\int_0^{\pi/2}\sin^n x\,dx, the boundary term sinn1xcosxn-\frac{\sin^{n-1}x\cos x}{n} vanishes at both 00 and π/2\pi/2, giving Jn=n1nJn2J_n=\frac{n-1}{n}J_{n-2}. With J0=π2J_0=\frac{\pi}{2}:

J4=34J2=3412J0=38π2=3π16.J_4=\frac{3}{4}J_2=\frac{3}{4}\cdot\frac{1}{2}J_0=\frac{3}{8}\cdot\frac{\pi}{2}=\frac{3\pi}{16}.

Hence 0π/2sin4xdx=3π16\displaystyle\int_0^{\pi/2}\sin^4 x\,dx=\frac{3\pi}{16}.

(b) 2x+3(x1)(x2+1)dx\displaystyle\int\frac{2x+3}{(x-1)(x^2+1)}\,dx by partial fractions

Let

2x+3(x1)(x2+1)=Ax1+Bx+Cx2+1.\frac{2x+3}{(x-1)(x^2+1)}=\frac{A}{x-1}+\frac{Bx+C}{x^2+1}.

Then 2x+3=A(x2+1)+(Bx+C)(x1)2x+3=A(x^2+1)+(Bx+C)(x-1).

  • x=1x=1: 5=2AA=525=2A\Rightarrow A=\dfrac{5}{2}.
  • Coefficient of x2x^2: 0=A+BB=520=A+B\Rightarrow B=-\dfrac{5}{2}.
  • Constant: 3=ACC=A3=523=123=A-C\Rightarrow C=A-3=\dfrac{5}{2}-3=-\dfrac{1}{2}.

So

 ⁣[5/2x1+52x12x2+1]dx=52lnx152xx2+1dx12dxx2+1.\int\!\left[\frac{5/2}{x-1}+\frac{-\tfrac{5}{2}x-\tfrac{1}{2}}{x^2+1}\right]dx=\frac{5}{2}\ln|x-1|-\frac{5}{2}\int\frac{x}{x^2+1}\,dx-\frac{1}{2}\int\frac{dx}{x^2+1}. =52lnx154ln(x2+1)12tan1x+C.=\frac{5}{2}\ln|x-1|-\frac{5}{4}\ln(x^2+1)-\frac{1}{2}\tan^{-1}x+C.
integration-techniquesdefinite-integralsapplications-of-derivatives
4long12 marks

Attempt all parts.

(a) State the integral test for the convergence of an infinite series. Using it, determine whether the series n=11n(lnn)2\displaystyle\sum_{n=1}^{\infty}\frac{1}{n(\ln n)^2} converges or diverges. (6)

(b) Find the interval of convergence and the radius of convergence of the power series n=1(x2)nn3n\displaystyle\sum_{n=1}^{\infty}\frac{(x-2)^n}{n\,3^n}. (6)

(a) Integral test and convergence of 1n(lnn)2\sum \frac{1}{n(\ln n)^2}

Integral test. If ff is positive, continuous, and decreasing on [N,)[N,\infty) and an=f(n)a_n=f(n), then n=Nan\sum_{n=N}^{\infty} a_n and Nf(x)dx\int_N^{\infty} f(x)\,dx converge or diverge together.

Take f(x)=1x(lnx)2f(x)=\dfrac{1}{x(\ln x)^2} on [2,)[2,\infty), which is positive, continuous, and decreasing. With u=lnxu=\ln x, du=dxxdu=\dfrac{dx}{x}:

2dxx(lnx)2=ln2duu2=[1u]ln2=1ln2.\int_2^{\infty}\frac{dx}{x(\ln x)^2}=\int_{\ln 2}^{\infty}\frac{du}{u^2}=\left[-\frac{1}{u}\right]_{\ln 2}^{\infty}=\frac{1}{\ln 2}.

The integral is finite, so by the integral test the series converges.

(b) Radius and interval of convergence of n=1(x2)nn3n\sum_{n=1}^{\infty}\frac{(x-2)^n}{n\,3^n}

Apply the ratio test with an=(x2)nn3na_n=\dfrac{(x-2)^n}{n\,3^n}:

an+1an=(x2)n+1(n+1)3n+1n3n(x2)n=nn+1x23  n  x23.\left|\frac{a_{n+1}}{a_n}\right|=\left|\frac{(x-2)^{n+1}}{(n+1)3^{n+1}}\cdot\frac{n\,3^n}{(x-2)^n}\right|=\frac{n}{n+1}\cdot\frac{|x-2|}{3}\;\xrightarrow{n\to\infty}\;\frac{|x-2|}{3}.

Convergence requires x23<1x2<3\dfrac{|x-2|}{3}<1\Rightarrow|x-2|<3. Thus the radius of convergence is R=3R=3, with 1<x<5-1<x<5.

Endpoints:

  • x=5x=5: series is 3nn3n=1n\sum\dfrac{3^n}{n\,3^n}=\sum\dfrac{1}{n} — the harmonic series, diverges.
  • x=1x=-1: series is (3)nn3n=(1)nn\sum\dfrac{(-3)^n}{n\,3^n}=\sum\dfrac{(-1)^n}{n} — alternating harmonic, converges (by the alternating series test).

Interval of convergence: [1,5)[-1,5), i.e. 1x<5-1\le x<5, with R=3R=3.

sequences-and-seriesimproper-integrals
B

Section B: Short Answer Questions

Attempt all / any as specified.

8 questions
5short7 marks

Evaluate the following limits:

(a) limx0tanxsinxx3\displaystyle\lim_{x\to 0}\frac{\tan x-\sin x}{x^3} (4)

(b) limx(1+3x)2x\displaystyle\lim_{x\to \infty}\left(1+\frac{3}{x}\right)^{2x} (3)

(a) limx0tanxsinxx3\displaystyle\lim_{x\to 0}\frac{\tan x-\sin x}{x^3}

Factor: tanxsinx=sinx(1cosx1)=sinx1cosxcosx\tan x-\sin x=\sin x\left(\dfrac{1}{\cos x}-1\right)=\sin x\cdot\dfrac{1-\cos x}{\cos x}.

tanxsinxx3=sinxx1cosxx21cosx.\frac{\tan x-\sin x}{x^3}=\frac{\sin x}{x}\cdot\frac{1-\cos x}{x^2}\cdot\frac{1}{\cos x}.

Using sinxx1\dfrac{\sin x}{x}\to 1, 1cosxx212\dfrac{1-\cos x}{x^2}\to\dfrac12, cosx1\cos x\to 1:

limx0tanxsinxx3=1121=12.\lim_{x\to 0}\frac{\tan x-\sin x}{x^3}=1\cdot\frac12\cdot 1=\frac{1}{2}.

(b) limx(1+3x)2x\displaystyle\lim_{x\to\infty}\left(1+\frac{3}{x}\right)^{2x}

Recall (1+3x)xe3\left(1+\dfrac{3}{x}\right)^{x}\to e^3 as xx\to\infty. Therefore

limx(1+3x)2x=[limx(1+3x)x]2=(e3)2=e6.\lim_{x\to\infty}\left(1+\frac{3}{x}\right)^{2x}=\left[\lim_{x\to\infty}\left(1+\frac{3}{x}\right)^{x}\right]^{2}=(e^3)^2=e^{6}.
limits-and-continuity
6short7 marks

(a) If y=xxy=x^x, find dydx\dfrac{dy}{dx} using logarithmic differentiation. (3)

(b) Find dydx\dfrac{dy}{dx} for the implicit relation x3+y3=6xyx^3+y^3=6xy at the point (3,3)(3,3). (4)

(a) y=xxy=x^x by logarithmic differentiation

Take logs: lny=xlnx\ln y=x\ln x. Differentiate both sides w.r.t. xx:

1ydydx=lnx+x1x=lnx+1.\frac{1}{y}\frac{dy}{dx}=\ln x+x\cdot\frac{1}{x}=\ln x+1. dydx=y(lnx+1)=xx(lnx+1).\frac{dy}{dx}=y(\ln x+1)=x^x(\ln x+1).

(b) Implicit differentiation of x3+y3=6xyx^3+y^3=6xy at (3,3)(3,3)

Differentiate w.r.t. xx (product rule on 6xy6xy):

3x2+3y2dydx=6y+6xdydx.3x^2+3y^2\frac{dy}{dx}=6y+6x\frac{dy}{dx}.

Collect dydx\dfrac{dy}{dx}:

(3y26x)dydx=6y3x2    dydx=6y3x23y26x=2yx2y22x.\big(3y^2-6x\big)\frac{dy}{dx}=6y-3x^2\;\Rightarrow\;\frac{dy}{dx}=\frac{6y-3x^2}{3y^2-6x}=\frac{2y-x^2}{y^2-2x}.

At (3,3)(3,3):

dydx=2(3)32322(3)=6996=33=1.\frac{dy}{dx}=\frac{2(3)-3^2}{3^2-2(3)}=\frac{6-9}{9-6}=\frac{-3}{3}=-1.
differentiation
7short6 marks

The radius of a spherical balloon is increasing at a rate of 2cm/s2\,\text{cm/s}. At the instant when the radius is 10cm10\,\text{cm}, find the rate at which (a) the volume and (b) the surface area of the balloon are increasing.

Related rates for a spherical balloon

Given drdt=2cm/s\dfrac{dr}{dt}=2\,\text{cm/s} and r=10cmr=10\,\text{cm}.

(a) Rate of change of volume. V=43πr3V=\dfrac{4}{3}\pi r^3, so

dVdt=4πr2drdt=4π(10)2(2)=800π2513.3cm3/s.\frac{dV}{dt}=4\pi r^2\frac{dr}{dt}=4\pi(10)^2(2)=800\pi\approx 2513.3\,\text{cm}^3/\text{s}.

(b) Rate of change of surface area. S=4πr2S=4\pi r^2, so

dSdt=8πrdrdt=8π(10)(2)=160π502.7cm2/s.\frac{dS}{dt}=8\pi r\frac{dr}{dt}=8\pi(10)(2)=160\pi\approx 502.7\,\text{cm}^2/\text{s}.
applications-of-derivatives
8short7 marks

Evaluate the following integrals:

(a) x2exdx\displaystyle\int x^2 e^{x}\,dx using integration by parts. (4)

(b) dx94x2\displaystyle\int \frac{dx}{\sqrt{9-4x^2}}. (3)

(a) x2exdx\displaystyle\int x^2 e^x\,dx by parts

Let u=x2,  dv=exdxdu=2xdx,  v=exu=x^2,\;dv=e^x dx\Rightarrow du=2x\,dx,\;v=e^x:

x2exdx=x2ex2xexdx.\int x^2 e^x\,dx=x^2 e^x-2\int x e^x\,dx.

For xexdx\int x e^x\,dx, take u=x,  dv=exdxu=x,\;dv=e^x dx: xexdx=xexexdx=xexex\int x e^x\,dx=x e^x-\int e^x dx=x e^x-e^x. Hence

x2exdx=x2ex2(xexex)+C=ex(x22x+2)+C.\int x^2 e^x\,dx=x^2 e^x-2(x e^x-e^x)+C=e^x\big(x^2-2x+2\big)+C.

(b) dx94x2\displaystyle\int\frac{dx}{\sqrt{9-4x^2}}

Write 94x2=4 ⁣(94x2)9-4x^2=4\!\left(\dfrac{9}{4}-x^2\right), so 94x2=2(3/2)2x2\sqrt{9-4x^2}=2\sqrt{(3/2)^2-x^2}. Using dxa2x2=sin1xa\int\dfrac{dx}{\sqrt{a^2-x^2}}=\sin^{-1}\dfrac{x}{a} with a=32a=\dfrac32:

dx94x2=12dx(3/2)2x2=12sin1 ⁣x3/2+C=12sin1 ⁣2x3+C.\int\frac{dx}{\sqrt{9-4x^2}}=\frac{1}{2}\int\frac{dx}{\sqrt{(3/2)^2-x^2}}=\frac{1}{2}\sin^{-1}\!\frac{x}{3/2}+C=\frac{1}{2}\sin^{-1}\!\frac{2x}{3}+C.
integration-techniques
9short6 marks

(a) Using the property 0af(x)dx=0af(ax)dx\displaystyle\int_0^a f(x)\,dx=\int_0^a f(a-x)\,dx, evaluate 0π/2sinxsinx+cosxdx\displaystyle\int_0^{\pi/2}\frac{\sqrt{\sin x}}{\sqrt{\sin x}+\sqrt{\cos x}}\,dx. (4)

(b) Find the area of the region bounded by the curve y=x2y=x^2 and the line y=x+2y=x+2. (2)

(a) I=0π/2sinxsinx+cosxdx\displaystyle I=\int_0^{\pi/2}\frac{\sqrt{\sin x}}{\sqrt{\sin x}+\sqrt{\cos x}}\,dx

Using 0af(x)dx=0af(ax)dx\int_0^a f(x)\,dx=\int_0^a f(a-x)\,dx with a=π2a=\dfrac{\pi}{2} (so sinxcosx\sin x\leftrightarrow\cos x):

I=0π/2cosxcosx+sinxdx.I=\int_0^{\pi/2}\frac{\sqrt{\cos x}}{\sqrt{\cos x}+\sqrt{\sin x}}\,dx.

Adding the two expressions for II:

2I=0π/2sinx+cosxsinx+cosxdx=0π/21dx=π2.2I=\int_0^{\pi/2}\frac{\sqrt{\sin x}+\sqrt{\cos x}}{\sqrt{\sin x}+\sqrt{\cos x}}\,dx=\int_0^{\pi/2}1\,dx=\frac{\pi}{2}.

Therefore I=π4I=\dfrac{\pi}{4}.

(b) Area between y=x2y=x^2 and y=x+2y=x+2

Intersections: x2=x+2x2x2=0(x2)(x+1)=0x=1,2x^2=x+2\Rightarrow x^2-x-2=0\Rightarrow(x-2)(x+1)=0\Rightarrow x=-1,2. On [1,2][-1,2] the line lies above the parabola, so

A=12[(x+2)x2]dx=[x22+2xx33]12.A=\int_{-1}^{2}\big[(x+2)-x^2\big]\,dx=\left[\frac{x^2}{2}+2x-\frac{x^3}{3}\right]_{-1}^{2}.

At x=2x=2: 2+483=1032+4-\tfrac{8}{3}=\tfrac{10}{3}. At x=1x=-1: 122+13=76\tfrac12-2+\tfrac13=-\tfrac{7}{6}.

A=103(76)=206+76=276=92  square units.A=\frac{10}{3}-\left(-\frac{7}{6}\right)=\frac{20}{6}+\frac{7}{6}=\frac{27}{6}=\frac{9}{2}\;\text{square units}.
definite-integrals
10short7 marks

(a) Evaluate the improper integral 1dxx2\displaystyle\int_1^{\infty}\frac{dx}{x^2} and state whether it converges or diverges. (3)

(b) Test the convergence of 01dx1x\displaystyle\int_0^{1}\frac{dx}{\sqrt{1-x}}, evaluating it where it converges. (4)

(a) 1dxx2\displaystyle\int_1^{\infty}\frac{dx}{x^2}

1dxx2=limb1bx2dx=limb[1x]1b=limb(11b)=1.\int_1^{\infty}\frac{dx}{x^2}=\lim_{b\to\infty}\int_1^{b}x^{-2}\,dx=\lim_{b\to\infty}\left[-\frac{1}{x}\right]_1^{b}=\lim_{b\to\infty}\left(1-\frac{1}{b}\right)=1.

The limit is finite, so the integral converges to 11.

(b) 01dx1x\displaystyle\int_0^{1}\frac{dx}{\sqrt{1-x}}

The integrand is unbounded near x=1x=1, so it is improper there:

01dx1x=limt10t(1x)1/2dx=limt1[21x]0t.\int_0^{1}\frac{dx}{\sqrt{1-x}}=\lim_{t\to 1^-}\int_0^{t}(1-x)^{-1/2}\,dx=\lim_{t\to 1^-}\Big[-2\sqrt{1-x}\Big]_0^{t}. =limt1(21t+21)=0+2=2.=\lim_{t\to 1^-}\big(-2\sqrt{1-t}+2\sqrt{1}\big)=0+2=2.

The limit exists, so the integral converges to 22.

improper-integrals
11short7 marks

(a) Determine whether the sequence an=3n2+2nn2+1a_n=\dfrac{3n^2+2n}{n^2+1} converges, and if so find its limit. (3)

(b) Test the convergence of the series n=1n!nn\displaystyle\sum_{n=1}^{\infty}\frac{n!}{n^n} using the ratio test. (4)

(a) Convergence of an=3n2+2nn2+1a_n=\dfrac{3n^2+2n}{n^2+1}

Divide numerator and denominator by n2n^2:

an=3+2n1+1n2n3+01+0=3.a_n=\frac{3+\tfrac{2}{n}}{1+\tfrac{1}{n^2}}\xrightarrow{n\to\infty}\frac{3+0}{1+0}=3.

The sequence converges to 33.

(b) Ratio test for n=1n!nn\displaystyle\sum_{n=1}^{\infty}\frac{n!}{n^n}

Let an=n!nna_n=\dfrac{n!}{n^n}. Then

an+1an=(n+1)!(n+1)n+1nnn!=(n+1)nn(n+1)n+1=nn(n+1)n=(nn+1)n=1(1+1n)n.\frac{a_{n+1}}{a_n}=\frac{(n+1)!}{(n+1)^{n+1}}\cdot\frac{n^n}{n!}=\frac{(n+1)\,n^n}{(n+1)^{n+1}}=\frac{n^n}{(n+1)^{n}}=\left(\frac{n}{n+1}\right)^{n}=\frac{1}{\left(1+\tfrac{1}{n}\right)^{n}}.

As nn\to\infty, (1+1n)ne\left(1+\tfrac{1}{n}\right)^n\to e, so

limnan+1an=1e0.368<1.\lim_{n\to\infty}\frac{a_{n+1}}{a_n}=\frac{1}{e}\approx 0.368<1.

Since the ratio limit is less than 11, the series converges.

sequences-and-series
12short6 marks

(a) Sketch the cardioid r=1+cosθr=1+\cos\theta and identify its symmetry. (2)

(b) Find the area enclosed by one loop of the curve r=2sin2θr=2\sin 2\theta. (4)

(a) Cardioid r=1+cosθr=1+\cos\theta

This is a heart-shaped curve. Key points: θ=0r=2\theta=0\Rightarrow r=2 (rightmost), θ=π/2r=1\theta=\pi/2\Rightarrow r=1, θ=πr=0\theta=\pi\Rightarrow r=0 (the cusp at the pole), θ=3π/2r=1\theta=3\pi/2\Rightarrow r=1. The curve passes through (2,0)(2,0), has a cusp at the origin pointing left, and bulges to the right. Symmetry: since replacing θ\theta by θ-\theta leaves rr unchanged (cos(θ)=cosθ\cos(-\theta)=\cos\theta), the cardioid is symmetric about the polar axis (the xx-axis).

(b) Area of one loop of r=2sin2θr=2\sin 2\theta

The rose r=2sin2θr=2\sin 2\theta has four petals. One loop is traced as θ\theta goes from 00 to π/2\pi/2 (where sin2θ0\sin 2\theta\ge 0). The polar area is

A=120π/2r2dθ=120π/24sin22θdθ=20π/2sin22θdθ.A=\frac{1}{2}\int_{0}^{\pi/2} r^2\,d\theta=\frac{1}{2}\int_0^{\pi/2}4\sin^2 2\theta\,d\theta=2\int_0^{\pi/2}\sin^2 2\theta\,d\theta.

Using sin22θ=1cos4θ2\sin^2 2\theta=\dfrac{1-\cos 4\theta}{2}:

A=2120π/2(1cos4θ)dθ=[θsin4θ4]0π/2=π20=π2.A=2\cdot\frac{1}{2}\int_0^{\pi/2}(1-\cos 4\theta)\,d\theta=\left[\theta-\frac{\sin 4\theta}{4}\right]_0^{\pi/2}=\frac{\pi}{2}-0=\frac{\pi}{2}.

Hence the area enclosed by one loop is π2\dfrac{\pi}{2} square units.

polar-coordinates

Frequently asked questions

Where can I find the BE Computer Engineering (Pokhara University) Calculus I (PU, MTH 110) question paper 2078?
The full BE Computer Engineering (Pokhara University) Calculus I (PU, MTH 110) 2078 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
Does the Calculus I (PU, MTH 110) 2078 paper come with solutions?
Yes. Every question on this Calculus I (PU, MTH 110) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
How many marks is the BE Computer Engineering (Pokhara University) Calculus I (PU, MTH 110) 2078 paper?
The BE Computer Engineering (Pokhara University) Calculus I (PU, MTH 110) 2078 paper carries 100 full marks and is meant to be completed in 180 minutes, across 12 questions.
Is practising this Calculus I (PU, MTH 110) past paper free?
Yes — reading and attempting this Calculus I (PU, MTH 110) past paper on Kekkei is completely free.