Modul Al 1 Kls B Inggrissistem Persamaan Linear
Modul Al 1 Kls B Inggrissistem Persamaan Linear
Systems of Linear
Equations
Example 1. A biologist wants to create a diet from fish and meal that contains 183
grams of protein and 93 grams of carbohydrate per day. If fish contains
70% protein and 10% carbohydrate, and meal 30% protein and 60%
carbohydrate, how much of each food is required each day?
Solution
If x grams of fish and y grams of meal are given each day, the amount of
protein and carbohydrate in the diet are represented by these equations:
0.7 x 0.3 y 183
0.1x 0.6 y 93
Multiply the second equation by 7 gives
0.7 x 0.3 y 183
0.7 x 4.2 y 651
Subtracting the top equation from the bottom equation gives 3.9 y 468 ;
then dividing by 3.9 gives y 120 . Substituting this into the equation
0.1x 0.6 y 93 gives x 210 . Hence, the diet consists of 210 grams of
fish and 120 grams of meal per day.
If a, b, c are real numbers, the graph of an equation of the form
ax by c
is a straight line ( if a, b are not both zero ), so such an equation is called
a linear equation in the variable x and y . However, it is often convenient
to write the variables as x1, x2 , x3 ,..., xn , particularly when more than two
variables are involved. An equation of the form:
a1x1 a2 x2 a3 x3 ... an xn b
Example 2
Show that, for arbitrary values of s, t ,
x t s 1
y t s 2
z s
w t
is solution to the system :
x 2y 3z w 3
2x y 3z w 0
Solution
Simply substitute these values of x, y, z, w in each equation.
x 2y 3z w (t s 1) 2(t s 2) 3s t 3
2x y 3z w 2(t 1) (t s 2) 3 t 0
Because both equations are satisfied , it is a solution for all s, t .
Example 3
Describe all solution to 3x y 2 z 6 in parametric form.
Solution
Solving the equation for y in terms of x and z , we get y 3x 2 z 6 . If
s and t are arbitrary then, setting x s , z t , we get solution:
x s
y 3 2t 6
z t
Of course we could have solved for x :
x 1 (y 2z 6)
3
x 1(p 2q 6)
3
y p, z q ,
p, q arbitrary
The same family of solutions can “look” quite different!
1
is called the coefficient matrix of the system and 0 is called the
2
Elementary Operations
The algebraic method for solving systems of linear equations is
described as follows. Two such systems are said to be equivalent if each
has the same set of solutions. A system is solved by writing a series of
system, one after the other, each equivalent to the pervious system. Each
of these systems has the same set of solutions as the original one; the
aim is to end up with a system that is easy to solve. Each system in the
series is obtained from the preceding system by a simple manipulation
chosen so that it does not change the set of solutions.
As an illustration, we solve the system x 2y 2 , 2 x 7 y 7 in
this manner. At each stage, the corresponding augmented matrix is
displayed. The original system is:
x 2y 2 1 2 2
2x y 7 2 1 7
First, subtract twice the first equation from the second. The resulting
system is:
x 2y 2 1 2 2
3 y 11 0 3 11
1
multiplying the second equation by . The result is the equivalent
3
system:
x 2y 2 1 2 2
11 11
y 0 1 3
3
Finally, we subtract twice the second equation from the first to get another
equivalent system.
x 16 16
3 1 0 3
11 0 1 11
y 3
3
Theorem 1
Suppose that an elementary operation is performed on a system of linear
equations. Then the resulting system has the same set of solutions as the
original, so the two systems are equivalent.
This does not always happen, as we will see in the next section. Here is
an example in which it does happen.
The upper left 1 is now used to „clean up‟ the first column, that is create
zeros in the other positions in the column. First subtract 2 times row 1
from row 2 to obtain:
1 1 1 1
0 1 2 2
4 3 1 2
This completes the work on column 1. We now use the 1 in the second
position of the second row to clean up the second column by subtracting
row 2 from row 1 and adding row 2 to row 3. For convenience, both row
operations are done in one step. The result is
1 0 3 3
0 1 2 2
0 0 7 8
Note that these manipulations did not affect the first column( the second
row has a zero there ), so our previous effort there has not been
undermined. Finally we clean up the third column. Begin by multiplying
row 3 by 1 to obtain:
7
1 0 3 3
0 1 2 2
0 0 1 8
7
Now subtract 3 times row 3 from row 1, and add 2 times row 3 to row 2 to
get:
3
1 0 0 7
0 1 0 2
7
0 0 1 8
7
solutions
Exercises 1.1
1. Verify that the following is solution for all values of s, t
x 2 s 12t 13
y s
z s 3t 3
w t
is a solution of
2 x 5 y 9 z 3w 1
x 2 y 4z 1
2. Find all solutions to the following in all possible parametric form :
a. 3x 2 y 9 c. x 2 y 3z 7
b. 2a 2b 5 d. 4 2 3 9
3. Regarding 4 x 2 y 3 as the equation 4 x 2 y 0 z 3 in three variables, find all
solutions in parametric form!
4. Write the augmented matrix for each of the following systems of linear equations:
x 2y z 4 a b 6
a. 2 x y z 7 b. b c 7
3 y 3z 9 a c 8
5. Write the system of linear equations that has each of the following augmented
matrix:
1 0 2 2 10
1 0 2 9
2 1 1 1 6
a. b. 4 5 3 4
1 1 3 1 3
3 2 3 5
2 2 1 1 0
The dietary requirements of the pigs are: 1% calcium, 30% protein, 5 % fiber. Find
the model of this case as a system of linear equations !
8. Two product are manufactured by passing sequentially through three machines.
Times per machine allocated to the two products is 10 hours per day. The
production time per unit of each product are:
Minutes per unit
Product
Machine 1 Machine 2 Machine 3
1 10 6 8
2 5 20 15
10.