Browse papers
A

Section A: Long Answer Questions

Attempt all questions.

5 questions
1long8 marks

Solve the following system of linear equations by reducing the augmented matrix to row-echelon form (Gauss elimination) and verify by back substitution:

x+2y+3z=142xy+5z=153x+y2z=1\begin{aligned} x + 2y + 3z &= 14 \\ 2x - y + 5z &= 15 \\ 3x + y - 2z &= -1 \end{aligned}

Also state the condition (in terms of rank) under which a system of mm equations in nn unknowns is consistent.

Augmented matrix:

[AB]=[12314215153121][A|B]=\begin{bmatrix} 1 & 2 & 3 & | & 14 \\ 2 & -1 & 5 & | & 15 \\ 3 & 1 & -2 & | & -1 \end{bmatrix}

Step 1. R2R22R1R_2 \to R_2 - 2R_1, R3R33R1R_3 \to R_3 - 3R_1:

[1231405113051143]\begin{bmatrix} 1 & 2 & 3 & | & 14 \\ 0 & -5 & -1 & | & -13 \\ 0 & -5 & -11 & | & -43 \end{bmatrix}

Here R2R_2: (22,14,561528)=(0,5,113)(2-2,\,-1-4,\,5-6\,|\,15-28)=(0,-5,-1\,|\,-13) and R3R_3: (33,16,29142)=(0,5,1143)(3-3,\,1-6,\,-2-9\,|\,-1-42)=(0,-5,-11\,|\,-43).

Step 2. R3R3R2R_3 \to R_3 - R_2:

[1231405113001030]\begin{bmatrix} 1 & 2 & 3 & | & 14 \\ 0 & -5 & -1 & | & -13 \\ 0 & 0 & -10 & | & -30 \end{bmatrix}

since (11)(1)=10(-11)-(-1)=-10 and (43)(13)=30(-43)-(-13)=-30. This is row-echelon form.

Back substitution: From R3R_3: 10z=30z=3.-10z=-30 \Rightarrow z=3. From R2R_2: 5yz=135y3=135y=10y=2.-5y-z=-13 \Rightarrow -5y-3=-13 \Rightarrow -5y=-10 \Rightarrow y=2. From R1R_1: x=142y3z=1449=1.x=14-2y-3z=14-4-9=1.

Verification: Eq. 1: 1+2(2)+3(3)=1+4+9=141+2(2)+3(3)=1+4+9=14 ✓ Eq. 2: 2(1)2+5(3)=22+15=152(1)-2+5(3)=2-2+15=15 ✓ Eq. 3: 3(1)+22(3)=3+26=13(1)+2-2(3)=3+2-6=-1

Solution: x=1,  y=2,  z=3\boxed{x=1,\; y=2,\; z=3}

Consistency condition (rank criterion): For a system AX=BAX=B of mm equations in nn unknowns, the system is consistent if and only if rank(A)=rank([AB])=r\operatorname{rank}(A)=\operatorname{rank}([A|B])=r. If r=nr=n the solution is unique; if r<nr<n there are infinitely many solutions with nrn-r free parameters. If rank(A)<rank([AB])\operatorname{rank}(A)<\operatorname{rank}([A|B]) the system is inconsistent (no solution).

matriceslinear-systemsgauss-jordan
2long8 marks

A line passes through the point P(2,1,3)P(2,-1,3) and is parallel to the vector d=(1,2,2)\vec{d}=(1,2,-2).

(a) Write the symmetric (Cartesian) equations of the line.

(b) Find the point at which this line meets the plane 2x+yz+5=02x + y - z + 5 = 0.

(c) Find the perpendicular distance from the point Q(4,3,1)Q(4,3,-1) to the plane 2x+yz+5=02x + y - z + 5 = 0.

(a) Symmetric equations. With point (2,1,3)(2,-1,3) and direction ratios (1,2,2)(1,2,-2):

x21=y+12=z32=t\frac{x-2}{1}=\frac{y+1}{2}=\frac{z-3}{-2}=t

Parametric form: x=2+t,  y=1+2t,  z=32t.x=2+t,\;y=-1+2t,\;z=3-2t.

(b) Intersection with plane 2x+yz+5=02x+y-z+5=0. Substitute the parametric coordinates:

2(2+t)+(1+2t)(32t)+5=02(2+t)+(-1+2t)-(3-2t)+5=0 4+2t1+2t3+2t+5=04+2t-1+2t-3+2t+5=0 6t+5=0t=566t+5=0 \Rightarrow t=-\frac{5}{6}

Then

x=256=76,y=1+2(56)=153=83,z=32(56)=3+53=143.x=2-\tfrac{5}{6}=\tfrac{7}{6},\quad y=-1+2(-\tfrac{5}{6})=-1-\tfrac{5}{3}=-\tfrac{8}{3},\quad z=3-2(-\tfrac{5}{6})=3+\tfrac{5}{3}=\tfrac{14}{3}.

Point of intersection: (76,83,143).\boxed{\left(\tfrac{7}{6},\,-\tfrac{8}{3},\,\tfrac{14}{3}\right)}.

Check: 2(76)+(83)143+5=7383143+153=7814+153=02(\tfrac{7}{6})+(-\tfrac{8}{3})-\tfrac{14}{3}+5=\tfrac{7}{3}-\tfrac{8}{3}-\tfrac{14}{3}+\tfrac{15}{3}=\tfrac{7-8-14+15}{3}=0

(c) Distance from Q(4,3,1)Q(4,3,-1) to plane 2x+yz+5=02x+y-z+5=0. Use

D=2x0+y0z0+522+12+(1)2=2(4)+3(1)+56=8+3+1+56=176.D=\frac{|2x_0+y_0-z_0+5|}{\sqrt{2^2+1^2+(-1)^2}}=\frac{|2(4)+3-(-1)+5|}{\sqrt{6}}=\frac{|8+3+1+5|}{\sqrt6}=\frac{17}{\sqrt6}. D=176=17666.94 units.D=\frac{17}{\sqrt6}=\frac{17\sqrt6}{6}\approx 6.94\text{ units}.

Perpendicular distance: D=1766.94 units.\boxed{D=\dfrac{17}{\sqrt6}\approx 6.94\text{ units}}.

3d-geometryplaneline-intersection
3long8 marks

Solve the second order linear differential equation

d2ydx25dydx+6y=e2x+sinx.\frac{d^2y}{dx^2} - 5\frac{dy}{dx} + 6y = e^{2x} + \sin x.

Give the complementary function, a particular integral for each forcing term, and the general solution.

Complementary function (CF). Auxiliary equation:

m25m+6=0(m2)(m3)=0m=2,3.m^2-5m+6=0 \Rightarrow (m-2)(m-3)=0 \Rightarrow m=2,\,3. yc=C1e2x+C2e3x.y_c = C_1 e^{2x} + C_2 e^{3x}.

Particular integral for e2xe^{2x}. Since m=2m=2 is a root of the auxiliary equation, the trial Ae2xAe^{2x} fails; use yp1=Axe2xy_{p1}=A x e^{2x}. Using the operator method, P.I.=1D25D+6e2xP.I. = \dfrac{1}{D^2-5D+6}e^{2x}. Because D=2D=2 makes the denominator zero, multiply by xx and differentiate the denominator:

yp1=x12D5e2xD=2=x12(2)5e2x=x11e2x=xe2x.y_{p1}=x\cdot\frac{1}{2D-5}e^{2x}\Big|_{D=2}=x\cdot\frac{1}{2(2)-5}e^{2x}=x\cdot\frac{1}{-1}e^{2x}=-x e^{2x}.

So yp1=xe2x.y_{p1}=-x e^{2x}.

Particular integral for sinx\sin x. Replace D2D^2 by 1-1:

yp2=1D25D+6sinx=115D+6sinx=155Dsinx=1511Dsinx.y_{p2}=\frac{1}{D^2-5D+6}\sin x=\frac{1}{-1-5D+6}\sin x=\frac{1}{5-5D}\sin x=\frac{1}{5}\cdot\frac{1}{1-D}\sin x.

Multiply numerator and denominator by (1+D)(1+D):

=151+D1D2sinx=15(1+D)sinx1(1)=15sinx+cosx2=110(sinx+cosx).=\frac{1}{5}\cdot\frac{1+D}{1-D^2}\sin x=\frac{1}{5}\cdot\frac{(1+D)\sin x}{1-(-1)}=\frac{1}{5}\cdot\frac{\sin x+\cos x}{2}=\frac{1}{10}(\sin x+\cos x).

So yp2=110(sinx+cosx).y_{p2}=\dfrac{1}{10}(\sin x+\cos x).

General solution.

y=C1e2x+C2e3xxe2x+110(sinx+cosx).\boxed{y = C_1 e^{2x}+C_2 e^{3x}-x e^{2x}+\frac{1}{10}(\sin x+\cos x).}

Verification of yp2y_{p2}: let y=110(sinx+cosx)y=\tfrac1{10}(\sin x+\cos x). Then y=110(cosxsinx)y'=\tfrac1{10}(\cos x-\sin x), y=110(sinxcosx)y''=\tfrac1{10}(-\sin x-\cos x). Substitute: y5y+6y=110[(sinxcosx)5(cosxsinx)+6(sinx+cosx)]=110[(1+5+6)sinx+(15+6)cosx]=110[10sinx+0]=sinxy''-5y'+6y=\tfrac1{10}[(-\sin x-\cos x)-5(\cos x-\sin x)+6(\sin x+\cos x)]=\tfrac1{10}[(-1+5+6)\sin x+(-1-5+6)\cos x]=\tfrac1{10}[10\sin x+0]=\sin x

second-order-odeundetermined-coefficientslinear-ode
4long8 marks

Find the Fourier series expansion of the function

f(x)=x,π<x<π,f(x)=x,\qquad -\pi < x < \pi,

with period 2π2\pi. Hence, by choosing a suitable value of xx, deduce that

π4=113+1517+\frac{\pi}{4}=1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+\cdots

Symmetry. f(x)=xf(x)=x on (π,π)(-\pi,\pi) is an odd function, so a0=0a_0=0 and an=0a_n=0 for all nn. Only sine terms survive.

Fourier sine coefficients.

bn=1πππxsinnxdx=2π0πxsinnxdx.b_n=\frac{1}{\pi}\int_{-\pi}^{\pi}x\sin nx\,dx=\frac{2}{\pi}\int_0^{\pi}x\sin nx\,dx.

Integrate by parts with u=x,  dv=sinnxdxu=x,\;dv=\sin nx\,dx:

0πxsinnxdx=[xcosnxn]0π+1n0πcosnxdx.\int_0^{\pi}x\sin nx\,dx=\left[-\frac{x\cos nx}{n}\right]_0^{\pi}+\frac{1}{n}\int_0^{\pi}\cos nx\,dx.

The second integral =1n[sinnxn]0π=0=\frac{1}{n}\left[\frac{\sin nx}{n}\right]_0^{\pi}=0. The first term =πcosnπn=π(1)nn.=-\frac{\pi\cos n\pi}{n}=-\frac{\pi(-1)^n}{n}. Therefore

bn=2π(π(1)nn)=2(1)nn=2(1)n+1n.b_n=\frac{2}{\pi}\cdot\left(-\frac{\pi(-1)^n}{n}\right)=-\frac{2(-1)^n}{n}=\frac{2(-1)^{n+1}}{n}.

Fourier series.

f(x)=x=2n=1(1)n+1nsinnx=2(sinxsin2x2+sin3x3).\boxed{f(x)=x=2\sum_{n=1}^{\infty}\frac{(-1)^{n+1}}{n}\sin nx = 2\left(\sin x-\frac{\sin 2x}{2}+\frac{\sin 3x}{3}-\cdots\right).}

Deduction. Put x=π2x=\dfrac{\pi}{2} (a point of continuity, f(π/2)=π/2f(\pi/2)=\pi/2):

π2=2(sinπ212sinπ+13sin3π214sin2π+15sin5π2).\frac{\pi}{2}=2\left(\sin\frac{\pi}{2}-\frac{1}{2}\sin\pi+\frac{1}{3}\sin\frac{3\pi}{2}-\frac{1}{4}\sin 2\pi+\frac{1}{5}\sin\frac{5\pi}{2}-\cdots\right).

The sine values are 1,0,1,0,1,0,1,1,0,-1,0,1,0,-1,\dots, so

π2=2(113+1517+).\frac{\pi}{2}=2\left(1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+\cdots\right).

Dividing by 2:

π4=113+1517+(Leibniz series).\boxed{\frac{\pi}{4}=1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+\cdots}\quad\text{(Leibniz series).}
fourier-seriesperiodic-functionodd-function
5long8 marks

(a) Test the convergence of the series

n=1n!nn\sum_{n=1}^{\infty}\frac{n!}{n^n}

using the ratio test.

(b) Find the radius and interval of convergence of the power series

n=1(x2)nn3n.\sum_{n=1}^{\infty}\frac{(x-2)^n}{n\,3^n}.

(a) Ratio test for n!nn\sum \dfrac{n!}{n^n}. Let an=n!nna_n=\dfrac{n!}{n^n}.

an+1an=(n+1)!(n+1)n+1nnn!=(n+1)nn(n+1)n+1=nn(n+1)n=(nn+1)n=1(1+1n)n.\frac{a_{n+1}}{a_n}=\frac{(n+1)!}{(n+1)^{n+1}}\cdot\frac{n^n}{n!}=\frac{(n+1)\,n^n}{(n+1)^{n+1}}=\frac{n^n}{(n+1)^n}=\left(\frac{n}{n+1}\right)^n=\frac{1}{\left(1+\frac1n\right)^n}.

As nn\to\infty, (1+1n)ne\left(1+\frac1n\right)^n\to e, so

limnan+1an=1e0.368<1.\lim_{n\to\infty}\frac{a_{n+1}}{a_n}=\frac{1}{e}\approx 0.368<1.

Since the limit <1<1, by the ratio test the series converges. Convergent\boxed{\text{Convergent}}

(b) Power series (x2)nn3n\sum \dfrac{(x-2)^n}{n\,3^n}. Let an=1n3na_n=\dfrac{1}{n\,3^n}. Radius of convergence:

1R=limnan+1an=limnn3n(n+1)3n+1=limnn3(n+1)=13.\frac{1}{R}=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|=\lim_{n\to\infty}\frac{n\,3^n}{(n+1)\,3^{n+1}}=\lim_{n\to\infty}\frac{n}{3(n+1)}=\frac{1}{3}.

Thus R=3R=3. The series converges for x2<3|x-2|<3, i.e. 1<x<5-1<x<5.

Endpoint tests.

  • At x=5x=5: x2=3|x-2|=3, series =3nn3n=1n=\sum \dfrac{3^n}{n\,3^n}=\sum\dfrac{1}{n}, the harmonic series, which diverges.
  • At x=1x=-1: x2=3x-2=-3, series =(3)nn3n=(1)nn=\sum \dfrac{(-3)^n}{n\,3^n}=\sum\dfrac{(-1)^n}{n}, the alternating harmonic series, which converges (Leibniz test).

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

infinite-seriesconvergence-testspower-series
B

Section B: Short Answer Questions

Attempt all questions.

6 questions
6short7 marks

Given A=[123014560]A=\begin{bmatrix} 1 & 2 & 3 \\ 0 & 1 & 4 \\ 5 & 6 & 0 \end{bmatrix}, find det(A)\det(A) and hence find A1A^{-1} using the adjoint method.

Determinant (expand along row 1).

detA=1146020450+30156\det A = 1\begin{vmatrix}1&4\\6&0\end{vmatrix}-2\begin{vmatrix}0&4\\5&0\end{vmatrix}+3\begin{vmatrix}0&1\\5&6\end{vmatrix} =1(1046)2(0045)+3(0615)=1(1\cdot0-4\cdot6)-2(0\cdot0-4\cdot5)+3(0\cdot6-1\cdot5) =1(24)2(20)+3(5)=24+4015=1.=1(-24)-2(-20)+3(-5)=-24+40-15=1. detA=1  (0A1 exists).\boxed{\det A = 1}\;(\neq 0\Rightarrow A^{-1}\text{ exists}).

Cofactor matrix. Cofactor Cij=(1)i+jMijC_{ij}=(-1)^{i+j}M_{ij}:

C11=+1460=24,C12=0450=(20)=20,C13=+0156=5,C_{11}=+\begin{vmatrix}1&4\\6&0\end{vmatrix}=-24,\quad C_{12}=-\begin{vmatrix}0&4\\5&0\end{vmatrix}=-(-20)=20,\quad C_{13}=+\begin{vmatrix}0&1\\5&6\end{vmatrix}=-5, C21=2360=(18)=18,C22=+1350=15,C23=1256=(4)=4,C_{21}=-\begin{vmatrix}2&3\\6&0\end{vmatrix}=-(-18)=18,\quad C_{22}=+\begin{vmatrix}1&3\\5&0\end{vmatrix}=-15,\quad C_{23}=-\begin{vmatrix}1&2\\5&6\end{vmatrix}=-(-4)=4, C31=+2314=5,C32=1304=4,C33=+1201=1.C_{31}=+\begin{vmatrix}2&3\\1&4\end{vmatrix}=5,\quad C_{32}=-\begin{vmatrix}1&3\\0&4\end{vmatrix}=-4,\quad C_{33}=+\begin{vmatrix}1&2\\0&1\end{vmatrix}=1.

Adjoint == transpose of cofactor matrix:

adjA=[2418520154541].\operatorname{adj}A=\begin{bmatrix}-24&18&5\\20&-15&-4\\-5&4&1\end{bmatrix}.

Inverse A1=1detAadjA=11adjAA^{-1}=\dfrac{1}{\det A}\operatorname{adj}A=\dfrac{1}{1}\operatorname{adj}A:

A1=[2418520154541].\boxed{A^{-1}=\begin{bmatrix}-24&18&5\\20&-15&-4\\-5&4&1\end{bmatrix}.}

Check (first entry of AA1AA^{-1}): row1 of AA \cdot col1 of A1A^{-1} =1(24)+2(20)+3(5)=24+4015=1=1(-24)+2(20)+3(-5)=-24+40-15=1

determinantsmatrix-inverseadjoint
7short7 marks

Find the equation of the sphere passing through the point (1,2,2)(1,2,2) with centre at (0,1,0)(0,1,0). Determine its radius and find the equation of the tangent plane to the sphere at the point (1,2,2)(1,2,2).

Radius. The radius is the distance from centre C(0,1,0)C(0,1,0) to the point P(1,2,2)P(1,2,2) on the sphere:

r=(10)2+(21)2+(20)2=1+1+4=6.r=\sqrt{(1-0)^2+(2-1)^2+(2-0)^2}=\sqrt{1+1+4}=\sqrt6.

Equation of sphere. Centre (0,1,0)(0,1,0), r2=6r^2=6:

x2+(y1)2+z2=6orx2+y2+z22y5=0.\boxed{x^2+(y-1)^2+z^2=6}\quad\text{or}\quad x^2+y^2+z^2-2y-5=0.

Tangent plane at P(1,2,2)P(1,2,2). The normal to the sphere at PP is the radius vector CP=(10,21,20)=(1,1,2)\vec{CP}=(1-0,\,2-1,\,2-0)=(1,1,2). The tangent plane through PP with normal (1,1,2)(1,1,2) is

1(x1)+1(y2)+2(z2)=01(x-1)+1(y-2)+2(z-2)=0 x1+y2+2z4=0x-1+y-2+2z-4=0 x+y+2z7=0.\boxed{x+y+2z-7=0.}

Check: P(1,2,2)P(1,2,2) gives 1+2+47=01+2+4-7=0 ✓, and the perpendicular distance from centre (0,1,0)(0,1,0) to this plane is 0+1+071+1+4=66=6=r\dfrac{|0+1+0-7|}{\sqrt{1+1+4}}=\dfrac{6}{\sqrt6}=\sqrt6=r ✓ (plane is tangent).

3d-geometryspheretangent-plane
8short6 marks

Solve the differential equation

(3x2y+2xy+y3)dx+(x2+y2)dy=0(3x^2y + 2xy + y^3)\,dx + (x^2 + y^2)\,dy = 0

by first showing it admits an integrating factor that is a function of xx alone, then finding the general solution.

Set up. M=3x2y+2xy+y3M=3x^2y+2xy+y^3, N=x2+y2N=x^2+y^2.

My=3x2+2x+3y2,Nx=2x.M_y=3x^2+2x+3y^2,\qquad N_x=2x.

Not exact since MyNxM_y\ne N_x.

Integrating factor (function of xx).

MyNxN=(3x2+2x+3y2)2xx2+y2=3x2+3y2x2+y2=3.\frac{M_y-N_x}{N}=\frac{(3x^2+2x+3y^2)-2x}{x^2+y^2}=\frac{3x^2+3y^2}{x^2+y^2}=3.

This depends on xx only (it is the constant 33), so

μ(x)=e3dx=e3x.\mu(x)=e^{\int 3\,dx}=e^{3x}.

Make exact. Multiply through by e3xe^{3x}:

e3x(3x2y+2xy+y3)Mdx+e3x(x2+y2)Ndy=0.\underbrace{e^{3x}(3x^2y+2xy+y^3)}_{M^*}\,dx+\underbrace{e^{3x}(x^2+y^2)}_{N^*}\,dy=0.

Check: Nx=e3x(2x)+3e3x(x2+y2)=e3x(3x2+2x+3y2)N^*_x=e^{3x}(2x)+3e^{3x}(x^2+y^2)=e^{3x}(3x^2+2x+3y^2) and My=e3x(3x2+2x+3y2)M^*_y=e^{3x}(3x^2+2x+3y^2) — equal, so exact. ✓

Solve. Integrate NN^* with respect to yy (simpler):

F=e3x(x2+y2)dy=e3x(x2y+y33)+g(x).F=\int e^{3x}(x^2+y^2)\,dy=e^{3x}\left(x^2 y+\frac{y^3}{3}\right)+g(x).

Then Fx=e3x ⁣(3x2y+y31)F_x=e^{3x}\!\left(3x^2y+\tfrac{y^3}{}\cdot 1\right)… compute carefully:

Fx=3e3x(x2y+y33)+e3x(2xy)+g(x)=e3x(3x2y+y3+2xy)+g(x).F_x=3e^{3x}\left(x^2y+\frac{y^3}{3}\right)+e^{3x}(2xy)+g'(x)=e^{3x}(3x^2y+y^3+2xy)+g'(x).

Set equal to M=e3x(3x2y+2xy+y3)M^*=e^{3x}(3x^2y+2xy+y^3), giving g(x)=0g(x)=g'(x)=0\Rightarrow g(x)= const.

General solution.

e3x(x2y+y33)=C.\boxed{e^{3x}\left(x^2 y+\frac{y^3}{3}\right)=C.}
first-order-odeexact-equationintegrating-factor
9short6 marks

Test the convergence of the following series, stating the test used in each case:

(a) n=12n+1n3+n\displaystyle\sum_{n=1}^{\infty}\frac{2n+1}{n^3+n}

(b) n=11n2+1\displaystyle\sum_{n=1}^{\infty}\frac{1}{\sqrt{n^2+1}}

(a) 2n+1n3+n\displaystyle\sum \frac{2n+1}{n^3+n} — Limit comparison test. For large nn, 2n+1n3+n2nn3=2n2\dfrac{2n+1}{n^3+n}\sim\dfrac{2n}{n^3}=\dfrac{2}{n^2}. Compare with bn=1n2b_n=\dfrac{1}{n^2} (a convergent pp-series, p=2>1p=2>1).

limnanbn=limn(2n+1)/(n3+n)1/n2=limnn2(2n+1)n3+n=limn2n3+n2n3+n=2.\lim_{n\to\infty}\frac{a_n}{b_n}=\lim_{n\to\infty}\frac{(2n+1)/(n^3+n)}{1/n^2}=\lim_{n\to\infty}\frac{n^2(2n+1)}{n^3+n}=\lim_{n\to\infty}\frac{2n^3+n^2}{n^3+n}=2.

The limit is finite and non-zero (=2=2), and 1/n2\sum 1/n^2 converges, so by the limit comparison test the series converges. Convergent\boxed{\text{Convergent}}

(b) 1n2+1\displaystyle\sum \frac{1}{\sqrt{n^2+1}} — Limit comparison test. For large nn, n2+1n\sqrt{n^2+1}\sim n, so 1n2+11n\dfrac{1}{\sqrt{n^2+1}}\sim\dfrac{1}{n}. Compare with bn=1nb_n=\dfrac1n (divergent harmonic series).

limn1/n2+11/n=limnnn2+1=limn11+1/n2=1.\lim_{n\to\infty}\frac{1/\sqrt{n^2+1}}{1/n}=\lim_{n\to\infty}\frac{n}{\sqrt{n^2+1}}=\lim_{n\to\infty}\frac{1}{\sqrt{1+1/n^2}}=1.

The limit is finite and non-zero (=1=1), and 1/n\sum 1/n diverges, so by the limit comparison test the series diverges. Divergent\boxed{\text{Divergent}}

infinite-seriescomparison-testp-series
10short6 marks

Obtain the half-range cosine series for the function f(x)=xf(x)=x in the interval 0<x<20<x<2.

Half-range cosine series. On 0<x<L0<x<L with L=2L=2, we extend ff as an even function. The series is

f(x)=a02+n=1ancosnπxL,an=2L0Lf(x)cosnπxLdx.f(x)=\frac{a_0}{2}+\sum_{n=1}^{\infty}a_n\cos\frac{n\pi x}{L},\qquad a_n=\frac{2}{L}\int_0^{L}f(x)\cos\frac{n\pi x}{L}\,dx.

Constant term. With L=2L=2:

a0=2202xdx=[x22]02=2.a_0=\frac{2}{2}\int_0^{2}x\,dx=\left[\frac{x^2}{2}\right]_0^2=2.

So a02=1.\dfrac{a_0}{2}=1.

Cosine coefficients.

an=2202xcosnπx2dx=02xcosnπx2dx.a_n=\frac{2}{2}\int_0^2 x\cos\frac{n\pi x}{2}\,dx=\int_0^2 x\cos\frac{n\pi x}{2}\,dx.

Integrate by parts (u=xu=x, dv=cosnπx2dxdv=\cos\frac{n\pi x}{2}dx, v=2nπsinnπx2v=\frac{2}{n\pi}\sin\frac{n\pi x}{2}):

an=[2xnπsinnπx2]022nπ02sinnπx2dx.a_n=\left[\frac{2x}{n\pi}\sin\frac{n\pi x}{2}\right]_0^2-\frac{2}{n\pi}\int_0^2\sin\frac{n\pi x}{2}\,dx.

At x=2x=2, sinnπ=0\sin n\pi=0, so the boundary term vanishes. The remaining integral:

02sinnπx2dx=[2nπcosnπx2]02=2nπ(cosnπ1)=2nπ((1)n1).\int_0^2\sin\frac{n\pi x}{2}dx=\left[-\frac{2}{n\pi}\cos\frac{n\pi x}{2}\right]_0^2=-\frac{2}{n\pi}(\cos n\pi-1)=-\frac{2}{n\pi}((-1)^n-1).

Therefore

an=2nπ(2nπ((1)n1))=4n2π2((1)n1).a_n=-\frac{2}{n\pi}\cdot\left(-\frac{2}{n\pi}((-1)^n-1)\right)=\frac{4}{n^2\pi^2}((-1)^n-1).

For even nn, (1)n1=0an=0(-1)^n-1=0\Rightarrow a_n=0. For odd nn, (1)n1=2an=8n2π2.(-1)^n-1=-2\Rightarrow a_n=-\dfrac{8}{n^2\pi^2}.

Series.

f(x)=x=18π2nodd1n2cosnπx2=18π2(cosπx2+19cos3πx2+125cos5πx2+).\boxed{f(x)=x=1-\frac{8}{\pi^2}\sum_{n\,\text{odd}}\frac{1}{n^2}\cos\frac{n\pi x}{2}=1-\frac{8}{\pi^2}\left(\cos\frac{\pi x}{2}+\frac{1}{9}\cos\frac{3\pi x}{2}+\frac{1}{25}\cos\frac{5\pi x}{2}+\cdots\right).}
fourier-serieshalf-rangecosine-series
11short8 marks

Solve the Cauchy-Euler (equidimensional) equation

x2d2ydx23xdydx+4y=0,x>0,x^2\frac{d^2y}{dx^2} - 3x\frac{dy}{dx} + 4y = 0,\qquad x>0,

and then find the particular solution satisfying y(1)=2y(1)=2 and y(1)=5y'(1)=5.

Cauchy-Euler substitution. Try y=xmy=x^m. Then y=mxm1y'=mx^{m-1}, y=m(m1)xm2y''=m(m-1)x^{m-2}. Substituting:

x2m(m1)xm23xmxm1+4xm=0x^2\,m(m-1)x^{m-2}-3x\,m x^{m-1}+4x^m=0 [m(m1)3m+4]xm=0.\left[m(m-1)-3m+4\right]x^m=0.

Indicial (auxiliary) equation:

m(m1)3m+4=m24m+4=(m2)2=0m=2 (repeated).m(m-1)-3m+4=m^2-4m+4=(m-2)^2=0\Rightarrow m=2\ (\text{repeated}).

General solution (repeated root). For a double root mm, the two independent solutions are xmx^m and xmlnxx^m\ln x:

y=(C1+C2lnx)x2.y=(C_1+C_2\ln x)\,x^2.

Apply initial conditions. At x=1x=1: ln1=0\ln 1=0, so y(1)=C11=C1=2C1=2.y(1)=C_1\cdot 1=C_1=2\Rightarrow C_1=2. Differentiate:

y=ddx[(C1+C2lnx)x2]=C21xx2+(C1+C2lnx)2x=C2x+2x(C1+C2lnx).y'=\frac{d}{dx}\left[(C_1+C_2\ln x)x^2\right]=C_2\cdot\frac{1}{x}\cdot x^2+(C_1+C_2\ln x)\cdot 2x=C_2 x+2x(C_1+C_2\ln x).

At x=1x=1: y(1)=C21+21(C1+0)=C2+2C1=5.y'(1)=C_2\cdot 1+2\cdot 1\cdot(C_1+0)=C_2+2C_1=5. With C1=2C_1=2: C2+4=5C2=1.C_2+4=5\Rightarrow C_2=1.

Particular solution.

y=(2+lnx)x2.\boxed{y=(2+\ln x)\,x^2.}

Check: y(1)=(2+0)1=2y(1)=(2+0)\cdot1=2 ✓. y=x+2x(2+lnx)y'=x+2x(2+\ln x); y(1)=1+2(2)=5y'(1)=1+2(2)=5 ✓.

higher-order-odecauchy-eulerboundary-value

Frequently asked questions

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