Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Define the limit of a function. Evaluate (\lim_{x \to 0} \frac{1 - \cos x}{x^2}) and discuss the continuity of the resulting function.

Definition of the limit of a function

A function f(x)f(x) is said to have the limit LL as xax \to a, written 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 \;\Rightarrow\; |f(x) - L| < \varepsilon.

Intuitively, f(x)f(x) can be made arbitrarily close to LL by taking xx sufficiently close to aa (but not equal to aa).

Evaluating limx01cosxx2\lim_{x\to 0}\dfrac{1-\cos x}{x^2}

This is of the indeterminate form 00\tfrac{0}{0}. Using the identity 1cosx=2sin2 ⁣x21 - \cos x = 2\sin^2\!\frac{x}{2}:

1cosxx2=2sin2(x/2)x2=12(sin(x/2)x/2)2.\frac{1-\cos x}{x^2} = \frac{2\sin^2(x/2)}{x^2} = \frac{1}{2}\left(\frac{\sin(x/2)}{x/2}\right)^2.

Since limu0sinuu=1\lim_{u\to 0}\dfrac{\sin u}{u} = 1 (with u=x/2u = x/2),

limx01cosxx2=12(1)2=12.\lim_{x\to 0}\frac{1-\cos x}{x^2} = \frac{1}{2}(1)^2 = \boxed{\dfrac{1}{2}}.

(Equivalently, by L'Hôpital's rule applied twice: sinx2xcosx2=12\frac{\sin x}{2x} \to \frac{\cos x}{2} = \frac12.)

Continuity

The function g(x)=1cosxx2g(x) = \dfrac{1-\cos x}{x^2} is not defined at x=0x = 0 (denominator vanishes), so it has a removable discontinuity there. Defining

g(x)={1cosxx2,x012,x=0g(x) = \begin{cases} \dfrac{1-\cos x}{x^2}, & x \neq 0 \\[2mm] \tfrac{1}{2}, & x = 0 \end{cases}

makes gg continuous everywhere, because limx0g(x)=12=g(0)\lim_{x\to 0} g(x) = \tfrac12 = g(0). For x0x \neq 0, gg is a quotient of continuous functions with non-zero denominator, hence continuous.

limits
2long10 marks

State Leibnitz's theorem. If (y = \sin^{-1} x), find the nth derivative (y_n) at x = 0.

Leibnitz's Theorem

If uu and vv are functions of xx each possessing derivatives up to the nnth order, then the nnth derivative of their product is

dndxn(uv)=r=0n(nr)unrvr=unv+(n1)un1v1+(n2)un2v2++uvn,\frac{d^n}{dx^n}(uv) = \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,

where uk=dkudxku_k = \dfrac{d^k u}{dx^k} and vk=dkvdxkv_k = \dfrac{d^k v}{dx^k}.

nnth derivative of y=sin1xy = \sin^{-1}x at x=0x = 0

Step 1 — Form a differential equation. Let y=sin1xy = \sin^{-1}x. Then

y1=11x2    (1x2)y12=1.y_1 = \frac{1}{\sqrt{1-x^2}} \;\Rightarrow\; (1-x^2)\,y_1^2 = 1.

Differentiating: (1x2)2y1y22xy12=0(1-x^2)\,2y_1 y_2 - 2x\,y_1^2 = 0, i.e.

(1x2)y2xy1=0.(1-x^2)\,y_2 - x\,y_1 = 0.

Step 2 — Apply Leibnitz's theorem. Differentiate (1x2)y2xy1=0(1-x^2)y_2 - x y_1 = 0 nn times. Using Leibnitz on each product:

(1x2)yn+22nxyn+1n(n1)yn(xyn+1+nyn)=0,(1-x^2)y_{n+2} - 2nx\,y_{n+1} - n(n-1)y_n - \big(x\,y_{n+1} + n\,y_n\big) = 0,

which simplifies to the recurrence

(1x2)yn+2(2n+1)xyn+1n2yn=0.(1-x^2)y_{n+2} - (2n+1)x\,y_{n+1} - n^2 y_n = 0.

Step 3 — Put x=0x = 0. Writing yn(0)=(yn)0y_n(0) = (y_n)_0,

(yn+2)0=n2(yn)0.(y_{n+2})_0 = n^2 (y_n)_0.

Initial values: y(0)=0y(0) = 0, y1(0)=1y_1(0) = 1, y2(0)=0y_2(0) = 0.

Step 4 — Conclusion.

  • If nn is even, (yn)0=0(y_n)_0 = 0.
  • If nn is odd, say n=2m+1n = 2m+1, then iterating the recurrence,
(yn)0=[(n2)2(n4)23212](y1)0=(n2)2(n4)212.(y_n)_0 = [(n-2)^2(n-4)^2\cdots 3^2\cdot 1^2]\,(y_1)_0 = (n-2)^2(n-4)^2\cdots 1^2.

Thus

(yn)0={0,n even123252(n2)2,n odd\boxed{(y_n)_0 = \begin{cases} 0, & n \text{ even} \\[1mm] 1^2\cdot 3^2\cdot 5^2 \cdots (n-2)^2, & n \text{ odd}\end{cases}}

e.g. y3(0)=12=1y_3(0) = 1^2 = 1, y5(0)=1232=9y_5(0) = 1^2\cdot 3^2 = 9, y7(0)=123252=225y_7(0) = 1^2\cdot 3^2\cdot 5^2 = 225.

successive-differentiation
3long10 marks

Find the volume of the solid generated by revolving the region bounded by (y = x^2), x = 0 and x = 2 about the x-axis.

Volume of revolution about the x-axis

For a region bounded by y=f(x)y = f(x), x=ax = a and x=bx = b revolved about the x-axis, the disk method gives

V=πab(f(x))2dx.V = \pi \int_a^b \big(f(x)\big)^2\,dx.

Given: y=x2y = x^2, x=0x = 0 to x=2x = 2, revolved about the x-axis.

V=π02(x2)2dx=π02x4dx.V = \pi \int_0^2 (x^2)^2\,dx = \pi \int_0^2 x^4\,dx.

Integrate:

V=π[x55]02=π255=32π5.V = \pi \left[\frac{x^5}{5}\right]_0^2 = \pi \cdot \frac{2^5}{5} = \frac{32\pi}{5}. V=32π520.11 cubic units.\boxed{V = \dfrac{32\pi}{5} \approx 20.11 \text{ cubic units}.}
applications-of-integration
B

Section B: Short Answer Questions

Attempt any EIGHT questions.

9 questions·5 marks each
4short5 marks

Evaluate (\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x).

This is the standard limit defining the number ee.

Let L=limx(1+1x)xL = \lim_{x\to\infty}\left(1 + \dfrac{1}{x}\right)^x. Taking logarithms,

lnL=limxxln ⁣(1+1x)=limxln(1+1/x)1/x.\ln L = \lim_{x\to\infty} x\ln\!\left(1 + \frac1x\right) = \lim_{x\to\infty}\frac{\ln(1 + 1/x)}{1/x}.

Put t=1/x0t = 1/x \to 0: lnL=limt0ln(1+t)t=1\ln L = \lim_{t\to 0}\dfrac{\ln(1+t)}{t} = 1 (using ln(1+t)=tt22+\ln(1+t) = t - \tfrac{t^2}{2}+\cdots, or L'Hôpital).

Hence lnL=1L=e\ln L = 1 \Rightarrow L = e.

limx(1+1x)x=e2.71828.\boxed{\lim_{x\to\infty}\left(1+\frac1x\right)^x = e \approx 2.71828.}
limits
5short5 marks

Differentiate (x^x) with respect to x.

Let y=xxy = x^x. Take logarithms (logarithmic differentiation):

lny=xlnx.\ln y = x \ln x.

Differentiate both sides with respect to xx:

1ydydx=lnx+x1x=lnx+1.\frac{1}{y}\frac{dy}{dx} = \ln x + x\cdot\frac{1}{x} = \ln x + 1.

Therefore

dydx=y(lnx+1)=xx(1+lnx).\frac{dy}{dx} = y(\ln x + 1) = x^x(1 + \ln x). ddxxx=xx(1+lnx),x>0.\boxed{\dfrac{d}{dx}\,x^x = x^x(1 + \ln x),\quad x>0.}
differentiation
6short5 marks

State and verify Lagrange's mean value theorem for (f(x) = x^2) on [2,4].

Lagrange's Mean Value Theorem (statement)

If f(x)f(x) is (i) continuous on the closed interval [a,b][a,b] and (ii) differentiable on the open interval (a,b)(a,b), then there exists at least one point 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)=x2f(x) = x^2 on [2,4][2,4]

Hypotheses: f(x)=x2f(x) = x^2 is a polynomial, hence continuous on [2,4][2,4] and differentiable on (2,4)(2,4). The conditions hold.

Compute the average rate of change:

f(4)f(2)42=1642=122=6.\frac{f(4) - f(2)}{4 - 2} = \frac{16 - 4}{2} = \frac{12}{2} = 6.

Solve f(c)=6f'(c) = 6: Since f(x)=2xf'(x) = 2x,

2c=6    c=3.2c = 6 \;\Rightarrow\; c = 3.

Since c=3(2,4)c = 3 \in (2,4), the theorem is verified.

mean-value-theorem
7short5 marks

Find the maximum and minimum values of (f(x) = x^3 - 3x + 2).

Let f(x)=x33x+2f(x) = x^3 - 3x + 2.

Step 1 — Critical points. f(x)=3x23=3(x21)=0x=±1.f'(x) = 3x^2 - 3 = 3(x^2 - 1) = 0 \Rightarrow x = \pm 1.

Step 2 — Second-derivative test. f(x)=6xf''(x) = 6x.

  • At x=1x = -1: f(1)=6<0f''(-1) = -6 < 0 \Rightarrow local maximum.
  • At x=1x = 1: f(1)=6>0f''(1) = 6 > 0 \Rightarrow local minimum.

Step 3 — Values.

f(1)=(1)33(1)+2=1+3+2=4(maximum value),f(-1) = (-1)^3 - 3(-1) + 2 = -1 + 3 + 2 = 4 \quad(\text{maximum value}), f(1)=13+2=0(minimum value).f(1) = 1 - 3 + 2 = 0 \quad(\text{minimum value}).

Conclusion: Local maximum value =4= 4 at x=1x = -1; local minimum value =0= 0 at x=1x = 1. (Note: being a cubic, ff has no global maximum or minimum on R\mathbb{R}.)

applications-of-derivatives
8short5 marks

Evaluate (\int \frac{x}{(x+1)(x+2)} dx) by partial fractions.

Resolve x(x+1)(x+2)\dfrac{x}{(x+1)(x+2)} into partial fractions:

x(x+1)(x+2)=Ax+1+Bx+2.\frac{x}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2}.

Then x=A(x+2)+B(x+1)x = A(x+2) + B(x+1).

  • Put x=1x = -1: 1=A(1)A=1.-1 = A(1) \Rightarrow A = -1.
  • Put x=2x = -2: 2=B(1)B=2.-2 = B(-1) \Rightarrow B = 2.

So

x(x+1)(x+2)=1x+1+2x+2.\frac{x}{(x+1)(x+2)} = \frac{-1}{x+1} + \frac{2}{x+2}.

Integrate:

x(x+1)(x+2)dx=dxx+1+2dxx+2\int \frac{x}{(x+1)(x+2)}\,dx = -\int\frac{dx}{x+1} + 2\int\frac{dx}{x+2} =lnx+1+2lnx+2+C.= -\ln|x+1| + 2\ln|x+2| + C.   =2lnx+2lnx+1+C=ln(x+2)2x+1+C.\boxed{\;= 2\ln|x+2| - \ln|x+1| + C = \ln\frac{(x+2)^2}{|x+1|} + C.}
integration
9short5 marks

Solve (\frac{dy}{dx} = \frac{x + y}{x - y}).

The equation dydx=x+yxy\dfrac{dy}{dx} = \dfrac{x+y}{x-y} is homogeneous (numerator and denominator are degree-1 in x,yx,y).

Substitute y=vxdydx=v+xdvdx.y = vx \Rightarrow \dfrac{dy}{dx} = v + x\dfrac{dv}{dx}. Then

v+xdvdx=x+vxxvx=1+v1v.v + x\frac{dv}{dx} = \frac{x + vx}{x - vx} = \frac{1+v}{1-v}.

So

xdvdx=1+v1vv=1+vv(1v)1v=1+v21v.x\frac{dv}{dx} = \frac{1+v}{1-v} - v = \frac{1+v - v(1-v)}{1-v} = \frac{1 + v^2}{1-v}.

Separate variables:

1v1+v2dv=dxx.\frac{1-v}{1+v^2}\,dv = \frac{dx}{x}.

Integrate the left side:

11+v2dvv1+v2dv=tan1v12ln(1+v2).\int\frac{1}{1+v^2}\,dv - \int\frac{v}{1+v^2}\,dv = \tan^{-1}v - \tfrac12\ln(1+v^2).

Thus

tan1v12ln(1+v2)=lnx+C.\tan^{-1}v - \tfrac12\ln(1+v^2) = \ln x + C.

Back-substitute v=y/xv = y/x, and use 1+v2=x2+y2x21 + v^2 = \dfrac{x^2+y^2}{x^2}:

tan1yx12lnx2+y2x2=lnx+C,\tan^{-1}\frac{y}{x} - \tfrac12\ln\frac{x^2+y^2}{x^2} = \ln x + C,

which simplifies (since 12lnx2+y2x2=12ln(x2+y2)lnx\tfrac12\ln\frac{x^2+y^2}{x^2} = \tfrac12\ln(x^2+y^2) - \ln x) to

tan1yx12ln(x2+y2)=C.\boxed{\tan^{-1}\frac{y}{x} - \tfrac12\ln(x^2 + y^2) = C.}
differential-equations
10short5 marks

Find a unit vector perpendicular to both (\vec{a} = 2\hat{i} + \hat{j} + \hat{k}) and (\vec{b} = \hat{i} - \hat{j} + 2\hat{k}).

A vector perpendicular to both a\vec a and b\vec b is given by the cross product a×b\vec a \times \vec b.

Compute a×b\vec a \times \vec b with a=2i^+j^+k^\vec a = 2\hat i + \hat j + \hat k, b=i^j^+2k^\vec b = \hat i - \hat j + 2\hat k:

a×b=i^j^k^211112.\vec a \times \vec b = \begin{vmatrix} \hat i & \hat j & \hat k \\ 2 & 1 & 1 \\ 1 & -1 & 2 \end{vmatrix}.
  • i^\hat i: (1)(2)(1)(1)=2+1=3(1)(2) - (1)(-1) = 2 + 1 = 3
  • j^\hat j: [(2)(2)(1)(1)]=(41)=3-\big[(2)(2) - (1)(1)\big] = -(4 - 1) = -3
  • k^\hat k: (2)(1)(1)(1)=21=3(2)(-1) - (1)(1) = -2 - 1 = -3

So a×b=3i^3j^3k^\vec a \times \vec b = 3\hat i - 3\hat j - 3\hat k.

Magnitude: a×b=32+(3)2+(3)2=27=33.|\vec a \times \vec b| = \sqrt{3^2 + (-3)^2 + (-3)^2} = \sqrt{27} = 3\sqrt3.

Unit vector:

n^=a×ba×b=3i^3j^3k^33=13(i^j^k^).\hat n = \frac{\vec a \times \vec b}{|\vec a \times \vec b|} = \frac{3\hat i - 3\hat j - 3\hat k}{3\sqrt3} = \frac{1}{\sqrt3}(\hat i - \hat j - \hat k). n^=±13(i^j^k^).\boxed{\hat n = \pm\dfrac{1}{\sqrt3}\big(\hat i - \hat j - \hat k\big).}
vectors
11short5 marks

If (z = x^2 y + xy^2), verify that (\frac{\partial^2 z}{\partial x \partial y} = \frac{\partial^2 z}{\partial y \partial x}).

Given z=x2y+xy2z = x^2 y + x y^2.

First-order partials:

zx=2xy+y2,zy=x2+2xy.\frac{\partial z}{\partial x} = 2xy + y^2, \qquad \frac{\partial z}{\partial y} = x^2 + 2xy.

Mixed partial 2zyx\dfrac{\partial^2 z}{\partial y\,\partial x} (differentiate z/x\partial z/\partial x w.r.t. yy):

y(2xy+y2)=2x+2y.\frac{\partial}{\partial y}(2xy + y^2) = 2x + 2y.

Mixed partial 2zxy\dfrac{\partial^2 z}{\partial x\,\partial y} (differentiate z/y\partial z/\partial y w.r.t. xx):

x(x2+2xy)=2x+2y.\frac{\partial}{\partial x}(x^2 + 2xy) = 2x + 2y.

Since both equal 2x+2y2x + 2y,

2zxy=2zyx=2x+2y,\boxed{\dfrac{\partial^2 z}{\partial x\,\partial y} = \dfrac{\partial^2 z}{\partial y\,\partial x} = 2x + 2y,}

verifying the equality of mixed partial derivatives (Clairaut/Young's theorem), as expected since zz has continuous second-order partials.

partial-derivatives
12short5 marks

Evaluate (\int_0^1 \int_0^x xy , dy , dx).

Evaluate the iterated integral, integrating with respect to yy first (for 0yx0 \le y \le x):

I=01 ⁣ ⁣0xxydydx.I = \int_0^1\!\!\int_0^x xy\,dy\,dx.

Inner integral (treat xx as constant):

0xxydy=x[y22]0x=xx22=x32.\int_0^x xy\,dy = x\left[\frac{y^2}{2}\right]_0^x = x\cdot\frac{x^2}{2} = \frac{x^3}{2}.

Outer integral:

I=01x32dx=12[x44]01=1214=18.I = \int_0^1 \frac{x^3}{2}\,dx = \frac{1}{2}\left[\frac{x^4}{4}\right]_0^1 = \frac{1}{2}\cdot\frac14 = \frac18. I=18.\boxed{I = \dfrac{1}{8}.}
multiple-integrals

Frequently asked questions

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