0% found this document useful (0 votes)
16 views3 pages

Math 2121 Week 1 Practice Problems

This document provides practice problems for a linear algebra course. It instructs students to choose 4 problems to solve in detail and explains that additional problems can earn extra credit. Some problems marked with a star may be more challenging or open-ended. Students are allowed to discuss problems but must write their own solutions. The document then lists 10 practice problems covering topics like linear systems, matrix operations, and linear inequalities.

Uploaded by

xjl05182004
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)
16 views3 pages

Math 2121 Week 1 Practice Problems

This document provides practice problems for a linear algebra course. It instructs students to choose 4 problems to solve in detail and explains that additional problems can earn extra credit. Some problems marked with a star may be more challenging or open-ended. Students are allowed to discuss problems but must write their own solutions. The document then lists 10 practice problems covering topics like linear systems, matrix operations, and linear inequalities.

Uploaded by

xjl05182004
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

MATH 2121 — Linear algebra (Fall 2023) Practice Problems — Week 1 (due 13 September)

Instructions: Choose 4 problems and write down detailed solutions, showing all necessary work. You
can earn up to 4 extra credit points by correctly solving additional problems.1
Some of the problems are more challenging than others, and there is no need to solve all of them.
Problems that would not make reasonable exam questions (either because of difficulty, being open-ended,
or requiring external resources) are marked with a star. These problems may still offer useful practice
with the core concepts in the course.
You are free to discuss problems with other students and to consult whatever resources you want, but
you must write up your own solutions. If your solutions appear to be copied from somewhere else, you
will automatically receive zero credit. Please handwrite your answers and show all steps in your
calculations, as you would on an exam.
To get full credit for the offline homework, you just need to make a good-faith attempt on the required
problems. The bar for receiving extra credit points is higher.

1. Warmup: find general formulas for the solutions of the linear systems
( (
x1 + 2x2 = 1 x1 + 2x2 = 1
and
3x1 + 4x2 = 3 3x1 + 6x2 = 3.

Now suppose a, b, c, d, p, q are real numbers with ad − bc 6= 0.


(
ax1 + bx2 = p
Find a general formula for the solution of the linear system
cx1 + dx2 = q.
*2. Suppose n is a positive integer and a1 , a2 , . . . , an are real numbers.
What condition must be satisfied for the linear system


 x1 − x2 = a1

x2 − x3 = a2





x3 − x4 = a3

..


 .

xn−1 − xn = an−1




xn − x1 = a n

to be consistent? Write down the augmented matrix of this linear system. Assuming the system is
consistent, find a general formula for its solutions.
3. Suppose we have two linear systems with the same number of equations and the same number of
variables. Then the systems’ augmented matrices have the same size. If the augmented matrices are
row equivalent then the systems are equivalent, meaning they have the same solutions. Do there
exist two linear systems, both with m equations and n variables, that are equivalent but whose
augmented matrices are not row equivalent? Explain why this is impossible or find an example.
4. There is a way to multiply two 2 × 2 matrices to get another 2 × 2 matrix. The formula is
    
a b w x aw + by ax + bz
= .
c d y z cw + dy cx + dz
     
a b a b a b
(a) Find a 2 × 2 matrix I with I= for all a, b, c, d ∈ R. What is I ?
c d c d c d
1 There will be ∼10 weeks of assignments, each with ∼10 practice problems, so you can earn up to ∼40 equally weighted

extra credit points. The maximum amount of extra credit you can earn is 5% of your total grade for the semester.

1
MATH 2121 — Linear algebra (Fall 2023) Practice Problems — Week 1 (due 13 September)

     
w x y z w x
(b) Find a 2×2 matrix E with E = for all w, x, y, z ∈ R. What is E
y z w x y z
?
   
a b −a −b
(c) Find a 2 × 2 matrix J with J 2 = −I where we define − = .
c d −c −d
The matrices you find for this question should have all real entries.
 
a b
*5. Suppose A = is a 2 × 2 matrix with real entries such that ad − bc 6= 0 6= b.
c d
Show that there are numbers p1 , p2 , p3 , q1 , q2 , q3 ∈ R with
   
p1 0 0 1 q1 0
A= .
p2 p3 1 0 q2 q3

6. If A is a 1 × 3 matrix then RREF(A) either has the form


       
1 ∗ ∗ or 0 1 ∗ or 0 0 1 or 0 0 0
where each ∗ means an arbitrary real number. In the first, second, and fourth cases, A is the
augmented matrix of a linear system in two variables with infinitely many solutions. In the third
case, A is the augmented matrix of a linear system in two variables with zero solutions.
Describe with similar notation what the possibilities are for RREF(A) if A is a 2 × 3 matrix. In each
case, indicate how many solutions there are for the linear system whose augmented matrix is A.
 
x 1
7. What are the possibilities for RREF if x and y are arbitrary real numbers? Draw a
y 2  
x 1
picture of the xy-plane in which you identify the regions of points (x, y) where RREF
y 2
takes its different possible values.
8. If the reduced echelon form of the augmented matrix of some linear system is
 
1 2 0 5 2
 0 0 1 0 1 
0 0 0 0 0
then what is the general formula for the solution to the linear system?
Going in the opposite direction, find a matrix A that is the augmented matrix of a linear system
with 3 equations and 4 variables whose general solution is
   
x1 1 − 3a − 4b
 x2   a 
 for all a, b ∈ R.
 x3  = 
  
2 − 5b 
x4 b

9. Arrange the first 9 digits of your student ID as the entries of a 3 × 3 matrix A. (If you run out of
digits, reuse the first few digits.) Compute RREF(A) by hand without using a calculator, showing
all of your work in the intermediate steps of the row reduction algorithm.
*10. A linear inequality is an equation of the form a1 x1 +a2 x2 +· · ·+an xn ≥ b where a1 , a2 , . . . , am , b ∈ R
are numbers and x1 , x2 , . . . , xn are variables. A solution to a linear inequality is an assignment of
numbers to the variables which makes the inequality true. Systems of linear inequalities and their
solutions are defined similarly.
Make a picture of the lines x1 + x2 = 0 and x1 − x2 = 4 and 2x1 + x2 = 6 and compute the three
points where two of the lines intersect. These lines divide the R2 plane into 7 regions. Explain why
each of these regions is the set of solutions to a system of linear inequalities in the variables x1 and
x2 . Identify the corresponding system for each region.

2
MATH 2121 — Linear algebra (Fall 2023) Practice Problems — Week 1 (due 13 September)

*11. A quadratic equation in two variables x1 , x2 is an equation of the form

ax21 + bx1 x2 + cx22 + dx1 + ex2 = f

for real numbers a, b, c, d, e, f . A quadratic system is a list of quadratic equations.


While the set of solutions (x1 , x2 ) to a linear equation (in two variables) forms a line in the Cartesian
plane, the set of solutions to a quadratic equation (in two variables) forms a conic section in the
Cartesian plane. A conic section is a curve given by an ellipse, parabola, or hyperbola. A
circle is a special case of an ellipse and a straight line is considered to be a degenerate case of
a parabolic. See [Link] for more information about
what these shapes look like.
What are the possibilities for the number of solutions to a quadratic system in two variables? (In
this problem, a solution means a real-valued solution (x1 , x2 ) with x1 , x2 ∈ R.) Justify your answer
by adapting the geometric argument in Lecture 1 that was used to prove that every linear system in
two variables has 0, 1, or infinitely many solutions. Draw a picture corresponding to each different
possibility for the number of solutions.

Common questions

Powered by AI

Row equivalence of the augmented matrices of linear systems implies that if matrices are reduced to the same RREF, they share identical solution sets. As an example, the RREF \([\begin{array}{ccc} 1 & 2 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{array}]\) represents a system where x1 + 2x2 = 0, x3 is a free variable, pointing to solutions expressed in terms of free variables determining a linear combination of the rows .

The 2x2 identity matrix, denoted I, is a matrix where multiplying any 2x2 matrix A by I results in A itself. For matrices of the form \(( a \ b \ c \ d )\), the identity matrix is \(( 1 \ 0 \ 0 \ 1 )\), as this operation leaves the original matrix unchanged: \(( a \ b \ c \ d ) \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = ( a \ b \ c \ d )\).

The geometric argument for quadratic systems uses the conic sections formed by equations like ax1^2 + bx1x2 + cx2^2 + dx1 + ex2 = f to determine solution possibilities. These conics can intersect at distinct points, be tangent, or not intersect at all, leading to 0, 1, 2, or infinitely many solutions. For instance, two parabolas may overlap over a curve, or an ellipse might just touch a line, highlighting different intersections that are core to geometric interpretations of solution sets .

Given a 2x2 matrix A with nonzero determinant ad - bc ≠ 0, it is possible to decompose A into three matrices, specifically, A = \(( p1 \ 0 \ p2 \ p3 )\) \(( 0 \ 1 \ 1 \ 0 )\) \(( q1 \ 0 \ q2 \ q3 )\). The decomposition requires matching compositions of matrix products that satisfy equality to the original matrix's entries. Any such matrix A has its non-zero determinant ensuring invertibility and appropriate conditions that allow factorization .

To find the RREF of a 1x3 matrix, apply row operations to achieve one of the forms: \(( 1 \ * \ * )\), \(( 0 \ 1 \ * )\), \(( 0 \ 0 \ 1 )\), or \(( 0 \ 0 \ 0 )\). Each form represents a unique state: the first three imply infinitely many solutions to their respective linear systems, with one leading entry indicating a pivot per row, representing fully reduced rows. The fourth form indicates no solution .

Linear inequalities of the form a1x1 + a2x2 ≥ b define half-planes. For example, lines x1 + x2 = 0, x1 - x2 = 4, and 2x1 + x2 = 6 divide the plane into regions where each region corresponds to a system of inequalities, with its boundary defined by intersecting lines. Points of intersection include solutions that satisfy equality in the inequality system, and the regions represent solutions satisfying strict inequalities .

Arranging digits into a 3x3 matrix and finding its RREF involves reducing the matrix to identify pivot positions: leading 1s in each row where non-zero entries appear first. Possible outcomes include having three pivots, indicating a unique solution, or fewer pivots pointing to dependent rows, which means infinitely many solutions or no solutions based on whether the matrix is consistent .

Two linear systems with the same number of equations and variables are equivalent if their augmented matrices are row equivalent, which implies they have the same solutions. It is impossible for two such systems to have augmented matrices that are not row equivalent because row equivalence ensures identical solutions due to equivalent row operations that transform one matrix into the other without changing the solution set .

For the linear system consisting of equations of the form x1 - x2 = a1, x2 - x3 = a2, ..., xn - x1 = an to be consistent, the sum of all ai must be zero, i.e., a1 + a2 + ... + an = 0 . This is because if the sum is non-zero, adding all equations leads to a contradiction. To find the solutions, one can write the system in matrix form and find its row-reduced echelon form (RREF). The solutions are then found by expressing free variables in terms of leading variables .

A quadratic equation in two variables, like ax1^2 + bx1x2 + cx2^2 + dx1 + ex2 = f, forms a conic section, such as circles, parabolas, or ellipses. Unlike linear equations which have 0, 1, or infinitely many intersection points, quadratic systems can have 0, 1, 2, or an infinite number of real solutions. This depends on how conics intersect; for instance, an ellipse and a line can intersect twice, once, or not at all .

You might also like