Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Define continuity of a function at a point. Discuss the continuity of (f(x) = \frac{x^2 - 1}{x - 1}) at x = 1 and redefine it to make it continuous.

Continuity at a Point

A function f(x)f(x) is said to be continuous at a point x=ax = a if the following three conditions hold:

  1. f(a)f(a) is defined (i.e. aa lies in the domain of ff).
  2. limxaf(x)\lim_{x \to a} f(x) exists (left-hand limit == right-hand limit).
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

If any one of these fails, ff is discontinuous at x=ax = a.

Continuity of f(x)=x21x1f(x) = \dfrac{x^2 - 1}{x - 1} at x=1x = 1

At x=1x = 1 the denominator is 11=01 - 1 = 0, so f(1)=00f(1) = \dfrac{0}{0} is undefined. Hence condition (1) already fails and ff is discontinuous at x=1x = 1.

Now examine the limit. For x1x \neq 1:

f(x)=x21x1=(x1)(x+1)x1=x+1.f(x) = \frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1} = x + 1.

Therefore

limx1f(x)=limx1(x+1)=2.\lim_{x \to 1} f(x) = \lim_{x \to 1}(x+1) = 2.

The limit exists and equals 2, but f(1)f(1) does not exist. This is a removable discontinuity.

Redefining ff to Make it Continuous

Since the only obstruction is the missing value at x=1x = 1, we plug the hole by defining f(1)=2f(1) = 2:

F(x)={x21x1,x12,x=1.F(x) = \begin{cases} \dfrac{x^2 - 1}{x - 1}, & x \neq 1 \\[2mm] 2, & x = 1. \end{cases}

Now F(1)=2=limx1F(x)F(1) = 2 = \lim_{x \to 1} F(x), so all three conditions are satisfied and FF is continuous at x=1x = 1 (indeed F(x)=x+1F(x) = x+1 everywhere).

continuity
2long10 marks

State and prove the fundamental theorem of integral calculus. Hence evaluate (\int_1^2 (3x^2 + 2x),dx).

Fundamental Theorem of Integral Calculus

Statement. If ff is continuous on [a,b][a,b] and FF is an antiderivative of ff (i.e. F(x)=f(x)F'(x) = f(x) for all x[a,b]x \in [a,b]), then

abf(x)dx=F(b)F(a).\int_a^b f(x)\,dx = F(b) - F(a).

Proof. Define the area function

Φ(x)=axf(t)dt,axb.\Phi(x) = \int_a^x f(t)\,dt, \qquad a \le x \le b.

Using the definition of the derivative and the additivity of the integral,

Φ(x)=limh0Φ(x+h)Φ(x)h=limh01hxx+hf(t)dt.\Phi'(x) = \lim_{h \to 0} \frac{\Phi(x+h) - \Phi(x)}{h} = \lim_{h \to 0} \frac{1}{h}\int_x^{x+h} f(t)\,dt.

By the Mean Value Theorem for integrals, there exists c[x,x+h]c \in [x, x+h] with xx+hf(t)dt=f(c)h\int_x^{x+h} f(t)\,dt = f(c)\,h. Hence

Φ(x)=limh0f(c)=f(x)\Phi'(x) = \lim_{h \to 0} f(c) = f(x)

since cxc \to x as h0h \to 0 and ff is continuous. Thus Φ\Phi is an antiderivative of ff.

If FF is any other antiderivative, then F(x)=Φ(x)+CF(x) = \Phi(x) + C for some constant CC. Therefore

F(b)F(a)=(Φ(b)+C)(Φ(a)+C)=Φ(b)Φ(a)=abf(t)dt0=abf(x)dx.F(b) - F(a) = \big(\Phi(b)+C\big) - \big(\Phi(a)+C\big) = \Phi(b) - \Phi(a) = \int_a^b f(t)\,dt - 0 = \int_a^b f(x)\,dx.

This proves the theorem. \blacksquare

Evaluation of 12(3x2+2x)dx\displaystyle\int_1^2 (3x^2 + 2x)\,dx

An antiderivative is F(x)=x3+x2F(x) = x^3 + x^2. Hence

12(3x2+2x)dx=[x3+x2]12=(23+22)(13+12)=(8+4)(1+1)=122=10.\int_1^2 (3x^2 + 2x)\,dx = \big[x^3 + x^2\big]_1^2 = (2^3 + 2^2) - (1^3 + 1^2) = (8 + 4) - (1 + 1) = 12 - 2 = \boxed{10}.
integration
3long10 marks

Solve the second-order differential equation (\frac{d^2y}{dx^2} - 5\frac{dy}{dx} + 6y = e^{2x}).

Solving d2ydx25dydx+6y=e2x\dfrac{d^2y}{dx^2} - 5\dfrac{dy}{dx} + 6y = e^{2x}

This is a linear non-homogeneous ODE with constant coefficients. The general solution is y=yc+ypy = y_c + y_p.

Complementary Function (CF)

The auxiliary equation is

m25m+6=0    (m2)(m3)=0    m=2, 3.m^2 - 5m + 6 = 0 \implies (m-2)(m-3) = 0 \implies m = 2,\ 3.

Since the roots are real and distinct,

yc=C1e2x+C2e3x.y_c = C_1 e^{2x} + C_2 e^{3x}.

Particular Integral (PI)

Write D=ddxD = \dfrac{d}{dx}. Then

yp=1D25D+6e2x.y_p = \frac{1}{D^2 - 5D + 6} e^{2x}.

Substituting D=2D = 2 gives 225(2)+6=410+6=02^2 - 5(2) + 6 = 4 - 10 + 6 = 0, so the operator vanishes — this is the case of resonance (since e2xe^{2x} is part of the CF). Apply the rule for repeated/overlapping roots:

yp=x12D5e2x(differentiate denominator).y_p = x \cdot \frac{1}{2D - 5}\, e^{2x} \quad\text{(differentiate denominator)}.

Substituting D=2D = 2 in 2D52D - 5 gives 2(2)5=12(2) - 5 = -1. Hence

yp=xe2x1=xe2x.y_p = x \cdot \frac{e^{2x}}{-1} = -x\,e^{2x}.

General Solution

y=C1e2x+C2e3xxe2x\boxed{y = C_1 e^{2x} + C_2 e^{3x} - x\,e^{2x}}

where C1,C2C_1, C_2 are arbitrary constants.

Check: With yp=xe2xy_p = -xe^{2x}, one finds yp5yp+6yp=e2xy_p'' - 5y_p' + 6y_p = e^{2x}, confirming the result.

differential-equations
B

Section B: Short Answer Questions

Attempt any EIGHT questions.

9 questions·5 marks each
4short5 marks

Evaluate (\lim_{x \to 0} \frac{\tan x - x}{x^3}).

Evaluate limx0tanxxx3\displaystyle\lim_{x \to 0} \frac{\tan x - x}{x^3}

Use the Maclaurin expansion tanx=x+x33+2x515+\tan x = x + \dfrac{x^3}{3} + \dfrac{2x^5}{15} + \cdots.

Then

tanxx=x33+2x515+\tan x - x = \frac{x^3}{3} + \frac{2x^5}{15} + \cdots

so

tanxxx3=13+2x215+.\frac{\tan x - x}{x^3} = \frac{1}{3} + \frac{2x^2}{15} + \cdots.

Taking the limit as x0x \to 0 (higher-order terms vanish):

limx0tanxxx3=13.\lim_{x \to 0} \frac{\tan x - x}{x^3} = \boxed{\frac{1}{3}}.

(Equivalently, applying L'Hôpital's rule three times to the 00\tfrac{0}{0} form gives the same answer 13\tfrac{1}{3}.)

limits
5short5 marks

If (y = \log(\sin x)), find (\frac{dy}{dx}).

Differentiate y=log(sinx)y = \log(\sin x)

Using the chain rule with ddxlogu=1ududx\dfrac{d}{dx}\log u = \dfrac{1}{u}\dfrac{du}{dx} and u=sinxu = \sin x:

dydx=1sinxddx(sinx)=cosxsinx=cotx.\frac{dy}{dx} = \frac{1}{\sin x} \cdot \frac{d}{dx}(\sin x) = \frac{\cos x}{\sin x} = \boxed{\cot x}.
differentiation
6short5 marks

State Taylor's theorem and write the Maclaurin series expansion of (e^x).

Taylor's Theorem

If f(x)f(x) is a function having continuous derivatives up to order nn in a neighbourhood of x=ax = a, then ff can be expanded about x=ax = a as

f(x)=f(a)+(xa)f(a)+(xa)22!f(a)++(xa)nn!f(n)(a)+Rn,f(x) = f(a) + (x-a)f'(a) + \frac{(x-a)^2}{2!}f''(a) + \cdots + \frac{(x-a)^n}{n!}f^{(n)}(a) + R_n,

where RnR_n is the remainder term (Lagrange's form: Rn=(xa)nn!f(n)(a+θ(xa))R_n = \dfrac{(x-a)^n}{n!}f^{(n)}(a+\theta(x-a)), 0<θ<10<\theta<1).

Maclaurin Series

The Maclaurin series is the special case a=0a = 0:

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

Expansion of exe^x

For f(x)=exf(x) = e^x, every derivative is exe^x, so f(n)(0)=e0=1f^{(n)}(0) = e^0 = 1 for all nn. Hence

ex=1+x+x22!+x33!+x44!+=n=0xnn!.e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \cdots = \sum_{n=0}^{\infty} \frac{x^n}{n!}.

This series is valid for all real xx.

series-expansion
7short5 marks

Find the radius of curvature of the curve (y = x^2) at the point (1,1).

Radius of Curvature of y=x2y = x^2 at (1,1)(1,1)

The radius of curvature for a Cartesian curve y=f(x)y = f(x) is

ρ=(1+y12)3/2y2,y1=dydx, y2=d2ydx2.\rho = \frac{\left(1 + y_1^2\right)^{3/2}}{|y_2|}, \qquad y_1 = \frac{dy}{dx},\ y_2 = \frac{d^2y}{dx^2}.

For y=x2y = x^2:

y1=2x,y2=2.y_1 = 2x, \qquad y_2 = 2.

At the point (1,1)(1,1), i.e. x=1x = 1:

y1=2(1)=2,y2=2.y_1 = 2(1) = 2, \qquad y_2 = 2.

Therefore

ρ=(1+22)3/22=(1+4)3/22=53/22=552.\rho = \frac{\left(1 + 2^2\right)^{3/2}}{2} = \frac{(1 + 4)^{3/2}}{2} = \frac{5^{3/2}}{2} = \frac{5\sqrt{5}}{2}. ρ=5525.59 units\boxed{\rho = \frac{5\sqrt{5}}{2} \approx 5.59 \text{ units}}
applications-of-derivatives
8short5 marks

Evaluate (\int e^x \sin x , dx).

Evaluate exsinxdx\displaystyle\int e^x \sin x\, dx

Let I=exsinxdxI = \int e^x \sin x\, dx. Apply integration by parts twice.

First integration by parts (u=sinx, dv=exdxu = \sin x,\ dv = e^x dx):

I=exsinxexcosxdx.I = e^x \sin x - \int e^x \cos x\, dx.

Second integration by parts on excosxdx\int e^x \cos x\, dx (u=cosx, dv=exdxu = \cos x,\ dv = e^x dx):

excosxdx=excosxex(sinx)dx=excosx+exsinxdx=excosx+I.\int e^x \cos x\, dx = e^x \cos x - \int e^x(-\sin x)\,dx = e^x \cos x + \int e^x \sin x\, dx = e^x\cos x + I.

Substitute back:

I=exsinx(excosx+I)=exsinxexcosxI.I = e^x \sin x - \big(e^x \cos x + I\big) = e^x \sin x - e^x \cos x - I.

Solving for II:

2I=ex(sinxcosx)    I=ex2(sinxcosx)+C.2I = e^x(\sin x - \cos x) \implies I = \frac{e^x}{2}(\sin x - \cos x) + C. exsinxdx=ex2(sinxcosx)+C\boxed{\int e^x \sin x\, dx = \frac{e^x}{2}(\sin x - \cos x) + C}
integration
9short5 marks

Solve ((x^2 + y^2)dx - 2xy,dy = 0).

Solve (x2+y2)dx2xydy=0(x^2 + y^2)\,dx - 2xy\,dy = 0

This is a homogeneous differential equation (both coefficients are homogeneous of degree 2). Rewrite:

dydx=x2+y22xy.\frac{dy}{dx} = \frac{x^2 + y^2}{2xy}.

Substitution. Let y=vxy = vx, so dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}. Then

v+xdvdx=x2+v2x22xvx=1+v22v.v + x\frac{dv}{dx} = \frac{x^2 + v^2 x^2}{2x \cdot vx} = \frac{1 + v^2}{2v}.

So

xdvdx=1+v22vv=1+v22v22v=1v22v.x\frac{dv}{dx} = \frac{1 + v^2}{2v} - v = \frac{1 + v^2 - 2v^2}{2v} = \frac{1 - v^2}{2v}.

Separate variables:

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

Integrate. Note 2v1v2dv=ln1v2\int \dfrac{2v}{1-v^2}\,dv = -\ln|1 - v^2| (since ddv(1v2)=2v\frac{d}{dv}(1-v^2) = -2v):

ln1v2=lnx+lnC1.-\ln|1 - v^2| = \ln|x| + \ln C_1.

Thus ln1v2=lnxlnC1\ln|1 - v^2| = -\ln|x| - \ln C_1, giving (1v2)x=C(1 - v^2)\,x = C (a constant).

Back-substitute v=yxv = \dfrac{y}{x}:

(1y2x2)x=C    x2y2x=C.\left(1 - \frac{y^2}{x^2}\right) x = C \implies \frac{x^2 - y^2}{x} = C. x2y2=Cx\boxed{x^2 - y^2 = Cx}

where CC is an arbitrary constant.

differential-equations
10short5 marks

Find the scalar triple product of (\hat{i}+\hat{j}, \hat{j}+\hat{k}, \hat{k}+\hat{i}).

Scalar Triple Product of i^+j^, j^+k^, k^+i^\hat{i}+\hat{j},\ \hat{j}+\hat{k},\ \hat{k}+\hat{i}

The scalar triple product [a b c]=a(b×c)[\vec{a}\ \vec{b}\ \vec{c}] = \vec{a}\cdot(\vec{b}\times\vec{c}) equals the determinant of the component matrix.

With a=i^+j^=(1,1,0)\vec{a} = \hat{i}+\hat{j} = (1,1,0), b=j^+k^=(0,1,1)\vec{b} = \hat{j}+\hat{k} = (0,1,1), c=k^+i^=(1,0,1)\vec{c} = \hat{k}+\hat{i} = (1,0,1):

[a b c]=110011101.[\vec{a}\ \vec{b}\ \vec{c}] = \begin{vmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \end{vmatrix}.

Expanding along the first row:

=1110110111+0=1(10)1(01)+0=1+1=2.= 1\begin{vmatrix}1 & 1\\ 0 & 1\end{vmatrix} - 1\begin{vmatrix}0 & 1\\ 1 & 1\end{vmatrix} + 0 = 1(1 - 0) - 1(0 - 1) + 0 = 1 + 1 = \boxed{2}.

Since the value is non-zero, the three vectors are non-coplanar (linearly independent).

vectors
11short5 marks

If (u = \log(x^2 + y^2)), show that (\frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = 0).

Show 2ux2+2uy2=0\dfrac{\partial^2 u}{\partial x^2} + \dfrac{\partial^2 u}{\partial y^2} = 0 for u=log(x2+y2)u = \log(x^2 + y^2)

Let r2=x2+y2r^2 = x^2 + y^2, so u=log(x2+y2)u = \log(x^2 + y^2).

First derivative w.r.t. xx:

ux=2xx2+y2.\frac{\partial u}{\partial x} = \frac{2x}{x^2 + y^2}.

Second derivative w.r.t. xx (quotient rule):

2ux2=2(x2+y2)2x(2x)(x2+y2)2=2x2+2y24x2(x2+y2)2=2y22x2(x2+y2)2.\frac{\partial^2 u}{\partial x^2} = \frac{2(x^2 + y^2) - 2x(2x)}{(x^2 + y^2)^2} = \frac{2x^2 + 2y^2 - 4x^2}{(x^2 + y^2)^2} = \frac{2y^2 - 2x^2}{(x^2 + y^2)^2}.

By symmetry (swap xyx \leftrightarrow y):

2uy2=2x22y2(x2+y2)2.\frac{\partial^2 u}{\partial y^2} = \frac{2x^2 - 2y^2}{(x^2 + y^2)^2}.

Adding:

2ux2+2uy2=(2y22x2)+(2x22y2)(x2+y2)2=0(x2+y2)2=0.\frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = \frac{(2y^2 - 2x^2) + (2x^2 - 2y^2)}{(x^2 + y^2)^2} = \frac{0}{(x^2+y^2)^2} = 0.

Hence uu satisfies Laplace's equation. \blacksquare

partial-derivatives
12short5 marks

Evaluate the double integral (\int_0^1 \int_0^1 (x^2 + y^2),dx,dy).

Evaluate 0101(x2+y2)dxdy\displaystyle\int_0^1 \int_0^1 (x^2 + y^2)\,dx\,dy

Inner integral (with respect to xx, treating yy as constant):

01(x2+y2)dx=[x33+y2x]01=13+y2.\int_0^1 (x^2 + y^2)\,dx = \left[\frac{x^3}{3} + y^2 x\right]_0^1 = \frac{1}{3} + y^2.

Outer integral (with respect to yy):

01(13+y2)dy=[y3+y33]01=13+13=23.\int_0^1 \left(\frac{1}{3} + y^2\right) dy = \left[\frac{y}{3} + \frac{y^3}{3}\right]_0^1 = \frac{1}{3} + \frac{1}{3} = \frac{2}{3}. 0101(x2+y2)dxdy=23\boxed{\int_0^1 \int_0^1 (x^2 + y^2)\,dx\,dy = \frac{2}{3}}
multiple-integrals

Frequently asked questions

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