Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Define the derivative of a function from first principles. Find the derivative of (\sin x) using the first-principle method.

Derivative from First Principles

The derivative of a function f(x)f(x) at a point xx is defined as the limit of the difference quotient:

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

provided this limit exists. Geometrically it gives the slope of the tangent to the curve y=f(x)y=f(x) at the point.

Derivative of sinx\sin x by First Principles

Let f(x)=sinxf(x) = \sin x. Then

f(x)=limh0sin(x+h)sinxhf'(x) = \lim_{h \to 0} \frac{\sin(x+h) - \sin x}{h}

Using the identity sinCsinD=2cosC+D2sinCD2\sin C - \sin D = 2\cos\dfrac{C+D}{2}\sin\dfrac{C-D}{2} with C=x+hC = x+h, D=xD = x:

sin(x+h)sinx=2cos ⁣(x+h2)sin ⁣(h2)\sin(x+h) - \sin x = 2\cos\!\left(x + \tfrac{h}{2}\right)\sin\!\left(\tfrac{h}{2}\right)

Therefore

f(x)=limh02cos ⁣(x+h2)sin ⁣(h2)h=limh0cos ⁣(x+h2)sin(h/2)h/2f'(x) = \lim_{h \to 0} \frac{2\cos\!\left(x + \tfrac{h}{2}\right)\sin\!\left(\tfrac{h}{2}\right)}{h} = \lim_{h \to 0} \cos\!\left(x + \tfrac{h}{2}\right)\cdot \frac{\sin(h/2)}{h/2}

As h0h \to 0, cos ⁣(x+h2)cosx\cos\!\left(x + \tfrac{h}{2}\right) \to \cos x and using the standard limit limt0sintt=1\displaystyle\lim_{t\to 0}\frac{\sin t}{t} = 1 (with t=h/2t = h/2):

f(x)=cosx1=cosxf'(x) = \cos x \cdot 1 = \cos x ddx(sinx)=cosx\boxed{\dfrac{d}{dx}(\sin x) = \cos x}
differentiation
2long10 marks

Obtain the reduction formula for (\int \sin^n x , dx) and hence evaluate (\int_0^{\pi/2} \sin^5 x , dx).

Reduction Formula for sinnxdx\int \sin^n x\, dx

Let In=sinnxdx=sinn1xsinxdxI_n = \int \sin^n x \, dx = \int \sin^{n-1} x \cdot \sin x \, dx.

Integrate by parts with u=sinn1xu = \sin^{n-1}x and dv=sinxdxdv = \sin x\, dx, so du=(n1)sinn2xcosxdxdu = (n-1)\sin^{n-2}x\cos x\,dx and v=cosxv = -\cos x:

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

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

In=sinn1xcosx+(n1)sinn2xdx(n1)sinnxdxI_n = -\sin^{n-1}x\cos x + (n-1)\int \sin^{n-2}x\,dx - (n-1)\int \sin^n x\,dx In=sinn1xcosx+(n1)In2(n1)InI_n = -\sin^{n-1}x\cos x + (n-1)I_{n-2} - (n-1)I_n

Bringing InI_n terms together, In[1+(n1)]=sinn1xcosx+(n1)In2I_n[1 + (n-1)] = -\sin^{n-1}x\cos x + (n-1)I_{n-2}, i.e. nIn=sinn1xcosx+(n1)In2n I_n = -\sin^{n-1}x\cos x + (n-1)I_{n-2}:

In=sinn1xcosxn+n1nIn2\boxed{\,I_n = -\frac{\sin^{n-1}x\cos x}{n} + \frac{n-1}{n}I_{n-2}\,}

Definite Integral Form

For the definite integral over [0,π/2][0,\pi/2] the boundary term [sinn1xcosxn]0π/2=0\left[-\dfrac{\sin^{n-1}x\cos x}{n}\right]_0^{\pi/2} = 0 (since cos(π/2)=0\cos(\pi/2)=0 and sin0=0\sin 0 = 0), so

Jn=0π/2sinnxdx=n1nJn2J_n = \int_0^{\pi/2}\sin^n x\,dx = \frac{n-1}{n}\,J_{n-2}

Evaluation of 0π/2sin5xdx\int_0^{\pi/2}\sin^5 x\,dx

With n=5n=5 (odd), recurse down to J1J_1:

J5=45J3=4523J1J_5 = \frac{4}{5}J_3 = \frac{4}{5}\cdot\frac{2}{3}J_1

and J1=0π/2sinxdx=[cosx]0π/2=1J_1 = \int_0^{\pi/2}\sin x\,dx = [-\cos x]_0^{\pi/2} = 1. Hence

J5=45231=815J_5 = \frac{4}{5}\cdot\frac{2}{3}\cdot 1 = \frac{8}{15} 0π/2sin5xdx=815\boxed{\int_0^{\pi/2}\sin^5 x\,dx = \frac{8}{15}}
integration
3long10 marks

Solve the differential equation (\frac{dy}{dx} = \frac{y}{x} + \tan\frac{y}{x}) (homogeneous).

Solving the Homogeneous Equation

dydx=yx+tanyx\frac{dy}{dx} = \frac{y}{x} + \tan\frac{y}{x}

The right side is a function of y/xy/x, so use the substitution

y=vxdydx=v+xdvdxy = vx \quad\Rightarrow\quad \frac{dy}{dx} = v + x\frac{dv}{dx}

Substituting (with y/x=vy/x = v):

v+xdvdx=v+tanvv + x\frac{dv}{dx} = v + \tan v xdvdx=tanvx\frac{dv}{dx} = \tan v

Separate variables:

dvtanv=dxxcotvdv=dxx\frac{dv}{\tan v} = \frac{dx}{x} \quad\Rightarrow\quad \cot v \, dv = \frac{dx}{x}

Integrate both sides:

cotvdv=dxx\int \cot v\, dv = \int \frac{dx}{x} logsinv=logx+logC\log|\sin v| = \log|x| + \log C logsinv=logCx\log|\sin v| = \log|Cx|

Therefore sinv=Cx\sin v = Cx. Replacing v=y/xv = y/x:

sin ⁣(yx)=Cx\boxed{\sin\!\left(\frac{y}{x}\right) = Cx}

where CC is the arbitrary constant of integration.

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{\log(1 + x)}{x}).

Evaluation

limx0log(1+x)x\lim_{x \to 0}\frac{\log(1+x)}{x}

This is of the indeterminate form 00\frac{0}{0}. Using the series expansion log(1+x)=xx22+x33\log(1+x) = x - \dfrac{x^2}{2} + \dfrac{x^3}{3} - \cdots:

log(1+x)x=1x2+x231as x0\frac{\log(1+x)}{x} = 1 - \frac{x}{2} + \frac{x^2}{3} - \cdots \to 1 \quad\text{as } x\to 0

Alternatively, by L'Hospital's rule, limx01/(1+x)1=1\displaystyle\lim_{x\to 0}\frac{1/(1+x)}{1} = 1.

limx0log(1+x)x=1\boxed{\lim_{x \to 0}\frac{\log(1+x)}{x} = 1}
limits
5short5 marks

If (y = x^n \log x), find (y_n).

nn-th Derivative of y=xnlogxy = x^n \log x

Differentiate once:

y1=nxn1logx+xn1x=nxn1logx+xn1y_1 = n x^{n-1}\log x + x^n\cdot\frac{1}{x} = n x^{n-1}\log x + x^{n-1}

Multiply by xx: xy1=nxnlogx+xn=ny+xnx y_1 = n x^n \log x + x^n = n y + x^n, i.e.

xy1=ny+xn.x y_1 = n y + x^n.

A standard result (provable by induction) gives the nn-th derivative:

yn=dndxn(xnlogx)=n!(logx+1+12+13++1n)\boxed{y_n = \frac{d^n}{dx^n}\big(x^n\log x\big) = n!\left(\log x + 1 + \frac{1}{2} + \frac{1}{3} + \cdots + \frac{1}{n}\right)}

That is, yn=n!(logx+k=1n1k)y_n = n!\left(\log x + \sum_{k=1}^{n}\frac{1}{k}\right).

Check (n = 1): y1=1!(logx+1)=logx+1y_1 = 1!(\log x + 1) = \log x + 1, which matches y1y_1 above for the case n=1n=1 (y=xlogxy = x\log x). The result follows by repeatedly differentiating and collecting the harmonic terms.

successive-differentiation
6short5 marks

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

Cauchy's Mean Value Theorem (Statement)

If f(x)f(x) and g(x)g(x) are continuous on [a,b][a,b], differentiable on (a,b)(a,b), and g(x)0g'(x)\neq 0 on (a,b)(a,b), then there exists at least one point c(a,b)c\in(a,b) such that

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

Verification for f(x)=x2, g(x)=xf(x)=x^2,\ g(x)=x on [1,2][1,2]

Both are polynomials, hence continuous on [1,2][1,2] and differentiable on (1,2)(1,2); also g(x)=10g'(x)=1\neq 0. So the theorem applies.

Derivatives: f(x)=2x, g(x)=1f'(x)=2x,\ g'(x)=1, so f(c)g(c)=2c\dfrac{f'(c)}{g'(c)} = 2c.

Right-hand side:

f(2)f(1)g(2)g(1)=4121=3.\frac{f(2)-f(1)}{g(2)-g(1)} = \frac{4-1}{2-1} = 3.

Set equal: 2c=3c=322c = 3 \Rightarrow c = \dfrac{3}{2}.

Since c=1.5(1,2)c = 1.5 \in (1,2), the theorem is verified.

c=32(1,2)\boxed{c = \tfrac{3}{2} \in (1,2)}
mean-value-theorem
7short5 marks

Find the maximum and minimum values of (f(x) = \sin x + \cos x).

Maxima and Minima of f(x)=sinx+cosxf(x)=\sin x + \cos x

f(x)=cosxsinxf'(x) = \cos x - \sin x. Set f(x)=0f'(x)=0:

cosx=sinxtanx=1x=π4, 5π4, \cos x = \sin x \Rightarrow \tan x = 1 \Rightarrow x = \frac{\pi}{4},\ \frac{5\pi}{4},\ \dots

Second derivative: f(x)=sinxcosx=(sinx+cosx)=f(x)f''(x) = -\sin x - \cos x = -(\sin x + \cos x) = -f(x).

At x=π/4x=\pi/4: f(π/4)=12+12=2f(\pi/4) = \tfrac{1}{\sqrt2}+\tfrac{1}{\sqrt2} = \sqrt2 and f(π/4)=2<0f''(\pi/4) = -\sqrt2 < 0maximum.

At x=5π/4x=5\pi/4: f(5π/4)=1212=2f(5\pi/4) = -\tfrac{1}{\sqrt2}-\tfrac{1}{\sqrt2} = -\sqrt2 and f(5π/4)=2>0f''(5\pi/4) = \sqrt2 > 0minimum.

Maximum value=2,Minimum value=2\boxed{\text{Maximum value} = \sqrt2,\qquad \text{Minimum value} = -\sqrt2}

(Equivalently, f(x)=2sin ⁣(x+π4)f(x)=\sqrt2\sin\!\big(x+\tfrac{\pi}{4}\big), whose range is [2, 2][-\sqrt2,\ \sqrt2].)

applications-of-derivatives
8short5 marks

Evaluate (\int \frac{x^2}{(x^2 + 1)(x^2 + 4)},dx).

Evaluation by Partial Fractions

Let t=x2t = x^2. Resolve x2(x2+1)(x2+4)=t(t+1)(t+4)\dfrac{x^2}{(x^2+1)(x^2+4)} = \dfrac{t}{(t+1)(t+4)}:

t(t+1)(t+4)=At+1+Bt+4\frac{t}{(t+1)(t+4)} = \frac{A}{t+1} + \frac{B}{t+4}

Then t=A(t+4)+B(t+1)t = A(t+4) + B(t+1). Put t=1t=-1: 1=3AA=13-1 = 3A \Rightarrow A = -\tfrac{1}{3}. Put t=4t=-4: 4=3BB=43-4 = -3B \Rightarrow B = \tfrac{4}{3}.

So in terms of xx:

x2(x2+1)(x2+4)=131x2+1+431x2+4\frac{x^2}{(x^2+1)(x^2+4)} = -\frac{1}{3}\cdot\frac{1}{x^2+1} + \frac{4}{3}\cdot\frac{1}{x^2+4}

Integrate using dxx2+a2=1atan1xa\int\dfrac{dx}{x^2+a^2} = \dfrac{1}{a}\tan^{-1}\dfrac{x}{a}:

x2(x2+1)(x2+4)dx=13tan1x+4312tan1x2+C\int \frac{x^2}{(x^2+1)(x^2+4)}dx = -\frac{1}{3}\tan^{-1}x + \frac{4}{3}\cdot\frac{1}{2}\tan^{-1}\frac{x}{2} + C   =13tan1x+23tan1x2+C  \boxed{\;= -\frac{1}{3}\tan^{-1}x + \frac{2}{3}\tan^{-1}\frac{x}{2} + C\;}
integration
9short5 marks

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

Solving the Linear ODE

dydx+ycotx=cosx\frac{dy}{dx} + y\cot x = \cos x

This is linear of the form dydx+Py=Q\dfrac{dy}{dx} + Py = Q with P=cotxP=\cot x, Q=cosxQ=\cos x.

Integrating factor:

I.F.=ecotxdx=elogsinx=sinx\text{I.F.} = e^{\int \cot x\,dx} = e^{\log|\sin x|} = \sin x

Multiply through by sinx\sin x:

ddx(ysinx)=cosxsinx=12sin2x\frac{d}{dx}(y\sin x) = \cos x\sin x = \tfrac{1}{2}\sin 2x

Integrate:

ysinx=12sin2xdx=14cos2x+Cy\sin x = \int \tfrac{1}{2}\sin 2x\, dx = -\frac{1}{4}\cos 2x + C

Therefore

ysinx=14cos2x+C\boxed{\,y\sin x = -\frac{1}{4}\cos 2x + C\,}

or equivalently y=C14cos2xsinxy = \dfrac{C - \tfrac14\cos 2x}{\sin x}.

differential-equations
10short5 marks

Find the work done by a force (\vec{F} = 2\hat{i} + 3\hat{j} + \hat{k}) in moving a particle along (\vec{d} = \hat{i} + \hat{j} + \hat{k}).

Work Done by a Force

The work done is the dot product of the force and the displacement:

W=FdW = \vec{F}\cdot\vec{d}

With F=2i^+3j^+k^\vec{F} = 2\hat{i} + 3\hat{j} + \hat{k} and d=i^+j^+k^\vec{d} = \hat{i} + \hat{j} + \hat{k}:

W=(2)(1)+(3)(1)+(1)(1)=2+3+1=6W = (2)(1) + (3)(1) + (1)(1) = 2 + 3 + 1 = 6 W=6 units\boxed{W = 6\ \text{units}}
vectors
11short5 marks

If (u = \tan^{-1}(y/x)), find (\frac{\partial u}{\partial x}) and (\frac{\partial u}{\partial y}).

Partial Derivatives of u=tan1(y/x)u = \tan^{-1}(y/x)

Let u=tan1yxu = \tan^{-1}\dfrac{y}{x}. Using ddttan1t=11+t2\dfrac{d}{dt}\tan^{-1}t = \dfrac{1}{1+t^2} with t=y/xt = y/x and 1+(y/x)2=x2+y2x21 + (y/x)^2 = \dfrac{x^2+y^2}{x^2}:

With respect to xx ((y/x)/x=y/x2\partial(y/x)/\partial x = -y/x^2):

ux=11+y2x2(yx2)=x2x2+y2(yx2)=yx2+y2\frac{\partial u}{\partial x} = \frac{1}{1+\frac{y^2}{x^2}}\cdot\left(-\frac{y}{x^2}\right) = \frac{x^2}{x^2+y^2}\cdot\left(-\frac{y}{x^2}\right) = \boxed{-\frac{y}{x^2+y^2}}

With respect to yy ((y/x)/y=1/x\partial(y/x)/\partial y = 1/x):

uy=11+y2x21x=x2x2+y21x=xx2+y2\frac{\partial u}{\partial y} = \frac{1}{1+\frac{y^2}{x^2}}\cdot\frac{1}{x} = \frac{x^2}{x^2+y^2}\cdot\frac{1}{x} = \boxed{\frac{x}{x^2+y^2}}
partial-derivatives
12short5 marks

Evaluate (\int_0^1 \int_0^{\sqrt{1 - x^2}} dy , dx).

Evaluating the Double Integral

I=0101x2dydxI = \int_0^1 \int_0^{\sqrt{1-x^2}} dy\, dx

Inner integral (over yy):

01x2dy=1x2\int_0^{\sqrt{1-x^2}} dy = \sqrt{1-x^2}

Outer integral:

I=011x2dxI = \int_0^1 \sqrt{1-x^2}\, dx

Using a2x2dx=x2a2x2+a22sin1xa\displaystyle\int \sqrt{a^2-x^2}\,dx = \frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a} with a=1a=1:

I=[x21x2+12sin1x]01=(0+12π2)0=π4I = \left[\frac{x}{2}\sqrt{1-x^2} + \frac{1}{2}\sin^{-1}x\right]_0^1 = \left(0 + \frac{1}{2}\cdot\frac{\pi}{2}\right) - 0 = \frac{\pi}{4} I=π4\boxed{I = \frac{\pi}{4}}

This is expected, since the region is the quarter of the unit disk in the first quadrant, whose area is 14π(1)2=π4\tfrac{1}{4}\pi(1)^2 = \tfrac{\pi}{4}.

multiple-integrals

Frequently asked questions

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