Browse papers
A

Section A: Long Answer Questions

Attempt all / any as specified.

4 questions
1long14 marks

(a) Define the limit of a function f(x)f(x) as xax \to a using the ε\varepsilonδ\delta definition. Using this definition, prove that limx3(2x1)=5\lim_{x \to 3}(2x - 1) = 5. (7)

(b) Examine the continuity of the function

f(x)={x24x2,x23,x=2f(x) = \begin{cases} \dfrac{x^2 - 4}{x - 2}, & x \ne 2 \\[2mm] 3, & x = 2 \end{cases}

at x=2x = 2. If it is discontinuous, classify the type of discontinuity and state how (if possible) it may be removed. (7)

(a) ε\varepsilonδ\delta definition and proof

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 \implies |f(x) - L| < \varepsilon.

To prove: limx3(2x1)=5\lim_{x \to 3}(2x - 1) = 5.

Here f(x)=2x1f(x) = 2x - 1, a=3a = 3, L=5L = 5. Let ε>0\varepsilon > 0 be given. Consider

f(x)L=(2x1)5=2x6=2x3.|f(x) - L| = |(2x - 1) - 5| = |2x - 6| = 2|x - 3|.

We want this <ε< \varepsilon, i.e. 2x3<ε    x3<ε22|x - 3| < \varepsilon \iff |x - 3| < \dfrac{\varepsilon}{2}.

Choose δ=ε2\delta = \dfrac{\varepsilon}{2}. Then whenever 0<x3<δ0 < |x - 3| < \delta,

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

Since for every ε>0\varepsilon>0 such a δ\delta exists, by definition limx3(2x1)=5\lim_{x \to 3}(2x - 1) = 5. \blacksquare

(b) Continuity at x=2x = 2

For x2x \ne 2, x24x2=(x2)(x+2)x2=x+2\dfrac{x^2 - 4}{x - 2} = \dfrac{(x-2)(x+2)}{x-2} = x + 2. Hence

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

But f(2)=3f(2) = 3. The three-part continuity test requires limx2f(x)=f(2)\lim_{x\to 2} f(x) = f(2). Here

limx2f(x)=43=f(2),\lim_{x \to 2} f(x) = 4 \ne 3 = f(2),

so ff is discontinuous at x=2x = 2.

Type: Since the limit exists (and is finite) but does not equal the function value, this is a removable discontinuity.

Removal: Redefine the value at x=2x = 2 as f(2)=4f(2) = 4 (instead of 33). With this redefinition limx2f(x)=f(2)=4\lim_{x\to2}f(x)=f(2)=4 and ff becomes continuous at x=2x = 2.

limitscontinuity
2long14 marks

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

(b) A rectangular box with an open top is to be constructed from a square sheet so that its volume is 32cm332\,\text{cm}^3. Find the dimensions of the box that minimize the amount of material used, justifying that your answer corresponds to a minimum using the second-derivative test. (7)

(a) Rolle's theorem, MVT and 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.

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, so it is continuous on [2,2][-2,2] and differentiable on (2,2)(-2,2); the hypotheses hold.

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)=3x23.f'(x) = 3x^2 - 3.

Set f(c)=1f'(c) = 1:   3c23=13c2=4c2=43c=±23.\;3c^2 - 3 = 1 \Rightarrow 3c^2 = 4 \Rightarrow c^2 = \dfrac{4}{3} \Rightarrow c = \pm\dfrac{2}{\sqrt 3}.

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

(b) Open-top box of minimum material

Let the (square) base have side xx and height hh. Volume constraint:

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

Material = area of base + 4 sides (open top):

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

Minimize:

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

Then h=3242=3216=2.h = \dfrac{32}{4^2} = \dfrac{32}{16} = 2.

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,

in particular S(4)=2+25664=2+4=6>0S''(4) = 2 + \dfrac{256}{64} = 2 + 4 = 6 > 0, so x=4x = 4 gives a minimum.

Dimensions: base 4 cm×4 cm4\text{ cm} \times 4\text{ cm}, height 2 cm2\text{ cm}; minimum material S=16+32=48cm2.S = 16 + 32 = 48\,\text{cm}^2.

applications-of-derivativesoptimizationcurve-sketching
3long12 marks

(a) Define convergence of an infinite series n=1an\sum_{n=1}^{\infty} a_n. State and prove the integral test for the convergence of a series of positive terms. (6)

(b) Test the following series for convergence or divergence, naming the test you apply in each case:

(i) n=1n2n\displaystyle\sum_{n=1}^{\infty} \frac{n}{2^n}

(ii) n=21nlnn\displaystyle\sum_{n=2}^{\infty} \frac{1}{n \ln n}

(iii) n=1(1)n+1n\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\sqrt{n}} (6)

(a) Convergence of a series and the Integral Test

Definition. The infinite series n=1an\sum_{n=1}^{\infty} a_n converges to sum SS if the sequence of partial sums SN=n=1NanS_N = \sum_{n=1}^{N} a_n has a finite limit limNSN=S\lim_{N\to\infty} S_N = S. Otherwise the series diverges.

Integral Test. Let an=f(n)a_n = f(n) where ff is positive, continuous and decreasing on [1,)[1,\infty). Then n=1an\sum_{n=1}^{\infty} a_n and 1f(x)dx\displaystyle\int_{1}^{\infty} f(x)\,dx both converge or both diverge.

Proof. Because ff decreases, for nxn+1n \le x \le n+1 we have f(n+1)f(x)f(n)f(n+1) \le f(x) \le f(n). Integrating over [n,n+1][n, n+1]:

f(n+1)nn+1f(x)dxf(n).f(n+1) \le \int_{n}^{n+1} f(x)\,dx \le f(n).

Summing from n=1n=1 to N1N-1:

n=2Nan1Nf(x)dxn=1N1an.\sum_{n=2}^{N} a_n \le \int_{1}^{N} f(x)\,dx \le \sum_{n=1}^{N-1} a_n.

Denote SN=n=1NanS_N = \sum_{n=1}^N a_n and IN=1NfI_N = \int_1^N f.

  • If 1f\int_1^\infty f converges, the right inequality gives SNa1+INa1+1fS_N \le a_1 + I_N \le a_1 + \int_1^\infty f, so {SN}\{S_N\} is increasing and bounded above, hence converges.
  • If 1f\int_1^\infty f diverges, INI_N \to \infty, and the left inequality SNa1INS_N - a_1 \ge I_N forces SNS_N \to \infty, so the series diverges.

Thus the series and integral share the same convergence behaviour. \blacksquare

(b) Testing for convergence/divergence

(i) n=1n2n\displaystyle\sum_{n=1}^{\infty} \frac{n}{2^n}Ratio Test.

an+1an=(n+1)/2n+1n/2n=n+12n12<1.\frac{a_{n+1}}{a_n} = \frac{(n+1)/2^{n+1}}{n/2^{n}} = \frac{n+1}{2n} \to \frac{1}{2} < 1.

Since L=12<1L = \tfrac12 < 1, the series converges.

(ii) n=21nlnn\displaystyle\sum_{n=2}^{\infty} \frac{1}{n \ln n}Integral Test. Take f(x)=1xlnxf(x) = \dfrac{1}{x\ln x} (positive, decreasing on [2,)[2,\infty)):

2dxxlnx=[ln(lnx)]2=.\int_{2}^{\infty} \frac{dx}{x\ln x} = \Big[\ln(\ln x)\Big]_{2}^{\infty} = \infty.

The integral diverges, so the series diverges.

(iii) n=1(1)n+1n\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\sqrt{n}}Alternating Series (Leibniz) Test. With bn=1nb_n = \dfrac{1}{\sqrt n}: bn>0b_n > 0, bn+1<bnb_{n+1} < b_n (decreasing), and bn0b_n \to 0. Hence the series converges (conditionally, since 1/n\sum 1/\sqrt n diverges as a pp-series with p=121p = \tfrac12 \le 1).

sequences-and-seriesconvergence-tests
4long10 marks

(a) Explain how a point is represented in polar coordinates and derive the relations connecting polar coordinates (r,θ)(r, \theta) with Cartesian coordinates (x,y)(x, y). Convert the Cartesian equation x2+y2=4xx^2 + y^2 = 4x into polar form and identify the curve. (5)

(b) Sketch the cardioid r=1+cosθr = 1 + \cos\theta and find the area of the region enclosed by it. (5)

(a) Polar coordinates and conversion

Representation. A point PP in the plane is located by an ordered pair (r,θ)(r, \theta), where rr is the directed distance from the origin (pole) OO to PP, and θ\theta is the angle (measured anticlockwise) from the positive xx-axis (polar axis) to the ray OPOP.

Relations with Cartesian coordinates. Dropping a perpendicular from P=(x,y)P=(x,y) to the xx-axis forms a right triangle, giving

x=rcosθ,y=rsinθ,x = r\cos\theta, \qquad y = r\sin\theta,

and conversely

r=x2+y2,θ=tan1 ⁣yx.r = \sqrt{x^2 + y^2}, \qquad \theta = \tan^{-1}\!\frac{y}{x}.

Conversion of x2+y2=4xx^2 + y^2 = 4x. Since x2+y2=r2x^2 + y^2 = r^2 and x=rcosθx = r\cos\theta:

r2=4rcosθ    r=4cosθ.r^2 = 4r\cos\theta \implies r = 4\cos\theta.

The Cartesian form x2+y2=4x(x2)2+y2=4x^2 + y^2 = 4x \Rightarrow (x-2)^2 + y^2 = 4 is a circle of radius 22 centred at (2,0)(2,0) (passing through the origin).

(b) Cardioid r=1+cosθr = 1 + \cos\theta and enclosed area

Sketch (described). At θ=0\theta = 0, r=2r = 2 (rightmost point); at θ=π2\theta = \tfrac{\pi}{2}, r=1r = 1; at θ=π\theta = \pi, r=0r = 0 (cusp at the pole); at θ=3π2\theta = \tfrac{3\pi}{2}, r=1r = 1. The curve is a heart-shaped loop symmetric about the polar (xx) axis, with its cusp pointing in the negative-xx direction.

Area. Using A=1202πr2dθA = \dfrac{1}{2}\displaystyle\int_{0}^{2\pi} r^2\,d\theta:

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

Using cos2θ=1+cos2θ2\cos^2\theta = \tfrac{1 + \cos 2\theta}{2}, the integrand becomes 32+2cosθ+12cos2θ\tfrac{3}{2} + 2\cos\theta + \tfrac12\cos2\theta. Over [0,2π][0, 2\pi] the cosine terms integrate to 00, so

A=12322π=3π2.A = \frac{1}{2}\cdot \frac{3}{2}\cdot 2\pi = \frac{3\pi}{2}.

Area enclosed =3π2= \dfrac{3\pi}{2} square units.

polar-coordinatesdefinite-integralsarea
B

Section B: Short Answer Questions

Attempt all / any as specified.

8 questions
5short7 marks

Evaluate the following limits:

(a) limx0sin3xtan5x\displaystyle\lim_{x \to 0} \frac{\sin 3x}{\tan 5x}

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

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

(a) limx0sin3xtan5x\displaystyle\lim_{x \to 0} \frac{\sin 3x}{\tan 5x}. Using sin3x3x\sin 3x \sim 3x and tan5x5x\tan 5x \sim 5x as x0x\to0:

limx0sin3xtan5x=limx0sin3x3x3xtan5x5x5x=1315=35.\lim_{x\to0}\frac{\sin 3x}{\tan 5x} = \lim_{x\to0}\frac{\frac{\sin 3x}{3x}\cdot 3x}{\frac{\tan 5x}{5x}\cdot 5x} = \frac{1\cdot 3}{1\cdot 5} = \boxed{\frac{3}{5}}.

(b) limx(1+2x)x\displaystyle\lim_{x \to \infty}\left(1 + \frac{2}{x}\right)^{x}. Using the standard limit limx(1+ax)x=ea\lim_{x\to\infty}\left(1+\tfrac{a}{x}\right)^x = e^{a} with a=2a = 2:

limx(1+2x)x=e2.\lim_{x\to\infty}\left(1+\frac{2}{x}\right)^x = \boxed{e^{2}}.

(c) limx0ex1xx2\displaystyle\lim_{x \to 0}\frac{e^x - 1 - x}{x^2} (form 00\tfrac00, L'Hôpital twice):

limx0ex1xx2=L’Hlimx0ex12x=L’Hlimx0ex2=12.\lim_{x\to0}\frac{e^x - 1 - x}{x^2} \overset{\text{L'H}}{=} \lim_{x\to0}\frac{e^x - 1}{2x} \overset{\text{L'H}}{=} \lim_{x\to0}\frac{e^x}{2} = \boxed{\frac{1}{2}}.
limits
6short7 marks

(a) Find dydx\dfrac{dy}{dx} if xy=yxx^y = y^x. (4)

(b) If y=eaxsinbxy = e^{ax}\sin bx, show that y22ay1+(a2+b2)y=0y_2 - 2a\,y_1 + (a^2 + b^2)y = 0, where y1y_1 and y2y_2 denote the first and second derivatives of yy with respect to xx. (3)

(a) Differentiate xy=yxx^y = y^x

Take natural logs of both sides: ylnx=xlnyy \ln x = x \ln y. Differentiate implicitly w.r.t. xx:

dydxlnx+y1x=lny+x1ydydx.\frac{dy}{dx}\ln x + y\cdot\frac{1}{x} = \ln y + x\cdot\frac{1}{y}\frac{dy}{dx}.

Collect dydx\dfrac{dy}{dx} terms:

dydx(lnxxy)=lnyyx.\frac{dy}{dx}\left(\ln x - \frac{x}{y}\right) = \ln y - \frac{y}{x}. dydx=lnyyxlnxxy=y(xlnyy)x(ylnxx).\boxed{\frac{dy}{dx} = \frac{\ln y - \dfrac{y}{x}}{\ln x - \dfrac{x}{y}} = \frac{y\,(x\ln y - y)}{x\,(y\ln x - x)}.}

(b) y=eaxsinbxy = e^{ax}\sin bx

y1=dydx=aeaxsinbx+beaxcosbx=eax(asinbx+bcosbx).y_1 = \frac{dy}{dx} = a e^{ax}\sin bx + b e^{ax}\cos bx = e^{ax}(a\sin bx + b\cos bx). y2=ay1+eax(abcosbxb2sinbx).y_2 = a\,y_1 + e^{ax}(ab\cos bx - b^2\sin bx).

Note eax(abcosbxb2sinbx)=beax(acosbxbsinbx)e^{ax}(ab\cos bx - b^2 \sin bx) = b\,e^{ax}(a\cos bx - b\sin bx). It is cleaner to compute directly:

y2=eax[(a2b2)sinbx+2abcosbx].y_2 = e^{ax}\big[(a^2 - b^2)\sin bx + 2ab\cos bx\big].

Now form the combination:

y22ay1+(a2+b2)y.y_2 - 2a y_1 + (a^2 + b^2)y.

Substitute (S=sinbx, C=cosbxS=\sin bx,\ C=\cos bx), factoring out eaxe^{ax}:

[(a2b2)S+2abC]2a[aS+bC]+(a2+b2)S.\big[(a^2 - b^2)S + 2abC\big] - 2a\big[aS + bC\big] + (a^2 + b^2)S. =[(a2b2)2a2+(a2+b2)]S+[2ab2ab]C=0S+0C=0.= \big[(a^2 - b^2) - 2a^2 + (a^2 + b^2)\big]S + \big[2ab - 2ab\big]C = 0\cdot S + 0\cdot C = 0.

Hence y22ay1+(a2+b2)y=0.y_2 - 2a y_1 + (a^2 + b^2)y = 0. \blacksquare

differentiation
7short7 marks

Evaluate the following integrals:

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

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

(c) dx4x2\displaystyle\int \frac{dx}{\sqrt{4 - x^2}}

(a) x2exdx\displaystyle\int x^2 e^{x}\,dx — integration by parts (reduce the power of xx twice).

x2exdx=x2ex2xexdx=x2ex2(xexexdx)\int x^2 e^x\,dx = x^2 e^x - \int 2x\,e^x\,dx = x^2 e^x - 2\Big(x e^x - \int e^x dx\Big) =x2ex2xex+2ex+C=ex(x22x+2)+C.= x^2 e^x - 2x e^x + 2e^x + C = \boxed{e^x\big(x^2 - 2x + 2\big) + C}.

(b) 2x+3(x1)(x+2)dx\displaystyle\int \frac{2x + 3}{(x - 1)(x + 2)}\,dx — partial fractions. Write

2x+3(x1)(x+2)=Ax1+Bx+2.\frac{2x + 3}{(x-1)(x+2)} = \frac{A}{x-1} + \frac{B}{x+2}.

2x+3=A(x+2)+B(x1)2x + 3 = A(x+2) + B(x-1). At x=1x = 1: 5=3AA=535 = 3A \Rightarrow A = \tfrac{5}{3}. At x=2x = -2: 1=3BB=13-1 = -3B \Rightarrow B = \tfrac13. Then

 ⁣(5/3x1+1/3x+2)dx=53lnx1+13lnx+2+C.\int\!\left(\frac{5/3}{x-1} + \frac{1/3}{x+2}\right)dx = \boxed{\frac{5}{3}\ln|x-1| + \frac{1}{3}\ln|x+2| + C}.

(c) dx4x2\displaystyle\int \frac{dx}{\sqrt{4 - x^2}} — standard form dxa2x2=sin1xa\int\frac{dx}{\sqrt{a^2-x^2}}=\sin^{-1}\frac{x}{a} with a=2a = 2:

dx4x2=sin1 ⁣(x2)+C.\int \frac{dx}{\sqrt{4 - x^2}} = \boxed{\sin^{-1}\!\left(\frac{x}{2}\right) + C}.
integration-techniques
8short7 marks

(a) Evaluate 0π/2sin4xcos2xdx\displaystyle\int_{0}^{\pi/2} \sin^4 x \cos^2 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. (3)

(a) 0π/2sin4xcos2xdx\displaystyle\int_{0}^{\pi/2} \sin^4 x \cos^2 x \, dx

Use the Wallis / beta-function formula for 0π/2sinmxcosnxdx\int_0^{\pi/2}\sin^m x\cos^n x\,dx with m=4m = 4 (even), n=2n = 2 (even):

0π/2sinmxcosnxdx=(m1)!!(n1)!!(m+n)!!π2.\int_0^{\pi/2}\sin^m x\cos^n x\,dx = \frac{(m-1)!!\,(n-1)!!}{(m+n)!!}\cdot\frac{\pi}{2}. =(31)(1)642π2=348π2=116π2=π32.= \frac{(3\cdot1)(1)}{6\cdot4\cdot2}\cdot\frac{\pi}{2} = \frac{3}{48}\cdot\frac{\pi}{2} = \frac{1}{16}\cdot\frac{\pi}{2} = \boxed{\frac{\pi}{32}}.

(Check: 3!!1!!=3, 6!!=642=48, 348π2=π323!!\,1!! = 3,\ 6!! = 6\cdot4\cdot2 = 48,\ \tfrac{3}{48}\cdot\tfrac{\pi}{2}=\tfrac{\pi}{32}.)

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

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

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=683=1032 + 4 - \tfrac{8}{3} = 6 - \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} = \boxed{\frac{9}{2}} \text{ square units}.
definite-integralsapplications-of-integration
9short6 marks

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

(b) Determine whether the integral 01dxx\displaystyle\int_{0}^{1} \frac{dx}{\sqrt{x}} converges, and if so, find its value. (3)

(a) Improper integral of the first kind

Definition. An improper integral of the first kind has an infinite limit of integration, e.g. af(x)dx\int_a^\infty f(x)\,dx, defined as

af(x)dx=limtatf(x)dx,\int_a^\infty f(x)\,dx = \lim_{t\to\infty}\int_a^{t} f(x)\,dx,

and it converges if this limit is finite.

Evaluation:

1dxx2=limt1tx2dx=limt[1x]1t=limt(11t)=1.\int_{1}^{\infty}\frac{dx}{x^2} = \lim_{t\to\infty}\int_1^t x^{-2}\,dx = \lim_{t\to\infty}\left[-\frac{1}{x}\right]_1^t = \lim_{t\to\infty}\left(1 - \frac{1}{t}\right) = 1.

The integral converges to 11.

(b) 01dxx\displaystyle\int_{0}^{1}\frac{dx}{\sqrt{x}}

This is improper of the second kind (integrand unbounded at x=0x = 0):

01x1/2dx=limϵ0+ϵ1x1/2dx=limϵ0+[2x]ϵ1=limϵ0+(22ϵ)=2.\int_0^1 x^{-1/2}\,dx = \lim_{\epsilon\to 0^+}\int_\epsilon^1 x^{-1/2}\,dx = \lim_{\epsilon\to0^+}\Big[2\sqrt{x}\Big]_\epsilon^1 = \lim_{\epsilon\to0^+}\big(2 - 2\sqrt{\epsilon}\big) = 2.

The integral converges and its value is 22.

improper-integralsconvergence-tests
10short6 marks

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

(b) Obtain the Maclaurin series expansion of f(x)=cosxf(x) = \cos x up to the term in x4x^4. (2)

(a) Radius and interval of convergence of n=1(x2)nn3n\displaystyle\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=x2n+1(n+1)3n+1n3nx2n=x23nn+1x23.\left|\frac{a_{n+1}}{a_n}\right| = \frac{|x-2|^{n+1}}{(n+1)3^{n+1}}\cdot\frac{n\,3^n}{|x-2|^n} = \frac{|x-2|}{3}\cdot\frac{n}{n+1} \to \frac{|x-2|}{3}.

Converges when x23<1    x2<3\dfrac{|x-2|}{3} < 1 \iff |x-2| < 3, so radius of convergence R=3R = 3, centred at 22: the interval (1,5)(-1, 5) before checking endpoints.

Endpoints:

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

Interval of convergence: [1,5)\boxed{[-1, 5)}, radius R=3R = 3.

(b) Maclaurin series of cosx\cos x to x4x^4

Using f(0)=1, f(0)=0, f(0)=1, f(0)=0, f(4)(0)=1f(0)=1,\ f'(0)=0,\ f''(0)=-1,\ f'''(0)=0,\ f^{(4)}(0)=1:

cosx=1x22!+x44!=1x22+x424.\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots = \boxed{1 - \frac{x^2}{2} + \frac{x^4}{24} - \cdots}.
sequences-and-seriespower-series
11short6 marks

Air is being pumped into a spherical balloon so that its volume increases at the rate of 100cm3/s100\,\text{cm}^3/\text{s}. At the instant when the radius of the balloon is 5cm5\,\text{cm}, find the rate at which (a) the radius and (b) the surface area of the balloon are increasing. (V=43πr3,  S=4πr2)\left(V = \frac{4}{3}\pi r^3,\; S = 4\pi r^2\right)

Related rates: spherical balloon

Given: dVdt=100cm3/s\dfrac{dV}{dt} = 100\,\text{cm}^3/\text{s}, r=5cmr = 5\,\text{cm}, V=43πr3V = \tfrac{4}{3}\pi r^3, S=4πr2S = 4\pi r^2.

(a) Rate of change of radius

Differentiate V=43πr3V = \tfrac{4}{3}\pi r^3 with respect to tt:

dVdt=4πr2drdt    drdt=14πr2dVdt.\frac{dV}{dt} = 4\pi r^2\frac{dr}{dt} \implies \frac{dr}{dt} = \frac{1}{4\pi r^2}\frac{dV}{dt}.

At r=5r = 5:

drdt=1004π(5)2=100100π=1π0.318cm/s.\frac{dr}{dt} = \frac{100}{4\pi (5)^2} = \frac{100}{100\pi} = \frac{1}{\pi} \approx 0.318\,\text{cm/s}.

(b) Rate of change of surface area

Differentiate S=4πr2S = 4\pi r^2:

dSdt=8πrdrdt.\frac{dS}{dt} = 8\pi r\frac{dr}{dt}.

At r=5r = 5 with drdt=1π\dfrac{dr}{dt} = \dfrac{1}{\pi}:

dSdt=8π(5)1π=40cm2/s.\frac{dS}{dt} = 8\pi (5)\cdot\frac{1}{\pi} = 40\,\text{cm}^2/\text{s}.

Answers: drdt=1π0.318cm/s\dfrac{dr}{dt} = \dfrac{1}{\pi}\approx 0.318\,\text{cm/s} and dSdt=40cm2/s.\dfrac{dS}{dt} = 40\,\text{cm}^2/\text{s}.

applications-of-derivativesrelated-rates
12short6 marks

(a) Find the slope of the tangent to the polar curve r=2+2sinθr = 2 + 2\sin\theta at θ=π6\theta = \dfrac{\pi}{6}. (3)

(b) Find the length of the arc of the curve r=eθr = e^{\theta} from θ=0\theta = 0 to θ=π\theta = \pi. (3)

(a) Slope of tangent to r=2+2sinθr = 2 + 2\sin\theta at θ=π/6\theta = \pi/6

For a polar curve, with x=rcosθ, y=rsinθx = r\cos\theta,\ y = r\sin\theta, the slope is

dydx=drdθsinθ+rcosθdrdθcosθrsinθ.\frac{dy}{dx} = \frac{\dfrac{dr}{d\theta}\sin\theta + r\cos\theta}{\dfrac{dr}{d\theta}\cos\theta - r\sin\theta}.

Here drdθ=2cosθ\dfrac{dr}{d\theta} = 2\cos\theta. At θ=π6\theta = \tfrac{\pi}{6}: sinπ6=12, cosπ6=32\sin\tfrac\pi6 = \tfrac12,\ \cos\tfrac\pi6 = \tfrac{\sqrt3}{2}, r=2+212=3r = 2 + 2\cdot\tfrac12 = 3, drdθ=232=3.\dfrac{dr}{d\theta} = 2\cdot\tfrac{\sqrt3}{2} = \sqrt3.

dydx=312+332332312=32+3323232=230.\frac{dy}{dx} = \frac{\sqrt3\cdot\tfrac12 + 3\cdot\tfrac{\sqrt3}{2}}{\sqrt3\cdot\tfrac{\sqrt3}{2} - 3\cdot\tfrac12} = \frac{\tfrac{\sqrt3}{2} + \tfrac{3\sqrt3}{2}}{\tfrac{3}{2} - \tfrac{3}{2}} = \frac{2\sqrt3}{0}.

The denominator is 00 while the numerator 0\ne 0, so the tangent is vertical at θ=π6\theta = \tfrac{\pi}{6} (slope undefined / \infty).

(b) Arc length of r=eθr = e^{\theta} from θ=0\theta = 0 to θ=π\theta = \pi

Polar arc length: L=αβr2+(drdθ)2dθ.L = \displaystyle\int_{\alpha}^{\beta}\sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2}\,d\theta. With r=eθ, drdθ=eθr = e^\theta,\ \dfrac{dr}{d\theta} = e^\theta:

L=0πe2θ+e2θdθ=0π2eθdθ=2[eθ]0π=2(eπ1).L = \int_0^\pi \sqrt{e^{2\theta} + e^{2\theta}}\,d\theta = \int_0^\pi \sqrt{2}\,e^{\theta}\,d\theta = \sqrt2\Big[e^{\theta}\Big]_0^\pi = \sqrt{2}\,(e^{\pi} - 1). L=2(eπ1)1.414×(23.141)31.3 units.L = \sqrt2\,(e^\pi - 1) \approx 1.414\times(23.14 - 1) \approx 31.3 \text{ units}.
polar-coordinatesdifferentiation

Frequently asked questions

Where can I find the BE Computer Engineering (Pokhara University) Calculus I (PU, MTH 110) question paper 2079?
The full BE Computer Engineering (Pokhara University) Calculus I (PU, MTH 110) 2079 (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) 2079 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) 2079 paper?
The BE Computer Engineering (Pokhara University) Calculus I (PU, MTH 110) 2079 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.