It is often desirable or even necessary to use more than one variable to model a situation in many fields. When this is the case, we write and solve a system of equations in order to answer questions about the situation.
If a system of linear equations has at least one solution, it is
consistent. If the system has no solutions, it is inconsistent. If
the system has an infinity number of solutions, it is dependent.
Otherwise it is independent.
A linear equation in three variables describes a plane and is an equation
equivalent to the equation
Problem 3.1b:
The standard equation of a circle is
x2+y2+Ax+By+C=0. Find the
equation of the circle that passes through the points
,
,
and
Answer:
Solution:
Let's create three equations from the given points.
(1,11) | |||
A+B+C | = | -2 | (1) |
(2,-4) | |||
2A-4B+C | = | -20 | (2) |
(5,5) | |||
5A+5B+C | = | -50 | (3) |
1) Substitution,
2) Elimination
3) Matrices
SUBSTITUTION:
The process of substitution involves several steps:
Step 1: Solve for one of the variables in one of the equations. It
makes no difference which equation and which variable you choose. Let's
solve for C in equation (1).
(2) | : | 2A-4B+C=-20 | |
= | -20 | ||
A-5B | = | -18 | (4) |
(3) | : | 5A+5B+C=-50 | |
= | -50 | ||
4A+4B | = | -48 | |
A+B | = | -12 | (5) |
Step 8: Check the solutions:
The process of elimination involves several steps: First you reduce three
equations to two equations with two variables, and then to one equation with
one variable.
Step 1: Decide which variable you will eliminate. It makes no
difference which one you choose. Let us eliminate C first.
MATRICES:
The process of using matrices is essentially a shortcut of the process of
elimination. Each row of the matrix represents an equation and each column
represents coefficients of one of the variables.
Step 1:
Create a three-row by four-column matrix using coefficients and the constant
of each equation.
The vertical lines in the matrix stands for the equal signs between both
sides of each equation. The first column contains the coefficients of A,
the second column contains the coefficients of B, the third column
contains the coefficients of C, and the last column contains the constants
to the right of the equal signs.
We want to convert the original matrix
Step 2: We work with column 1 first. We want a 1 in Cell 11 [Row 1-Col
1]. There is nothing to do because 1 already exits in the Cell 22. Now we
want zeros in Cells 21 and 31. To achieve this, Add -2 times Row 1 to Row 2
to form a new Row 2, and add -5 times Row 1 to Row 3 to form a new Row 3.
If you would like to go back to the problem page, click on Problem.
If you would like to review the solution to the next problem, click on Problem
If you would like to return to the beginning of the three by three system of equations, click on Example.