Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Define limit and continuity of a function. Evaluate (\lim_{x \to 0}\frac{\sin x}{x}) and discuss the continuity of (f(x) = \frac{\sin x}{x}) at x = 0.

Definitions

Limit: A function f(x)f(x) is said to have a 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 δ>0\delta > 0 such that

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

Continuity: A function ff is continuous at x=ax = a if all three conditions hold:

  1. f(a)f(a) is defined,
  2. limxaf(x)\lim_{x\to a} f(x) exists, and
  3. limxaf(x)=f(a)\lim_{x\to a} f(x) = f(a).

Evaluation of limx0sinxx\lim_{x\to 0}\frac{\sin x}{x}

Using the standard squeeze argument cosx<sinxx<1\cos x < \dfrac{\sin x}{x} < 1 for 0<x<π20 < |x| < \tfrac{\pi}{2}, and since limx0cosx=1\lim_{x\to 0}\cos x = 1, by the Sandwich theorem

limx0sinxx=1.\lim_{x\to 0}\frac{\sin x}{x} = 1.

(Equivalently, by L'Hôpital's rule on the 00\tfrac{0}{0} form: limx0cosx1=1\lim_{x\to 0}\dfrac{\cos x}{1} = 1.)

Continuity of f(x)=sinxxf(x) = \frac{\sin x}{x} at x=0x = 0

At x=0x = 0 the expression sinxx\frac{\sin x}{x} is undefined (it gives 00\tfrac{0}{0}). Hence condition (1) fails and ff is not continuous at x=0x = 0 as originally written; the discontinuity is removable because limx0f(x)=1\lim_{x\to 0} f(x) = 1 exists.

If we redefine

f(x)={sinxx,x01,x=0f(x) = \begin{cases} \dfrac{\sin x}{x}, & x \ne 0 \\[4pt] 1, & x = 0 \end{cases}

then f(0)=1=limx0f(x)f(0) = 1 = \lim_{x\to 0} f(x), so the redefined function is continuous at x=0x = 0.

limits
2long10 marks

State Leibnitz's theorem for the nth derivative of a product. If (y = x^2 e^x), find (y_n).

Leibnitz's Theorem

If uu and vv are functions of xx that are nn-times differentiable, then the nnth derivative of their product is

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

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

Finding yny_n for y=x2exy = x^2 e^x

Take u=exu = e^x and v=x2v = x^2 (choose the polynomial as vv since its higher derivatives vanish).

Derivatives of u=exu = e^x:   un=ex,un1=ex,un2=ex.\;u_{n} = e^x,\quad u_{n-1} = e^x,\quad u_{n-2} = e^x.

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=(n0)unv+(n1)un1v1+(n2)un2v2.y_n = \binom{n}{0} u_n v + \binom{n}{1} u_{n-1} v_1 + \binom{n}{2} u_{n-2} v_2.

Substituting:

yn=exx2+nex(2x)+n(n1)2ex(2).y_n = e^x\, x^2 + n\, e^x (2x) + \frac{n(n-1)}{2}\, e^x (2). yn=ex[x2+2nx+n(n1)]\boxed{\,y_n = e^x\left[\,x^2 + 2nx + n(n-1)\,\right]\,}
successive-differentiation
3long10 marks

Find the area of the region bounded by the curve (y = x^2), the x-axis and the lines x = 1 and x = 3.

Setting up the area

The curve y=x2y = x^2 lies above the xx-axis on [1,3][1,3], so the required area between the curve, the xx-axis and the lines x=1x = 1, x=3x = 3 is

A=13ydx=13x2dx.A = \int_{1}^{3} y\,dx = \int_{1}^{3} x^2\,dx.

Evaluation

A=[x33]13=333133=27313=2713=263.A = \left[\frac{x^3}{3}\right]_{1}^{3} = \frac{3^3}{3} - \frac{1^3}{3} = \frac{27}{3} - \frac{1}{3} = \frac{27 - 1}{3} = \frac{26}{3}.

Result

A=2638.67 square units.\boxed{A = \frac{26}{3} \approx 8.67 \text{ square 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 0}\frac{1 - \cos x}{x^2}).

Using the identity 1cosx=2sin2x21 - \cos x = 2\sin^2\dfrac{x}{2}:

limx01cosxx2=limx02sin2(x/2)x2=limx012(sin(x/2)x/2)2=12(1)2=12.\lim_{x\to 0}\frac{1-\cos x}{x^2} = \lim_{x\to 0}\frac{2\sin^2(x/2)}{x^2} = \lim_{x\to 0}\frac{1}{2}\left(\frac{\sin(x/2)}{x/2}\right)^2 = \frac{1}{2}(1)^2 = \frac{1}{2}.

(Alternatively, by L'Hôpital twice: limsinx2x=limcosx2=12\lim \dfrac{\sin x}{2x} = \lim \dfrac{\cos x}{2} = \tfrac12.)

limx01cosxx2=12.\boxed{\lim_{x\to 0}\frac{1-\cos x}{x^2} = \frac{1}{2}.}
limits
5short5 marks

If (y = \tan^{-1} x), find (\frac{dy}{dx}).

Let y=tan1xy = \tan^{-1} x, so that tany=x\tan y = x.

Differentiating both sides with respect to xx:

sec2ydydx=1    dydx=1sec2y=11+tan2y=11+x2.\sec^2 y \,\frac{dy}{dx} = 1 \implies \frac{dy}{dx} = \frac{1}{\sec^2 y} = \frac{1}{1 + \tan^2 y} = \frac{1}{1 + x^2}. dydx=11+x2.\boxed{\frac{dy}{dx} = \frac{1}{1 + x^2}.}
differentiation
6short5 marks

State and verify Rolle's theorem for (f(x) = x^2 - 5x + 6) on [2,3].

Statement of Rolle's Theorem

If a function ff is (i) continuous on [a,b][a,b], (ii) differentiable on (a,b)(a,b), and (iii) f(a)=f(b)f(a) = f(b), then there exists at least one point c(a,b)c \in (a,b) such that f(c)=0f'(c) = 0.

Verification for f(x)=x25x+6f(x) = x^2 - 5x + 6 on [2,3][2,3]

Condition (i): ff is a polynomial, hence continuous on [2,3][2,3].

Condition (ii): ff is a polynomial, hence differentiable on (2,3)(2,3).

Condition (iii):

f(2)=410+6=0,f(3)=915+6=0,f(2) = 4 - 10 + 6 = 0, \qquad f(3) = 9 - 15 + 6 = 0,

so f(2)=f(3)=0f(2) = f(3) = 0.

All three hypotheses hold, so Rolle's theorem applies.

Finding cc: f(x)=2x5f'(x) = 2x - 5. Setting f(c)=0f'(c) = 0:

2c5=0    c=52=2.5.2c - 5 = 0 \implies c = \frac{5}{2} = 2.5.

Since c=2.5(2,3)c = 2.5 \in (2,3), Rolle's theorem is verified.

mean-value-theorem
7short5 marks

Find the equation of the tangent to the curve (y = x^2 + 2x) at the point (1,3).

The slope of the tangent is dydx\dfrac{dy}{dx}.

dydx=2x+2.\frac{dy}{dx} = 2x + 2.

At the point (1,3)(1,3): slope m=2(1)+2=4m = 2(1) + 2 = 4. (Check: y(1)=1+2=3y(1) = 1 + 2 = 3, so the point lies on the curve.)

Using the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1):

y3=4(x1)    y=4x1.y - 3 = 4(x - 1) \implies y = 4x - 1. y=4x1or4xy1=0.\boxed{y = 4x - 1 \quad\text{or}\quad 4x - y - 1 = 0.}
applications-of-derivatives
8short5 marks

Evaluate (\int \frac{dx}{x^2 + 6x + 13}).

Complete the square in the denominator:

x2+6x+13=(x2+6x+9)+4=(x+3)2+22.x^2 + 6x + 13 = (x^2 + 6x + 9) + 4 = (x+3)^2 + 2^2.

Using the standard result dtt2+a2=1atan1ta+C\displaystyle\int \frac{dt}{t^2 + a^2} = \frac{1}{a}\tan^{-1}\frac{t}{a} + C with t=x+3t = x+3 and a=2a = 2:

dxx2+6x+13=dx(x+3)2+22=12tan1 ⁣(x+32)+C.\int \frac{dx}{x^2 + 6x + 13} = \int \frac{dx}{(x+3)^2 + 2^2} = \frac{1}{2}\tan^{-1}\!\left(\frac{x+3}{2}\right) + C. dxx2+6x+13=12tan1 ⁣(x+32)+C.\boxed{\int \frac{dx}{x^2+6x+13} = \frac{1}{2}\tan^{-1}\!\left(\frac{x+3}{2}\right) + C.}
integration
9short5 marks

Solve the differential equation (\frac{dy}{dx} = e^{x - y}).

The equation is variable-separable. Write exy=exeye^{x-y} = \dfrac{e^x}{e^y}:

dydx=exey    eydy=exdx.\frac{dy}{dx} = \frac{e^x}{e^y} \implies e^y\,dy = e^x\,dx.

Integrating both sides:

eydy=exdx    ey=ex+C.\int e^y\,dy = \int e^x\,dx \implies e^y = e^x + C. ey=ex+C,\boxed{e^y = e^x + C,}

where CC is an arbitrary constant of integration.

differential-equations
10short5 marks

Find the cross product of (\vec{a} = \hat{i} + 2\hat{j} + \hat{k}) and (\vec{b} = 2\hat{i} + \hat{j} - \hat{k}).

With a=i^+2j^+k^\vec{a} = \hat{i} + 2\hat{j} + \hat{k} and b=2i^+j^k^\vec{b} = 2\hat{i} + \hat{j} - \hat{k}, the cross product is

a×b=i^j^k^121211.\vec{a}\times\vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & 1 \\ 2 & 1 & -1 \end{vmatrix}.

Expanding along the first row:

i^(2(1)11)j^(1(1)12)+k^(1122).\hat{i}\big(2\cdot(-1) - 1\cdot 1\big) - \hat{j}\big(1\cdot(-1) - 1\cdot 2\big) + \hat{k}\big(1\cdot 1 - 2\cdot 2\big). =i^(21)j^(12)+k^(14)=3i^+3j^3k^.= \hat{i}(-2 - 1) - \hat{j}(-1 - 2) + \hat{k}(1 - 4) = -3\hat{i} + 3\hat{j} - 3\hat{k}. a×b=3i^+3j^3k^.\boxed{\vec{a}\times\vec{b} = -3\hat{i} + 3\hat{j} - 3\hat{k}.}
vectors
11short5 marks

If (u = x^3 + y^3 + z^3 - 3xyz), find (\frac{\partial u}{\partial x}).

Treat yy and zz as constants and differentiate u=x3+y3+z33xyzu = x^3 + y^3 + z^3 - 3xyz with respect to xx:

ux=3x2+0+03yz=3x23yz.\frac{\partial u}{\partial x} = 3x^2 + 0 + 0 - 3yz = 3x^2 - 3yz. ux=3x23yz=3(x2yz).\boxed{\frac{\partial u}{\partial x} = 3x^2 - 3yz = 3(x^2 - yz).}
partial-derivatives
12short5 marks

Evaluate (\int_0^2 \int_0^3 (x + 2y),dy,dx).

Evaluate the inner integral with respect to yy first (treating xx constant):

03(x+2y)dy=[xy+y2]03=3x+9.\int_0^3 (x + 2y)\,dy = \Big[xy + y^2\Big]_0^3 = 3x + 9.

Now integrate with respect to xx:

02(3x+9)dx=[3x22+9x]02=342+18=6+18=24.\int_0^2 (3x + 9)\,dx = \left[\frac{3x^2}{2} + 9x\right]_0^2 = \frac{3\cdot 4}{2} + 18 = 6 + 18 = 24. 0203(x+2y)dydx=24.\boxed{\int_0^2 \int_0^3 (x + 2y)\,dy\,dx = 24.}
multiple-integrals

Frequently asked questions

Where can I find the BSc CSIT (TU) Mathematics I (BSc CSIT, MTH112) question paper 2081?
The full BSc CSIT (TU) Mathematics I (BSc CSIT, MTH112) 2081 (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) 2081 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) 2081 paper?
The BSc CSIT (TU) Mathematics I (BSc CSIT, MTH112) 2081 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.