12.1 systems of linear equations: substitution and elimination

51
12.1 Systems of Linear Equations: Substitution and Elimination

Upload: lizina

Post on 15-Jan-2016

23 views

Category:

Documents


0 download

DESCRIPTION

12.1 Systems of Linear Equations: Substitution and Elimination. A system of equations is a collection of two or more equations, each containing one or more variables. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 12.1  Systems of Linear Equations: Substitution and Elimination

12.1 Systems of Linear Equations: Substitution and Elimination

Page 2: 12.1  Systems of Linear Equations: Substitution and Elimination

A system of equations is a collection of two or more equations, each containing one or more variables.

A solution of a system of equations consists of values for the variables that reduce each equation of the system to a true statement.

When a system of equations has at least one solution, it is said to be consistent; otherwise it is called inconsistent.

To solve a system of equations means to find all solutions of the system.

Page 3: 12.1  Systems of Linear Equations: Substitution and Elimination

An equation in n variables is said to be linear if it is equivalent to an equation of the form

where are n distinct variables, are constants, and at least

one of the a’s is not zero.

Page 4: 12.1  Systems of Linear Equations: Substitution and Elimination

If each equation in a system of equations is linear, then we have a system of linear equations.

Page 5: 12.1  Systems of Linear Equations: Substitution and Elimination

Two Linear Equations Containing Two Variables

Page 6: 12.1  Systems of Linear Equations: Substitution and Elimination

If the graph of the lines in a system of two linear equations in two variables intersect, then the system of equations has one solution, given by the point of intersection. The system is consistent and the equations are independent.

Solution

y

x

Page 7: 12.1  Systems of Linear Equations: Substitution and Elimination

If the graph of the lines in a system of two linear equations in two variables are parallel, then the system of equations has no solution, because the lines never intersect. The system is inconsistent.

x

y

Page 8: 12.1  Systems of Linear Equations: Substitution and Elimination

If the graph of the lines in a system of two linear equations in two variables are coincident, then the system of equations has infinitely many solutions, represented by the totality of points on the line. The system is consistent and dependent.

x

y

Page 9: 12.1  Systems of Linear Equations: Substitution and Elimination

Two Algebraic Methods for Solving a System

1. Method of substitution

2. Method of elimination

Page 10: 12.1  Systems of Linear Equations: Substitution and Elimination

Use Method of Substitution to solve:

(1)

(2)

Page 11: 12.1  Systems of Linear Equations: Substitution and Elimination

Use graphing utility to solve the previous system of equations

(1)

(2)

Page 12: 12.1  Systems of Linear Equations: Substitution and Elimination

•Exactly one solution (consistent system with independent equations).

•No solution (inconsistent system).

•Infinitely many solutions (consistent system with dependent equations).

A system of three linear equations containing three variables has either

Page 13: 12.1  Systems of Linear Equations: Substitution and Elimination

Solve:

(1)

(2)

(3)

Page 14: 12.1  Systems of Linear Equations: Substitution and Elimination

12.2 Systems of Linear Equations:

Matrices

Page 15: 12.1  Systems of Linear Equations: Substitution and Elimination

A matrix is defined as a rectangular array of numbers,

Column 1 Column 2 Column j Column n

Row 1

Row 2

Row i

Row 4

Page 16: 12.1  Systems of Linear Equations: Substitution and Elimination

Augmented Matrix:

Page 17: 12.1  Systems of Linear Equations: Substitution and Elimination

Row Operations on an Augmented Matrix

1. Interchange any two rows.

2. Replace a row by a nonzero multiple of that row.

3. Replace a row by the sum of that row and a constant multiple of some other row.

Page 18: 12.1  Systems of Linear Equations: Substitution and Elimination

Solve

Page 19: 12.1  Systems of Linear Equations: Substitution and Elimination

Matrix Method for Solving a System of Linear Equations (Row Echelon Form)

• Write the augment matrix of the system.

• Perform operations that place the number 1 in row 1 column1.

• Perform operations that leave the entry 1 in row 1 and column1 unchanged, while causing 0’s appear below it in column1.

• Perform operations that place 1 in row 2 column 2, but leave the entries in columns to the left unchanged. The perform operations to place 0’s below it.(If rows that contain only 0’s are obtained place them to the bottom of the matrix.)

• Repeat previous step.

Page 20: 12.1  Systems of Linear Equations: Substitution and Elimination

Solve

using a graphing utility.

Page 21: 12.1  Systems of Linear Equations: Substitution and Elimination

Solve using a graphing utility:

Page 22: 12.1  Systems of Linear Equations: Substitution and Elimination

12.3 Systems of Linear Equations:

Determinants

Page 23: 12.1  Systems of Linear Equations: Substitution and Elimination

If a, b, c, and d are four real numbers, the symbol

is called a 2 by 2 determinant. Its value is ad-bc; that is

Page 24: 12.1  Systems of Linear Equations: Substitution and Elimination

Theorem Cramer’s Rule

The solution to the system of equations

is given by

provided that

D = ad-bc

Page 25: 12.1  Systems of Linear Equations: Substitution and Elimination

A 3 by 3 determinant is symbolized by

Page 26: 12.1  Systems of Linear Equations: Substitution and Elimination

=

=

Page 27: 12.1  Systems of Linear Equations: Substitution and Elimination

12.4Matrix Algebra

Page 28: 12.1  Systems of Linear Equations: Substitution and Elimination

Consider the two matrices:

(a) Find A+B

Page 29: 12.1  Systems of Linear Equations: Substitution and Elimination

(b) Find A-B.

(c) Find 3A

Page 30: 12.1  Systems of Linear Equations: Substitution and Elimination
Page 31: 12.1  Systems of Linear Equations: Substitution and Elimination

Let A denote an m by r matrix and let B denote an r by n matrix. The product AB is defined as the m by n matrix whose entry in row i, column j is the product of the ith row of A and the jth column of B.

The definition of the product AB of matrices A and B, in this order requires that the number of columns in A equal the number of rows of B. Otherwise the product is undefined.

Am by r

Br by n

Must be same for AB to exist.

AB is m by n.

Page 32: 12.1  Systems of Linear Equations: Substitution and Elimination

Find the product AB of

=

Page 33: 12.1  Systems of Linear Equations: Substitution and Elimination

Associative Property

A(BC)=(AB)C

Distributive Property

A(B+C)=AB+AC

Commutative Property

Matrix multiplication is not commutative.

Page 34: 12.1  Systems of Linear Equations: Substitution and Elimination
Page 35: 12.1  Systems of Linear Equations: Substitution and Elimination

If A is an m by n matrix, then

Im A = A and AIn = A

Identity Property

Page 36: 12.1  Systems of Linear Equations: Substitution and Elimination

Let A be a square n by n matrix. If there exists an n by n matrix A-1, read “A inverse”, for which

Then A-1 is called the inverse of the matrix A.

Page 37: 12.1  Systems of Linear Equations: Substitution and Elimination

Find the inverse of

Page 38: 12.1  Systems of Linear Equations: Substitution and Elimination

Procedure for Finding the Inverse of a Nonsingular Matrix

• Form the matrix [A|In].

• Transform the matrix [A|In] into reduced row echelon form.

• The reduced row echelon of [A|In] form will contain the identity matrix In on the left of the vertical bar; the n by n matrix on the right of the vertical bar is the inverse of A.

Page 39: 12.1  Systems of Linear Equations: Substitution and Elimination

12.6 Systems of Nonlinear

Equations

Page 40: 12.1  Systems of Linear Equations: Substitution and Elimination

Two algebraic methods for solving systems of equations

1. Substitution

2. Elimination

Page 41: 12.1  Systems of Linear Equations: Substitution and Elimination

Solve by substitution

(1)

(2)

Page 42: 12.1  Systems of Linear Equations: Substitution and Elimination

12.7 Systems of Inequalities

Page 43: 12.1  Systems of Linear Equations: Substitution and Elimination

2 8 0x y y x 2 8

0 5

10

Graph the linear inequality 2x - y - 8 >0.

Page 44: 12.1  Systems of Linear Equations: Substitution and Elimination

Test point: (1, 3)

2(1) - 3 - 8 = -9 < 0 Does not belong to graph

Test point: (5, 1)

2(5) - 1 - 8 = 1 > 0 Belongs to graph

2x - y -8 > 0

Page 45: 12.1  Systems of Linear Equations: Substitution and Elimination
Page 46: 12.1  Systems of Linear Equations: Substitution and Elimination

Steps for Graphing an Inequality by Hand

• Replace the inequality symbol by an equal sign and graph the resulting equation. If the inequality is strict, use dashes; otherwise use solid mark. This graph separates the xy-plane into two regions.

• Select a test point P in one of the regions.• If the coordinates of P satisfy the inequality, then so

do all the points in that region. Shade that region.• If the coordinates of P do not satisfy the inequality,

then none of the points in that region do. Shade the opposite region.

Page 47: 12.1  Systems of Linear Equations: Substitution and Elimination

Steps for Graphing an Inequality Using a Graphing Utility

• Replace the inequality symbol by an equal sign and graph the resulting equation. This graph separates the xy-plane into two regions.

• Select a test point P in one of the regions.• Use graphing utility to check if P satisfy the

inequality. If it does then so do all the points in that region. Use graphing utility to shade that region.

• If the coordinates of P do not satisfy the inequality, then none of the points in that region do. Shade the opposite region.

Page 48: 12.1  Systems of Linear Equations: Substitution and Elimination

Graph

Page 49: 12.1  Systems of Linear Equations: Substitution and Elimination

5 0 5 10

10

10

y = x - 6

y = -2x + 5

Page 50: 12.1  Systems of Linear Equations: Substitution and Elimination
Page 51: 12.1  Systems of Linear Equations: Substitution and Elimination

-1

3

1