Q1. Answer the following questions from Part A.
- (i)) Find the angle between the vectors √2i + 2j + 2k and i + √2j + √2k. (100 words)
- (ii)) Find the vector equation of the plane determined by the points (1, 0, −1), (0, 1, 1) and (-1,1,0). (100 words)
- (iii)) Check whether W = {(x, y, z) ∈ R³ |x + y − z = 0 } is a subspace of R3. (100 words)
- (iv)) Check whether the set of vectors {1 + x, x + x², 1 + x³} is a linearly independent set of vectors in P3, the vector space of polynomials of degree ≤ 3. (100 words)
- (v)) Check whether T: R2 → R2, defined by T(x, y) = (−y, x) is a linear transformation. (100 words)
- (vi)) If {U1, U2} is an ordered basis of R2 and { f₁ (v), f2 (v)} is the corresponding dual basis find f1 (201 + 2) and f2 (U1 – 202). (100 words)
- (vii)) Find the kernel of the linear transformation T: R2 → R2 defined by T(x, y) = (2x + 3y, 2x – 3y). (100 words)
- (viii)) Describe the linear transformation T: R2 → R2 such that [T]B = [[1, 2], [2, 0]] where B is the standard basis of R2. (100 words)
- (ix)) Find the matrix of the linear transformation T: R2 → R2 defined by T(x, y) = (2y, x - y) with respect to the ordered basis {(0, -1), (-1,0)}. (100 words)
- (x)) Let A be a 2 × 3 matrix, B be a 3 x 4 matrix and C be a 3 × 2 matrix and D be a 3 × 4 matrix. Is AB + CD defined? Justify your answer. (100 words)
- (xi)) Verify Cayley-Hamilton theorem for the matrix A = [[1, -1], [0, 2]]. (100 words)
- (xii)) Check whether [[1], [1], [1], [1]] is an eigenvector for the matrix [[1, 0, 0, 1], [0, 1, 1, 0], [0, 0, 1, 1], [0, 1, 0, 1]]. What is the corresponding eigenvalue? (100 words)
- (xiii)) Let C[0, 1] be the inner product space of continous real valued functions on the interval [0, 1] with the inner product <f,g> = ∫₀¹ f(t)g(t) dt. Find the inner product of the functions f(t) = 2t, g(t) = 1/(t² + 5). (100 words)
- (xiv)) Find adjoint of the linear operator T: C2 → C2 defined by T (Z1, Z2) = (Z2, Z1 + iz2) with respect to the standard inner product on C2. (100 words)
- (xv)) Find the signature of the quadratic form x² - 2x2 + 3x3 (100 words)
- Angle between vectors: `cos θ = (u ⋅ v) / (||u|| ||v||)` for u and v.
- Subspace conditions: Contains zero vector, closed under addition, and scalar multiplication.
- Linear Independence: Only trivial solution (all zeros) for `c₁v₁ + ... + cₙvₙ = 0`.
- Linear Transformation: Satisfies `T(u+v) = T(u)+T(v)` and `T(cu) = cT(u)`.
Answer: This document provides comprehensive answers to the 15 sub-questions from Part A of the BMTE-141 Linear Algebra course, covering fundamental concepts such as vector operations, plane equations, subspace verification, linear independence, linear transformations, dual bases, kernel computation, matrix representation of transformations, matrix algebra, Cayley-Hamilton theorem, eigenvectors, inner products, adjoint operators, and quadratic form signatures. Each solution includes step-by-step derivat...