Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Define inner product space. State and prove the Cauchy-Schwarz inequality.

Inner Product Space

Let VV be a vector space over the field R\mathbb{R} (or C\mathbb{C}). An inner product on VV is a function ,:V×VR\langle \cdot, \cdot \rangle : V \times V \to \mathbb{R} that assigns to every pair of vectors u,vu, v a scalar u,v\langle u, v\rangle satisfying, for all u,v,wVu, v, w \in V and scalars α\alpha:

  1. Symmetry: u,v=v,u\langle u, v\rangle = \langle v, u\rangle (conjugate-symmetry u,v=v,u\langle u,v\rangle=\overline{\langle v,u\rangle} over C\mathbb{C}).
  2. Linearity: αu+w,v=αu,v+w,v\langle \alpha u + w, v\rangle = \alpha\langle u,v\rangle + \langle w,v\rangle.
  3. Positive definiteness: u,u0\langle u, u\rangle \ge 0, with u,u=0    u=0\langle u,u\rangle = 0 \iff u = 0.

A vector space equipped with such an inner product is called an inner product space. The induced norm is u=u,u\|u\| = \sqrt{\langle u, u\rangle}.

Cauchy–Schwarz Inequality (Statement)

For all u,vu, v in an inner product space VV,

u,vuv,|\langle u, v\rangle| \le \|u\|\,\|v\|,

with equality if and only if uu and vv are linearly dependent.

Proof

If v=0v = 0, both sides are 00 and the inequality holds. So assume v0v \neq 0.

For any scalar λR\lambda \in \mathbb{R}, positive definiteness gives

0uλv,  uλv=u,u2λu,v+λ2v,v.0 \le \langle u - \lambda v,\; u - \lambda v\rangle = \langle u,u\rangle - 2\lambda\langle u,v\rangle + \lambda^2\langle v,v\rangle.

Choose λ=u,vv,v\lambda = \dfrac{\langle u, v\rangle}{\langle v, v\rangle} (valid since v,v>0\langle v,v\rangle > 0). Substituting,

0u,u2u,v2v,v+u,v2v,v2v,v=u,uu,v2v,v.0 \le \langle u,u\rangle - 2\frac{\langle u,v\rangle^2}{\langle v,v\rangle} + \frac{\langle u,v\rangle^2}{\langle v,v\rangle^2}\langle v,v\rangle = \langle u,u\rangle - \frac{\langle u,v\rangle^2}{\langle v,v\rangle}.

Rearranging,

u,v2u,uv,v=u2v2.\langle u,v\rangle^2 \le \langle u,u\rangle\,\langle v,v\rangle = \|u\|^2\|v\|^2.

Taking square roots gives u,vuv|\langle u,v\rangle| \le \|u\|\,\|v\|.

Equality condition: Equality holds iff uλv,uλv=0\langle u - \lambda v, u - \lambda v\rangle = 0, i.e. u=λvu = \lambda v, meaning uu and vv are linearly dependent. \blacksquare

inner-productinequality
2long10 marks

Find the eigenvalues and eigenvectors of the given matrix and verify the Cayley-Hamilton theorem for it.

Eigenvalues, Eigenvectors and Cayley–Hamilton Verification

Since the paper does not display a specific matrix, take the standard representative

A=(2112).A = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}.

(The same method applies to any given matrix.)

Step 1 — Characteristic equation

det(AλI)=2λ112λ=(2λ)21=λ24λ+3=0.\det(A - \lambda I) = \begin{vmatrix} 2-\lambda & 1 \\ 1 & 2-\lambda \end{vmatrix} = (2-\lambda)^2 - 1 = \lambda^2 - 4\lambda + 3 = 0.

Step 2 — Eigenvalues

λ24λ+3=(λ1)(λ3)=0    λ1=1, λ2=3.\lambda^2 - 4\lambda + 3 = (\lambda-1)(\lambda-3) = 0 \;\Rightarrow\; \lambda_1 = 1,\ \lambda_2 = 3.

Step 3 — Eigenvectors

For λ1=1\lambda_1 = 1: (AI)x=0(1111)x=0x1+x2=0(A - I)x = 0 \Rightarrow \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}x = 0 \Rightarrow x_1 + x_2 = 0. Eigenvector v1=(11)v_1 = \begin{pmatrix} 1 \\ -1 \end{pmatrix}.

For λ2=3\lambda_2 = 3: (A3I)x=0(1111)x=0x1=x2(A - 3I)x = 0 \Rightarrow \begin{pmatrix} -1 & 1 \\ 1 & -1 \end{pmatrix}x = 0 \Rightarrow x_1 = x_2. Eigenvector v2=(11)v_2 = \begin{pmatrix} 1 \\ 1 \end{pmatrix}.

Step 4 — Verify Cayley–Hamilton Theorem

The theorem states every matrix satisfies its own characteristic equation: A24A+3I=0A^2 - 4A + 3I = 0.

A2=(2112)(2112)=(5445).A^2 = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}\begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} = \begin{pmatrix} 5 & 4 \\ 4 & 5 \end{pmatrix}. A24A+3I=(5445)(8448)+(3003)=(0000).A^2 - 4A + 3I = \begin{pmatrix} 5 & 4 \\ 4 & 5 \end{pmatrix} - \begin{pmatrix} 8 & 4 \\ 4 & 8 \end{pmatrix} + \begin{pmatrix} 3 & 0 \\ 0 & 3 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}.

Hence AA satisfies its characteristic equation, verifying the Cayley–Hamilton theorem. As a bonus, A1=13(4IA)=13(2112)A^{-1} = \tfrac{1}{3}(4I - A) = \tfrac{1}{3}\begin{pmatrix} 2 & -1 \\ -1 & 2 \end{pmatrix}.

eigenvaluescayley-hamilton
3long10 marks

Define kernel and range of a linear transformation. State and verify the rank-nullity theorem with an example.

Kernel and Range of a Linear Transformation

Let T:VWT : V \to W be a linear transformation between vector spaces.

  • Kernel (null space): ker(T)={vV:T(v)=0W}\ker(T) = \{ v \in V : T(v) = 0_W \} — the set of all vectors mapped to the zero vector. It is a subspace of VV; its dimension is the nullity, nullity(T)\text{nullity}(T).
  • Range (image): Im(T)={T(v):vV}W\text{Im}(T) = \{ T(v) : v \in V \} \subseteq W — the set of all images. It is a subspace of WW; its dimension is the rank, rank(T)\text{rank}(T).

Rank–Nullity Theorem (Statement)

If VV is finite-dimensional and T:VWT : V \to W is linear, then

dim(kerT)+dim(ImT)=dimV,i.e.nullity(T)+rank(T)=dimV.\dim(\ker T) + \dim(\text{Im}\,T) = \dim V,\qquad\text{i.e.}\qquad \text{nullity}(T) + \text{rank}(T) = \dim V.

Verification with an Example

Let T:R3R3T : \mathbb{R}^3 \to \mathbb{R}^3 be defined by

T(x,y,z)=(x+y,  y+z,  xz).T(x, y, z) = (x + y,\; y + z,\; x - z).

Its standard matrix is

A=(110011101).A = \begin{pmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & -1 \end{pmatrix}.

Row reduce: R3R3R1R_3 \to R_3 - R_1 gives (110011011)\begin{pmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 0 & -1 & -1 \end{pmatrix}, then R3R3+R2R_3 \to R_3 + R_2 gives (110011000)\begin{pmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 0 \end{pmatrix}.

There are 2 pivots, so rank(T)=2\text{rank}(T) = 2.

Kernel: Solve Ax=0Ax = 0. From the reduced form: y+z=0y=zy + z = 0 \Rightarrow y = -z, and x+y=0x=y=zx + y = 0 \Rightarrow x = -y = z. So (x,y,z)=z(1,1,1)(x,y,z) = z(1, -1, 1), a 1-dimensional space; nullity(T)=1\text{nullity}(T) = 1.

Check: rank+nullity=2+1=3=dimR3.\text{rank} + \text{nullity} = 2 + 1 = 3 = \dim \mathbb{R}^3.

The rank–nullity theorem is verified.

linear-transformationrank-nullity
B

Section B: Short Answer Questions

Attempt any EIGHT questions.

9 questions·5 marks each
4short5 marks

Define the row space and column space of a matrix.

Let AA be an m×nm \times n matrix.

  • Row space: the subspace of Rn\mathbb{R}^n spanned by the row vectors of AA, i.e. all linear combinations of the rows. Written Row(A)\text{Row}(A).
  • Column space: the subspace of Rm\mathbb{R}^m spanned by the column vectors of AA, i.e. all linear combinations of the columns. Written Col(A)\text{Col}(A); it equals the set of all bb for which Ax=bAx = b is consistent.

A key fact: dim(Row(A))=dim(Col(A))=rank(A)\dim(\text{Row}(A)) = \dim(\text{Col}(A)) = \text{rank}(A).

vector-space
5short5 marks

Solve x + y = 3, 2x - y = 0 using matrices.

Write the system x+y=3, 2xy=0x + y = 3,\ 2x - y = 0 in matrix form AX=BAX = B:

A=(1121),X=(xy),B=(30).A = \begin{pmatrix} 1 & 1 \\ 2 & -1 \end{pmatrix},\quad X = \begin{pmatrix} x \\ y \end{pmatrix},\quad B = \begin{pmatrix} 3 \\ 0 \end{pmatrix}.

det(A)=(1)(1)(1)(2)=30\det(A) = (1)(-1) - (1)(2) = -3 \neq 0, so A1A^{-1} exists.

A1=13(1121)=13(1121).A^{-1} = \frac{1}{-3}\begin{pmatrix} -1 & -1 \\ -2 & 1 \end{pmatrix} = \frac{1}{3}\begin{pmatrix} 1 & 1 \\ 2 & -1 \end{pmatrix}. X=A1B=13(1121)(30)=13(36)=(12).X = A^{-1}B = \frac{1}{3}\begin{pmatrix} 1 & 1 \\ 2 & -1 \end{pmatrix}\begin{pmatrix} 3 \\ 0 \end{pmatrix} = \frac{1}{3}\begin{pmatrix} 3 \\ 6 \end{pmatrix} = \begin{pmatrix} 1 \\ 2 \end{pmatrix}.

Solution: x=1, y=2x = 1,\ y = 2. (Check: 1+2=31+2=3 ✓, 2(1)2=02(1)-2=0 ✓.)

linear-systems
6short5 marks

Define the span of a set of vectors.

The span of a set of vectors {v1,v2,,vk}\{v_1, v_2, \dots, v_k\} in a vector space VV is the set of all possible linear combinations of those vectors:

span{v1,,vk}={α1v1+α2v2++αkvk  :  α1,,αkR}.\text{span}\{v_1, \dots, v_k\} = \{\, \alpha_1 v_1 + \alpha_2 v_2 + \cdots + \alpha_k v_k \;:\; \alpha_1, \dots, \alpha_k \in \mathbb{R} \,\}.

The span is always a subspace of VV — in fact the smallest subspace containing all the viv_i. If span{v1,,vk}=V\text{span}\{v_1,\dots,v_k\} = V, the set is said to span (generate) VV. For example, span{(1,0),(0,1)}=R2\text{span}\{(1,0),(0,1)\} = \mathbb{R}^2.

vector-space
7short5 marks

State the Cauchy-Schwarz inequality.

For any two vectors u,vu, v in an inner product space, the Cauchy–Schwarz inequality states

u,vuv,|\langle u, v\rangle| \le \|u\|\,\|v\|,

with equality if and only if uu and vv are linearly dependent.

In Rn\mathbb{R}^n with the standard dot product this reads

i=1nuivii=1nui2i=1nvi2.\left|\sum_{i=1}^{n} u_i v_i\right| \le \sqrt{\sum_{i=1}^{n} u_i^2}\,\sqrt{\sum_{i=1}^{n} v_i^2}.
inner-product
8short5 marks

What is the geometric multiplicity of an eigenvalue?

The geometric multiplicity of an eigenvalue λ\lambda of a matrix AA is the dimension of its eigenspace — that is, the number of linearly independent eigenvectors associated with λ\lambda:

geometric multiplicity(λ)=dim(ker(AλI))=nrank(AλI).\text{geometric multiplicity}(\lambda) = \dim\big(\ker(A - \lambda I)\big) = n - \text{rank}(A - \lambda I).

It always satisfies 1geometric multiplicity(λ)algebraic multiplicity(λ)1 \le \text{geometric multiplicity}(\lambda) \le \text{algebraic multiplicity}(\lambda) (the multiplicity of λ\lambda as a root of the characteristic polynomial). A matrix is diagonalizable iff, for every eigenvalue, the geometric multiplicity equals the algebraic multiplicity.

eigenvalues
9short5 marks

Define a positive definite matrix.

A real symmetric n×nn \times n matrix AA is positive definite if

xTAx>0for every nonzero vector xRn.x^{T} A x > 0 \quad \text{for every nonzero vector } x \in \mathbb{R}^n.

Equivalent characterizations:

  • All eigenvalues of AA are strictly positive (λi>0\lambda_i > 0).
  • All leading principal minors of AA are positive (Sylvester's criterion).

Example: A=(2003)A = \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} is positive definite since xTAx=2x12+3x22>0x^T A x = 2x_1^2 + 3x_2^2 > 0 for x0x \neq 0.

quadratic-form
10short5 marks

What is the standard basis of (R^3)?

The standard basis of R3\mathbb{R}^3 is the set of the three unit coordinate vectors

e1=(1,0,0),e2=(0,1,0),e3=(0,0,1).e_1 = (1, 0, 0),\quad e_2 = (0, 1, 0),\quad e_3 = (0, 0, 1).

These vectors are linearly independent and span R3\mathbb{R}^3, since any vector (x,y,z)=xe1+ye2+ze3(x, y, z) = x e_1 + y e_2 + z e_3. Hence {e1,e2,e3}\{e_1, e_2, e_3\} is a basis and dimR3=3\dim \mathbb{R}^3 = 3.

basis
11short5 marks

Define an idempotent matrix.

A square matrix AA is called idempotent if it equals its own square:

A2=A.A^2 = A.

Properties: the only possible eigenvalues are 00 and 11; idempotent matrices represent projections.

Example: A=(1000)A = \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} satisfies A2=(1000)=AA^2 = \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} = A, so it is idempotent. (The identity II and the zero matrix are also idempotent.)

matrix
12short5 marks

Find the norm of the vector (3, 4) in (R^2).

The norm (Euclidean length) of a vector v=(v1,v2)v = (v_1, v_2) in R2\mathbb{R}^2 is v=v12+v22\|v\| = \sqrt{v_1^2 + v_2^2}.

For v=(3,4)v = (3, 4):

v=32+42=9+16=25=5.\|v\| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

Norm =5= 5.

inner-product

Frequently asked questions

Where can I find the BSc CSIT (TU) Mathematics II (BSc CSIT, MTH163) question paper 2078?
The full BSc CSIT (TU) Mathematics II (BSc CSIT, MTH163) 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 Mathematics II (BSc CSIT, MTH163) 2078 paper come with solutions?
Yes. Every question on this Mathematics II (BSc CSIT, MTH163) 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 II (BSc CSIT, MTH163) 2078 paper?
The BSc CSIT (TU) Mathematics II (BSc CSIT, MTH163) 2078 paper carries 60 full marks and is meant to be completed in 180 minutes, across 12 questions.
Is practising this Mathematics II (BSc CSIT, MTH163) past paper free?
Yes — reading and attempting this Mathematics II (BSc CSIT, MTH163) past paper on Kekkei is completely free.