Browse papers
A

Section A: Long Answer Questions

Attempt all / any as specified.

4 questions
1long12 marks

(a) Evaluate the double integral 0ayaxx2+y2dxdy\displaystyle\int_{0}^{a}\int_{y}^{a}\frac{x}{x^{2}+y^{2}}\,dx\,dy by changing the order of integration. [6]

(b) Find the volume of the solid bounded by the cylinder x2+y2=4x^{2}+y^{2}=4 and the planes y+z=4y+z=4 and z=0z=0 using a double integral in polar coordinates. [6]

(a) Change of order of integration

Given I=0ayaxx2+y2dxdyI=\displaystyle\int_{0}^{a}\int_{y}^{a}\frac{x}{x^{2}+y^{2}}\,dx\,dy.

Region. For each y[0,a]y\in[0,a], xx runs from x=yx=y to x=ax=a. This is the triangle 0yxa0\le y\le x\le a.

Reverse order. For each x[0,a]x\in[0,a], yy runs from 00 to xx:

I=0a0xxx2+y2dydx.I=\int_{0}^{a}\int_{0}^{x}\frac{x}{x^{2}+y^{2}}\,dy\,dx.

Inner integral (treat xx as constant):

0xxx2+y2dy=x1x[tan1yx]0x=tan1(1)tan1(0)=π4.\int_{0}^{x}\frac{x}{x^{2}+y^{2}}\,dy=x\cdot\frac{1}{x}\left[\tan^{-1}\frac{y}{x}\right]_{0}^{x}=\tan^{-1}(1)-\tan^{-1}(0)=\frac{\pi}{4}.

Outer integral:

I=0aπ4dx=π4a=πa4.I=\int_{0}^{a}\frac{\pi}{4}\,dx=\frac{\pi}{4}\,a=\boxed{\dfrac{\pi a}{4}}.

(b) Volume in polar coordinates

The solid is bounded below by z=0z=0, above by the plane z=4yz=4-y, over the disc x2+y24x^{2}+y^{2}\le 4. Height =ztopzbottom=4y=z_{\text{top}}-z_{\text{bottom}}=4-y.

V=x2+y24(4y)dA.V=\iint_{x^{2}+y^{2}\le4}(4-y)\,dA.

Put x=rcosθ,  y=rsinθ,  dA=rdrdθx=r\cos\theta,\;y=r\sin\theta,\;dA=r\,dr\,d\theta, with 0r2,  0θ2π0\le r\le 2,\;0\le\theta\le2\pi:

V=02π02(4rsinθ)rdrdθ=02π02(4rr2sinθ)drdθ.V=\int_{0}^{2\pi}\int_{0}^{2}(4-r\sin\theta)\,r\,dr\,d\theta=\int_{0}^{2\pi}\int_{0}^{2}(4r-r^{2}\sin\theta)\,dr\,d\theta.

Inner: [2r2r33sinθ]02=883sinθ.\big[2r^{2}-\tfrac{r^{3}}{3}\sin\theta\big]_{0}^{2}=8-\tfrac{8}{3}\sin\theta.

V=02π(883sinθ)dθ=8(2π)83[cosθ]02π=16π0=16π.V=\int_{0}^{2\pi}\Big(8-\tfrac{8}{3}\sin\theta\Big)d\theta=8(2\pi)-\tfrac{8}{3}\big[-\cos\theta\big]_{0}^{2\pi}=16\pi-0=\boxed{16\pi}.
multiple-integralsdouble-integralchange-of-order
2long12 marks

(a) Solve the differential equation d2ydx23dydx+2y=xe3x\dfrac{d^{2}y}{dx^{2}}-3\dfrac{dy}{dx}+2y=x\,e^{3x} using the method of undetermined coefficients (or operator method), stating the complementary function and particular integral clearly. [7]

(b) Using the method of variation of parameters, solve d2ydx2+y=secx\dfrac{d^{2}y}{dx^{2}}+y=\sec x. [5]

(a) y3y+2y=xe3xy''-3y'+2y=x\,e^{3x}

Complementary function. Auxiliary equation m23m+2=0(m1)(m2)=0m=1,2m^{2}-3m+2=0\Rightarrow(m-1)(m-2)=0\Rightarrow m=1,2.

yc=C1ex+C2e2x.y_c=C_1e^{x}+C_2e^{2x}.

Particular integral. Since 33 is not a root, try yp=(ax+b)e3xy_p=(ax+b)e^{3x}.

yp=(3ax+3b+a)e3x,yp=(9ax+9b+6a)e3x.y_p'=(3ax+3b+a)e^{3x},\quad y_p''=(9ax+9b+6a)e^{3x}.

Substitute into y3y+2yy''-3y'+2y:

e3x[(9ax+9b+6a)3(3ax+3b+a)+2(ax+b)]=e3x[2ax+(2b+3a)]=xe3x.e^{3x}\big[(9ax+9b+6a)-3(3ax+3b+a)+2(ax+b)\big]=e^{3x}\big[2ax+(2b+3a)\big]=x\,e^{3x}.

Match: 2a=1a=122a=1\Rightarrow a=\tfrac12; 2b+3a=0b=342b+3a=0\Rightarrow b=-\tfrac34.

yp=(12x34)e3x.y_p=\left(\tfrac{1}{2}x-\tfrac{3}{4}\right)e^{3x}.

General solution.

y=C1ex+C2e2x+(12x34)e3x.\boxed{\,y=C_1e^{x}+C_2e^{2x}+\left(\tfrac{1}{2}x-\tfrac{3}{4}\right)e^{3x}.}

(b) Variation of parameters for y+y=secxy''+y=\sec x

CF: m2+1=0m=±im^2+1=0\Rightarrow m=\pm i, so y1=cosx,  y2=sinxy_1=\cos x,\;y_2=\sin x. Wronskian

W=cosxsinxsinxcosx=1.W=\begin{vmatrix}\cos x & \sin x\\ -\sin x & \cos x\end{vmatrix}=1.

With R(x)=secxR(x)=\sec x:

u=y2RWdx=sinxsecxdx=tanxdx=lncosx,u=-\int\frac{y_2 R}{W}\,dx=-\int\sin x\sec x\,dx=-\int\tan x\,dx=\ln|\cos x|, v=y1RWdx=cosxsecxdx=dx=x.v=\int\frac{y_1 R}{W}\,dx=\int\cos x\sec x\,dx=\int dx=x.

Particular integral yp=uy1+vy2=cosxlncosx+xsinx.y_p=u\,y_1+v\,y_2=\cos x\,\ln|\cos x|+x\sin x.

y=C1cosx+C2sinx+cosxlncosx+xsinx.\boxed{\,y=C_1\cos x+C_2\sin x+\cos x\,\ln|\cos x|+x\sin x.}
differential-equationshigher-order-odevariation-of-parameters
3long12 marks

(a) Define the gradient of a scalar field, and the divergence and curl of a vector field. Show that for any twice-differentiable scalar field ϕ\phi, ×(ϕ)=0\nabla\times(\nabla\phi)=\vec{0}. [6]

(b) For the vector field F=(x2yz)i^+(y2zx)j^+(z2xy)k^\vec{F}=(x^{2}-yz)\,\hat{i}+(y^{2}-zx)\,\hat{j}+(z^{2}-xy)\,\hat{k}, compute divF\operatorname{div}\vec{F} and curlF\operatorname{curl}\vec{F}, and hence determine whether F\vec{F} is irrotational. If so, find a scalar potential ϕ\phi such that F=ϕ\vec{F}=\nabla\phi. [6]

(a) Definitions and ×(ϕ)=0\nabla\times(\nabla\phi)=\vec0

Gradient of a scalar field ϕ\phi: ϕ=ϕxi^+ϕyj^+ϕzk^\nabla\phi=\dfrac{\partial\phi}{\partial x}\hat i+\dfrac{\partial\phi}{\partial y}\hat j+\dfrac{\partial\phi}{\partial z}\hat k — a vector pointing in the direction of greatest increase of ϕ\phi.

Divergence of F=F1i^+F2j^+F3k^\vec F=F_1\hat i+F_2\hat j+F_3\hat k: F=F1x+F2y+F3z\nabla\cdot\vec F=\dfrac{\partial F_1}{\partial x}+\dfrac{\partial F_2}{\partial y}+\dfrac{\partial F_3}{\partial z} — a scalar measuring net outward flux per unit volume.

Curl of F\vec F: ×F=i^j^k^xyzF1F2F3\nabla\times\vec F=\begin{vmatrix}\hat i&\hat j&\hat k\\ \partial_x&\partial_y&\partial_z\\ F_1&F_2&F_3\end{vmatrix} — a vector measuring local rotation.

Proof ×(ϕ)=0\nabla\times(\nabla\phi)=\vec0. The i^\hat i-component is

y(ϕz)z(ϕy)=ϕzyϕyz=0,\frac{\partial}{\partial y}\Big(\frac{\partial\phi}{\partial z}\Big)-\frac{\partial}{\partial z}\Big(\frac{\partial\phi}{\partial y}\Big)=\phi_{zy}-\phi_{yz}=0,

since mixed partials are equal for a twice-differentiable ϕ\phi (Clairaut). Similarly the j^\hat j- and k^\hat k-components vanish, so ×(ϕ)=0\nabla\times(\nabla\phi)=\vec0.

(b) F=(x2yz)i^+(y2zx)j^+(z2xy)k^\vec F=(x^2-yz)\hat i+(y^2-zx)\hat j+(z^2-xy)\hat k

Divergence: F=2x+2y+2z=2(x+y+z).\nabla\cdot\vec F=2x+2y+2z=2(x+y+z).

Curl:

  • i^\hat i: y(z2xy)z(y2zx)=x(x)=0.\partial_y(z^2-xy)-\partial_z(y^2-zx)=-x-(-x)=0.
  • j^\hat j: z(x2yz)x(z2xy)=y(y)=0.\partial_z(x^2-yz)-\partial_x(z^2-xy)=-y-(-y)=0.
  • k^\hat k: x(y2zx)y(x2yz)=z(z)=0.\partial_x(y^2-zx)-\partial_y(x^2-yz)=-z-(-z)=0.

So curlF=0\operatorname{curl}\vec F=\vec0, hence F\vec F is irrotational.

Scalar potential ϕ\phi with ϕ=F\nabla\phi=\vec F:

ϕx=x2yzϕ=x33xyz+f(y,z).\phi_x=x^2-yz\Rightarrow\phi=\tfrac{x^3}{3}-xyz+f(y,z).

ϕy=xz+fy=y2zxfy=y2f=y33+g(z).\phi_y=-xz+f_y=y^2-zx\Rightarrow f_y=y^2\Rightarrow f=\tfrac{y^3}{3}+g(z). ϕz=xy+g(z)=z2xyg=z2g=z33.\phi_z=-xy+g'(z)=z^2-xy\Rightarrow g'=z^2\Rightarrow g=\tfrac{z^3}{3}.

  ϕ=13(x3+y3+z3)xyz+C.  \boxed{\;\phi=\tfrac{1}{3}(x^3+y^3+z^3)-xyz+C.\;}
vector-calculusdivergencecurl
4long12 marks

(a) State the Cayley–Hamilton theorem. Verify it for the matrix A=(1221)A=\begin{pmatrix}1 & 2\\ 2 & -1\end{pmatrix} and hence find A1A^{-1}. [6]

(b) Find the eigenvalues and the corresponding eigenvectors of the matrix A=(201020102)A=\begin{pmatrix}2 & 0 & 1\\ 0 & 2 & 0\\ 1 & 0 & 2\end{pmatrix}. [6]

(a) Cayley–Hamilton theorem

Statement. Every square matrix satisfies its own characteristic equation: if p(λ)=det(AλI)=0p(\lambda)=\det(A-\lambda I)=0 is the characteristic equation, then p(A)=0p(A)=0.

For A=(1221)A=\begin{pmatrix}1&2\\2&-1\end{pmatrix}: det(AλI)=(1λ)(1λ)4=λ25.\det(A-\lambda I)=(1-\lambda)(-1-\lambda)-4=\lambda^2-5. Characteristic equation: λ25=0\lambda^2-5=0.

Verification. A2=(1221)(1221)=(5005)=5I.A^2=\begin{pmatrix}1&2\\2&-1\end{pmatrix}\begin{pmatrix}1&2\\2&-1\end{pmatrix}=\begin{pmatrix}5&0\\0&5\end{pmatrix}=5I. Thus A25I=0A^2-5I=0 ✓ (theorem verified).

Inverse. From A25I=0A2=5IAA=5IA1=15A.A^2-5I=0\Rightarrow A^2=5I\Rightarrow A\cdot A=5I\Rightarrow A^{-1}=\tfrac{1}{5}A.

A1=15(1221).\boxed{A^{-1}=\frac{1}{5}\begin{pmatrix}1&2\\2&-1\end{pmatrix}.}

(b) Eigenvalues and eigenvectors of A=(201020102)A=\begin{pmatrix}2&0&1\\0&2&0\\1&0&2\end{pmatrix}

Characteristic equation.

det(AλI)=(2λ)[(2λ)2]1[(2λ)]?\det(A-\lambda I)=(2-\lambda)\big[(2-\lambda)^2\big]-1\big[(2-\lambda)\big]\cdot?

Expand along the middle (sparse) structure. Since the matrix is block-like in the x,zx,z plane with yy decoupled:

det(AλI)=(2λ)[(2λ)21].\det(A-\lambda I)=(2-\lambda)\Big[(2-\lambda)^2-1\Big].

So (2λ)[(2λ)21]=02λ=0(2-\lambda)\big[(2-\lambda)^2-1\big]=0\Rightarrow 2-\lambda=0 or (2λ)2=1(2-\lambda)^2=1. Eigenvalues: λ=2,  λ=3,  λ=1.\lambda=2,\;\lambda=3,\;\lambda=1.

Eigenvectors.

  • λ=1\lambda=1: (AI)x=0(101010101)x=0x1+x3=0,  x2=0.(A-I)x=0\Rightarrow\begin{pmatrix}1&0&1\\0&1&0\\1&0&1\end{pmatrix}x=0\Rightarrow x_1+x_3=0,\;x_2=0. Eigenvector (1,0,1)T.(1,0,-1)^T.
  • λ=3\lambda=3: (A3I)x=0(101010101)x=0x1=x3,  x2=0.(A-3I)x=0\Rightarrow\begin{pmatrix}-1&0&1\\0&-1&0\\1&0&-1\end{pmatrix}x=0\Rightarrow x_1=x_3,\;x_2=0. Eigenvector (1,0,1)T.(1,0,1)^T.
  • λ=2\lambda=2: (A2I)x=0(001000100)x=0x1=0,  x3=0,  x2(A-2I)x=0\Rightarrow\begin{pmatrix}0&0&1\\0&0&0\\1&0&0\end{pmatrix}x=0\Rightarrow x_1=0,\;x_3=0,\;x_2 free. Eigenvector (0,1,0)T.(0,1,0)^T.
λ1=1(1,0,1),λ2=2(0,1,0),λ3=3(1,0,1).\boxed{\lambda_1=1\to(1,0,-1),\quad\lambda_2=2\to(0,1,0),\quad\lambda_3=3\to(1,0,1).}
determinants-matriceseigenvaluescayley-hamilton
B

Section B: Short Answer Questions

Attempt all / any as specified.

11 questions
5short4 marks

Using De Moivre's theorem, express cos4θ\cos 4\theta in terms of powers of cosθ\cos\theta.

By De Moivre's theorem, cos4θ+isin4θ=(cosθ+isinθ)4.\cos4\theta+i\sin4\theta=(\cos\theta+i\sin\theta)^4. Expanding the right side by the binomial theorem (write c=cosθ,  s=sinθc=\cos\theta,\;s=\sin\theta):

(c+is)4=c4+4c3(is)+6c2(is)2+4c(is)3+(is)4=c46c2s2+s4+i(4c3s4cs3).(c+is)^4=c^4+4c^3(is)+6c^2(is)^2+4c(is)^3+(is)^4=c^4-6c^2s^2+s^4+i(4c^3s-4cs^3).

Equating real parts:

cos4θ=c46c2s2+s4.\cos4\theta=c^4-6c^2s^2+s^4.

Replace s2=1c2s^2=1-c^2: s4=(1c2)2=12c2+c4s^4=(1-c^2)^2=1-2c^2+c^4 and 6c2s2=6c26c46c^2s^2=6c^2-6c^4:

cos4θ=c4(6c26c4)+(12c2+c4)=8c48c2+1.\cos4\theta=c^4-(6c^2-6c^4)+(1-2c^2+c^4)=8c^4-8c^2+1. cos4θ=8cos4θ8cos2θ+1.\boxed{\cos4\theta=8\cos^4\theta-8\cos^2\theta+1.}
complex-numbersde-moivre
6short4 marks

Find all the values of (1+i)1/3(1+i)^{1/3} and represent them on the Argand diagram.

Write 1+i1+i in polar form: r=12+12=2,  arg=π4.r=\sqrt{1^2+1^2}=\sqrt2,\;\arg=\dfrac{\pi}{4}. So

1+i=2(cosπ4+isinπ4).1+i=\sqrt2\Big(\cos\tfrac{\pi}{4}+i\sin\tfrac{\pi}{4}\Big).

By De Moivre, the cube roots are

(1+i)1/3=21/6[cosπ4+2kπ3+isinπ4+2kπ3],k=0,1,2.(1+i)^{1/3}=2^{1/6}\left[\cos\frac{\tfrac{\pi}{4}+2k\pi}{3}+i\sin\frac{\tfrac{\pi}{4}+2k\pi}{3}\right],\quad k=0,1,2.

The three arguments are π12,  π12+2π3=3π4,  π12+4π3=17π12.\dfrac{\pi}{12},\;\dfrac{\pi}{12}+\dfrac{2\pi}{3}=\dfrac{3\pi}{4},\;\dfrac{\pi}{12}+\dfrac{4\pi}{3}=\dfrac{17\pi}{12}.

All have modulus 21/61.1222^{1/6}\approx1.122. Numerically:

  • k=0:  21/6(cos15+isin15)1.084+0.291i.k=0:\;2^{1/6}(\cos15^\circ+i\sin15^\circ)\approx1.084+0.291i.
  • k=1:  21/6(cos135+isin135)0.794+0.794i.k=1:\;2^{1/6}(\cos135^\circ+i\sin135^\circ)\approx-0.794+0.794i.
  • k=2:  21/6(cos255+isin255)0.2911.084i.k=2:\;2^{1/6}(\cos255^\circ+i\sin255^\circ)\approx-0.291-1.084i.

Argand diagram. The three roots lie on a circle of radius 21/62^{1/6} centred at the origin, equally spaced 120120^\circ apart, at angles 15,135,25515^\circ,\,135^\circ,\,255^\circ — i.e. vertices of an equilateral triangle.

complex-numbersroots-of-unity
7short4 marks

Test the convergence of the series n=1n22n\displaystyle\sum_{n=1}^{\infty}\frac{n^{2}}{2^{n}} stating clearly the test used.

Use the ratio test on an\sum a_n with an=n22na_n=\dfrac{n^2}{2^n} (positive terms).

an+1an=(n+1)22n+12nn2=12(n+1n)2=12(1+1n)2.\frac{a_{n+1}}{a_n}=\frac{(n+1)^2}{2^{n+1}}\cdot\frac{2^n}{n^2}=\frac{1}{2}\left(\frac{n+1}{n}\right)^2=\frac{1}{2}\left(1+\frac{1}{n}\right)^2.

Taking the limit:

L=limnan+1an=121=12<1.L=\lim_{n\to\infty}\frac{a_{n+1}}{a_n}=\frac{1}{2}\cdot1=\frac{1}{2}<1.

Since L<1L<1, by the ratio (d'Alembert) test the series n=1n22n\displaystyle\sum_{n=1}^{\infty}\frac{n^2}{2^n} converges.

infinite-seriescomparison-testratio-test
8short4 marks

Find the radius of convergence and the interval of convergence of the power series n=1(x2)nn3n\displaystyle\sum_{n=1}^{\infty}\frac{(x-2)^{n}}{n\,3^{n}}.

Let an=(x2)nn3n.a_n=\dfrac{(x-2)^n}{n\,3^n}. Apply the ratio test for the radius:

an+1an=(x2)n+1(n+1)3n+1n3n(x2)n=x23nn+1nx23.\left|\frac{a_{n+1}}{a_n}\right|=\left|\frac{(x-2)^{n+1}}{(n+1)3^{n+1}}\cdot\frac{n\,3^n}{(x-2)^n}\right|=\frac{|x-2|}{3}\cdot\frac{n}{n+1}\xrightarrow{n\to\infty}\frac{|x-2|}{3}.

Convergence requires x23<1x2<3.\dfrac{|x-2|}{3}<1\Rightarrow|x-2|<3. So the radius of convergence is R=3R=3, giving the open interval 1<x<5.-1<x<5.

Endpoints.

  • x=5x=5: series becomes 3nn3n=1n\sum\dfrac{3^n}{n3^n}=\sum\dfrac{1}{n}, the harmonic series — diverges.
  • x=1x=-1: series becomes (3)nn3n=(1)nn\sum\dfrac{(-3)^n}{n3^n}=\sum\dfrac{(-1)^n}{n} — converges (alternating harmonic).
R=3,interval of convergence [1,5).\boxed{R=3,\qquad\text{interval of convergence }[-1,5).}
infinite-seriespower-seriesinterval-of-convergence
9short4 marks

Find the shortest distance between the lines x12=y23=z34\dfrac{x-1}{2}=\dfrac{y-2}{3}=\dfrac{z-3}{4} and x23=y44=z55\dfrac{x-2}{3}=\dfrac{y-4}{4}=\dfrac{z-5}{5}.

Line 1: point A=(1,2,3)A=(1,2,3), direction b1=(2,3,4)\vec b_1=(2,3,4). Line 2: point C=(2,4,5)C=(2,4,5), direction b2=(3,4,5)\vec b_2=(3,4,5).

Cross product b1×b2\vec b_1\times\vec b_2:

i^j^k^234345=i^(1516)j^(1012)+k^(89)=(1,2,1).\begin{vmatrix}\hat i&\hat j&\hat k\\2&3&4\\3&4&5\end{vmatrix}=\hat i(15-16)-\hat j(10-12)+\hat k(8-9)=(-1,\,2,\,-1).

b1×b2=1+4+1=6.|\vec b_1\times\vec b_2|=\sqrt{1+4+1}=\sqrt6.

Connecting vector AC=CA=(1,2,2).\vec{AC}=C-A=(1,2,2).

Shortest distance:

d=(AC)(b1×b2)b1×b2=(1)(1)+(2)(2)+(2)(1)6=1+426=16.d=\frac{|(\vec{AC})\cdot(\vec b_1\times\vec b_2)|}{|\vec b_1\times\vec b_2|}=\frac{|(1)(-1)+(2)(2)+(2)(-1)|}{\sqrt6}=\frac{|-1+4-2|}{\sqrt6}=\frac{1}{\sqrt6}. d=160.408 units.\boxed{d=\dfrac{1}{\sqrt6}\approx0.408\text{ units}.}
lines-planes-3dshortest-distance
10short4 marks

Find the equation of the plane passing through the point (1,2,3)(1,-2,3) and perpendicular to the line of intersection of the planes x+2y+3z=4x+2y+3z=4 and 2xy+z=52x-y+z=5.

The required plane is perpendicular to the line of intersection of the two given planes, so the line's direction d\vec d is the normal of the required plane.

The line of intersection is along n1×n2\vec n_1\times\vec n_2, where n1=(1,2,3),  n2=(2,1,1).\vec n_1=(1,2,3),\;\vec n_2=(2,-1,1).

d=n1×n2=i^j^k^123211=i^(2+3)j^(16)+k^(14)=(5,5,5).\vec d=\vec n_1\times\vec n_2=\begin{vmatrix}\hat i&\hat j&\hat k\\1&2&3\\2&-1&1\end{vmatrix}=\hat i(2+3)-\hat j(1-6)+\hat k(-1-4)=(5,\,5,\,-5).

Divide by 55: normal direction (1,1,1).(1,1,-1).

Plane through (1,2,3)(1,-2,3) with normal (1,1,1)(1,1,-1):

1(x1)+1(y+2)1(z3)=0x+yz+4=0.1(x-1)+1(y+2)-1(z-3)=0\Rightarrow x+y-z+4=0. x+yz+4=0.\boxed{x+y-z+4=0.}
lines-planes-3dplane-equation
11short4 marks

Show that the vectors a=2i^j^+k^\vec{a}=2\hat{i}-\hat{j}+\hat{k}, b=i^3j^5k^\vec{b}=\hat{i}-3\hat{j}-5\hat{k} and c=3i^4j^4k^\vec{c}=3\hat{i}-4\hat{j}-4\hat{k} form the sides of a right-angled triangle, using the scalar product.

First check the vectors close to form a triangle: ab+?\vec a-\vec b+? . Note b+c=(1+3,34,54)=(4,7,9)\vec b+\vec c=(1+3,\,-3-4,\,-5-4)=(4,-7,-9), not a\vec a, so they are taken as three sides; we test the angles via scalar (dot) products. A triangle is right-angled iff one pair of side-vectors is perpendicular (dot product =0=0).

Compute the dot products:

ab=(2)(1)+(1)(3)+(1)(5)=2+35=0.\vec a\cdot\vec b=(2)(1)+(-1)(-3)+(1)(-5)=2+3-5=0.

Since ab=0\vec a\cdot\vec b=0, the sides a\vec a and b\vec b are perpendicular, so the triangle they bound has a right angle between those two sides.

(For completeness: ac=6+44=60\vec a\cdot\vec c=6+4-4=6\neq0 and bc=3+12+20=350\vec b\cdot\vec c=3+12+20=35\neq0.) The single zero dot product ab=0\vec a\cdot\vec b=0 establishes that the vectors form the sides of a right-angled triangle, right-angled between a\vec a and b\vec b.

vector-algebrascalar-triple-product
12short4 marks

Evaluate the triple integral 0101x01xy(x+y+z)dzdydx\displaystyle\int_{0}^{1}\int_{0}^{1-x}\int_{0}^{1-x-y}(x+y+z)\,dz\,dy\,dx.

Innermost integral over zz from 00 to 1xy1-x-y. Let s=1xys=1-x-y.

0s(x+y+z)dz=(x+y)z+z220s=(x+y)s+s22.\int_{0}^{s}(x+y+z)\,dz=(x+y)z+\tfrac{z^2}{2}\Big|_0^{s}=(x+y)s+\tfrac{s^2}{2}.

With x+y=1sx+y=1-s: =(1s)s+s22=ss22.=(1-s)s+\tfrac{s^2}{2}=s-\tfrac{s^2}{2}. So integrand in yy is 12[2ss2]=12[1(1s)2]\tfrac{1}{2}\big[2s-s^2\big]=\tfrac12\big[1-(1-s)^2\big]. Using s=1xys=1-x-y:

01x[ss22]dy,s=1xy.\int_{0}^{1-x}\Big[s-\tfrac{s^2}{2}\Big]dy,\quad s=1-x-y.

Substitute u=1xyu=1-x-y (du=dydu=-dy; as y:01x,  u:1x0y:0\to1-x,\;u:1-x\to0):

01x(uu22)dy=01x(uu22)du=(1x)22(1x)36.\int_{0}^{1-x}\Big(u-\tfrac{u^2}{2}\Big)dy=\int_{0}^{1-x}\Big(u-\tfrac{u^2}{2}\Big)du=\frac{(1-x)^2}{2}-\frac{(1-x)^3}{6}.

Let t=1xt=1-x. Outer integral over x:01x:0\to1 (so t:10t:1\to0, dt=dxdt=-dx):

01(t22t36)dt=12131614=16124=4124=324=18.\int_{0}^{1}\Big(\tfrac{t^2}{2}-\tfrac{t^3}{6}\Big)dt=\frac{1}{2}\cdot\frac{1}{3}-\frac{1}{6}\cdot\frac{1}{4}=\frac{1}{6}-\frac{1}{24}=\frac{4-1}{24}=\frac{3}{24}=\frac{1}{8}.   18  \boxed{\;\frac{1}{8}\;}
multiple-integralstriple-integral
13short4 marks

For what value of λ\lambda does the system of equations x+y+z=6x+y+z=6, x+2y+3z=10x+2y+3z=10, x+2y+λz=μx+2y+\lambda z=\mu have (i) no solution, (ii) a unique solution, and (iii) infinitely many solutions? Determine μ\mu in each case where relevant.

System:

x+y+z=6,x+2y+3z=10,x+2y+λz=μ.x+y+z=6,\quad x+2y+3z=10,\quad x+2y+\lambda z=\mu.

Subtract equation 2 from equation 3: (λ3)z=μ10.(\lambda-3)z=\mu-10. The coefficient matrix determinant:

det(11112312λ)=1(2λ6)1(λ3)+1(22)=2λ6λ+3=λ3.\det\begin{pmatrix}1&1&1\\1&2&3\\1&2&\lambda\end{pmatrix}=1(2\lambda-6)-1(\lambda-3)+1(2-2)=2\lambda-6-\lambda+3=\lambda-3.

(ii) Unique solution: determinant 0λ3\neq0\Rightarrow\lambda\neq3 (for any μ\mu). Rank of AA = rank of augmented = 3.

When λ=3\lambda=3, determinant =0=0 and (λ3)z=μ10(\lambda-3)z=\mu-10 becomes 0=μ100=\mu-10:

(i) No solution: λ=3\lambda=3 and μ10\mu\neq10 (inconsistent, 0=μ1000=\mu-10\neq0).

(iii) Infinitely many solutions: λ=3\lambda=3 and μ=10\mu=10 (the third equation duplicates the second; one free parameter).

CaseCondition
Unique solutionλ3\lambda\neq3 (any μ\mu)
No solutionλ=3,  μ10\lambda=3,\;\mu\neq10
Infinitely manyλ=3,  μ=10\lambda=3,\;\mu=10
determinants-matricesranksystem-of-equations
14short4 marks

Solve the Cauchy–Euler equation x2d2ydx22xdydx+2y=0x^{2}\dfrac{d^{2}y}{dx^{2}}-2x\dfrac{dy}{dx}+2y=0.

This is a Cauchy–Euler (equidimensional) equation. Try y=xm.y=x^m. Then y=mxm1,  y=m(m1)xm2.y'=mx^{m-1},\;y''=m(m-1)x^{m-2}. Substituting into x2y2xy+2y=0x^2y''-2xy'+2y=0:

x2m(m1)xm22xmxm1+2xm=0[m(m1)2m+2]xm=0.x^2\,m(m-1)x^{m-2}-2x\,m\,x^{m-1}+2x^m=0\Rightarrow\big[m(m-1)-2m+2\big]x^m=0.

Indicial equation: m23m+2=0(m1)(m2)=0m=1,2.m^2-3m+2=0\Rightarrow(m-1)(m-2)=0\Rightarrow m=1,\,2.

Distinct real roots, so the general solution is

y=C1x+C2x2.\boxed{\,y=C_1x+C_2x^{2}.}
differential-equationscauchy-euler
15short4 marks

Find the directional derivative of ϕ=x2yz+4xz2\phi=x^{2}yz+4xz^{2} at the point (1,2,1)(1,-2,-1) in the direction of the vector 2i^j^2k^2\hat{i}-\hat{j}-2\hat{k}.

Gradient. ϕ=x2yz+4xz2.\phi=x^2yz+4xz^2.

ϕ=(2xyz+4z2)i^+(x2z)j^+(x2y+8xz)k^.\nabla\phi=\big(2xyz+4z^2\big)\hat i+\big(x^2z\big)\hat j+\big(x^2y+8xz\big)\hat k.

At (1,2,1)(1,-2,-1):

  • x=2(1)(2)(1)+4(1)2=4+4=8.\partial_x=2(1)(-2)(-1)+4(-1)^2=4+4=8.
  • y=(1)2(1)=1.\partial_y=(1)^2(-1)=-1.
  • z=(1)2(2)+8(1)(1)=28=10.\partial_z=(1)^2(-2)+8(1)(-1)=-2-8=-10.

So ϕ=(8,1,10).\nabla\phi=(8,\,-1,\,-10).

Unit vector in direction a=2i^j^2k^\vec a=2\hat i-\hat j-2\hat k: a=4+1+4=3|\vec a|=\sqrt{4+1+4}=3, a^=13(2,1,2).\hat a=\tfrac13(2,-1,-2).

Directional derivative:

Da^ϕ=ϕa^=13[(8)(2)+(1)(1)+(10)(2)]=16+1+203=373.D_{\hat a}\phi=\nabla\phi\cdot\hat a=\frac{1}{3}\big[(8)(2)+(-1)(-1)+(-10)(-2)\big]=\frac{16+1+20}{3}=\frac{37}{3}. Da^ϕ=37312.33.\boxed{D_{\hat a}\phi=\dfrac{37}{3}\approx12.33.}
vector-calculusdirectional-derivativegradient

Frequently asked questions

Where can I find the BE Computer Engineering (IOE, TU) Engineering Mathematics II (IOE, SH 451) question paper 2078?
The full BE Computer Engineering (IOE, TU) Engineering Mathematics II (IOE, SH 451) 2078 (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) 2078 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 Computer Engineering (IOE, TU) Engineering Mathematics II (IOE, SH 451) 2078 paper?
The BE Computer Engineering (IOE, TU) Engineering Mathematics II (IOE, SH 451) 2078 paper carries 80 full marks and is meant to be completed in 180 minutes, across 15 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.