Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Define basis and dimension of a vector space. Prove that any two bases of a finite-dimensional vector space have the same number of elements.

Basis and Dimension

Basis. A set B={v1,v2,,vn}B = \{v_1, v_2, \dots, v_n\} of vectors in a vector space VV is called a basis of VV if:

  1. BB is linearly independent, and
  2. BB spans VV (i.e. every vector of VV is a linear combination of vectors in BB).

Dimension. The dimension of a finite-dimensional vector space VV, written dimV\dim V, is the number of vectors in any basis of VV. (This is well-defined precisely because of the theorem proved below.)

Example: {(1,0,0),(0,1,0),(0,0,1)}\{(1,0,0),(0,1,0),(0,0,1)\} is a basis of R3\mathbb{R}^3, so dimR3=3\dim \mathbb{R}^3 = 3.

Theorem: Any two bases have the same number of elements

Statement. If VV is a finite-dimensional vector space and B={u1,,um}B = \{u_1,\dots,u_m\} and C={w1,,wn}C = \{w_1,\dots,w_n\} are both bases of VV, then m=nm = n.

Key Lemma (Replacement / Steinitz Exchange Lemma). In a vector space, if {u1,,um}\{u_1,\dots,u_m\} spans VV and {w1,,wn}\{w_1,\dots,w_n\} is linearly independent, then nmn \le m.

Proof of Lemma. Since {u1,,um}\{u_1,\dots,u_m\} spans VV, we can write

w1=a1u1+a2u2++amum.w_1 = a_1 u_1 + a_2 u_2 + \dots + a_m u_m.

As w10w_1 \ne 0 (it belongs to an independent set), some ai0a_i \ne 0; relabel so a10a_1 \ne 0. Then u1u_1 can be solved in terms of w1,u2,,umw_1, u_2,\dots,u_m, so {w1,u2,,um}\{w_1, u_2,\dots,u_m\} still spans VV.

Now express w2w_2 in this new spanning set:

w2=b1w1+b2u2++bmum.w_2 = b_1 w_1 + b_2 u_2 + \dots + b_m u_m.

Not all of b2,,bmb_2,\dots,b_m are zero (otherwise w2w_2 would be a multiple of w1w_1, contradicting independence of the ww's). Relabel so b20b_2 \ne 0 and swap out u2u_2, giving the spanning set {w1,w2,u3,,um}\{w_1, w_2, u_3,\dots,u_m\}.

Repeating this exchange, each wkw_k replaces one uiu_i. If n>mn > m we would run out of uu's before placing all the ww's, and the remaining ww's would be expressible in terms of w1,,wmw_1,\dots,w_m — contradicting linear independence of the ww's. Hence nmn \le m. \blacksquare

Proof of Theorem. Apply the lemma twice:

  • BB spans VV and CC is independent nm\Rightarrow n \le m.
  • CC spans VV and BB is independent mn\Rightarrow m \le n.

Therefore m=nm = n. So any two bases of VV contain the same number of elements, and the dimension is well-defined. \blacksquare

basisdimension
2long10 marks

Find the matrix of the linear transformation (T: R^3 \rightarrow R^2) defined by (T(x,y,z) = (x+y, y-z)) with respect to the standard bases, and find its kernel and range.

Matrix of TT with respect to standard bases

T:R3R2T:\mathbb{R}^3 \to \mathbb{R}^2, T(x,y,z)=(x+y,  yz)T(x,y,z) = (x+y,\; y-z).

Apply TT to the standard basis vectors of R3\mathbb{R}^3:

T(1,0,0)=(1,0),T(0,1,0)=(1,1),T(0,0,1)=(0,1).T(1,0,0) = (1,0),\quad T(0,1,0) = (1,1),\quad T(0,0,1) = (0,-1).

These images form the columns of the matrix:

[T]=(110011).[T] = \begin{pmatrix} 1 & 1 & 0 \\ 0 & 1 & -1 \end{pmatrix}.

Check: [T](xyz)=(x+yyz)[T]\begin{pmatrix}x\\y\\z\end{pmatrix} = \begin{pmatrix} x+y \\ y-z \end{pmatrix}. ✓

Kernel of TT

The kernel is the solution set of T(x,y,z)=(0,0)T(x,y,z) = (0,0):

x+y=0,yz=0.x+y = 0, \qquad y - z = 0.

So y=zy = z and x=yx = -y. Letting z=tz = t:

(x,y,z)=(t,t,t)=t(1,1,1).(x,y,z) = (-t,\,t,\,t) = t(-1,1,1). kerT={t(1,1,1):tR}=span{(1,1,1)},dim(kerT)=1.\boxed{\ker T = \{\,t(-1,1,1) : t \in \mathbb{R}\,\} = \operatorname{span}\{(-1,1,1)\}, \quad \dim(\ker T) = 1.}

Range of TT

The range is spanned by the columns of [T][T]: (1,0)(1,0) and (1,1)(1,1), which are linearly independent. They span all of R2\mathbb{R}^2, so

range(T)=R2,rank(T)=2.\boxed{\operatorname{range}(T) = \mathbb{R}^2, \quad \operatorname{rank}(T) = 2.}

Rank–Nullity check

dim(kerT)+rank(T)=1+2=3=dim(R3).\dim(\ker T) + \operatorname{rank}(T) = 1 + 2 = 3 = \dim(\mathbb{R}^3). \checkmark

Thus TT is surjective but not injective.

linear-transformation
3long10 marks

Apply the Gram-Schmidt process to obtain an orthonormal basis from a given basis of (R^3) with the standard inner product.

Gram–Schmidt Orthonormalisation

Given a basis {v1,v2,v3}\{v_1, v_2, v_3\} of R3\mathbb{R}^3 with the standard inner product u,v=uv\langle u,v\rangle = u\cdot v, the Gram–Schmidt process produces an orthonormal basis {e1,e2,e3}\{e_1,e_2,e_3\}.

General formulas. First build orthogonal vectors uku_k, then normalise:

u1=v1,u2=v2v2,u1u1,u1u1,u3=v3v3,u1u1,u1u1v3,u2u2,u2u2,u_1 = v_1, \qquad u_2 = v_2 - \frac{\langle v_2,u_1\rangle}{\langle u_1,u_1\rangle}u_1, \qquad u_3 = v_3 - \frac{\langle v_3,u_1\rangle}{\langle u_1,u_1\rangle}u_1 - \frac{\langle v_3,u_2\rangle}{\langle u_2,u_2\rangle}u_2,

and ek=uk/uke_k = u_k / \lVert u_k\rVert.

Worked Example

Let v1=(1,1,1)v_1 = (1,1,1), v2=(0,1,1)v_2 = (0,1,1), v3=(0,0,1)v_3 = (0,0,1).

Step 1. u1=(1,1,1)u_1 = (1,1,1), u1=3\lVert u_1\rVert = \sqrt{3}, so

e1=13(1,1,1).e_1 = \tfrac{1}{\sqrt 3}(1,1,1).

Step 2. v2,u1=0+1+1=2\langle v_2,u_1\rangle = 0+1+1 = 2, u1,u1=3\langle u_1,u_1\rangle = 3.

u2=(0,1,1)23(1,1,1)=(23,13,13).u_2 = (0,1,1) - \tfrac{2}{3}(1,1,1) = \left(-\tfrac23,\tfrac13,\tfrac13\right).

u2=49+19+19=69=63\lVert u_2\rVert = \sqrt{\tfrac49+\tfrac19+\tfrac19} = \sqrt{\tfrac{6}{9}} = \tfrac{\sqrt6}{3}, so

e2=16(2,1,1).e_2 = \tfrac{1}{\sqrt 6}(-2,1,1).

Step 3. v3,u1=1\langle v_3,u_1\rangle = 1, v3,u2=13\langle v_3,u_2\rangle = \tfrac13, u2,u2=69=23\langle u_2,u_2\rangle = \tfrac69 = \tfrac23.

u3=(0,0,1)13(1,1,1)1/32/3(23,13,13)=(0,0,1)13(1,1,1)12(23,13,13).u_3 = (0,0,1) - \tfrac{1}{3}(1,1,1) - \frac{1/3}{2/3}\left(-\tfrac23,\tfrac13,\tfrac13\right) = (0,0,1) - \tfrac13(1,1,1) - \tfrac12\left(-\tfrac23,\tfrac13,\tfrac13\right).

Computing: 13(1,1,1)=(13,13,13)-\tfrac13(1,1,1) = (-\tfrac13,-\tfrac13,-\tfrac13) and 12(23,13,13)=(13,16,16)-\tfrac12(-\tfrac23,\tfrac13,\tfrac13) = (\tfrac13,-\tfrac16,-\tfrac16). Adding to (0,0,1)(0,0,1):

u3=(0,  12,  12).u_3 = \left(0,\; -\tfrac12,\; \tfrac12\right).

u3=0+14+14=12\lVert u_3\rVert = \sqrt{0+\tfrac14+\tfrac14} = \tfrac{1}{\sqrt2}, so

e3=12(0,1,1).e_3 = \tfrac{1}{\sqrt 2}(0,-1,1).

Orthonormal Basis

{13(1,1,1),    16(2,1,1),    12(0,1,1)}.\left\{ \tfrac{1}{\sqrt3}(1,1,1),\;\; \tfrac{1}{\sqrt6}(-2,1,1),\;\; \tfrac{1}{\sqrt2}(0,-1,1) \right\}.

One can verify eiej=δije_i\cdot e_j = \delta_{ij} (each pair is orthogonal and each vector is a unit vector).

gram-schmidt
B

Section B: Short Answer Questions

Attempt any EIGHT questions.

9 questions·5 marks each
4short5 marks

Define a basis and dimension with examples.

Basis. A subset BB of a vector space VV is a basis if it is linearly independent and spans VV. Every vector of VV is then a unique linear combination of the basis vectors.

Example: {(1,0),(0,1)}\{(1,0),(0,1)\} is the standard basis of R2\mathbb{R}^2.

Dimension. The dimension of VV, dimV\dim V, is the number of vectors in any basis of VV (this number is the same for every basis).

Example: dimR2=2\dim \mathbb{R}^2 = 2, dimR3=3\dim \mathbb{R}^3 = 3, and the space P2P_2 of polynomials of degree 2\le 2 has basis {1,x,x2}\{1,x,x^2\}, so dimP2=3\dim P_2 = 3.

basis
5short5 marks

Find the rank of a 3x3 identity matrix.

The 3×33\times 3 identity matrix is

I3=(100010001).I_3 = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.

It is already in row-echelon form with three non-zero rows (three pivots), and its three rows/columns are linearly independent. Equivalently det(I3)=10\det(I_3) = 1 \ne 0, so it is non-singular.

rank(I3)=3.\boxed{\operatorname{rank}(I_3) = 3.}

In general, rank(In)=n\operatorname{rank}(I_n) = n.

rank
6short5 marks

Define a linear operator.

A linear operator is a linear transformation T:VVT : V \to V from a vector space VV into itself (the domain and codomain are the same space). That is, TT satisfies, for all u,vVu,v \in V and all scalars cc:

  1. Additivity: T(u+v)=T(u)+T(v)T(u+v) = T(u) + T(v),
  2. Homogeneity: T(cv)=cT(v)T(cv) = c\,T(v).

Equivalently, T(au+bv)=aT(u)+bT(v)T(au+bv) = aT(u)+bT(v) for all scalars a,ba,b.

Example: The rotation of R2\mathbb{R}^2 by an angle θ\theta, T(x,y)=(xcosθysinθ,  xsinθ+ycosθ)T(x,y) = (x\cos\theta - y\sin\theta,\; x\sin\theta + y\cos\theta), is a linear operator on R2\mathbb{R}^2.

linear-transformation
7short5 marks

State the spectral theorem for symmetric matrices.

Spectral Theorem (for real symmetric matrices)

Let AA be a real n×nn \times n symmetric matrix (AT=AA^{T} = A). Then:

  1. All eigenvalues of AA are real.
  2. AA is orthogonally diagonalizable: there exists an orthogonal matrix QQ (with QTQ=IQ^{T}Q = I, i.e. Q1=QTQ^{-1} = Q^{T}) and a diagonal matrix D=diag(λ1,,λn)D = \operatorname{diag}(\lambda_1,\dots,\lambda_n) of eigenvalues such that
A=QDQT.A = Q D Q^{T}.
  1. Eigenvectors corresponding to distinct eigenvalues are orthogonal, and Rn\mathbb{R}^n has an orthonormal basis consisting of eigenvectors of AA.

Equivalently, AA admits the spectral decomposition A=i=1nλiqiqiTA = \sum_{i=1}^{n} \lambda_i\, q_i q_i^{T}, where {qi}\{q_i\} are orthonormal eigenvectors.

eigenvalues
8short5 marks

What is an orthogonal projection?

An orthogonal projection of a vector vv onto a subspace WW of an inner product space is the unique vector projWvW\operatorname{proj}_W v \in W such that the difference vprojWvv - \operatorname{proj}_W v is orthogonal to every vector in WW. It is the point of WW closest to vv (the best approximation).

Onto a single vector / line. The projection of vv onto a nonzero vector uu is

projuv=v,uu,uu.\operatorname{proj}_u v = \frac{\langle v,u\rangle}{\langle u,u\rangle}\,u.

Onto a subspace with orthonormal basis {e1,,ek}\{e_1,\dots,e_k\} of WW:

projWv=i=1kv,eiei.\operatorname{proj}_W v = \sum_{i=1}^{k} \langle v, e_i\rangle\, e_i.

The associated projection matrix PP satisfies P2=PP^2 = P and PT=PP^{T} = P (idempotent and symmetric).

orthogonal
9short5 marks

Find the eigenvectors of [[3,0],[0,3]].

The matrix is A=(3003)=3IA = \begin{pmatrix} 3 & 0 \\ 0 & 3 \end{pmatrix} = 3I.

Eigenvalues. det(AλI)=(3λ)2=0λ=3\det(A - \lambda I) = (3-\lambda)^2 = 0 \Rightarrow \lambda = 3 (with algebraic multiplicity 22).

Eigenvectors. Solve (A3I)x=0(A - 3I)x = 0:

(A3I)=(0000),(A - 3I) = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix},

so every nonzero vector xR2x \in \mathbb{R}^2 satisfies the equation. Hence every nonzero vector is an eigenvector with eigenvalue 33.

A convenient basis of the eigenspace is

{(10),  (01)},\boxed{\left\{ \begin{pmatrix}1\\0\end{pmatrix},\; \begin{pmatrix}0\\1\end{pmatrix} \right\},}

so the eigenspace for λ=3\lambda = 3 is all of R2\mathbb{R}^2. (This is expected, since 3I3I acts as scalar multiplication by 33.)

eigenvectors
10short5 marks

Define a coordinate vector relative to a basis.

Let B={b1,b2,,bn}B = \{b_1, b_2, \dots, b_n\} be an ordered basis of a vector space VV. Since BB is a basis, every vVv \in V can be written uniquely as

v=c1b1+c2b2++cnbn.v = c_1 b_1 + c_2 b_2 + \dots + c_n b_n.

The scalars c1,,cnc_1,\dots,c_n are called the coordinates of vv relative to BB, and the column vector

[v]B=(c1c2cn)[v]_B = \begin{pmatrix} c_1 \\ c_2 \\ \vdots \\ c_n \end{pmatrix}

is the coordinate vector of vv relative to the basis BB.

Example: In R2\mathbb{R}^2 with B={(1,1),(1,1)}B = \{(1,1),(1,-1)\}, the vector v=(3,1)v=(3,1) equals 2(1,1)+1(1,1)2(1,1)+1(1,-1), so [v]B=(21)[v]_B = \begin{pmatrix}2\\1\end{pmatrix}.

basis
11short5 marks

What is a diagonalizable matrix?

A square matrix AA of order nn is diagonalizable if it is similar to a diagonal matrix — that is, there exists an invertible matrix PP and a diagonal matrix DD such that

A=PDP1,equivalentlyP1AP=D.A = P D P^{-1}, \qquad \text{equivalently} \qquad P^{-1} A P = D.

Condition. AA is diagonalizable iff it has nn linearly independent eigenvectors; these form the columns of PP, and the corresponding eigenvalues form the diagonal entries of DD. (In particular, an n×nn\times n matrix with nn distinct eigenvalues is always diagonalizable.)

Use: powers become easy, Ak=PDkP1A^k = P D^k P^{-1}, since DkD^k is just the diagonal entries raised to the kk-th power.

diagonalization
12short5 marks

State two properties of eigenvalues.

Let AA be an n×nn \times n matrix with eigenvalues λ1,,λn\lambda_1,\dots,\lambda_n (counted with multiplicity). Two key properties are:

  1. Sum of eigenvalues = trace.
λ1+λ2++λn=tr(A)=a11+a22++ann.\lambda_1 + \lambda_2 + \dots + \lambda_n = \operatorname{tr}(A) = a_{11} + a_{22} + \dots + a_{nn}.
  1. Product of eigenvalues = determinant.
λ1λ2λn=det(A).\lambda_1 \lambda_2 \cdots \lambda_n = \det(A).

(Other acceptable properties:) the eigenvalues of ATA^{T} equal those of AA; the eigenvalues of AkA^{k} are λik\lambda_i^{k}; a real symmetric matrix has only real eigenvalues; and AA is singular iff 00 is an eigenvalue.

eigenvalues

Frequently asked questions

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