Browse papers
A

Section A: Long Answer Questions

Attempt all questions.

5 questions
1long8 marks

Use the matrix-inverse method to solve the following system of linear equations. First show that the coefficient matrix is non-singular, then compute its inverse by the adjoint method and hence find x, y, zx,\ y,\ z.

2x+yz=3xy+2z=83x+2y+z=7\begin{aligned} 2x + y - z &= 3 \\ x - y + 2z &= 8 \\ 3x + 2y + z &= 7 \end{aligned}

Step 1 — Write in matrix form Ax=bA\mathbf{x}=\mathbf{b}.

A=(211112321),x=(xyz),b=(387).A=\begin{pmatrix}2&1&-1\\1&-1&2\\3&2&1\end{pmatrix},\quad \mathbf{x}=\begin{pmatrix}x\\y\\z\end{pmatrix},\quad \mathbf{b}=\begin{pmatrix}3\\8\\7\end{pmatrix}.

Step 2 — Determinant (non-singularity). Expand along row 1:

detA=2((1)(1)(2)(2))1((1)(1)(2)(3))+(1)((1)(2)(1)(3))\det A = 2\big((-1)(1)-(2)(2)\big)-1\big((1)(1)-(2)(3)\big)+(-1)\big((1)(2)-(-1)(3)\big) =2(14)1(16)1(2+3)=2(5)1(5)1(5)=10+55=10.= 2(-1-4)-1(1-6)-1(2+3)=2(-5)-1(-5)-1(5)=-10+5-5=-10.

Since detA=100\det A=-10\neq 0, AA is non-singular and a unique solution exists.

Step 3 — Cofactors.

C11=(14)=5, C12=(16)=5, C13=(2+3)=5,C_{11}=(-1-4)=-5,\ C_{12}=-(1-6)=5,\ C_{13}=(2+3)=5, C21=(1+2)=3, C22=(2+3)=5, C23=(43)=1,C_{21}=-(1+2)=-3,\ C_{22}=(2+3)=5,\ C_{23}=-(4-3)=-1, C31=(21)=1, C32=(4+1)=5, C33=(21)=3.C_{31}=(2-1)=1,\ C_{32}=-(4+1)=-5,\ C_{33}=(-2-1)=-3.

Step 4 — Adjoint (transpose of cofactor matrix).

adjA=(531555513).\operatorname{adj}A=\begin{pmatrix}-5&-3&1\\5&5&-5\\5&-1&-3\end{pmatrix}.

Step 5 — Inverse.

A1=1detAadjA=110(531555513).A^{-1}=\frac{1}{\det A}\operatorname{adj}A=-\frac{1}{10}\begin{pmatrix}-5&-3&1\\5&5&-5\\5&-1&-3\end{pmatrix}.

Step 6 — Solve x=A1b\mathbf{x}=A^{-1}\mathbf{b}.

adjAb=(5(3)3(8)+1(7)5(3)+5(8)5(7)5(3)1(8)3(7))=(1524+715+403515821)=(322014).\operatorname{adj}A\cdot\mathbf{b}=\begin{pmatrix}-5(3)-3(8)+1(7)\\5(3)+5(8)-5(7)\\5(3)-1(8)-3(7)\end{pmatrix}=\begin{pmatrix}-15-24+7\\15+40-35\\15-8-21\end{pmatrix}=\begin{pmatrix}-32\\20\\-14\end{pmatrix}. x=110(322014)=(3.221.4).\mathbf{x}=-\frac{1}{10}\begin{pmatrix}-32\\20\\-14\end{pmatrix}=\begin{pmatrix}3.2\\-2\\1.4\end{pmatrix}.

Step 7 — Verify in equation 1: 2(3.2)+(2)(1.4)=6.421.4=32(3.2)+(-2)-(1.4)=6.4-2-1.4=3 ✓.

x=165=3.2,y=2,z=75=1.4.\boxed{x=\tfrac{16}{5}=3.2,\quad y=-2,\quad z=\tfrac{7}{5}=1.4.}
determinantsmatriceslinear-systems
2long8 marks

A plane passes through the point P(2,1,3)P(2,-1,3) and contains the line

x12=y+21=z3.\frac{x-1}{2}=\frac{y+2}{-1}=\frac{z}{3}.

(a) Find the equation of the plane. (b) Find the perpendicular distance from the origin to this plane.

Step 1 — Data from the line. The line passes through A(1,2,0)A(1,-2,0) with direction d=(2,1,3)\mathbf{d}=(2,-1,3).

Step 2 — Second in-plane vector. Since P(2,1,3)P(2,-1,3) lies in the plane and AA is on the contained line,

AP=(21,1(2),30)=(1,1,3).\overrightarrow{AP}=(2-1,\,-1-(-2),\,3-0)=(1,1,3).

Step 3 — Normal vector n=d×AP\mathbf{n}=\mathbf{d}\times\overrightarrow{AP}:

n=ijk213113=i((1)(3)(3)(1))j((2)(3)(3)(1))+k((2)(1)(1)(1)).\mathbf{n}=\begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\2&-1&3\\1&1&3\end{vmatrix}=\mathbf{i}((-1)(3)-(3)(1))-\mathbf{j}((2)(3)-(3)(1))+\mathbf{k}((2)(1)-(-1)(1)). n=i(33)j(63)+k(2+1)=(6,3,3).\mathbf{n}=\mathbf{i}(-3-3)-\mathbf{j}(6-3)+\mathbf{k}(2+1)=(-6,-3,3).

Divide by 3-3: take n=(2,1,1)\mathbf{n}=(2,1,-1).

Step 4 — Plane equation through P(2,1,3)P(2,-1,3):

2(x2)+1(y+1)1(z3)=0  2x+yz+(4+1+3)=0  2x+yz=0.2(x-2)+1(y+1)-1(z-3)=0\ \Rightarrow\ 2x+y-z+( -4+1+3)=0\ \Rightarrow\ 2x+y-z=0.

Check: A(1,2,0)A(1,-2,0): 2(1)+(2)0=02(1)+(-2)-0=0 ✓; PP: 2(2)+(1)3=02(2)+(-1)-3=0 ✓.

(a) Plane: 2x+yz=0.\boxed{\text{(a) Plane: } 2x+y-z=0.}

Step 5 — Distance from origin. For plane ax+by+cz+d=0ax+by+cz+d=0, d=0d=0 here, so the plane passes through the origin.

Distance=2(0)+00+022+12+(1)2=06=0.\text{Distance}=\frac{|2(0)+0-0+0|}{\sqrt{2^2+1^2+(-1)^2}}=\frac{0}{\sqrt6}=0. (b) Distance from origin=0 units (the plane passes through the origin).\boxed{\text{(b) Distance from origin} = 0\ \text{units (the plane passes through the origin).}}
3d-geometryplaneline
3long8 marks

Solve the second-order linear differential equation

d2ydx23dydx+2y=4e3x+sinx.\frac{d^2y}{dx^2}-3\frac{dy}{dx}+2y=4e^{3x}+\sin x.

Step 1 — Complementary function (CF). Auxiliary equation:

m23m+2=0  (m1)(m2)=0  m=1,2.m^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}.

Step 2 — Particular integral for 4e3x4e^{3x}. Try yp1=Ae3xy_{p1}=Ae^{3x}. Then yp1=3Ae3xy_{p1}'=3Ae^{3x}, yp1=9Ae3xy_{p1}''=9Ae^{3x}. Substitute: (9A9A+2A)e3x=2Ae3x=4e3xA=2.(9A-9A+2A)e^{3x}=2Ae^{3x}=4e^{3x}\Rightarrow A=2. So yp1=2e3xy_{p1}=2e^{3x}.

Step 3 — Particular integral for sinx\sin x. Try yp2=Bcosx+Csinxy_{p2}=B\cos x+C\sin x.

yp2=Bsinx+Ccosx,yp2=BcosxCsinx.y_{p2}'=-B\sin x+C\cos x,\quad y_{p2}''=-B\cos x-C\sin x.

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

(BcosxCsinx)3(Bsinx+Ccosx)+2(Bcosx+Csinx).(-B\cos x-C\sin x)-3(-B\sin x+C\cos x)+2(B\cos x+C\sin x).

Collect cosx\cos x: (B3C+2B)=(B3C)(-B-3C+2B)=(B-3C). Collect sinx\sin x: (C+3B+2C)=(3B+C)(-C+3B+2C)=(3B+C). Match to RHS 0cosx+1sinx0\cdot\cos x+1\cdot\sin x:

B3C=0,3B+C=1.B-3C=0,\qquad 3B+C=1.

From the first, B=3CB=3C. Then 3(3C)+C=10C=1C=110, B=310.3(3C)+C=10C=1\Rightarrow C=\tfrac{1}{10},\ B=\tfrac{3}{10}. So yp2=310cosx+110sinxy_{p2}=\tfrac{3}{10}\cos x+\tfrac{1}{10}\sin x.

Step 4 — General solution.

y=C1ex+C2e2x+2e3x+310cosx+110sinx.\boxed{y=C_1e^{x}+C_2e^{2x}+2e^{3x}+\frac{3}{10}\cos x+\frac{1}{10}\sin x.}
second-order-odemethod-undetermined-coefficientslinear-ode
4long8 marks

Obtain the Fourier series expansion of the function

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

with period 2π2\pi. Hence deduce that n=11n2=π26.\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^2}=\frac{\pi^2}{6}.

Step 1 — Symmetry. f(x)=x2f(x)=x^2 is even, so all sine coefficients bn=0b_n=0. The series is

f(x)=a02+n=1ancosnx.f(x)=\frac{a_0}{2}+\sum_{n=1}^{\infty}a_n\cos nx.

Step 2 — Compute a0a_0.

a0=1πππx2dx=2π0πx2dx=2ππ33=2π23.a_0=\frac{1}{\pi}\int_{-\pi}^{\pi}x^2\,dx=\frac{2}{\pi}\int_{0}^{\pi}x^2\,dx=\frac{2}{\pi}\cdot\frac{\pi^3}{3}=\frac{2\pi^2}{3}.

Step 3 — Compute ana_n.

an=1πππx2cosnxdx=2π0πx2cosnxdx.a_n=\frac{1}{\pi}\int_{-\pi}^{\pi}x^2\cos nx\,dx=\frac{2}{\pi}\int_{0}^{\pi}x^2\cos nx\,dx.

Using integration by parts twice,

x2cosnxdx=x2sinnxn+2xcosnxn22sinnxn3.\int x^2\cos nx\,dx=\frac{x^2\sin nx}{n}+\frac{2x\cos nx}{n^2}-\frac{2\sin nx}{n^3}.

Evaluate from 00 to π\pi. At π\pi: sinnπ=0\sin n\pi=0, cosnπ=(1)n\cos n\pi=(-1)^n, so the value is 2π(1)nn2\dfrac{2\pi(-1)^n}{n^2}. At 00 everything vanishes. Thus

an=2π2π(1)nn2=4(1)nn2.a_n=\frac{2}{\pi}\cdot\frac{2\pi(-1)^n}{n^2}=\frac{4(-1)^n}{n^2}.

Step 4 — Fourier series.

x2=π23+4n=1(1)nn2cosnx,π<x<π.\boxed{x^2=\frac{\pi^2}{3}+4\sum_{n=1}^{\infty}\frac{(-1)^n}{n^2}\cos nx,\qquad -\pi<x<\pi.}

Step 5 — Deduction. Put x=πx=\pi (a point of continuity of the periodic extension, with f(π)=π2f(\pi)=\pi^2):

π2=π23+4n=1(1)nn2cosnπ=π23+4n=1(1)n(1)nn2=π23+4n=11n2.\pi^2=\frac{\pi^2}{3}+4\sum_{n=1}^{\infty}\frac{(-1)^n}{n^2}\cos n\pi=\frac{\pi^2}{3}+4\sum_{n=1}^{\infty}\frac{(-1)^n(-1)^n}{n^2}=\frac{\pi^2}{3}+4\sum_{n=1}^{\infty}\frac{1}{n^2}.

Therefore

4n=11n2=π2π23=2π23  n=11n2=π26. 4\sum_{n=1}^{\infty}\frac{1}{n^2}=\pi^2-\frac{\pi^2}{3}=\frac{2\pi^2}{3}\ \Rightarrow\ \sum_{n=1}^{\infty}\frac{1}{n^2}=\frac{\pi^2}{6}.\ \blacksquare
fourier-seriesperiodic-functioneven-odd
5long8 marks

(a) Test the convergence of the series n=1n!nn\displaystyle\sum_{n=1}^{\infty}\frac{n!}{n^n} using the ratio test. (b) 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}.

Part (a) — Ratio test on n!nn\sum \dfrac{n!}{n^n}.

Let un=n!nnu_n=\dfrac{n!}{n^n}. Then

un+1un=(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{u_{n+1}}{u_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}.

Taking the limit,

limnun+1un=1e0.3679<1.\lim_{n\to\infty}\frac{u_{n+1}}{u_n}=\frac{1}{e}\approx 0.3679<1.

By the ratio test, since the limit <1<1, the series converges.

Part (b) — Power series (x2)nn3n\sum \dfrac{(x-2)^n}{n\,3^n}.

Let un=(x2)nn3nu_n=\dfrac{(x-2)^n}{n\,3^n}. Apply the ratio test:

un+1un=(x2)n+1(n+1)3n+1n3n(x2)n=x23nn+1 n x23.\left|\frac{u_{n+1}}{u_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}.

For convergence we need x23<1x2<3\dfrac{|x-2|}{3}<1\Rightarrow |x-2|<3.

Radius of convergence: R=3\boxed{R=3} (centred at x=2x=2), giving the open interval 1<x<5-1<x<5.

Endpoint tests.

  • At x=5x=5: 3nn3n=1n\sum\dfrac{3^n}{n\,3^n}=\sum\dfrac{1}{n} — harmonic series, diverges.
  • At x=1x=-1: (3)nn3n=(1)nn\sum\dfrac{(-3)^n}{n\,3^n}=\sum\dfrac{(-1)^n}{n} — alternating harmonic, converges (conditionally).

Interval of convergence:

[1,5)i.e. 1x<5.\boxed{[-1,\,5)\quad\text{i.e. } -1\le x<5.}
infinite-seriesconvergence-testspower-series
B

Section B: Short Answer Questions

Attempt all questions.

6 questions
6short6 marks

Find the eigenvalues and the corresponding eigenvectors of the matrix

A=(4123).A=\begin{pmatrix}4&1\\2&3\end{pmatrix}.

Step 1 — Characteristic equation det(AλI)=0\det(A-\lambda I)=0:

4λ123λ=(4λ)(3λ)2=λ27λ+122=λ27λ+10=0.\begin{vmatrix}4-\lambda&1\\2&3-\lambda\end{vmatrix}=(4-\lambda)(3-\lambda)-2=\lambda^2-7\lambda+12-2=\lambda^2-7\lambda+10=0. (λ5)(λ2)=0  λ1=5, λ2=2.(\lambda-5)(\lambda-2)=0\ \Rightarrow\ \boxed{\lambda_1=5,\ \lambda_2=2.}

Step 2 — Eigenvector for λ1=5\lambda_1=5. Solve (A5I)v=0(A-5I)\mathbf{v}=0:

(1122)(v1v2)=0  v1+v2=0  v2=v1.\begin{pmatrix}-1&1\\2&-2\end{pmatrix}\begin{pmatrix}v_1\\v_2\end{pmatrix}=0\ \Rightarrow\ -v_1+v_2=0\ \Rightarrow\ v_2=v_1.

Eigenvector: v1=(11).\mathbf{v}_1=\begin{pmatrix}1\\1\end{pmatrix}.

Step 3 — Eigenvector for λ2=2\lambda_2=2. Solve (A2I)v=0(A-2I)\mathbf{v}=0:

(2121)(v1v2)=0  2v1+v2=0  v2=2v1.\begin{pmatrix}2&1\\2&1\end{pmatrix}\begin{pmatrix}v_1\\v_2\end{pmatrix}=0\ \Rightarrow\ 2v_1+v_2=0\ \Rightarrow\ v_2=-2v_1.

Eigenvector: v2=(12).\mathbf{v}_2=\begin{pmatrix}1\\-2\end{pmatrix}.

λ1=5, v1=(1,1)T;λ2=2, v2=(1,2)T.\boxed{\lambda_1=5,\ \mathbf{v}_1=(1,1)^T;\qquad \lambda_2=2,\ \mathbf{v}_2=(1,-2)^T.}
matriceseigenvalueseigenvectors
7short6 marks

Find the equation of the sphere passing through the origin and having centre at (2,3,4)(2,-3,4). Also find the equation of its tangent plane at the origin.

Step 1 — Radius. The sphere passes through the origin O(0,0,0)O(0,0,0) with centre C(2,3,4)C(2,-3,4), so

r=OC=22+(3)2+42=4+9+16=29.r=|OC|=\sqrt{2^2+(-3)^2+4^2}=\sqrt{4+9+16}=\sqrt{29}.

Step 2 — Equation of the sphere.

(x2)2+(y+3)2+(z4)2=29.(x-2)^2+(y+3)^2+(z-4)^2=29.

Expanding: x24x+4+y2+6y+9+z28z+16=29x^2-4x+4+y^2+6y+9+z^2-8z+16=29, i.e.

x2+y2+z24x+6y8z=0.\boxed{x^2+y^2+z^2-4x+6y-8z=0.}

(The absence of a constant term confirms it passes through the origin.)

Step 3 — Tangent plane at the origin. The radius vector at the origin is OC=(2,3,4)\overrightarrow{OC}=(2,-3,4), which is the normal to the tangent plane. The tangent plane through O(0,0,0)O(0,0,0) with normal (2,3,4)(2,-3,4) is

2(x0)3(y0)+4(z0)=0.2(x-0)-3(y-0)+4(z-0)=0. 2x3y+4z=0.\boxed{2x-3y+4z=0.}
3d-geometryspheretangent-plane
8short6 marks

Solve the Cauchy–Euler equation

x2d2ydx22xdydx4y=0,x>0.x^2\frac{d^2y}{dx^2}-2x\frac{dy}{dx}-4y=0,\qquad x>0.

Step 1 — Trial solution. For a Cauchy–Euler equation, try y=xmy=x^m. Then

dydx=mxm1,d2ydx2=m(m1)xm2.\frac{dy}{dx}=mx^{m-1},\qquad \frac{d^2y}{dx^2}=m(m-1)x^{m-2}.

Step 2 — Substitute.

x2m(m1)xm22xmxm14xm=0x^2\cdot m(m-1)x^{m-2}-2x\cdot mx^{m-1}-4x^m=0 [m(m1)2m4]xm=0.\big[m(m-1)-2m-4\big]x^m=0.

Step 3 — Indicial (auxiliary) equation.

m(m1)2m4=m2m2m4=m23m4=0.m(m-1)-2m-4=m^2-m-2m-4=m^2-3m-4=0. (m4)(m+1)=0  m=4, m=1.(m-4)(m+1)=0\ \Rightarrow\ m=4,\ m=-1.

Step 4 — General solution (distinct real roots):

y=C1x4+C2x1=C1x4+C2x.\boxed{y=C_1x^{4}+C_2x^{-1}=C_1x^4+\frac{C_2}{x}.}
second-order-odecauchy-eulerhomogeneous-ode
9short6 marks

Test the convergence of the series n=12n+1n3+n\displaystyle\sum_{n=1}^{\infty}\frac{2n+1}{n^3+n} using the comparison (limit comparison) test.

Step 1 — Identify dominant behaviour. For large nn,

un=2n+1n3+n2nn3=2n2.u_n=\frac{2n+1}{n^3+n}\sim\frac{2n}{n^3}=\frac{2}{n^2}.

Choose the comparison series vn=1n2v_n=\dfrac{1}{n^2} (a pp-series with p=2>1p=2>1, which converges).

Step 2 — Limit comparison test.

L=limnunvn=limn2n+1n3+n1n2=limn(2n+1)n2n3+n=limn2n3+n2n3+n.L=\lim_{n\to\infty}\frac{u_n}{v_n}=\lim_{n\to\infty}\frac{\dfrac{2n+1}{n^3+n}}{\dfrac{1}{n^2}}=\lim_{n\to\infty}\frac{(2n+1)n^2}{n^3+n}=\lim_{n\to\infty}\frac{2n^3+n^2}{n^3+n}.

Divide numerator and denominator by n3n^3:

L=limn2+1n1+1n2=21=2.L=\lim_{n\to\infty}\frac{2+\frac1n}{1+\frac{1}{n^2}}=\frac{2}{1}=2.

Step 3 — Conclusion. Since 0<L=2<0<L=2<\infty (finite and non-zero), un\sum u_n and vn\sum v_n behave alike. As 1n2\sum \frac{1}{n^2} converges,

n=12n+1n3+n converges.\boxed{\sum_{n=1}^{\infty}\frac{2n+1}{n^3+n}\ \text{converges.}}
infinite-seriescomparison-testp-series
10short6 marks

Find the half-range sine series of f(x)=xf(x)=x on the interval 0<x<20<x<2.

Step 1 — Form of half-range sine series. On 0<x<L0<x<L with L=2L=2:

f(x)=n=1bnsinnπxL,bn=2L0Lf(x)sinnπxLdx.f(x)=\sum_{n=1}^{\infty}b_n\sin\frac{n\pi x}{L},\qquad b_n=\frac{2}{L}\int_0^{L}f(x)\sin\frac{n\pi x}{L}\,dx.

Here L=2L=2, so bn=02xsinnπx2dx.b_n=\displaystyle\int_0^{2}x\sin\frac{n\pi x}{2}\,dx.

Step 2 — Integrate by parts. Let a=nπ2a=\dfrac{n\pi}{2}. Then

02xsin(ax)dx=[xcosaxa+sinaxa2]02=2cos2aa+sin2aa2.\int_0^2 x\sin(ax)\,dx=\left[-\frac{x\cos ax}{a}+\frac{\sin ax}{a^2}\right]_0^2=-\frac{2\cos 2a}{a}+\frac{\sin 2a}{a^2}.

With 2a=nπ2a=n\pi: cosnπ=(1)n\cos n\pi=(-1)^n and sinnπ=0\sin n\pi=0. Thus

02xsin(ax)dx=2(1)na=2(1)nnπ/2=4(1)nnπ=4(1)n+1nπ.\int_0^2 x\sin(ax)\,dx=-\frac{2(-1)^n}{a}=-\frac{2(-1)^n}{n\pi/2}=-\frac{4(-1)^n}{n\pi}=\frac{4(-1)^{n+1}}{n\pi}.

So bn=4(1)n+1nπ.b_n=\dfrac{4(-1)^{n+1}}{n\pi}.

Step 3 — Series.

x=4πn=1(1)n+1nsinnπx2,0<x<2.\boxed{x=\frac{4}{\pi}\sum_{n=1}^{\infty}\frac{(-1)^{n+1}}{n}\sin\frac{n\pi x}{2},\qquad 0<x<2.}

Explicitly, x=4π(sinπx212sinπx+13sin3πx2).x=\dfrac{4}{\pi}\left(\sin\dfrac{\pi x}{2}-\dfrac12\sin\pi x+\dfrac13\sin\dfrac{3\pi x}{2}-\cdots\right).

fourier-serieshalf-range-seriessine-series
11short10 marks

(a) Find the shortest distance between the two skew lines

L1: x12=y23=z34,L2: x23=y44=z55.L_1:\ \frac{x-1}{2}=\frac{y-2}{3}=\frac{z-3}{4},\qquad L_2:\ \frac{x-2}{3}=\frac{y-4}{4}=\frac{z-5}{5}.

(b) State whether the lines are skew, parallel, or intersecting, justifying your answer.

Step 1 — Identify points and directions.

  • L1L_1: point A=(1,2,3)A=(1,2,3), direction d1=(2,3,4)\mathbf{d}_1=(2,3,4).
  • L2L_2: point B=(2,4,5)B=(2,4,5), direction d2=(3,4,5)\mathbf{d}_2=(3,4,5).

Step 2 — Connecting vector.

AB=BA=(21,42,53)=(1,2,2).\overrightarrow{AB}=B-A=(2-1,\,4-2,\,5-3)=(1,2,2).

Step 3 — Cross product d1×d2\mathbf{d}_1\times\mathbf{d}_2.

d1×d2=ijk234345=i(3544)j(2543)+k(2433).\mathbf{d}_1\times\mathbf{d}_2=\begin{vmatrix}\mathbf{i}&\mathbf{j}&\mathbf{k}\\2&3&4\\3&4&5\end{vmatrix}=\mathbf{i}(3\cdot5-4\cdot4)-\mathbf{j}(2\cdot5-4\cdot3)+\mathbf{k}(2\cdot4-3\cdot3). =i(1516)j(1012)+k(89)=(1,2,1).=\mathbf{i}(15-16)-\mathbf{j}(10-12)+\mathbf{k}(8-9)=(-1,\,2,\,-1).

Magnitude: d1×d2=(1)2+22+(1)2=6.|\mathbf{d}_1\times\mathbf{d}_2|=\sqrt{(-1)^2+2^2+(-1)^2}=\sqrt{6}.

Step 4 — Scalar triple product AB(d1×d2)\overrightarrow{AB}\cdot(\mathbf{d}_1\times\mathbf{d}_2):

(1,2,2)(1,2,1)=(1)(1)+(2)(2)+(2)(1)=1+42=1.(1,2,2)\cdot(-1,2,-1)=(1)(-1)+(2)(2)+(2)(-1)=-1+4-2=1.

Step 5 — Shortest distance.

d=AB(d1×d2)d1×d2=16=16=660.408 units.d=\frac{|\overrightarrow{AB}\cdot(\mathbf{d}_1\times\mathbf{d}_2)|}{|\mathbf{d}_1\times\mathbf{d}_2|}=\frac{|1|}{\sqrt6}=\frac{1}{\sqrt6}=\frac{\sqrt6}{6}\approx 0.408\ \text{units}. (a) Shortest distance=160.408 units.\boxed{\text{(a) Shortest distance}=\dfrac{1}{\sqrt6}\approx 0.408\ \text{units}.}

Part (b) — Classification.

  • The directions d1=(2,3,4)\mathbf{d}_1=(2,3,4) and d2=(3,4,5)\mathbf{d}_2=(3,4,5) are not proportional (2/33/42/3\neq3/4), so the lines are not parallel.
  • The scalar triple product AB(d1×d2)=10\overrightarrow{AB}\cdot(\mathbf{d}_1\times\mathbf{d}_2)=1\neq 0, so the three vectors are non-coplanar; hence the lines do not intersect.

Since they are neither parallel nor intersecting,

(b) The lines are SKEW.\boxed{\text{(b) The lines are SKEW.}}
3d-geometryshortest-distanceskew-lines

Frequently asked questions

Where can I find the BE Civil Engineering (IOE, TU) Engineering Mathematics II (IOE, SH 451) question paper 2080?
The full BE Civil Engineering (IOE, TU) Engineering Mathematics II (IOE, SH 451) 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 Engineering Mathematics II (IOE, SH 451) 2080 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) 2080 paper?
The BE Civil Engineering (IOE, TU) Engineering Mathematics II (IOE, SH 451) 2080 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.