0% found this document useful (0 votes)
37 views2 pages

Math 201 Midterm I Sample Exam

This document is a sample midterm exam for Math 201 at Sabancı University for the Fall 2024-2025 semester. It consists of six problems covering topics such as linear systems, matrix operations, vector independence, and properties of vector spaces. The exam is designed to assess students' understanding of these mathematical concepts within a 90-minute time frame.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views2 pages

Math 201 Midterm I Sample Exam

This document is a sample midterm exam for Math 201 at Sabancı University for the Fall 2024-2025 semester. It consists of six problems covering topics such as linear systems, matrix operations, vector independence, and properties of vector spaces. The exam is designed to assess students' understanding of these mathematical concepts within a 90-minute time frame.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1 2 3 4 5 6 TOTAL

Name, Last Name:


Student Number: Section or Assistant:
Math 201 – Midterm I (SAMPLE 1)

(Sabancı University - Fall 2024-2025)


Time allowed is 90 minutes. There are 6 problems worth a total of 50 points.
Problem 1: (9 points)
Consider the following linear system of equations:

 x + 2y − z = 1
2x + y − 2z = 1
x + 2y + (k 2 − 10)z = k + a

Find the values of k and a, for which the resulting system has:
i) no solutions.
ii) a unique solution.
iii) infinitely many solutions.
Problem 2: (11 points)  
  1 0 −1
1 0 1 0  2 1 0 
Consider the matrices A =  2 1 0 −1  and B = 
 0
.
1 0 
0 −1 2 −1
−1 1 2
a. Compute AB and BA.
b. Find (AB)−1 using Gauss Jordan elimination.
c. Without using elimination explain why (BA) is not invertible.
 
−2
d. Solve the linear system (AB)x =  3 .
1
Problem 3: (7 points)
Let v1 = (1, −k, 1, 1), v2 = (−1, k + 2, −2, k − 1), v3 = (1, 2, −1, k 2 + 2k − 3). Determine for which values of
k the vectors v1 , v2 , v3 are linearly independent and for which values of k they are linearly dependent.

Problem4: (7 points)   
1 1 1 1 1
 1 2 3 4   . Compute A−1 and use it solve the linear system Ax = 2 .
 
Let A = 
 1 3 6 10  3
1 4 10 20 5
Problem 5: (6 points)

Let V = Mn×n (R) be the vector space of n × n [Link] a matrix A ∈ V and consider
W = {B ∈ V : AB = 0}
where 0 denotes the zero matrix of size n × n.
(a) Show that W is a subspace of V .
(b) Determine W when A ∈ V is invertible.
 
1 1
(c) Let n = 2. Determine W , if A = . Determine a basis for W. (related to this week’s lecture)
0 0

1
Problem 6: (10 points)
Delete as appropriate and/or fill in the blanks.

(a) If 3 vectors in R3 span a plane through the origin, then these vectors are linearly .

(b) Let A be a 19 × 19 matrix. Suppose that a system of equations Ax = b has a unique solution. Then
the number of pivots of A = .

(c) Let A be a 37 × 37 invertible matrix and let R be the reduced row echelon form of A, then
R2022 = .

(d) The 2nd column of the matrix product AB is the of the of A, taken
with coefficients from the of B.
 
 
(f ) If the columns C1 , C2 , C3 , C4 of A ∈ M4×4 (R) satisfy 2C1 + 2C2 = C3 − 3C4 , then x = 

 is a

solution of Ax = 0.

(g) If rows 1 and 3 of A are the same, so are the rows 1 and 3 of AB. True/False, since......

(h) If W1 is a 1-dimensional subspace and W2 is a 2-dimensional subspace of the vector space of 2 × 4


matrices over R then W1 ∪ W2 is also a subspace. True/False, since......

Common questions

Powered by AI

This relates to expressing dependencies among column vectors: given the equation, a solution x that satisfies Ax = 0 indicates a linear combination of columns leading to zero. The condition implies specific dependencies such as column C3 being derived from columns C1, C2, and C4, structuring an inherent relationship within the solution space .

W is a subspace if it is closed under vector addition and scalar multiplication, which follows from the properties of matrix multiplication. If A is invertible, then AB = 0 implies B = 0 because A^-1(AB) = (A^-1A)B = IB = B = 0, so W contains only the zero matrix .

When rows 1 and 3 of A are identical, their combination with columns of B in forming AB will yield identical results for resultant rows 1 and 3 of AB. This is due to the linearity of matrix multiplication, preserving row equivalence under combination with any scalar multiples from B .

Vectors v1, v2, and v3 are linearly independent when the determinant of the matrix formed by placing these vectors as rows is non-zero. Dependence occurs when k satisfies conditions that make this determinant zero, such as causing proportionality between vectors or a null determinant in the matrix formed by v1, v2, and v3 .

To find the inverse of a matrix A, one must confirm that the matrix is square and non-singular (determinant not zero). The inverse can be found using methods like Gauss-Jordan elimination, where the augmented matrix [A | I] is row-reduced to [I | A^-1]. This inverse can then solve systems like Ax = b by yielding x = A^-1 * b .

A matrix product like BA might not be invertible if it does not have full rank, meaning it does not have enough linearly independent row vectors to span the space. Specifically, if BA has a determinant of zero or less than full rank, it would not be invertible .

Matrix AB can be computed by taking the dot product of the rows of A with the columns of B. BA is verified analogously by taking the rows of B with the columns of A. The non-commutative property of matrix multiplication indicates that generally, AB ≠ BA .

For the given linear system, the condition for no solutions is that the system is inconsistent, typically when the augmented matrix results in a row that represents an impossibility (like [0 0 0 | 1]). A unique solution exists when the system is consistent and has a full rank, meaning the number of pivot positions equals the number of variables. Infinitely many solutions occur if the system is consistent and the rank is less than the number of variables, implying free variables influencing solutions .

The condition for a system Ax = b to have a unique solution is that matrix A must be full rank, which implies having pivots in each column for square matrices. This ensures that there are no free variables and the solution to the system is determined uniquely by the non-zero determinant .

The union of two subspaces is generally not a subspace unless one is contained within the other. For general cases, union of different-dimensional subspaces fails to satisfy closure under addition and scalar multiplication. Elements from each may not be expressible as linear combinations in the union .

You might also like