100% FREE
Updated: Mar 2026 Algebra Linear Algebra
Linear Transformations and Matrices
Comprehensive study notes on Linear Transformations and Matrices for CUET PG Mathematics preparation.
This chapter covers key concepts, formulas, and examples needed for your exam.
This chapter delves into linear transformations and their essential matrix representations, fundamental concepts for understanding mappings between vector spaces. A strong grasp of these topics, including range space, null space, and the Rank-Nullity Theorem, is critical for success in the Algebra section of the CUET PG examination.
---
Chapter Contents
| # | Topic | |---|-------| | 1 | Linear Transformations | | 2 | Range Space and Null Space | | 3 | Rank-Nullity Theorem | | 4 | Matrix Representation |
---
We begin with Linear Transformations.
Part 1: Linear Transformations
Linear transformations are fundamental mappings between vector spaces that preserve the operations of vector addition and scalar multiplication. We explore their properties, matrix representations, and implications for understanding vector space structures, which are critical for various applications in mathematics and related fields.
---
Core Concepts
1. Definition of a Linear Transformation
A mapping T:V→W between two vector spaces V and W (over the same field F) is defined as a linear transformation if it satisfies two conditions:
Additivity: For all u,v∈V, T(u+v)=T(u)+T(v).
Homogeneity (Scalar Multiplication): For all u∈V and c∈F, T(cu)=cT(u).
These two conditions can be combined into a single condition: for all u,v∈V and c1,c2∈F, T(c1u+c2v)=c1T(u)+c2T(v).
📖Linear Transformation
A function T:V→W is a linear transformation if for any u,v∈V and scalar c, we have T(u+v)=T(u)+T(v) and T(cu)=cT(u).
Quick Example: Determine if T:R2→R2 defined by T(x,y)=(x+y,x) is a linear transformation.
Step 1: Check additivity. Let u=(x1,y1) and v=(x2,y2).
Answer: Since both conditions are satisfied, T(x,y)=(x+y,x) is a linear transformation.
:::question type="MCQ" question="Which of the following functions T:R2→R2 is a linear transformation?" options=["T(x,y)=(x2,y)","T(x,y)=(x+1,y)","T(x,y)=(xy,x)","T(x,y)=(2x−y,x+3y)"] answer="T(x,y)=(2x−y,x+3y)" hint="Test both additivity and homogeneity. Functions with constant terms, products of variables, or non-linear powers are generally not linear." solution="Let u=(x1,y1) and v=(x2,y2), and c be a scalar. For T(x,y)=(2x−y,x+3y):
T(cu)=T(cx1,cy1)=(2cx1−cy1,cx1+3cy1)=c(2x1−y1,x1+3y1). cT(u)=c(2x1−y1,x1+3y1). Homogeneity holds. Thus, T(x,y)=(2x−y,x+3y) is a linear transformation.
The other options fail one or both conditions:
T(x,y)=(x2,y): T(2(1,0))=T(2,0)=(4,0), but 2T(1,0)=2(1,0)=(2,0). Fails homogeneity.
T(x,y)=(x+1,y): T(0,0)=(1,0)=(0,0). For any linear transformation, T(0)=0. Fails this property.
Several essential properties follow directly from the definition of a linear transformation. These properties are often useful in proofs and problem-solving.
❗Key Properties
Given a linear transformation T:V→W:
T(0V)=0W. The zero vector in V maps to the zero vector in W.
T(−v)=−T(v) for any v∈V.
T(v1−v2)=T(v1)−T(v2) for any v1,v2∈V.
T(∑i=1kcivi)=∑i=1kciT(vi) for any scalars ci and vectors vi. This is the generalized linearity property.
Quick Example: Let T:R2→R2 be a linear transformation such that T(1,0)=(2,3) and T(0,1)=(−1,1). Find T(3,−2).
Step 1: Express (3,−2) as a linear combination of the basis vectors (1,0) and (0,1).
(3,−2)=3(1,0)+(−2)(0,1)
Step 2: Apply the linearity property T(c1v1+c2v2)=c1T(v1)+c2T(v2).
:::question type="MCQ" question="Let T:R3→R2 be a linear transformation defined by T(1,0,0)=(1,2), T(0,1,0)=(3,−1), and T(0,0,1)=(0,4). What is T(2,−1,3)?" options=["(−1,17)","(2,12)","(1,15)","(7,10)"] answer="(−1,17)" hint="Express the input vector as a linear combination of the standard basis vectors and apply the linearity property." solution="Step 1: Express (2,−1,3) as a linear combination of the standard basis vectors.
So, T(2,−1,3)=(−1,17). Answer: \boxed{(−1,17)}" :::
---
3. Kernel and Range of a Linear Transformation
For a linear transformation T:V→W, two crucial subspaces are defined: the kernel and the range.
📖Kernel (Null Space)
The kernel (or null space) of T, denoted ker(T) or N(T), is the set of all vectors v∈V such that T(v)=0W.
ker(T)={v∈V∣T(v)=0W}
The kernel is a subspace of V.
📖Range (Image)
The range (or image) of T, denoted Im(T) or R(T), is the set of all vectors w∈W such that w=T(v) for some v∈V.
Im(T)={w∈W∣w=T(v) for some v∈V}
The range is a subspace of W.
Quick Example: Let T:R3→R2 be defined by T(x,y,z)=(x+y,y−z). Find a basis for ker(T).
Step 1: Set T(x,y,z)=(0,0) to find vectors in the kernel.
(x+y,y−z)=(0,0)
This yields a system of linear equations:
x+yy−z=0=0
Step 2: Solve the system. From the equations, we have y=−x and y=z. So, z=y=−x. The general form of a vector in the kernel is (x,−x,−x).
Step 3: Express the general form as a scalar multiple of a basis vector.
(x,−x,−x)=x(1,−1,−1)
Answer: A basis for ker(T) is {(1,−1,−1)}.
:::question type="MCQ" question="Let T:R3→R2 be defined by T(x,y,z)=(x−y,y−z). Which of the following vectors is in ker(T)?" options=["(1,1,0)","(1,0,1)","(0,1,1)","(1,1,1)"] answer="(1,1,1)" hint="A vector v is in ker(T) if T(v)=0W. Substitute each option into T(x,y,z) and check if it results in (0,0)." solution="For a vector (x,y,z) to be in ker(T), we must have T(x,y,z)=(x−y,y−z)=(0,0). This implies:
x−y=0⇒x=y
y−z=0⇒y=z
Thus, for a vector to be in the kernel, all its components must be equal: x=y=z. Checking the options:
(1,1,0): x=1,y=1,z=0. x=y but y=z. Not in ker(T).
(1,0,1): x=1,y=0,z=1. x=y. Not in ker(T).
(0,1,1): x=0,y=1,z=1. x=y. Not in ker(T).
(1,1,1): x=1,y=1,z=1. x=y=z. This vector is in ker(T).
Therefore, (1,1,1) is in ker(T). Answer: \boxed{(1,1,1)}" :::
---
4. Rank-Nullity Theorem
The Rank-Nullity Theorem establishes a fundamental relationship between the dimensions of the domain, kernel, and range of a linear transformation.
📐Rank-Nullity Theorem
For a linear transformation T:V→W, where V is a finite-dimensional vector space,
dim(V)=dim(ker(T))+dim(Im(T))
dim(V)=nullity(T)+rank(T)
Where: nullity(T)=dim(ker(T)) is the dimension of the kernel (nullity). rank(T)=dim(Im(T)) is the dimension of the range (rank). When to use: To find the dimension of the kernel or range if the other is known, or to verify consistency.
Quick Example: Let T:R4→R3 be a linear transformation. If rank(T)=2, find nullity(T).
Step 1: Identify the dimension of the domain V. Here, V=R4, so dim(V)=4.
Step 2: Apply the Rank-Nullity Theorem.
dim(V)=nullity(T)+rank(T)
4=nullity(T)+2
Step 3: Solve for nullity(T).
nullity(T)=4−2
nullity(T)=2
Answer:nullity(T)=2.
:::question type="NAT" question="A linear transformation T:R5→R3 has a kernel with dimension 3. What is the dimension of its range?" answer="2" hint="Apply the Rank-Nullity Theorem: dim(V)=nullity(T)+rank(T)." solution="Given T:R5→R3. The dimension of the domain V is dim(R5)=5. The dimension of the kernel, nullity(T), is given as 3. Using the Rank-Nullity Theorem:
dim(V)=nullity(T)+rank(T)
5=3+rank(T)
rank(T)=5−3
rank(T)=2
The dimension of the range is 2. Answer: \boxed{2}" :::
---
---
5. Matrix Representation of Linear Transformations
Any linear transformation T:V→W between finite-dimensional vector spaces can be represented by a matrix. If B={v1,…,vn} is a basis for V and C={w1,…,wm} is a basis for W, then the matrix representation of T with respect to bases B and C, denoted [T]C←B, is an m×n matrix whose columns are the coordinate vectors of T(vj) with respect to basis C.
Specifically, if T(vj)=a1jw1+a2jw2+⋯+amjwm, then the j-th column of [T]C←B is
a1ja2j⋮amj
.
📐Matrix Representation
If T:V→W is a linear transformation, B={v1,…,vn} is a basis for V, and C={w1,…,wm} is a basis for W, then the matrix [T]C←B is given by:
[T]C←B=[[T(v1)]C[T(v2)]C…[T(vn)]C]
For any v∈V, the image T(v) can be computed by:
[T(v)]C=[T]C←B[v]B
Where: [v]B is the coordinate vector of v with respect to basis B. [T(v)]C is the coordinate vector of T(v) with respect to basis C. When to use: To convert a linear transformation into a matrix operation, which is useful for computations and analysis.
Quick Example: Let T:R2→R3 be defined by T(x,y)=(x+y,x−y,2x). Find the matrix representation of T with respect to the standard bases B={(1,0),(0,1)} for R2 and C={(1,0,0),(0,1,0),(0,0,1)} for R3.
Step 2: Express these images as coordinate vectors with respect to basis C. Since C is the standard basis, the coordinate vectors are the vectors themselves.
>
[T(1,0)]C=112
>
[T(0,1)]C=1−10
Step 3: Form the matrix [T]C←B by using these coordinate vectors as columns.
>
[T]C←B=1121−10
Answer: The matrix representation is
1121−10
.
:::question type="MCQ" question="Let T:R2→R2 be defined by T(x,y)=(2x+y,x−3y). Find the matrix representation of T with respect to the standard basis B={(1,0),(0,1)} for R2." options=["
[211−3]
", "
[2311]
", "
[12−31]
", "
[2113]
"] answer="
[211−3]
" hint="Apply the transformation to each standard basis vector. The images form the columns of the matrix." solution="Step 1: Apply T to the first standard basis vector (1,0). >
T(1,0)=(2(1)+0,1−3(0))=(2,1)
The first column of the matrix will be
[21]
.
Step 2: Apply T to the second standard basis vector (0,1). >
T(0,1)=(2(0)+1,0−3(1))=(1,−3)
The second column of the matrix will be
[1−3]
.
Step 3: Form the matrix. >
[T]B=[211−3]
Answer:
[211−3]
" :::
---
6. Composition of Linear Transformations
If T1:U→V and T2:V→W are linear transformations, their composition T2∘T1:U→W is also a linear transformation. The matrix representation of the composite transformation is the product of their individual matrix representations.
📐Composition of Transformations
If T1:U→V and T2:V→W are linear transformations, and A,B,C are bases for U,V,W respectively, then:
[T2∘T1]C←A=[T2]C←B[T1]B←A
Where: The order of matrix multiplication is crucial: the matrix for T2 (the second transformation) comes first, followed by the matrix for T1. When to use: To represent sequential linear transformations as a single matrix operation.
Quick Example: Let T1:R2→R2 be T1(x,y)=(x+y,x) and T2:R2→R2 be T2(x,y)=(2x,y−x). Find the matrix representation of T2∘T1 with respect to the standard basis.
Step 1: Find the matrix representation for T1. T1(1,0)=(1,1), T1(0,1)=(1,0). >
[T1]=[1110]
Step 2: Find the matrix representation for T2. T2(1,0)=(2,−1), T2(0,1)=(0,1). >
[T2]=[2−101]
Step 3: Compute the product [T2][T1] to find [T2∘T1].
:::question type="MCQ" question="Let T1:R2→R2 be defined by T1(x,y)=(x−y,y) and T2:R2→R2 be defined by T2(x,y)=(2x,x+y). Find the matrix representation of T1∘T2 with respect to the standard basis." options=["
[11−11]
", "
[2311]
", "
[12−31]
", "
[2113]
"] answer="
[11−11]
" hint="First find the matrix representations for T1 and T2 individually. Then multiply them in the correct order for T1∘T2." solution="Step 1: Find the matrix representation for T1. T1(1,0)=(1−0,0)=(1,0). T1(0,1)=(0−1,1)=(−1,1). >
[T1]=[10−11]
Step 2: Find the matrix representation for T2. T2(1,0)=(2(1),1+0)=(2,1). T2(0,1)=(2(0),0+1)=(0,1). >
[T2]=[2101]
Step 3: Compute the product [T1][T2] for T1∘T2. >
7. Inverse Linear Transformations and Isomorphisms
An invertible linear transformation is a bijection between vector spaces. If such a transformation exists, the vector spaces are said to be isomorphic.
📖Invertible Linear Transformation
A linear transformation T:V→W is invertible if there exists a linear transformation T−1:W→V such that T−1∘T=IV and T∘T−1=IW, where IV and IW are the identity transformations on V and W respectively. A linear transformation T is invertible if and only if:
T is one-to-one (injective): ker(T)={0V}.
T is onto (surjective): Im(T)=W.
📖Isomorphism
A linear transformation T:V→W that is both one-to-one and onto is called an isomorphism. If an isomorphism exists between V and W, then V and W are said to be isomorphic, denoted V≅W. Two finite-dimensional vector spaces are isomorphic if and only if they have the same dimension.
Quick Example: Determine if T:R2→R2 defined by T(x,y)=(x+y,x−y) is an isomorphism.
Step 1: Check if T is one-to-one by finding ker(T). Set T(x,y)=(0,0): >
x+yx−y=0=0
Adding the two equations yields 2x=0⇒x=0. Substituting x=0 into the first equation yields y=0. So, ker(T)={(0,0)}. Since the kernel contains only the zero vector, T is one-to-one.
Step 2: Check if T is onto by comparing dimensions. Since T:R2→R2, dim(V)=2 and dim(W)=2. From the Rank-Nullity Theorem: dim(R2)=nullity(T)+rank(T). 2=0+rank(T)⇒rank(T)=2. Since rank(T)=dim(Im(T))=2, and dim(W)=2, we have Im(T)=W. Thus, T is onto.
Answer: Since T is both one-to-one and onto, it is an isomorphism.
Isomorphism
.
:::question type="MCQ" question="Let T:R3→R3 be a linear transformation defined by T(x,y,z)=(x+y,y+z,x+z). Is T an isomorphism?" options=["Yes, because det([T])=0", "No, because ker(T)={0}", "Yes, because rank(T)<3", "No, because Im(T)=R2"] answer="Yes, because det([T])=0" hint="An isomorphism is both one-to-one and onto. For a transformation from V to V, this is equivalent to the kernel being trivial or the determinant of its matrix representation being non-zero." solution="Step 1: Find the matrix representation of T with respect to the standard basis. T(1,0,0)=(1,0,1) T(0,1,0)=(1,1,0) T(0,0,1)=(0,1,1) >
Step 3: Interpret the determinant. Since det([T])=2=0, the matrix is invertible. An invertible matrix corresponds to an invertible linear transformation. An invertible linear transformation is an isomorphism. Alternatively, since det([T])=0, the nullity of the matrix is 0, meaning ker(T)={0}, so T is one-to-one. By Rank-Nullity Theorem, rank(T)=dim(R3)−nullity(T)=3−0=3. Since rank(T)=dim(R3), T is onto. Since T is both one-to-one and onto, it is an isomorphism. Answer:
Yes, because det([T])=0
" :::
---
Advanced Applications
Example: Consider the linear transformation T:P2(R)→P2(R) defined by T(p(x))=p(x)+p′(x), where P2(R) is the space of polynomials of degree at most 2. Find the matrix representation of T with respect to the standard basis B={1,x,x2}.
Step 1: Apply T to each basis vector in B. For p(x)=1: T(1)=1+0=1. For p(x)=x: T(x)=x+1. For p(x)=x2: T(x2)=x2+2x.
Step 2: Express the images as coordinate vectors with respect to basis B.
[T(1)]B=100
[T(x)]B=110
[T(x2)]B=021
Step 3: Form the matrix [T]B.
>
[T]B=100110021
Answer: The matrix representation is
100110021
.
:::question type="NAT" question="Let T:M2×2(R)→R be a linear transformation defined by T(A)=tr(A), where tr(A) is the trace of matrix A. If A=[acbd], then T(A)=a+d. What is the nullity of T?" answer="3" hint="First determine the dimension of the domain space M2×2(R). Then find the rank of T by identifying the range, and finally use the Rank-Nullity Theorem." solution="Step 1: Determine the dimension of the domain space. The domain is M2×2(R), the space of 2×2 matrices. A basis for this space is
{[1000],[0010],[0100],[0001]}
Thus, dim(M2×2(R))=4.
Step 2: Determine the range of T. The transformation T(A)=a+d maps a 2×2 matrix to a real number. The range Im(T) is a subspace of R. Can we get any real number k in the range? Yes, for example, T([k000])=k. So, Im(T)=R. The dimension of the range, rank(T), is dim(R)=1.
Step 3: Apply the Rank-Nullity Theorem. >
dim(Domain)=nullity(T)+rank(T)
>
4=nullity(T)+1
>
nullity(T)=4−1
>
nullity(T)=3
The nullity of T is 3. Answer:
3
" :::
---
Problem-Solving Strategies
💡CUET PG Strategy
When checking if a transformation is linear, first check if T(0)=0. If T(0)=0, it is immediately not linear (e.g., T(x,y)=(x+1,y)). This is a quick initial filter. For transformations involving products (e.g., xy) or absolute values (∣x∣), they usually fail the homogeneity condition.
💡CUET PG Strategy: Isomorphism Checks
For T:V→V (same dimension domain and codomain), checking if T is an isomorphism simplifies significantly. It is sufficient to show T is one-to-one OR onto.
One-to-one: ker(T)={0}.
Onto: Im(T)=V.
These are equivalent conditions for T:V→V. If a matrix representation [T] exists, det([T])=0 is also an equivalent condition.
---
Common Mistakes
⚠️Common Mistake
❌ Assuming T(0)=0 is sufficient to prove linearity. ✅ T(0)=0 is a necessary condition, but not sufficient. One must still verify T(u+v)=T(u)+T(v) and T(cu)=cT(u).
⚠️Common Mistake
❌ Incorrect order of matrix multiplication for composition. ✅ For T2∘T1, the matrix product is [T2][T1]. The matrix for the transformation applied second (i.e., T2) comes first in the product.
⚠️Common Mistake
❌ Confusing the domain of the transformation with the codomain when applying the Rank-Nullity Theorem. ✅ The Rank-Nullity Theorem states dim(Domain V)=nullity(T)+rank(T). The dimension of the codomain W dictates the maximum possible rank, but is not dim(V).
---
Practice Questions
:::question type="MCQ" question="Let T:R2→R3 be a linear transformation defined by T(x,y)=(x+2y,y,x−y). What is the dimension of the range of T?" options=["0","1","2","3"] answer="2" hint="Find the images of the standard basis vectors of R2. These images span the range. Determine the number of linearly independent vectors among them." solution="Step 1: Find the images of the standard basis vectors of R2. T(1,0)=(1+2(0),0,1−0)=(1,0,1) T(0,1)=(0+2(1),1,0−1)=(2,1,−1)
Step 2: The range of T is spanned by these image vectors: Im(T)=span{(1,0,1),(2,1,−1)}.
Step 3: Determine if these vectors are linearly independent. We check if c1(1,0,1)+c2(2,1,−1)=(0,0,0) implies c1=c2=0.
c1+2c20c1+1c2c1−c2=0=0=0
From the second equation, c2=0. Substituting c2=0 into the first equation, c1+2(0)=0⇒c1=0. Since both c1=0 and c2=0, the vectors (1,0,1) and (2,1,−1) are linearly independent.
Step 4: The dimension of the range is the number of linearly independent vectors in its spanning set. rank(T)=2. Alternatively, dim(domain)=dim(R2)=2. ker(T) for T(x,y)=(x+2y,y,x−y)=(0,0,0): y=0. x+2(0)=0⇒x=0. x−y=0⇒0−0=0. So ker(T)={(0,0)}, meaning nullity(T)=0. By Rank-Nullity Theorem: dim(R2)=nullity(T)+rank(T) 2=0+rank(T)⇒rank(T)=2. Answer: 2" :::
:::question type="NAT" question="Consider the vector space V={(x,y,z)∈R3∣x−y+z=0}. Let T:V→R2 be a linear transformation defined by T(x,y,z)=(x,z). What is the nullity of T?" answer="0" hint="First find a basis for V to determine dim(V). Then find the kernel of T for vectors in V." solution="Step 1: Determine the dimension of the domain space V. The condition x−y+z=0 defines a plane in R3. We can express y in terms of x and z: y=x+z. A vector in V is of the form (x,x+z,z).
(x,x+z,z)=x(1,1,0)+z(0,1,1)
The vectors (1,1,0) and (0,1,1) are linearly independent and span V. Thus, dim(V)=2.
Step 2: Determine the kernel of T. A vector (x,y,z)∈V is in ker(T) if T(x,y,z)=(0,0). Given T(x,y,z)=(x,z), this implies x=0 and z=0. Since (x,y,z) must also be in V, it must satisfy x−y+z=0. Substituting x=0 and z=0 into the equation for V: 0−y+0=0⇒y=0. Therefore, the only vector in ker(T) is (0,0,0). So, nullity(T)=dim(ker(T))=0. Answer: 0" :::
:::question type="MSQ" question="Let T:R3→R2 be a linear transformation given by T(x,y,z)=(x+y,y−z). Which of the following statements are true?" options=["T is one-to-one.","The range of T is R2.","The nullity of T is 1.","The matrix representation of T with respect to standard bases is
[10110−1]
"] answer="The range of T is R2,The nullity of T is 1,The matrix representation of T with respect to standard bases is [10110−1]" hint="Determine the kernel and range of T. Calculate the matrix representation using standard basis vectors. Use the Rank-Nullity Theorem." solution="Step 1: Find the matrix representation of T with respect to the standard bases. T(1,0,0)=(1,0) T(0,1,0)=(1,1) T(0,0,1)=(0,−1)
[T]=[10110−1]
So, option D is true.
Step 2: Find the kernel of T. Set T(x,y,z)=(0,0):
x+yy−z=0=0
From these, y=−x and z=y. So z=−x. The vectors in the kernel are of the form (x,−x,−x)=x(1,−1,−1). A basis for ker(T) is {(1,−1,−1)}. The dimension of the kernel, nullity(T), is 1. So, option C is true.
Step 3: Check if T is one-to-one. Since ker(T)={0}, T is not one-to-one. So, option A is false.
Step 4: Find the dimension of the range using the Rank-Nullity Theorem. dim(Domain)=dim(R3)=3. nullity(T)=1. dim(Domain)=nullity(T)+rank(T) 3=1+rank(T) rank(T)=2. Since the codomain is R2 and dim(R2)=2, and rank(T)=2, the range of T is R2. So, option B is true.
Therefore, the true statements are B, C, and D. Answer: B, C, and D" :::
:::question type="MCQ" question="Let P1(R) be the vector space of polynomials of degree at most 1. Consider T:P1(R)→R defined by T(p(x))=∫01p(x)dx. Which of the following is true?" options=["T is not a linear transformation.","ker(T)={0}.","rank(T)=1.","The range of T is {0}.""] answer="rank(T)=1." hint="First, verify linearity. Then find the kernel by setting the integral to zero. Use Rank-Nullity." solution="Step 1: Verify linearity. Let p(x)=ax+b and q(x)=cx+d. Let k be a scalar. T(p(x)+q(x))=T((a+c)x+(b+d))
kT(p(x))=k(2a+b). Homogeneity holds. So, T is a linear transformation. Option A is false.
Step 2: Determine the kernel of T. Let p(x)=ax+b. We need T(p(x))=0.
∫01(ax+b)dx=0
[2ax2+bx]01=0
2a+b=0⟹b=−2a
So, polynomials in ker(T) are of the form ax−2a=a(x−21). Since a can be any real number, ker(T) is not {0}. For example, x−21 is in ker(T). Option B is false.
Step 3: Determine the rank of T. The domain is P1(R), which has a basis {1,x}, so dim(P1(R))=2. The nullity is dim(ker(T)). Since ker(T)=span{x−21}, nullity(T)=1. Using the Rank-Nullity Theorem: dim(P1(R))=nullity(T)+rank(T) 2=1+rank(T) rank(T)=1. Option C is true.
Step 4: Determine the range of T. The codomain is R. Since rank(T)=1, the range of T is R (any real number can be obtained). For example, T(2x)=∫012xdx=[x2]01=1. T(4x)=2. So the range is not {0}. Option D is false. Answer: Option C" :::
:::question type="MSQ" question="Let T:R2→R2 be a linear transformation represented by the matrix
A=[1−1−11]
with respect to the standard basis. Which of the following statements are true?" options=["T is invertible.","The kernel of T is span{(1,1)}.","The range of T is span{(1,−1)}.","The nullity of T is 1.""] answer="The kernel of T is span{(1,1)},The range of T is span{(1,−1)},The nullity of T is 1." hint="Calculate the determinant of the matrix to check invertibility. Find the null space of the matrix to determine the kernel and its dimension. Find the column space of the matrix to determine the range." solution="Step 1: Check if T is invertible. Calculate the determinant of A:
det(A)=(1)(1)−(−1)(−1)=1−1=0
Since det(A)=0, the matrix A is not invertible, and thus T is not invertible. So, option A is false.
Step 2: Find the kernel of T. We need to find vectors (x,y) such that
A[xy]=[00]
[1−1−11][xy]=[00]
This gives the system:
x−y−x+y=0=0
Both equations simplify to x=y. So, vectors in the kernel are of the form (x,x)=x(1,1). Thus, ker(T)=span{(1,1)}. So, option B is true.
Step 3: Find the nullity of T. Since ker(T)=span{(1,1)}, the dimension of the kernel is 1. So, nullity(T)=1. So, option D is true.
Step 4: Find the range of T. The range of T is the column space of A. The columns of A are [1−1] and [−11]. These two columns are linearly dependent, as [−11]=−1[1−1]. Thus, the column space is spanned by a single vector, e.g., [1−1]. So, Im(T)=span{(1,−1)}. So, option C is true.
Alternatively, using Rank-Nullity Theorem: dim(R2)=nullity(T)+rank(T) 2=1+rank(T) rank(T)=1. A basis for the range is a single non-zero vector from the image, e.g., T(1,0)=(1,−1). So, Im(T)=span{(1,−1)}.
Therefore, the true statements are B, C, and D. Answer: B, C, and D" :::
Eigenvalues and Eigenvectors: Linear transformations are often analyzed by their eigenvalues and eigenvectors, which represent directions that are merely scaled by the transformation.
Diagonalization: Understanding if a linear transformation can be represented by a diagonal matrix simplifies many computations and reveals structural properties.
Change of Basis: The matrix representation of a linear transformation changes with respect to different bases, a concept crucial for understanding similarity transformations.
Inner Product Spaces: In these spaces, linear transformations can be further classified as orthogonal, symmetric, etc., with specific properties related to geometry.
---
💡Next Up
Proceeding to Range Space and Null Space.
---
Part 2: Range Space and Null Space
Linear transformations are fundamental to linear algebra, mapping vectors from one vector space to another while preserving vector addition and scalar multiplication. The range space and null space are two critical subspaces associated with any linear transformation, providing insight into its structure and behavior. We examine these concepts for their direct utility in analyzing linear systems and their prevalence in competitive examinations.
---
Core Concepts
1. Range Space of a Linear Transformation
The range space, also known as the image, of a linear transformation T:V→W is the set of all possible output vectors in W that result from applying T to vectors in the domain V. It is a subspace of the codomain W.
📖Range Space (Image)
For a linear transformation T:V→W, the range space of T, denoted Im(T) or R(T), is defined as:
Im(T)={T(v)∣v∈V}
If T is represented by a matrix A, then the range space of T is equivalent to the column space of A. The dimension of the range space is called the rank of the transformation or matrix.
📐Rank of a Linear Transformation
rank(T)=dim(Im(T))
Where:Im(T) is the range space of T. When to use: To determine the dimension of the output space spanned by the transformation.
Quick Example: Determine the range space and rank of the linear transformation T:R2→R3 defined by T(x,y)=(x,x+y,y).
Step 1: Find the matrix representation of T. We apply T to the standard basis vectors of R2: T(1,0)=(1,1+0,0)=(1,1,0) T(0,1)=(0,0+1,1)=(0,1,1)
The matrix A whose columns are these image vectors is:
A=110011
Step 2: Find a basis for the column space of A. The columns of A are
c1=110
and
c2=011
We check for linear independence. If k1c1+k2c2=0, then:
k1110+k2011=000
k1k1+k2k2=000
This implies k1=0 and k2=0, so the columns are linearly independent.
Step 3: State the range space and rank. The range space Im(T) is the span of these linearly independent column vectors.
Im(T)=span⎩⎨⎧110,011⎭⎬⎫
The rank of T is the dimension of its range space, which is the number of linearly independent vectors in its basis. Answer:rank(T)=2.
:::question type="MCQ" question="Let T:R3→R2 be a linear transformation defined by T(x,y,z)=(x+y,y−z). What is the rank of T?" options=["0","1","2","3"] answer="2" hint="Find the matrix representation of T and determine the dimension of its column space." solution="Step 1: Find the matrix representation of T. Apply T to the standard basis vectors of R3: T(1,0,0)=(1+0,0−0)=(1,0) T(0,1,0)=(0+1,1−0)=(1,1) T(0,0,1)=(0+0,0−1)=(0,−1)
The matrix A is formed by these column vectors:
A=[10110−1]
Step 2: Determine the rank of A. The rank of A is the number of linearly independent columns (or rows). We can perform row operations to find the row echelon form or observe linear independence. The first two columns
[10]
and
[11]
are clearly linearly independent. Since the maximum possible rank for a 2×3 matrix is 2, the rank of A is 2. Alternatively, the row echelon form is already achieved or easily obtained.
[10110−1]
There are two non-zero rows, so rank(A)=2.
Step 3: The rank of T is the rank of its matrix representation. Answer: 2" :::
---
2. Null Space of a Linear Transformation
The null space, also known as the kernel, of a linear transformation T:V→W is the set of all vectors in the domain V that are mapped to the zero vector in the codomain W. It is a subspace of the domain V.
📖Null Space (Kernel)
For a linear transformation T:V→W, the null space of T, denoted Ker(T) or N(T), is defined as:
Ker(T)={v∈V∣T(v)=0W}
If T is represented by a matrix A, then the null space of T is the solution space of the homogeneous system Ax=0. The dimension of the null space is called the nullity of the transformation or matrix.
📐Nullity of a Linear Transformation
nullity(T)=dim(Ker(T))
Where:Ker(T) is the null space of T. When to use: To determine the dimension of the set of vectors that are 'collapsed' to the zero vector by the transformation.
Quick Example: Determine the null space and nullity of the linear transformation T:R3→R2 defined by T(x,y,z)=(x+y,y−z).
Step 1: Find the matrix representation of T. As derived in the previous example, the matrix A for T is:
A=[10110−1]
Step 2: Find the null space by solving Ax=0. We set Ax=0:
[10110−1]xyz=[00]
This gives the system of equations:
x+yy−z=0=0
From the second equation, y=z. Substitute y=z into the first equation: x+z=0, so x=−z.
Step 3: Express the general solution and find a basis for the null space. Let z=t be a free variable. Then y=t and x=−t. Any vector in the null space is of the form:
xyz=−ttt=t−111
The null space Ker(T) is the span of the vector −111.
Ker(T)=span⎩⎨⎧−111⎭⎬⎫
The nullity of T is the dimension of its null space. Answer:nullity(T)=1.
:::question type="MCQ" question="Let T:R3→R3 be a linear transformation defined by T(x,y,z)=(x−y+z,2x−2y+2z,−x+y−z). What is the nullity of T?" options=["0","1","2","3"] answer="2" hint="Form the matrix A for T and solve the homogeneous system Ax=0 to find the basis for the null space." solution="Step 1: Find the matrix representation of T. Apply T to the standard basis vectors of R3: T(1,0,0)=(1,2,−1) T(0,1,0)=(−1,−2,1) T(0,0,1)=(1,2,−1)
The matrix A for T is:
A=12−1−1−2112−1
Step 2: Find the null space by solving Ax=0. We row-reduce the matrix A:
The system Ax=0 is equivalent to the single equation:
x−y+z=0
We have two free variables. Let y=s and z=t. Then x=y−z=s−t.
Step 3: Express the general solution and find a basis for the null space. Any vector in the null space is of the form:
xyz=s−tst=s110+t−101
The null space Ker(T) is spanned by the linearly independent vectors 110 and −101.
Ker(T)=span⎩⎨⎧110,−101⎭⎬⎫
The nullity of T is the dimension of this null space. Answer:2." :::
---
3. Rank-Nullity Theorem
The Rank-Nullity Theorem establishes a fundamental relationship between the dimension of the domain, the rank, and the nullity of a linear transformation. This theorem is crucial for understanding the properties of linear maps.
📐Rank-Nullity Theorem
For a linear transformation T:V→W, where V is a finite-dimensional vector space:
dim(V)=rank(T)+nullity(T)
Where:dim(V) is the dimension of the domain V. rank(T) is the dimension of the range space Im(T). nullity(T) is the dimension of the null space Ker(T). When to use: To find one of the three quantities when the other two are known, or to verify relationships between them.
Quick Example: Let T:R4→R3 be a linear transformation whose range space Im(T) has dimension 3. What is the nullity of T?
Step 1: Identify the known quantities. The domain V=R4, so dim(V)=4. The rank of T is given as rank(T)=dim(Im(T))=3.
Step 2: Apply the Rank-Nullity Theorem.
dim(V)=rank(T)+nullity(T)
4=3+nullity(T)
Step 3: Solve for nullity(T).
nullity(T)=4−3=1
Answer: The nullity of T is 1.
:::question type="NAT" question="A linear transformation T:R5→R4 is given by a 4×5 matrix A. If the column space of A has dimension 3, what is the dimension of the solution space to Ax=0?" answer="2" hint="Recall that the dimension of the column space is the rank, and the dimension of the solution space to Ax=0 is the nullity. Apply the Rank-Nullity Theorem." solution="Step 1: Identify the given information in terms of the Rank-Nullity Theorem. The domain of the transformation is R5, so dim(V)=5. The dimension of the column space of A is 3. The dimension of the column space is precisely the rank of the matrix A, and thus the rank of the transformation T. So, rank(T)=3. The dimension of the solution space to Ax=0 is the nullity of T, nullity(T).
Step 2: Apply the Rank-Nullity Theorem. The theorem states: dim(V)=rank(T)+nullity(T). Substitute the known values:
5=3+nullity(T)
Step 3: Solve for nullity(T).
nullity(T)=5−3=2
Answer: The dimension of the solution space to Ax=0 is 2." :::
---
4. Injectivity and Surjectivity
The null space and range space provide direct criteria for determining whether a linear transformation is injective (one-to-one) or surjective (onto).
📖Injectivity and Null Space
A linear transformation T:V→W is injective if and only if its null space contains only the zero vector:
Ker(T)={0V}
This implies nullity(T)=0.
📖Surjectivity and Range Space
A linear transformation T:V→W is surjective if and only if its range space is equal to the entire codomain:
Im(T)=W
This implies rank(T)=dim(W).
Quick Example: Consider T:R2→R2 defined by T(x,y)=(x+y,x−y). Is T injective? Is T surjective?
Step 1: Determine the null space for injectivity. We solve T(x,y)=(0,0):
x+yx−y=0=0
Adding the two equations yields 2x=0⟹x=0. Substituting x=0 into the first equation yields y=0. Thus, Ker(T)={(0,0)}.
Step 2: Conclude on injectivity. Since Ker(T)={(0,0)}, T is injective.
Step 3: Determine the range space for surjectivity. The matrix for T is:
A=[111−1]
The columns are [11] and [1−1]. These are linearly independent, so rank(T)=2. The codomain is R2, and dim(R2)=2.
Step 4: Conclude on surjectivity. Since rank(T)=dim(R2), T is surjective.
Answer:T is both injective and surjective.
:::question type="MSQ" question="Let T:R3→R2 be a linear transformation defined by T(x,y,z)=(x+y−z,y+z). Select ALL correct statements regarding T." options=["T is injective.","nullity(T)=1.","T is surjective.","rank(T)=2."] answer="nullity(T)=1.,T is surjective.,rank(T)=2." hint="First, find the matrix representation of T. Then, determine its rank and nullity using row reduction and the Rank-Nullity Theorem. Finally, evaluate injectivity and surjectivity." solution="Step 1: Find the matrix representation of T. Apply T to the standard basis vectors of R3: T(1,0,0)=(1,0) T(0,1,0)=(1,1) T(0,0,1)=(−1,1)
The matrix A for T is:
A=[1011−11]
Step 2: Determine the rank of T. The matrix A is already in row echelon form. There are two non-zero rows, so the rank of A is 2. Thus, rank(T)=2. (Statement D is correct)
Step 3: Determine the nullity of T using the Rank-Nullity Theorem. The domain is R3, so dim(R3)=3.
dim(R3)=rank(T)+nullity(T)
3=2+nullity(T)
nullity(T)=1
(Statement B is correct)
Step 4: Evaluate injectivity. For T to be injective, nullity(T) must be 0. Since nullity(T)=1, T is not injective. (Statement A is incorrect)
Step 5: Evaluate surjectivity. For T to be surjective, rank(T) must be equal to the dimension of the codomain. The codomain is R2, and dim(R2)=2. Since rank(T)=2=dim(R2), T is surjective. (Statement C is correct)
Answer:nullity(T)=1.,T is surjective.,rank(T)=2." :::
---
Advanced Applications
We consider a more complex example combining multiple concepts.
Quick Example: Let A be a 3×4 matrix given by:
A=123246112011
Find a basis for the range space of A and a basis for the null space of A.
Step 1: Row-reduce A to find its row echelon form.
Step 2: Find a basis for the range space (column space). The pivot columns in the row echelon form are the 1st and 3rd columns. Thus, the corresponding columns from the original matrix A form a basis for the range space.
Basis for Im(A)=⎩⎨⎧123,112⎭⎬⎫
The rank of A is 2.
Step 3: Find a basis for the null space. From the row echelon form, the system Ax=0 is equivalent to:
x1+2x2+x3x3−x4=0=0
From the second equation, x3=x4. Substitute x3 into the first equation: x1+2x2+x4=0⟹x1=−2x2−x4. The free variables are x2 and x4. Let x2=s and x4=t. Then x3=t and x1=−2s−t.
The general solution vector is:
x1x2x3x4=−2s−tstt=s−2100+t−1011
Step 4: State the basis for the null space.
Basis for Ker(A)=⎩⎨⎧−2100,−1011⎭⎬⎫
The nullity of A is 2.
Answer: Basis for Im(A)=⎩⎨⎧123,112⎭⎬⎫, Basis for Ker(A)=⎩⎨⎧−2100,−1011⎭⎬⎫. We observe dim(V)=4, rank(A)=2, nullity(A)=2. This satisfies the Rank-Nullity Theorem: 4=2+2.
---
Problem-Solving Strategies
💡CUET PG Strategy: Finding Basis and Dimension
For Range Space (Column Space):
Form the matrix A for the linear transformation. Row-reduce A to its row echelon form. Identify the pivot columns in the row echelon form. The corresponding columns in the original matrix A form a basis for the range space. The number of pivot columns is the rank.
For Null Space (Kernel):
Form the matrix A. Solve the homogeneous system Ax=0 by row-reducing A to its reduced row echelon form. Express the basic variables in terms of the free variables. Write the general solution vector as a linear combination of vectors, where coefficients are the free variables. These vectors form a basis for the null space. The number of free variables is the nullity.
---
Common Mistakes
⚠️Watch Out
❌ Using pivot columns from the row-reduced matrix as a basis for the column space. ✅ The basis vectors for the column space (range space) must be the original columns of the matrix that correspond to the pivot columns in its row echelon form. This is crucial as row operations change the column space itself, but not the linear dependence relations between columns.
❌ Confusing the domain and codomain dimensions in the Rank-Nullity Theorem. ✅ The Rank-Nullity Theorem relates rank(T) and nullity(T) to the dimension of the domainV, not the codomain W. dim(V)=rank(T)+nullity(T). Surjectivity, however, compares rank(T) to dim(W).
---
---
Practice Questions
:::question type="MCQ" question="Let A be a 5×7 matrix with rank3. What is the dimension of the null space of A?" options=["2","3","4","5"] answer="4" hint="Apply the Rank-Nullity Theorem. The dimension of the domain is the number of columns of the matrix." solution="Step 1: Identify the dimensions. The matrix A is 5×7, meaning it defines a linear transformation from R7 to R5. The dimension of the domain V is the number of columns, so dim(V)=7. The rank of A is given as rank(A)=3.
Step 2: Apply the Rank-Nullity Theorem. dim(V)=rank(A)+nullity(A)
7=3+nullity(A)
Step 3: Solve for nullity(A).
nullity(A)=7−3=4
Answer: The dimension of the null space of A is 4." :::
:::question type="NAT" question="Let T:P2→R2 be a linear transformation defined by T(p(x))=(p(0),p(1)). What is the nullity of T?" answer="1" hint="First, find a basis for the domain P2 and determine its dimension. Then, find the matrix representation of T with respect to these bases and calculate its rank." solution="Step 1: Determine the dimension of the domain. The domain is P2, the space of polynomials of degree at most 2. A standard basis for P2 is {1,x,x2}. So, dim(P2)=3.
Step 2: Find the matrix representation of T. Apply T to the basis vectors:
T(1)=(1,1)
T(x)=(0,1)
T(x2)=(0,1)
The matrix A for T (with respect to the standard basis of P2 and R2) is:
A=[110101]
Step 3: Determine the rank of T. Row-reduce A:
[110101]R2→R2−R1[100101]
The row echelon form has two non-zero rows, so rank(A)=2.
Step 4: Apply the Rank-Nullity Theorem. dim(P2)=rank(T)+nullity(T)
3=2+nullity(T)
nullity(T)=1
Answer: The nullity of T is 1." :::
:::question type="MCQ" question="For a linear transformation T:V→W, if dim(V)=5 and Ker(T) is spanned by two linearly independent vectors, then Im(T) has dimension:" options=["2","3","4","5"] answer="3" hint="The number of linearly independent vectors spanning the kernel is the nullity. Use the Rank-Nullity Theorem." solution="Step 1: Identify the given information. dim(V)=5. The null space Ker(T) is spanned by two linearly independent vectors, which means nullity(T)=2.
Step 2: Apply the Rank-Nullity Theorem. dim(V)=rank(T)+nullity(T)
5=rank(T)+2
Step 3: Solve for rank(T).
rank(T)=5−2=3
The dimension of Im(T) is the rank of T. Answer:Im(T) has dimension 3." :::
:::question type="MSQ" question="Let A be a 4×3 matrix such that the system Ax=b has a unique solution for some b∈R4. Which of the following statements MUST be true?" options=["rank(A)=3.","nullity(A)=0.","The columns of A are linearly independent.","The rows of A are linearly independent."] answer="rank(A)=3.,nullity(A)=0.,The columns of A are linearly independent." hint="A unique solution to Ax=b implies that the null space of A is trivial. Relate this to rank and linear independence of columns." solution="Step 1: Analyze the condition 'unique solution for some b'. For a system Ax=b to have a unique solution, two conditions must be met:
The system must be consistent (i.e., b must be in the column space of A).
The null space of A must be trivial, meaning Ker(A)={0}. This ensures that if a solution exists, it is unique. If Ker(A) were non-trivial, x0+vh (where vh∈Ker(A)) would yield multiple solutions.
Step 2: Relate to nullity and rank. From condition 2, nullity(A)=dim(Ker(A))=0. (Statement B is correct) Using the Rank-Nullity Theorem: dim(domain)=rank(A)+nullity(A). The domain for a 4×3 matrix is R3, so dim(domain)=3.
3=rank(A)+0
rank(A)=3
(Statement A is correct)
Step 3: Relate to linear independence of columns and rows. Since rank(A)=3, and A is a 4×3 matrix, the number of pivot columns is 3. This means all 3 columns of A are pivot columns, which implies they are linearly independent. (Statement C is correct) The rank of a matrix is also the number of linearly independent rows. A 4×3 matrix with rank 3 has 3 linearly independent rows. However, it has 4 rows in total. Therefore, the rows of Acannot be linearly independent, as 4 vectors in R3 must be linearly dependent. (Statement D is incorrect)
Answer:rank(A)=3.,nullity(A)=0.,The columns of A are linearly independent." :::
---
Summary
❗Key Formulas & Takeaways
| # | Formula/Concept | Expression | |---|----------------|------------| | 1 | Range Space (Image) | Im(T)={T(v)∣v∈V} | | 2 | Rank | rank(T)=dim(Im(T)) | | 3 | Null Space (Kernel) | Ker(T)={v∈V∣T(v)=0W} | | 4 | Nullity | nullity(T)=dim(Ker(T)) | | 5 | Rank-Nullity Theorem | dim(V)=rank(T)+nullity(T) | | 6 | Injectivity | T is injective ⟺nullity(T)=0 | | 7 | Surjectivity | T is surjective ⟺rank(T)=dim(W) |
---
What's Next?
💡Continue Learning
This topic connects to:
Matrix Invertibility: An n×n matrix A is invertible if and only if rank(A)=n (full rank), which implies nullity(A)=0.
Eigenvalues and Eigenvectors: The null space of (A−λI) is the eigenspace corresponding to the eigenvalue λ.
Fundamental Subspaces: Range space and null space are two of the four fundamental subspaces of a matrix (along with row space and left null space), which are interconnected by orthogonality.
---
💡Next Up
Proceeding to Rank-Nullity Theorem.
---
Part 3: Rank-Nullity Theorem
The Rank-Nullity Theorem is a fundamental result in linear algebra, establishing a crucial relationship between the dimensions of the null space (kernel) and the range space (image) of a linear transformation. We utilize this theorem extensively in determining properties of linear mappings and analyzing systems of linear equations, which are recurrent themes in the CUET PG examination.
---
Core Concepts
1. Linear Transformation
A mapping T:V→W between two vector spaces V and W over the same field F is a linear transformation if, for all vectors u,v∈V and scalars c∈F, it satisfies two conditions:
T(u+v)=T(u)+T(v) (additivity)
T(cu)=cT(u) (homogeneity)
We frequently represent linear transformations using matrices, where matrix multiplication corresponds to the transformation.
Quick Example:
Consider the transformation T:R2→R2 defined by T(x,y)=(x+y,x−y). We verify its linearity.
Step 1: Check additivity. Let u=(x1,y1) and v=(x2,y2). T(u+v)=T(x1+x2,y1+y2)
:::question type="MCQ" question="Let T:R2→R2 be a transformation defined by T(x,y)=(xy,x+y). Is T a linear transformation?" options=["Yes, because it maps from R2 to R2.","Yes, because it preserves vector addition.","No, because it does not preserve scalar multiplication.","No, because it does not preserve vector addition."] answer="No, because it does not preserve vector addition." hint="Test the additivity and homogeneity properties with specific vectors and scalars." solution="Let u=(1,0) and v=(0,1). Then u+v=(1,1).
T(u)=T(1,0)=(1⋅0,1+0)=(0,1)
T(v)=T(0,1)=(0⋅1,0+1)=(0,1)
T(u)+T(v)=(0,1)+(0,1)=(0,2)
However,
T(u+v)=T(1,1)=(1⋅1,1+1)=(1,2)
Since T(u+v)=T(u)+T(v), the transformation is not linear. Therefore, it does not preserve vector addition. Answer:No, because it does not preserve vector addition." :::
---
2. Null Space (Kernel)
📖Null Space (Kernel)
For a linear transformation T:V→W, the null space (or kernel) of T, denoted Null(T) or ker(T), is the set of all vectors v∈V such that T(v)=0W.
Null(T)={v∈V∣T(v)=0W}
The null space is a subspace of V.
📖Nullity
The dimension of the null space, dim(Null(T)), is called the nullity of T, denoted nullity(T).
For a matrix A, its null space Null(A) is the set of all solutions to the homogeneous equation Ax=0. The nullity of A is the dimension of this solution space.
Quick Example:
Find the null space and nullity of the matrix A=[1326].
Step 1: Set up the homogeneous system Ax=0.
[1326][xy]=[00]
Step 2: Reduce the augmented matrix to row echelon form.
[132600]R2→R2−3R1[102000]
Step 3: Write the system of equations from the row echelon form. x+2y=0⟹x=−2y. Here y is a free variable.
Step 4: Express the general solution. Let y=t for some scalar t∈R. Then
x=[xy]=[−2tt]=t[−21]
Step 5: Identify the null space and nullity. The null space is
Null(A)=span{[−21]}
The nullity is the number of free variables, which is 1. Answer:Null(A)=span{[−21]}, nullity(A)=1.
:::question type="NAT" question="Consider the linear transformation T:R3→R2 defined by T(x,y,z)=(x−y,y−z). What is the nullity of T?" answer="1" hint="Find the matrix representation of T and then its null space dimension. The null space consists of vectors (x,y,z) such that x−y=0 and y−z=0." solution="The transformation T(x,y,z)=(x−y,y−z) can be represented by a matrix A such that T(x)=Ax.
A=[10−110−1]
To find the null space, we solve Ax=0:
x−yy−z=0=0
From the second equation, y=z. Substitute into the first equation: x−z=0⟹x=z. So, any vector in the null space is of the form (z,z,z). We can write this as z(1,1,1). Thus, the null space is span{(1,1,1)}. The basis for the null space is {(1,1,1)}, which contains one vector. Therefore, the nullity of T is 1. Answer: \boxed{1}" :::
---
3. Range Space (Image)
📖Range Space (Image)
For a linear transformation T:V→W, the range space (or image) of T, denoted Range(T) or Im(T), is the set of all vectors w∈W such that w=T(v) for some v∈V.
Range(T)={T(v)∣v∈V}
The range space is a subspace of W.
📖Rank
The dimension of the range space, dim(Range(T)), is called the rank of T, denoted rank(T).
For a matrix A, its range space Range(A) is the column space of A, which is the span of its column vectors. The rank of A is the dimension of its column space, which is also equal to the dimension of its row space. We typically find the rank by reducing the matrix to row echelon form and counting the number of non-zero rows (pivot positions).
Quick Example:
Find the range space and rank of the matrix A=[1326].
Step 1: The range space is the column space of A.
Range(A)=span{[13],[26]}
Step 2: Determine a basis for the column space. We observe that the second column is 2 times the first column.
[26]=2[13]
The columns are linearly dependent. A basis for the column space is
{[13]}
Step 3: Identify the rank. The rank is the number of linearly independent column vectors, which is 1. Alternatively, we reduce A to row echelon form:
[1326]R2→R2−3R1[1020]
The number of non-zero rows (pivot positions) is 1. Answer:Range(A)=span{[13]}, rank(A)=1.
:::question type="MCQ" question="Let T:R3→R3 be defined by T(x,y,z)=(x+y,y+z,x−z). What is the rank of T?" options=["1","2","3","0"] answer="2" hint="Form the matrix for T and find the number of pivot positions after row reduction." solution="The matrix representation of T is:
The row echelon form has two non-zero rows. Therefore, the rank of T is 2. Answer: \boxed{2}" :::
---
4. Rank-Nullity Theorem
📐Rank-Nullity Theorem
For a linear transformation T:V→W, where V is a finite-dimensional vector space, the sum of the dimension of its range space (rank) and the dimension of its null space (nullity) is equal to the dimension of its domain space V.
dim(V)=rank(T)+nullity(T)
Where: dim(V) = dimension of the domain vector space V. rank(T) = dimension of the range space Range(T). nullity(T) = dimension of the null space Null(T). When to use: To relate the "size" of the input space to the "loss of information" (null space) and the "output space" (range space) of a linear transformation.
This theorem applies equally to matrices, where rank(A)+nullity(A)=n, for an m×n matrix A. Here n is the number of columns (dimension of the domain space).
Quick Example:
Let T:R4→R3 be a linear transformation with rank(T)=2. Find nullity(T).
Step 1: Identify the dimension of the domain space. The domain is R4, so dim(V)=4.
:::question type="MCQ" question="A linear transformation T:P3(R)→R3 has a range space spanned by {(1,0,1),(0,1,1)}. What is the nullity of T?" options=["1","2","3","4"] answer="2" hint="First, determine the dimension of the domain space P3(R) and the rank of T from the given span." solution="The domain space is P3(R), the space of polynomials of degree at most 3. A basis for P3(R) is {1,x,x2,x3}, so dim(P3(R))=4. The range space is spanned by {(1,0,1),(0,1,1)}. These two vectors are linearly independent, so the dimension of the range space, rank(T), is 2. Applying the Rank-Nullity Theorem:
dim(P3(R))=rank(T)+nullity(T)
4=2+nullity(T)
nullity(T)=4−2=2
The nullity of T is 2. Answer: \boxed{2}" :::
---
Advanced Applications
1. Rank and Nullity of a Matrix
For an m×n matrix A, we can view it as the matrix representation of a linear transformation T:Rn→Rm. The rank of A, denoted rank(A), is the dimension of its column space (or row space). This is equivalent to the number of pivot positions in its row echelon form. The nullity of A, denoted nullity(A), is the dimension of the solution space to Ax=0. This is equivalent to the number of free variables in the solution to Ax=0.
📐Rank-Nullity for Matrices
For an m×n matrix A:
n=rank(A)+nullity(A)
Where: n = number of columns of A (dimension of the domain space). rank(A) = number of pivot columns in the row echelon form of A. nullity(A) = number of non-pivot columns (free variables) in the row echelon form of A.
Alternatively, from the row echelon form, x1+2x2+3x3=0. Variables x2 and x3 are free variables. Thus, there are 2 free variables, so nullity(A)=2. Answer:rank(A)=1, nullity(A)=2.
:::question type="NAT" question="What is the nullity of the matrix M=120−1−20240013?" answer="2" hint="Find the rank of the matrix first by row reduction, then use the Rank-Nullity Theorem." solution="We reduce the matrix M to row echelon form:
The number of non-zero rows (pivot positions) is 2. So, rank(M)=2. The matrix M is 3×4, so the number of columns n=4. Using the Rank-Nullity Theorem:
n=rank(M)+nullity(M)
4=2+nullity(M)
nullity(M)=4−2=2
Answer: \boxed{2}" :::
2. Systems of Linear Equations
For a homogeneous system of linear equations Ax=0, the solution set is precisely the null space of A. Thus, the dimension of the solution space is nullity(A).
For a non-homogeneous system Ax=b, solutions exist if and only if b is in the column space (range) of A. The number of free variables in the general solution corresponds to nullity(A).
Worked Example (PYQ 1 type):
The dimension of the general solution space W of the homogeneous system
The dimension of the general solution space W is the nullity of the coefficient matrix. Answer: The dimension of the general solution space is 3.
:::question type="MCQ" question="Consider the homogeneous system x−2y+z=0 and 2x−4y+2z=0. What is the dimension of its solution space?" options=["0","1","2","3"] answer="2" hint="Identify the coefficient matrix, find its rank, and then apply the Rank-Nullity Theorem." solution="The coefficient matrix A for the system is:
A=[12−2−412]
We reduce A to row echelon form:
[12−2−412]R2→R2−2R1[10−2010]
The rank of A is 1 (one non-zero row). The number of columns (variables) n=3. Using the Rank-Nullity Theorem:
n=rank(A)+nullity(A)
3=1+nullity(A)
nullity(A)=2
The dimension of the solution space is the nullity of the coefficient matrix. Answer: \boxed{2}" :::
3. Properties of T and T2
Consider a linear transformation T:V→V on a finite-dimensional vector space V. We can define T2=T∘T.
❗Key Subspace Relationships
We observe the following inclusions:
Null(T)⊆Null(T2)⊆⋯⊆Null(Tk)⊆Null(Tk+1)⊆…
Range(T)⊇Range(T2)⊇⋯⊇Range(Tk)⊇Range(Tk+1)⊇…
These chains of subspaces must eventually stabilize due to finite dimensionality.
If rank(T)=rank(T2), this implies that the range space chain has stabilized at k=1, i.e., Range(T)=Range(T2). By the Rank-Nullity Theorem, if rank(T)=rank(T2) and dim(V) is finite, then nullity(T)=nullity(T2). This implies that the null space chain has also stabilized at k=1, i.e., Null(T)=Null(T2).
⚠️Common Misconception
❌ rank(T)=rank(T2) implies N(T)∩R(T)={0} or V=N(T)⊕R(T). ✅ This condition implies N(T)∩R(T)={0} is true if and only if V=N(T)⊕R(T). The condition rank(T)=rank(T2) is equivalent to N(T)=N(T2) and R(T)=R(T2). A stronger result states that if rank(T)=rank(T2), then V=Null(T)⊕Range(T) is not always true. However, it does imply that Null(T)∩Range(T)={0} is a consequence of N(T)=N(T2), because if v∈N(T)∩R(T), then v=T(u) for some u, and T(v)=0. So T(T(u))=0, meaning u∈N(T2). Since N(T)=N(T2), u∈N(T), so T(u)=0. Thus, v=0.
Therefore, if rank(T)=rank(T2), then:
Null(T)=Null(T2)
Range(T)=Range(T2)
Null(T)∩Range(T)={0}
Worked Example (PYQ 2 type):
Let T:V→V be a linear transformation on a finite-dimensional vector space V. If rank(T)=rank(T2), identify the correct statements among: A. Null(T)=Range(T) B. Null(T)=Null(T2) C. Null(T)∩Range(T)={0} D. Range(T)=Range(T2)
Step 1: Analyze option B. We know that Null(T)⊆Null(T2). From rank(T)=rank(T2) and dim(V)=rank(T)+nullity(T), it follows that nullity(T)=nullity(T2). Since Null(T) is a subspace of Null(T2) and they have the same dimension, they must be equal. So, B is correct.
Step 2: Analyze option D. We know that Range(T2)⊆Range(T). Given rank(T)=rank(T2), and rank is the dimension of the range space, dim(Range(T))=dim(Range(T2)). Since Range(T2) is a subspace of Range(T) and they have the same dimension, they must be equal. So, D is correct.
Step 3: Analyze option C. Let v∈Null(T)∩Range(T). This means v∈Null(T), so T(v)=0. And v∈Range(T), so v=T(u) for some u∈V. Substituting the second into the first: T(T(u))=0, which means T2(u)=0. Thus, u∈Null(T2). Since we established that Null(T)=Null(T2) (from B), it implies u∈Null(T). If u∈Null(T), then T(u)=0. Since v=T(u), this implies v=0. Therefore, Null(T)∩Range(T)={0}. So, C is correct.
Step 4: Analyze option A. Null(T)=Range(T) is generally not true. For example, consider T:R2→R2 given by T(x,y)=(y,0). Null(T)=span{(1,0)} and Range(T)=span{(1,0)}. In this specific case, N(T)=R(T). However, consider T(x,y)=(0,x). Null(T)=span{(0,1)}. Range(T)=span{(0,1)}. This is also true here. Consider T(x,y,z)=(x,0,0). N(T)=span{(0,1,0),(0,0,1)}. R(T)=span{(1,0,0)}. Here N(T)=R(T). The condition rank(T)=rank(T2) holds for T(x,y,z)=(x,0,0) because rank(T)=1, T2(x,y,z)=T(x,0,0)=(x,0,0), so rank(T2)=1. But N(T)=R(T). So, A is not generally correct.
Answer: Options B, C, and D are correct.
:::question type="MSQ" question="Let T:V→V be a linear transformation on a finite-dimensional vector space V. If nullity(T)=nullity(T2), which of the following statements are correct?" options=["rank(T)=rank(T2)","Null(T)=Null(T2)","Range(T)=Range(T2)","Null(T)∩Range(T)={0}"] answer="rank(T)=rank(T2),Null(T)=Null(T2),Range(T)=Range(T2),Null(T)∩Range(T)={0}" hint="The condition nullity(T)=nullity(T2) is equivalent to rank(T)=rank(T2) for finite-dimensional spaces. Analyze the consequences as in the previous example." solution="Given nullity(T)=nullity(T2). Since V is finite-dimensional, we use the Rank-Nullity Theorem: dim(V)=rank(T)+nullity(T). Also, dim(V)=rank(T2)+nullity(T2). If nullity(T)=nullity(T2), then by comparing the two equations, we must have rank(T)=rank(T2). So, the first option is correct.
We know that Null(T)⊆Null(T2). Since nullity(T)=dim(Null(T)) and nullity(T2)=dim(Null(T2)) are equal, and one subspace is contained within the other, they must be the same subspace. So, Null(T)=Null(T2) is correct.
Similarly, we know that Range(T2)⊆Range(T). Since rank(T)=dim(Range(T)) and rank(T2)=dim(Range(T2)) are equal, and one subspace is contained within the other, they must be the same subspace. So, Range(T)=Range(T2) is correct.
For the last option, let v∈Null(T)∩Range(T). Then T(v)=0 and v=T(u) for some u∈V. This implies T(T(u))=0, so T2(u)=0. Thus, u∈Null(T2). Since Null(T)=Null(T2), it follows that u∈Null(T). Therefore, T(u)=0. Since v=T(u), we have v=0. Hence, Null(T)∩Range(T)={0} is correct. Answer: \boxed{rank(T)=rank(T2),Null(T)=Null(T2),Range(T)=Range(T2),Null(T)∩Range(T)={0}}" :::
---
Problem-Solving Strategies
💡CUET PG Strategy
For Nullity: If asked for the dimension of the solution space of Ax=0, reduce A to its row echelon form. The number of free variables directly gives the nullity.
For Rank: The rank of a matrix is the number of pivot columns (or non-zero rows) in its row echelon form.
Applying Rank-Nullity: Always identify dim(V) (number of columns for a matrix) first. If you find one of rank or nullity, the other is easily derived.
T2 Questions: Remember the inclusions Null(T)⊆Null(T2) and Range(T2)⊆Range(T). Equality of ranks (or nullities) implies equality of these subspaces and N(T)∩R(T)={0}.
---
Common Mistakes
⚠️Watch Out
❌ Confusing Domain Dimension with Codomain Dimension: For T:V→W, dim(V) is used in the Rank-Nullity Theorem, not dim(W). For an m×n matrix, n (number of columns) is the domain dimension, not m (number of rows). ✅ Always use the dimension of the domain space. For matrix A, it is the number of columns.
❌ Incorrectly Calculating Rank: Counting all non-zero rows in a non-echelon form matrix. ✅ Rank must be determined from the row echelon form (or reduced row echelon form) by counting pivot positions or non-zero rows.
❌ Assuming N(T)∩R(T)={0} always: This is not true in general. It is a special condition that arises under circumstances like rank(T)=rank(T2). ✅ Understand the conditions under which N(T)∩R(T)={0} holds.
---
Practice Questions
:::question type="MCQ" question="Let A be a 5×7 matrix such that rank(A)=3. What is the dimension of the null space of the linear transformation T(x)=Ax?" options=["2","3","4","5"] answer="4" hint="Apply the Rank-Nullity Theorem directly. The domain dimension is the number of columns of A." solution="The matrix A is 5×7, so the domain of the transformation T(x)=Ax is R7. Thus, dim(V)=7. We are given rank(A)=3. By the Rank-Nullity Theorem:
The dimension of the null space is 4. Answer: \boxed{4}" :::
:::question type="NAT" question="A linear transformation T:R5→R4 is given by T(x1,x2,x3,x4,x5)=(x1+x2,x2+x3,x3+x4,x4+x5). What is the nullity of T?" answer="1" hint="Form the matrix for T, find its rank by row reduction, then use Rank-Nullity Theorem." solution="The matrix representation A for T is:
A=10001100011000110001
This matrix is already in row echelon form. The number of non-zero rows (pivot positions) is 4. So, rank(A)=4. The domain space is R5, so n=5. Using the Rank-Nullity Theorem:
:::question type="MCQ" question="Let T:V→V be a linear transformation where dim(V)=6. If nullity(T)=2, which of the following statements is true?" options=["dim(Range(T))=2","Null(T)=V","Range(T)=V","rank(T)=4"] answer="rank(T)=4" hint="Apply the Rank-Nullity Theorem to find the rank. Then evaluate the options." solution="Given dim(V)=6 and nullity(T)=2. By the Rank-Nullity Theorem:
Thus, dim(Range(T))=4. Option 1 states dim(Range(T))=2, which is false. Option 2 states Null(T)=V. This would mean nullity(T)=dim(V)=6, which is false. Option 3 states Range(T)=V. This would mean rank(T)=dim(V)=6, which is false. Option 4 states rank(T)=4, which is true. Answer: \boxed{\operatorname{rank}(T) = 4}" :::
:::question type="MSQ" question="Let A be an n×n matrix. Which of the following statements are always true?" options=["If rank(A)=n, then Ax=0 has only the trivial solution.","If Ax=b has a unique solution for every b, then nullity(A)=0.","If nullity(A)>0, then A is invertible.","rank(A)+nullity(A)=n"] answer="If rank(A)=n, then Ax=0 has only the trivial solution.,If Ax=b has a unique solution for every b, then nullity(A)=0.,rank(A)+nullity(A)=n" hint="Recall the properties of invertible matrices and the implications of the Rank-Nullity Theorem for square matrices." solution="Let's analyze each statement:
If rank(A)=n, then Ax=0 has only the trivial solution.
By the Rank-Nullity Theorem, n=rank(A)+nullity(A). If rank(A)=n, then n=n+nullity(A), which implies nullity(A)=0. A nullity of 0 means the null space contains only the zero vector, so Ax=0 has only the trivial solution (x=0). This statement is correct.
If Ax=b has a unique solution for every b, then nullity(A)=0.
If Ax=b has a unique solution for every b, it means A is invertible. An invertible n×n matrix has rank(A)=n. From the Rank-Nullity Theorem, nullity(A)=n−rank(A)=n−n=0. This statement is correct.
If nullity(A)>0, then A is invertible.
If nullity(A)>0, it means Ax=0 has non-trivial solutions. This implies A is singular (not invertible). So, this statement is incorrect.
rank(A)+nullity(A)=n.
This is the direct statement of the Rank-Nullity Theorem for an n×n matrix (where n is the dimension of the domain). This statement is correct. Answer: \boxed{1, 2, 4}" :::
:::question type="NAT" question="Consider the matrix B=101011112. What is the sum of its rank and nullity?" answer="3" hint="The sum of rank and nullity for an n×n matrix is always n. Identify n for this matrix." solution="The matrix B is a 3×3 matrix. For any n×n matrix, the Rank-Nullity Theorem states that rank(B)+nullity(B)=n. In this case, n=3. Therefore, the sum of its rank and nullity is 3.
rank(B)=2. Then nullity(B)=3−2=1. rank(B)+nullity(B)=2+1=3.) Answer: \boxed{3}" :::
---
Summary
❗Key Formulas & Takeaways
| # | Formula/Concept | Expression | |---|----------------|------------| | 1 | Linear Transformation | T(u+v)=T(u)+T(v) and T(cu)=cT(u) | | 2 | Null Space (Kernel) | Null(T)={v∈V∣T(v)=0W} | | 3 | Range Space (Image) | Range(T)={T(v)∣v∈V} | | 4 | Nullity | nullity(T)=dim(Null(T)) | | 5 | Rank | rank(T)=dim(Range(T)) | | 6 | Rank-Nullity Theorem | dim(V)=rank(T)+nullity(T) | | 7 | Matrix Rank-Nullity | For m×n matrix A, n=rank(A)+nullity(A) | | 8 | T,T2 Equalities | If rank(T)=rank(T2), then N(T)=N(T2), R(T)=R(T2), and N(T)∩R(T)={0} |
---
What's Next?
💡Continue Learning
This topic connects to:
Invertible Matrix Theorem: The Rank-Nullity Theorem provides a basis for many equivalences in the Invertible Matrix Theorem, linking rank and nullity to invertibility.
Eigenvalues and Eigenvectors: Understanding the null space and range space of a transformation T−λI is crucial for finding eigenvalues and eigenvectors.
Diagonalization: The properties of null spaces and range spaces are essential for determining if a matrix is diagonalizable.
---
💡Next Up
Proceeding to Matrix Representation.
---
Part 4: Matrix Representation
Matrix representation provides a concrete means to analyze and compute with linear transformations between finite-dimensional vector spaces. This framework is fundamental for understanding concepts such as change of basis, similarity transformations, and the kernel and image of a linear map, which are central to competitive examinations in linear algebra.
---
Core Concepts
1. Definition of a Linear Transformation
A mapping F:V→W between two vector spaces V and W over the same field K is a linear transformation if, for all vectors u,v∈V and all scalars c∈K:
F(u+v)=F(u)+F(v) (Additivity)
F(cu)=cF(u) (Homogeneity)
📖Linear Transformation
A function F:V→W is linear if F(cu+dv)=cF(u)+dF(v) for all u,v∈V and scalars c,d∈K.
Quick Example: Consider F:R2→R2 defined by F(x,y)=(x+y,x−y). We verify linearity.
Step 1: Additivity Let u=(x1,y1) and v=(x2,y2).
The results are identical, so F(cu)=cF(u). Thus, F is a linear transformation.
:::question type="MCQ" question="Let F:R2→R2 be defined by F(x,y)=(x2,y). Is F a linear transformation?" options=["Yes, it satisfies both additivity and homogeneity.","No, it fails additivity.","No, it fails homogeneity.","No, it fails both additivity and homogeneity."] answer="No, it fails homogeneity." hint="Check the homogeneity condition with a non-zero scalar." solution="We test the homogeneity condition. Let u=(1,1) and c=2.
Since F(cu)=(4,2) and cF(u)=(2,2), we observe F(cu)=cF(u). Thus, F is not a linear transformation because it fails homogeneity. It also fails additivity. Answer: \boxed{\text{No, it fails homogeneity.}}" :::
---
2. Matrix Representation with Respect to Standard Bases
Consider a linear transformation F:V→W, where V=Rn and W=Rm. Let En={e1,…,en} be the standard basis for Rn and Em={e1′,…,em′} be the standard basis for Rm. The matrix representation of F with respect to these standard bases, denoted MEm,En(F) or simply [F], is an m×n matrix whose columns are the images of the standard basis vectors of V, expressed in terms of the standard basis vectors of W.
📐Standard Matrix Representation
If F:Rn→Rm is a linear transformation, its matrix representation with respect to the standard bases En and Em is given by:
[F]=∣F(e1)∣∣F(e2)∣…∣F(en)∣
where ej are standard basis vectors of Rn and F(ej) are column vectors in Rm. When to use: When both the domain and codomain bases are standard bases.
Quick Example: Let F:R2→R2 be defined by F(x,y)=(3x+4y,2x−5y). We determine the matrix representation of F relative to the standard basis E={(1,0),(0,1)}.
Step 1: Apply F to each standard basis vector of the domain.
F(e1)=F(1,0)=(3(1)+4(0),2(1)−5(0))=(3,2)
F(e2)=F(0,1)=(3(0)+4(1),2(0)−5(1))=(4,−5)
Step 2: Form the matrix using these images as columns.
[F]E=[324−5]
Answer: The matrix representation is
[324−5]
.
:::question type="MCQ" question="Let F:R3→R2 be a linear transformation defined by F(x,y,z)=(x−2y+z,3x+y−4z). What is the matrix representation of F with respect to the standard bases of R3 and R2?" options=["
1−2131−4
", "
[13−211−4]
", "
11−4−231
", "
[131−4]
"] answer="
[13−211−4]
" hint="The columns of the matrix are the images of the standard basis vectors of the domain." solution="Step 1: Apply F to the standard basis vectors of R3: e1=(1,0,0), e2=(0,1,0), e3=(0,0,1).
F(1,0,0)=(1−2(0)+0,3(1)+0−4(0))=(1,3)
F(0,1,0)=(0−2(1)+0,3(0)+1−4(0))=(−2,1)
F(0,0,1)=(0−2(0)+1,3(0)+0−4(1))=(1,−4)
Step 2: Form the matrix using these image vectors as columns.
[F]=[13−211−4]
" :::
---
3. Matrix Representation with Respect to Arbitrary Bases
Let F:V→W be a linear transformation, where dim(V)=n and dim(W)=m. Let B={v1,v2,…,vn} be an ordered basis for V and C={w1,w2,…,wm} be an ordered basis for W. The matrix representation of F with respect to bases B and C, denoted MC,B(F) or [F]C←B, is an m×n matrix. Its j-th column is the coordinate vector of F(vj) with respect to the basis C, i.e., [F(vj)]C.
📐Arbitrary Basis Matrix Representation
Given F:V→W, basis B={v1,…,vn} for V, and basis C={w1,…,wm} for W. The matrix MC,B(F) has columns given by:
Where:[F(vj)]C is the coordinate vector of F(vj) with respect to basis C. When to use: When domain and/or codomain bases are non-standard.
Quick Example: Let F:R2→R2 be defined by F(x,y)=(3x+4y,2x−5y). Consider the domain basis B={(1,0),(0,1)} (standard basis E) and codomain basis C={(1,2),(2,3)}. We find MC,B(F).
Step 1: Apply F to each vector in the domain basis B.
F(1,0)=(3,2)
F(0,1)=(4,−5)
Step 2: Express each resulting vector in terms of the codomain basis C. For F(1,0)=(3,2): We need to find a,b such that
(3,2)=a(1,2)+b(2,3)
3=a+2b
2=2a+3b
Multiplying the first equation by 2: 6=2a+4b. Subtracting the second equation from this:
(2a+4b)−(2a+3b)=6−2⟹b=4
Substitute b=4 into 3=a+2b⟹3=a+2(4)⟹a=3−8=−5. So,
[F(1,0)]C=[−54]
.
For F(0,1)=(4,−5): We need to find c,d such that
(4,−5)=c(1,2)+d(2,3)
4=c+2d
−5=2c+3d
Multiplying the first equation by 2: 8=2c+4d. Subtracting the second equation from this:
(2c+4d)−(2c+3d)=8−(−5)⟹d=13
Substitute d=13 into 4=c+2d⟹4=c+2(13)⟹c=4−26=−22. So,
[F(0,1)]C=[−2213]
.
Step 3: Form the matrix MC,B(F) using these coordinate vectors as columns.
MC,B(F)=[−54−2213]
Answer: The matrix representation is
[−54−2213]
.
:::question type="MCQ" question="Let F:R2→R2 be defined by F(x,y)=(x+2y,3x−y). Let B={(1,1),(1,−1)} be a basis for the domain and C={(1,0),(0,1)} be the standard basis for the codomain. Find MC,B(F)." options=["
[32−14]
", "
[3−124]
", "
[131−1]
", "
[113−1]
"] answer="
[32−14]
" hint="Apply F to each vector in B, then express the result in terms of C (which is the standard basis)." solution="Step 1: Apply F to each vector in the domain basis B={(1,1),(1,−1)}.
F(1,1)=(1+2(1),3(1)−1)=(3,2)
F(1,−1)=(1+2(−1),3(1)−(−1))=(1−2,3+1)=(−1,4)
Step 2: Express each resulting vector in terms of the codomain basis C={(1,0),(0,1)}. Since C is the standard basis, the coordinate vector is simply the vector itself.
[F(1,1)]C=[32]
[F(1,−1)]C=[−14]
Step 3: Form the matrix MC,B(F) using these coordinate vectors as columns.
MC,B(F)=[32−14]
" :::
---
4. Change of Basis Matrix
A change of basis matrix transforms coordinate vectors from one basis to another within the same vector space. Let B={v1,…,vn} and B′={v1′,…,vn′} be two ordered bases for a vector space V. The change of basis matrix from B′ to B, denoted PB←B′ or [I]B,B′, is an n×n matrix whose j-th column is the coordinate vector of vj′ with respect to the basis B.
📐Change of Basis Matrix
Given two bases B={v1,…,vn} and B′={v1′,…,vn′} for a vector space V. The change of basis matrix from B′ to B is:
PB←B′=∣[v1′]B∣∣[v2′]B∣…∣[vn′]B∣
If v is a vector, then
[v]B=PB←B′[v]B′
. When to use: To convert coordinates of a vector from one basis to another.
Quick Example: Consider two bases for R2: B={(1,0),(0,1)} (standard basis) and B′={(1,2),(2,3)}. We find the change of basis matrix from B′ to B, i.e., PB←B′.
Step 1: Express each vector in B′ as a linear combination of vectors in B. For v1′=(1,2):
(1,2)=1(1,0)+2(0,1)⟹[v1′]B=[12]
For v2′=(2,3):
(2,3)=2(1,0)+3(0,1)⟹[v2′]B=[23]
Step 2: Form the matrix PB←B′ using these coordinate vectors as columns.
PB←B′=[1223]
Answer: The change of basis matrix is
[1223]
.
❗Inverse Change of Basis Matrix
The change of basis matrix from B to B′ is the inverse of the matrix from B′ to B:
PB′←B=(PB←B′)−1
This is often easier to compute by forming an augmented matrix [B′∣B] and row reducing to [I∣PB←B′] or [B∣B′] to [I∣PB′←B].
:::question type="MCQ" question="Let B={(1,−1),(2,0)} and B′={(1,0),(0,1)} be bases for R2. Find the change of basis matrix from B to B′, i.e., PB′←B." options=["
[1−120]
", "
[12−10]
", "
[01−1/21/2]
", "
[0−11/21/2]
"] answer="
[1−120]
" hint="Express vectors of B in terms of B′. Since B′ is the standard basis, this is straightforward." solution="Step 1: Express each vector in B={(1,−1),(2,0)} in terms of the standard basis B′={(1,0),(0,1)}. For v1=(1,−1):
(1,−1)=1(1,0)+(−1)(0,1)⟹[v1]B′=[1−1]
For v2=(2,0):
(2,0)=2(1,0)+0(0,1)⟹[v2]B′=[20]
Step 2: Form the matrix PB′←B using these coordinate vectors as columns.
PB′←B=[1−120]
" :::
---
5. Matrix of a Linear Operator in Different Bases (Similarity)
If F:V→V is a linear operator and B and B′ are two bases for V, then the matrix representation of F with respect to B′, MB′,B′(F), is related to the matrix representation with respect to B, MB,B(F), by a similarity transformation.
📐Similarity Transformation
Let F:V→V be a linear operator. Let B and B′ be bases for V. Then
MB′,B′(F)=PB′←BMB,B(F)PB←B′
. Alternatively, if A=MB,B(F) and A′=MB′,B′(F), and P=PB←B′ (the change of basis matrix from B′ to B), then
A′=P−1AP
. Where:P is the change of basis matrix from the 'new' basis B′ to the 'old' basis B. When to use: To find the matrix of a linear operator in a new basis, given its matrix in an old basis and the change of basis matrices.
Quick Example: Let F:R2→R2 be defined by F(x,y)=(2x+y,x−y). Let E={(1,0),(0,1)} be the standard basis and B={(1,1),(1,2)} be another basis. The matrix of F with respect to E is
A=ME,E(F)=[211−1]
. We find the matrix of F with respect to B, i.e., A′=MB,B(F).
Step 1: Find the change of basis matrix PE←B (from B to E). The columns of PE←B are the vectors of B expressed in terms of E.
Answer: The matrix of F with respect to basis B is
[6−39−5]
.
:::question type="MCQ" question="Let F:R2→R2 be a linear operator with matrix A=ME,E(F)=[1023] with respect to the standard basis E={(1,0),(0,1)}. If B={(1,1),(0,1)} is another basis for R2, find MB,B(F)." options=["
[1023]
", "
[3021]
", "
[1003]
", "
[10−13]
"] answer="
[3021]
" hint="Calculate the change of basis matrix from B to E and its inverse. Then apply the similarity formula A′=P−1AP." solution="Step 1: Find the change of basis matrix PE←B (from B to E). The columns of PE←B are the vectors of B expressed in terms of E.
Matrix Representation for Transformations between Higher Dimensional Spaces
We extend the concept of matrix representation to transformations between vector spaces of different dimensions, with non-standard bases for both domain and codomain.
Worked Example (based on PYQ 4): Let F:R3→R2 be the linear map defined by F(x,y,z)=(3x+2y−4z,x−5y+3z). The basis of R3 is S={(1,1,1),(1,1,0),(1,0,0)} and basis of R2 is S′={(1,3),(2,5)}. We find the matrix of F in the bases S (domain) and S′ (codomain), i.e., MS′,S(F).
Step 1: Apply F to each vector in the domain basis S.
Step 2: Express each resulting vector in terms of the codomain basis S′={(1,3),(2,5)}. For F(1,1,1)=(1,−1): We need a,b such that
(1,−1)=a(1,3)+b(2,5)
1=a+2b
−1=3a+5b
Multiply first equation by 3: 3=3a+6b. Subtract second from this:
(3a+6b)−(3a+5b)=3−(−1)⟹b=4
Substitute b=4 into 1=a+2b⟹1=a+2(4)⟹a=1−8=−7. So,
[F(1,1,1)]S′=[−74]
.
For F(1,1,0)=(5,−4): We need c,d such that
(5,−4)=c(1,3)+d(2,5)
5=c+2d
−4=3c+5d
Multiply first equation by 3: 15=3c+6d. Subtract second from this:
(3c+6d)−(3c+5d)=15−(−4)⟹d=19
Substitute d=19 into 5=c+2d⟹5=c+2(19)⟹c=5−38=−33. So,
[F(1,1,0)]S′=[−3319]
.
For F(1,0,0)=(3,1): We need e,f such that
(3,1)=e(1,3)+f(2,5)
3=e+2f
1=3e+5f
Multiply first equation by 3: 9=3e+6f. Subtract second from this:
(3e+6f)−(3e+5f)=9−1⟹f=8
Substitute f=8 into 3=e+2f⟹3=e+2(8)⟹e=3−16=−13. So,
[F(1,0,0)]S′=[−138]
.
Step 3: Form the matrix MS′,S(F) using these coordinate vectors as columns.
MS′,S(F)=[−74−3319−138]
Answer: The matrix of F in the given bases is
[−74−3319−138]
.
:::question type="NAT" question="Let T:R3→R2 be defined by T(x,y,z)=(x−y,y−z). Let B={(1,0,0),(0,1,0),(0,0,1)} be the standard basis for R3 and C={(1,1),(1,−1)} be a basis for R2. Find the entry in the second row, second column of MC,B(T)." answer="-1" hint="Calculate T(e2) and express it in terms of C. The second component of this coordinate vector is the answer." solution="Step 1: Identify the relevant basis vector and its image under T. The second column of MC,B(T) corresponds to T(v2), where v2 is the second vector in basis B. Here, B={e1,e2,e3}={(1,0,0),(0,1,0),(0,0,1)}, so v2=e2=(0,1,0).
T(0,1,0)=(0−1,1−0)=(−1,1)
Step 2: Express T(v2) in terms of the codomain basis C={(1,1),(1,−1)}. We need to find a,b such that
(−1,1)=a(1,1)+b(1,−1)
−1=a+b
1=a−b
Adding the two equations:
(−1)+1=(a+b)+(a−b)⟹0=2a⟹a=0
Substitute a=0 into −1=a+b⟹−1=0+b⟹b=−1. So,
[T(0,1,0)]C=[0−1]
.
Step 3: Identify the required entry. The second row, second column entry of MC,B(T) is the second component of [T(v2)]C, which is b. The value is −1." :::
---
Problem-Solving Strategies
💡CUET PG Strategy: Constructing MC,B(F)
Understand the Bases: Clearly identify the ordered basis for the domain (B) and the ordered basis for the codomain (C).
Apply Transformation: For each vector vj in the domain basis B, compute its image F(vj).
Express in Codomain Basis: For each F(vj), express it as a linear combination of the vectors in the codomain basis C. The coefficients of this linear combination form the j-th column of the matrix MC,B(F). This usually involves solving a system of linear equations.
Form the Matrix: Assemble these column vectors in order to form the final matrix.
💡CUET PG Strategy: Change of Basis
Identify Old and New Bases: Clearly distinguish between the 'old' basis (Bold) and the 'new' basis (Bnew).
Standard Basis as Bridge: Often, it is easiest to find the change of basis matrix from Bnew to the standard basis (E), say PE←Bnew, and then from the standard basis to Bold, say PBold←E.
Direct Calculation:PBold←Bnew is constructed by expressing each vector of Bnew as a linear combination of vectors in Bold. The coefficients form the columns.
Inverse for Reverse: Remember that
PBold←Bnew=(PBnew←Bold)−1
.
---
Common Mistakes
⚠️Common Mistake: Order of Bases
❌ Students often confuse the order of bases, especially when dealing with MC,B(F) vs MB,C(F) or PB←B′ vs PB′←B. ✅ The notation MC,B(F) means the domain basis is B and the codomain basis is C. The columns are images of domain basis vectors, expressed in the codomain basis. For change of basis, PB←B′ means transforming coordinates fromB′toB.
⚠️Common Mistake: Row vs. Column Vectors
❌ Incorrectly using row vectors instead of column vectors for coordinates or matrix construction. ✅ Matrix representations are conventionally constructed with column vectors representing images of basis vectors or coordinate vectors. Always ensure consistency.
⚠️Common Mistake: Calculation Errors in Solving Systems
❌ Errors in solving the systems of linear equations to find coordinate vectors. ✅ Double-check the solutions for a,b,c,… values. A small arithmetic error can propagate through the entire matrix.
---
Practice Questions
:::question type="MCQ" question="Let F:P1→R2 be defined by F(a+bx)=(a−b,2a). Let B={1,x} be the standard basis for P1 and C={(1,0),(1,1)} be a basis for R2. Find MC,B(F)." options=["
[11−22]
", "
[1−212]
", "
[20−11]
", "
[−12−10]
"] answer="
[−12−10]
" hint="Apply F to 1 and x, then express the results in terms of C={(1,0),(1,1)}." solution="Step 1: Apply F to each vector in the domain basis B={1,x}. F(1) (here a=1,b=0)
=(1−0,2(1))=(1,2)
F(x) (here a=0,b=1)
=(0−1,2(0))=(−1,0)
Step 2: Express each resulting vector in terms of the codomain basis C={(1,0),(1,1)}. For F(1)=(1,2): We need c1,c2 such that
(1,2)=c1(1,0)+c2(1,1)
1=c1+c2
2=0c1+c2⟹c2=2
Substitute c2=2 into 1=c1+c2⟹1=c1+2⟹c1=−1. So,
[F(1)]C=[−12]
.
For F(x)=(−1,0): We need d1,d2 such that
(−1,0)=d1(1,0)+d2(1,1)
−1=d1+d2
0=0d1+d2⟹d2=0
Substitute d2=0 into −1=d1+d2⟹−1=d1+0⟹d1=−1. So,
[F(x)]C=[−10]
.
Step 3: Form the matrix MC,B(F) using these coordinate vectors as columns.
MC,B(F)=[−12−10]
" :::
:::question type="NAT" question="Let T:R2→R3 be a linear transformation given by T(x,y)=(x+y,x−y,2y). Let B={(1,2),(2,1)} be a basis for R2 and E3 be the standard basis for R3. Find the sum of all entries in the first column of ME3,B(T)." answer="6" hint="Calculate T(v1) for v1=(1,2) and sum its components." solution="Step 1: Identify the first vector in the domain basis B. The first vector in B={(1,2),(2,1)} is v1=(1,2).
Step 2: Apply the transformation T to v1.
T(1,2)=(1+2,1−2,2(2))=(3,−1,4)
Step 3: Express T(v1) in terms of the codomain basis E3={(1,0,0),(0,1,0),(0,0,1)}. Since E3 is the standard basis, the coordinate vector [T(v1)]E3 is simply (3,−1,4). So the first column of ME3,B(T) is
3−14
.
Step 4: Sum the entries in the first column.
Sum=3+(−1)+4=6
" :::
:::question type="MCQ" question="Let L:R2→R2 be a linear operator such that L(1,0)=(2,1) and L(0,1)=(−1,3). Find the matrix of L with respect to the basis B={(1,1),(−1,1)}. " options=["
[5/23/2−1/25/2]
", "
[21−13]
", "
[2−1−12]
", "
[1−221]
"] answer="
[5/23/2−1/25/2]
" hint="First find the matrix in the standard basis, then use the similarity transformation A′=P−1AP." solution="Step 1: Find the matrix of L with respect to the standard basis E={(1,0),(0,1)}. Given L(1,0)=(2,1) and L(0,1)=(−1,3), the matrix A=ME,E(L) is:
A=[21−13]
Step 2: Find the change of basis matrix PE←B (from B to E). The columns of PE←B are the vectors of B={(1,1),(−1,1)} expressed in terms of E.
:::question type="MSQ" question="Let S={v1,v2} and S′={u1,u2} be two bases for R2, where v1=(1,2), v2=(3,4), u1=(1,1), u2=(0,1). Which of the following statements are true?" options=["The change of basis matrix PS′←S is [−23−24]", "The change of basis matrix PS←S′ is [−23−24]", "The change of basis matrix PS′←S is [1131]", "The change of basis matrix PS←S′ is [−113−2]"] answer="The change of basis matrix PS′←S is [1131]" hint="Calculate PS′←S and PS←S′ separately by expressing basis vectors of the 'from' basis in terms of the 'to' basis." solution="Step 1: Calculate PS′←S. This matrix transforms coordinates from S to S′. Its columns are the vectors of S expressed in terms of S′. v1=(1,2). We need a,b such that
(1,2)=a(1,1)+b(0,1)
1=a
2=a+b⟹2=1+b⟹b=1
So
[v1]S′=[11]
.
v2=(3,4). We need c,d such that
(3,4)=c(1,1)+d(0,1)
3=c
4=c+d⟹4=3+d⟹d=1
So
[v2]S′=[31]
. Therefore,
PS′←S=[1131]
. This matches option 3.
Step 2: Calculate PS←S′. This matrix transforms coordinates from S′ to S. Its columns are the vectors of S′ expressed in terms of S. u1=(1,1). We need e,f such that
(1,1)=e(1,2)+f(3,4)
1=e+3f
1=2e+4f
Multiply first by 2: 2=2e+6f. Subtract second from this:
(2e+6f)−(2e+4f)=2−1⟹2f=1⟹f=1/2
Substitute f=1/2 into 1=e+3f⟹1=e+3(1/2)⟹e=1−3/2=−1/2. So
Kernel and Image of a Linear Transformation: The matrix representation directly relates to finding the basis for the kernel (null space) and image (range) of a linear transformation through operations like row reduction.
Eigenvalues and Eigenvectors: Understanding how the matrix of a linear operator changes under similarity transformations is crucial for diagonalizing matrices and finding eigenvalues and eigenvectors.
Rank-Nullity Theorem: The dimensions of the kernel and image, derivable from the matrix representation, are related by the Rank-Nullity Theorem.
Chapter Summary
❗Linear Transformations and Matrices — Key Points
Linear transformations are structure-preserving maps between vector spaces, satisfying additivity and homogeneity. The null space (kernel) and range space (image) are fundamental subspaces that characterize a transformation's injectivity and surjectivity, respectively. The Rank-Nullity Theorem states that for a linear transformation T:V→W,
dim(null(T))+dim(range(T))=dim(V)
. Every linear transformation between finite-dimensional vector spaces has a unique matrix representation with respect to chosen bases, establishing an isomorphism between linear transformations and matrices. A change of basis for a linear transformation results in a similar matrix representation, highlighting the intrinsic properties independent of basis choice. A linear transformation T is injective if and only if its null space contains only the zero vector, and surjective if and only if its rank equals the dimension of the codomain.
Chapter Review Questions
:::question type="MCQ" question="Let T:R4→R3 be a linear transformation defined by T(x,y,z,w)=(x+2y−z,y+w,x−w). What is the dimension of the null space of T?" options=["1", "2", "3", "4"] answer="1" hint="Form the matrix representation of T and find its rank. Then apply the Rank-Nullity Theorem." solution="The matrix representation of T is
The rank of A is 3 (number of non-zero rows). By the Rank-Nullity Theorem,
dim(null(T))=dim(domain)−rank(T)=4−3=1
. Thus, the dimension of the null space of T is 1." :::
:::question type="NAT" question="Let P2 be the vector space of polynomials of degree at most 2. Let T:P2→P2 be a linear transformation defined by T(p(x))=p′(x)+p(x). Find the sum of the entries in the second column of the matrix representation of T with respect to the standard basis B={1,x,x2}." answer="2" hint="Apply the transformation to each basis vector to find its coordinates in the standard basis. The coordinates form the columns of the matrix." solution="Applying T to the basis vectors:
T(1)=0+1=1=1⋅1+0⋅x+0⋅x2
T(x)=1+x=1⋅1+1⋅x+0⋅x2
T(x2)=2x+x2=0⋅1+2⋅x+1⋅x2
The matrix representation [T]B is:
100110021
The entries in the second column are 1, 1, and 0. Their sum is 1+1+0=2." :::
:::question type="MCQ" question="Let V and W be finite-dimensional vector spaces, and let T:V→W be a linear transformation. Which of the following statements is always true?" options=["If T is injective, then dim(V)=dim(W).", "If T is surjective, then nullity(T)=0.", "T is an isomorphism if and only if nullity(T)=0 and rank(T)=dim(W).", "If nullity(T)>0, then T is surjective."] answer="T is an isomorphism if and only if nullity(T)=0 and rank(T)=dim(W)." hint="Recall the definitions of injective, surjective, and isomorphism in terms of kernel and range, and relate them to dimensions using the Rank-Nullity Theorem." solution="
False. If T is injective, then dim(V)≤dim(W). For example, T:R2→R3 defined by T(x,y)=(x,y,0) is injective, but dim(R2)=dim(R3).
False. If T is surjective, then rank(T)=dim(W). By Rank-Nullity Theorem,
nullity(T)=dim(V)−rank(T)=dim(V)−dim(W)
. This is only 0 if dim(V)=dim(W). For example, T:R3→R2 defined by T(x,y,z)=(x,y) is surjective, but nullity(T)=1.
True. An isomorphism is both injective and surjective. T is injective if and only if nullity(T)=0. T is surjective if and only if rank(T)=dim(W). Therefore, T is an isomorphism if and only if both conditions hold.
False. If nullity(T)>0, T is not injective. This does not imply surjectivity. For example, T:R3→R3 defined by T(x,y,z)=(x,y,0) has nullity(T)=1 but is not surjective.
" :::
What's Next?
💡Continue Your CUET PG Journey
This chapter has established the fundamental link between linear transformations and matrices, a cornerstone of linear algebra. Building on this, the next chapters will delve into advanced topics such as eigenvalues and eigenvectors, which characterize the invariant directions of linear transformations, and diagonalization, a powerful technique for simplifying matrix computations. Further, concepts like inner product spaces and quadratic forms will extend these ideas to geometric structures and optimization problems, providing a comprehensive understanding of advanced linear algebra.
🎯 Key Points to Remember
✓Master the core concepts in Linear Transformations and Matrices before moving to advanced topics
✓Practice with previous year questions to understand exam patterns
✓Review short notes regularly for quick revision before exams