Activity 2 - Systems of Linear Equations
Activity 2 - Systems of Linear Equations
Activity 2 - Systems of Linear Equations
Dashboard / My courses / MATH 125 (LEC A1 B1 D1 E1 F1 Fall 2022) / Block 2 / Systems of Linear Equations
Question 1
Correct
An introduction to the basic notions related to systems of linear equations is provided in the video Systems of linear equations 1.
A linear equation in the n variables x1 , x2 , … , xn is any equation that can be expressed in the form
a 1 x1 + a 2 x2 + ⋯ + a n xn = b,
where a 1 , a 2 , … , a n and b belong to R. We call the number a i the coefficient of the variable xi and b is the constant term of the equation.
A linear equation does not involve products of the variables like x1 x2 , or powers of those variables (e.g. x31 ), or any trigonometric, exponential or
logarithmic functions.
8. √−−
x1 − x2 = 9 is non linear
When a linear equation has only two or three variables we often denote the variables as x, y, and z instead of x1 , x2 , and x3 .
Note that a line written in the general form ax + by = c in R is a linear equation in two variables and a plane in R written in the general form
2 3
When the constant term b of a linear equation is zero, we call the linear equation homogeneous. Which of the above equations is a
homogeneous linear equation? 7.
Correct
Marks for this submission: 9.00/9.00.
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 1/8
19/9/22, 20:10 Systems of Linear Equations: Attempt review
Question 2
Correct
A vector s = [s 1 , s 2 , … , s n ] is called a solution of the linear equation a 1 x1 + a 2 x2 + ⋯ + a n xn = b if it satisfies the equation, that is, if
a 1 s 1 + a 2 s 2 + ⋯ + a n s n = b.
Which of the following vectors is a solution of the linear equation x1 + 4x2 − x3 + 2x4 = 0 ? [1,1,7,1]
.
The set of all solutions of a two variable linear equation ax + by = c , where at least one of a or b is non-zero, forms a line in R2 , and the set of
all solutions of a three variable linear equation ax + by + cz = d, where at least one of a , b, or c is non-zero, forms a plane in R3 . The set of
all solutions to a linear equation in n variables with at least one non-zero coefficient forms a hyperplane in Rn .
Notice that
a 1 x1 + a 2 x2 + ⋯ + a n xn = a ⋅ s
Correct
Marks for this submission: 3.00/3.00.
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 2/8
19/9/22, 20:10 Systems of Linear Equations: Attempt review
Question 3
Correct
a 11 x1 + a 12 x2 + ⋯ + a 1n xn = b1
a 21 x1 + a 22 x2 + ⋯ + a 2n xn = b2
⋮ ⋮ ⋮ ⋮
a m1 x1 + a m2 x2 + ⋯ + a mn xn = bm
Example:
A linear system is called homogeneous if all constant terms are 0. For example,
x1 + 7x2 − 4x3 =
6x1 + x3 =
−5x1 + 8x2 − x3 =
is a homogeneous system of equations. The coefficient of x2 in equation 3 of this system is
0
.
Correct
Marks for this submission: 5.00/5.00.
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 3/8
19/9/22, 20:10 Systems of Linear Equations: Attempt review
Question 4
Correct
A solution of a system of linear equations is a vector which is simultaneously a solution of every equation in the system.
2x1 + 3x2 = 0
x1 − x2 = 1
3 2
2( ) + 3( − ) =
5 5
and
3 2
− ( − ) =
5 5
−3
[ ] is not a solution since
2
2(
-3
) + 3(
) =
but
-3
−
=
-5
≠ 1
4x − y − 2z = −1
x − 3y + 6z = −2
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 4/8
19/9/22, 20:10 Systems of Linear Equations: Attempt review
Correct
Marks for this submission: 12.00/12.00.
Question 5
Correct
The notion of consistency of a linear system and the important fact from Q6 below are discussed in the short video Systems of linear equations
2.
Definitions:
A system of linear equations is called consistent if it has at least one solution.
A system of linear equations is called inconsistent if it has no solutions.
Example: The linear system\[\begin{aligned} 2x_1 + 3x_2 &= 0\\x_1 - x_2 &= 1 \end{aligned}\]
is an inconsistent system since there is no vector \(\begin{bmatrix}s_1\\s_2\end{bmatrix}\) that satisfies both equations. Indeed, if \(s_1
An example of an inconsistent linear equation which seems quite silly is \( 0x_1 + 0x_2 = 1\): the left-hand side is always 0, whatever are the
values of \( x_1\) and \( x_2\), so it can never equal 1. One may think that this is just an extreme, uninteresting case, but actually, a linear system is
inconsistent exactly when it contains, perhaps in a hidden form, a linear equation of the form \( 0x_1 + 0x_2 + \cdots + 0x_n = b\) where \( b\) is
non-zero. This will be explained later.
Example: A homogeneous system of linear equations is always consistent since the zero vector is always a solution of the
system. We call this the trivial solution. For example, the homogeneous linear system
\[\begin{aligned}x +5y &= 0\\ 2x - 12y &= 0\\ -3y &= 0\end{aligned}\]
Correct
Marks for this submission: 7.00/7.00.
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 5/8
19/9/22, 20:10 Systems of Linear Equations: Attempt review
Question 6
Correct
Definition: The set of all solutions of a system of linear equations is called the solution set of the system.
Thus, a consistent system has either a unique solution or infinitely many solutions.
Example: Suppose that \([1,2,3]\) is a solution of a homogeneous linear system in three variables. This system has
infinitely many solutions . Why? We know that a homogeneous system of linear equations is a consistent system since it
always has the trivial solution (the zero vector). So, since this system has a nontrivial solution, namely \([1,2,3]\), the system has at least two
solutions. By the important fact above, this means the system has infinitely many solutions .
Correct
Marks for this submission: 5.00/5.00.
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 6/8
19/9/22, 20:10 Systems of Linear Equations: Attempt review
Question 7
Correct
Solving a system of linear equations has a geometric interpretation. This can be visualized in \(\mathbb{R}^2\) when the system has two
variables and in \(\mathbb{R}^3\) when the system has three variables. For more about this, you can watch the video Systems of linear equations
3.
Recall: If at least one of \(a\) or \(b\) is non-zero, then the solution set of a linear equation of the form \(ax+by = c\) is a line in \(\mathbb{R}^2\).
Example: In \(\mathbb{R}^2\), the solution set of a system of two equations in two variables can be understood as the intersection of two lines.
If the solution set of the first equation is the line \(\ell_1\) and the solution set of the second equation is the line \(\ell_2\), then the point \(
(s_1,s_2)\) is a solution of both equations exactly when it is on both lines, which means that it belongs to the intersection of \(\ell_1\) and \
(\ell_2\).
For each diagram below, indicate if the system is consistent or inconsistent and if it has a unique solution, infinitely many solutions, or no
solutions.
consistent system
unique solution
inconsistent system
no solutions
(Note: In this case, we say that the intersection of the two lines is empty.)
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 7/8
19/9/22, 20:10 Systems of Linear Equations: Attempt review
consistent system
Correct
◄ Row Reduction
Jump to...
https://eclass.srv.ualberta.ca/mod/quiz/review.php?attempt=10925170&cmid=6434349 8/8