Linear Algebra: UNIT II: Linear Transformations and Diagonalization

Null space (or) Kernel N(T) and Range (or) Image R(T): Example Solved Problems

Important Example Solved Problems - Engineering Maths or Mathematics - Null space (or) Kernel N(T) and Range (or) Image R(T)

Null space (or) Kernel N(T) and Range (or) Image R(T)

Worked Example Problems


Example 1

Define the linear transformation T: P2(R)−M2×2(R) by T (f(x)) = . Find dim [R (T)].

Solution:

Since B= { 1, x, x2 } is a basis for P2(R)

We know that R (T) = span (T (B))

   = span ({ T(1), T(x), T(x2) }

{} is linearly independent and also generates R (T).

{} is a basis for R (T).

  dim (R (T)) = 2.

 

Example 2

Let T : R3 – R2 by T (a1, a2, a3) = (α1a2, 2a3). Verify it is 1–1 and onto.

Solution:

 If T: V→W a linear transformation and, N (T) and R(T) are null space and range of T then (i) T is 1 ‒ 1 iff N(T) = 0

(ii) T is on to iff R(T) = W.

   N(T) = {(a, a, 0)/a R}

Here N (T) = 1, so T is not 1 ‒ 1.

 R(T)={ T(x) : x V }

R(T) = 2, so T is on to.

dim (R (T)) = rank (T) = 2

nullity (T) = dim (V) – rank (T)

 = 3−2 = 1

T is not 1−1, and T is onto.

 

Example 3

Let T: R2→R3 defined by T (a1, a2)=(α12, 0, 2α1a2). Find nullity (T).

Solution:

Let N(T) = {x V, T(x)=0 }. Let x R2

 x(a1, a2). T(x) = 0, T (a1, a2) = 0

(a1 + a2, 0, 2a1a2) = (0, 0, 0)

 a1+ a2 = 0 and 2a1−a2 =0

a1=0 and a2=0. N (T) = { (0, 0) R2; T (0,0) = 0 }

N(T) = {0}

dim (R (T)) = rank (T) = 2

nullity (T) = dim (V) − rank (T) = 2−2 = 0.

 

Example 4

Suppose that T: R2→R2 is linear, and T (1, 0) = (1, 4) and T (1, 1) = (2,5) then what is T (2,3).

Solution:

Let (2, 3) = a (1, 0) + b (1, 1) = (a, 0) + (b, b) = (a + b, b)              …(1)

Comparing on both sides we get

 a+b=2; a= − 1 then b=3.

 T (2, 3) = T (−1 (1, 0) + 3 (1, 1))

                              (from equation (1))

= − 1T (1, 0)+3T (1, 1) = −1 (1, 4)+3 (2, 5)

= (−1,−4)+(6, 15) = (−1+6, −4+15)

 T (2, 3) = (5, 11)

 

Example 5

Let T: R2→ R3 such that T (1, 1) = (1, 0, 2) ; T (2, 3) = (1, − 1, 4) find T (8, 11).

Solution:

 Let (8, 11) = a (1, 1) + b(2, 3) = (a, a) + (2b, 3b)

  (8, 11) = (a + 2b, a + 3b). Comparing on both sides,

 a+2b=8

and a+3b= 11. Solving these two equations, we get

 a=2 and b=3.

T (8, 11)=T(2 (1, 1) +3 (2, 3))

 = 2T(1, 1)+3T (2, 3)

=2(1,0,2)+3(1,−1, 4)

= (2, 0, 4) + (3, −3, 12)

= (2 + 3, 0 − 3, 4 + 12).

T (8, 11) = (5, −3, 16)

 

Example 6

Is there a linear transformation T: R3→R2 such that T (1,0,3)=(1, 1) and T(−2, 0, −6)=(2, 1)

Solution:

T (− 2, 0, − 6) = T (− 2 (1, 0, 3))

= −2T (1, 0, 3)

= −2 (1, 1)

= (−2,−2)

(2, 1) ≠ (−2,−2)

It is not a linear transformation.

 

Example 7

Let T: P2(R) → P3(R) be the linear transformation defined by T (f(x)) = 2ƒ' (x) + 3x0 f(t) dt. Check T is 1−1 or not.

Solution:

We know that R (T) = span (T (B))

(.' from Theorem: 2)

B is a basis of V = P2(R)

= span [T (1), T (x), T (x2)]

T(1)=2(0)+ 30ʃxdt = 3[1]0x = 3x.

T(x)=2(1)+ 30ʃxtdt = 2 + 3(t2/2)0x = 2 + 3(x2/2)

T(x2)=2(2x)+ 30ʃxt2dt = 4x + [t3/3]0x

T(x2)=4x+x3

R(T) = span { 3x, 2+ 3x2/2, 4x + x3 }

To prove that { 3x, 2+3x2/2, 4x + x3 } is linearly independent,

 α(3x) + β( 2+ 3x2/2 ) + γ(4x+x3)=0

3αx + 2β + 3/2βx2 + 4γx + γx3 = 0

 γx3 + (3/2)βx2 + (3α+4γ)x + 2β = 0x3 +0x2+0x+0

Comparing the corresponding coefficients on both sides

we get,

 γ=0; 3β/2 = 0 3α+4γ=0

 γ=0; β=0; 3α=0. (α = 0).

 {3x, 2 + 3x2/2, 4x + x3) is linearly independent and basis of R (T).

 rank (T) = dim R (T) = 3 ≠ 4 = dim (P3(R)).

  T is not onto.

By dimension theorem, we know

nullity (T)+ rank (T) = dim (V).

nullity (T)=3−3=0.

 T is 1−1.

 

Example 8

 Let T: R2→ R2 be linear transformation defined by T (a1, a2) = (a1+a2, a1). Verify whether it is onto or not?

Solution:

We know that N (T) = { 0 }. (ie) nullity (T) = 0.

.. T is 1−1

nullity (T) + rank (T) = dim (V)

rank (T) = 2

 T is onto.

 

Example 9

 Let T: P2 (R) → R3 be the linear transformation defined by T(a0 + a1x + a2x2) = (a0, a1, a2). Verify it is 1–1.

Solution:

Clearly T is linear and one to one. Let S = {2−x+3x2, x+x2, 1−2x2}. Then S is linearly independent in P2(R) because T (S) = { (2, − 1, 3), (0, 1, 1), (1, 0, − 2)}.

T is 1−1 (one−to−one).

 

Linear Algebra: UNIT II: Linear Transformations and Diagonalization : Tag: maths, mathematics : - Null space (or) Kernel N(T) and Range (or) Image R(T): Example Solved Problems


Linear Algebra: UNIT II: Linear Transformations and Diagonalization



Under Subject


Linear Algebra

MA25C02 2nd Semester | 2025 Regulation



Related Subjects


English Essentials II

EN25C02 2nd Semester | 2025 Regulation | 2nd Semester 2025 Regulation



Linear Algebra

MA25C02 2nd Semester | 2025 Regulation


Transforms and its Applications

MA25C03 2nd Semester EEE Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Applied Physics (CE) II

PH25C02 2nd Semester Civil, Agri Depts | 2025 Regulation | 2nd Semester 2025 Regulation


Applied Physics (CSIE) II

PH25C03 2nd Semester AIDS, CSE, IT, CSE(CY) Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Applied Physics (EE) II

PH25C04 2nd Semester EEE Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Applied Physics (ME) II

PH25C05 2nd Semester Mechanical Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Applied Chemistry (CE) II

CY25C02 2nd Semester Civil Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Applied Chemistry (ME) II

CY25C03 2nd Semester Mechanical Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Electron Devices

EC25C01 2nd Semester ECE Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Digital Principles and Computer Organization

CS25C06 2nd Semester AIDS, CSE, IT, CSE(CY) Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Basic Electrical and Electronics Engineering

EE25C01 2nd Semester | 2025 Regulation | 2nd Semester 2025 Regulation


Basic Civil and Mechanical Engineering

GE25C01 2nd Semester EEE Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Data Structures using CPlusPlus

CS25C05 2nd Semester ECE Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Engineering Drawing

ME25C01 EEE, Mech, Agri, EEE Depts | 2025 Regulation | 2nd Semester 2025 Regulation


Data Structures and Algorithms

CS25C04 2nd Semester EEE Dept | 2025 Regulation


Circuits and Network Analysis

EC25C02 2nd Semester ECE Dept | 2025 Regulation | 2nd Semester 2025 Regulation


Engineering Mechanics

ME25C02 2nd Semester Mech, Civil, Agri Depts | 2025 Regulation | 2nd Semester 2025 Regulation


Object Oriented Programming (OOPs)

CS25C07 2nd Semester CSE, CSE(CY) Depts | 2025 Regulation | 2nd Semester 2025 Regulation