math 221 linear algebra
play

Math 221: LINEAR ALGEBRA Chapter 1. Systems of Linear Equations - PowerPoint PPT Presentation

Math 221: LINEAR ALGEBRA Chapter 1. Systems of Linear Equations 1-1. Solutions and Elementary Operations Le Chen 1 Emory University, 2020 Fall (last updated on 10/09/2020) Creative Commons License (CC BY-NC-SA) 1 Slides are adapted from


  1. Math 221: LINEAR ALGEBRA Chapter 1. Systems of Linear Equations §1-1. Solutions and Elementary Operations Le Chen 1 Emory University, 2020 Fall (last updated on 10/09/2020) Creative Commons License (CC BY-NC-SA) 1 Slides are adapted from those by Karen Seyffarth from University of Calgary.

  2. Can we do the same for linear equations in more variables? Motivation Example Find all solutions of the (linear) equation in one variable: ax = b

  3. Can we do the same for linear equations in more variables? Motivation Example Find all solutions of the (linear) equation in one variable: ax = b Solution ◮ If a � = 0 , there is a unique solution x = b / a.

  4. Can we do the same for linear equations in more variables? Motivation Example Find all solutions of the (linear) equation in one variable: ax = b Solution ◮ If a � = 0 , there is a unique solution x = b / a. ◮ Else if a = 0 and b � = 0 , there is no solution.

  5. Can we do the same for linear equations in more variables? Motivation Example Find all solutions of the (linear) equation in one variable: ax = b Solution ◮ If a � = 0 , there is a unique solution x = b / a. ◮ Else if a = 0 and b � = 0 , there is no solution. b = 0 , there are infinitely many solutions, in fact any x ∈ R is a solution. This a complete description of all possible solutions of ax = b.

  6. Can we do the same for linear equations in more variables? Motivation Example Find all solutions of the (linear) equation in one variable: ax = b Solution ◮ If a � = 0 , there is a unique solution x = b / a. ◮ Else if a = 0 and b � = 0 , there is no solution. b = 0 , there are infinitely many solutions, in fact any x ∈ R is a solution. This a complete description of all possible solutions of ax = b. Objective:

  7. Definitions Definition A linear equation is an expression a 1 x 1 + a 2 x 2 + · · · + a n x n = b where n ≥ 1 , a 1 , . . . , a n are real numbers, not all of them equal to zero, and b is a real number.

  8. Definitions Definition A linear equation is an expression a 1 x 1 + a 2 x 2 + · · · + a n x n = b where n ≥ 1 , a 1 , . . . , a n are real numbers, not all of them equal to zero, and b is a real number. A system of linear equations is a set of m ≥ 1 linear equations. It is not required that m = n.

  9. Definitions Definition A linear equation is an expression a 1 x 1 + a 2 x 2 + · · · + a n x n = b where n ≥ 1 , a 1 , . . . , a n are real numbers, not all of them equal to zero, and b is a real number. A system of linear equations is a set of m ≥ 1 linear equations. It is not required that m = n. A solution to a system of m equations in n variables is an n-tuple of numbers that satisfy each of the equations.

  10. Definitions Definition A linear equation is an expression a 1 x 1 + a 2 x 2 + · · · + a n x n = b where n ≥ 1 , a 1 , . . . , a n are real numbers, not all of them equal to zero, and b is a real number. A system of linear equations is a set of m ≥ 1 linear equations. It is not required that m = n. A solution to a system of m equations in n variables is an n-tuple of numbers that satisfy each of the equations. Solve a system means ‘find all solutions to the system’.

  11. Systems of Linear Equations Example A system of linear equations: x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0

  12. Systems of Linear Equations Example A system of linear equations: x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 ◮ variables: x 1 , x 2 , x 3 .

  13. Systems of Linear Equations Example A system of linear equations: x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 ◮ variables: x 1 , x 2 , x 3 . ◮ coefficients: 1 x 1 − 2 x 2 − 7 x 3 = − 1 − 1 x 1 + 3 x 2 + 6 x 3 = 0

  14. Systems of Linear Equations Example A system of linear equations: x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 ◮ variables: x 1 , x 2 , x 3 . ◮ coefficients: 1 x 1 − 2 x 2 − 7 x 3 = − 1 − 1 x 1 + 3 x 2 + 6 x 3 = 0 ◮ constant terms: x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0

  15. Example (continued) x 1 = − 3 , x 2 = − 1 , x 3 = 0 is a solution to the system x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0

  16. Example (continued) x 1 = − 3 , x 2 = − 1 , x 3 = 0 is a solution to the system x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 because ( − 3) − 2( − 1) − 7 · 0 = − 1 − ( − 3) + 3( − 1) + 6 · 0 = 0 .

  17. Example (continued) x 1 = − 3 , x 2 = − 1 , x 3 = 0 is a solution to the system x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 because ( − 3) − 2( − 1) − 7 · 0 = − 1 − ( − 3) + 3( − 1) + 6 · 0 = 0 . Another solution to the system is x 1 = 6 , x 2 = 0 , x 3 = 1 (check!).

  18. Example (continued) x 1 = − 3 , x 2 = − 1 , x 3 = 0 is a solution to the system x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 because ( − 3) − 2( − 1) − 7 · 0 = − 1 − ( − 3) + 3( − 1) + 6 · 0 = 0 . Another solution to the system is x 1 = 6 , x 2 = 0 , x 3 = 1 (check!). However, x 1 = − 1 , x 2 = 0 , x 3 = 0 is not a solution to the system, because ( − 1) 2 · 0 7 · 0 = − 1 − − − ( − 1) + 3 · 0 + 6 · 0 = 1 � = 0

  19. Example (continued) x 1 = − 3 , x 2 = − 1 , x 3 = 0 is a solution to the system x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 because ( − 3) − 2( − 1) − 7 · 0 = − 1 − ( − 3) + 3( − 1) + 6 · 0 = 0 . Another solution to the system is x 1 = 6 , x 2 = 0 , x 3 = 1 (check!). However, x 1 = − 1 , x 2 = 0 , x 3 = 0 is not a solution to the system, because ( − 1) 2 · 0 7 · 0 = − 1 − − − ( − 1) + 3 · 0 + 6 · 0 = 1 � = 0 A solution to the system must be a solution to every equation in the system.

  20. Example (continued) x 1 = − 3 , x 2 = − 1 , x 3 = 0 is a solution to the system x 1 − 2 x 2 − 7 x 3 = − 1 − x 1 + 3 x 2 + 6 x 3 = 0 because ( − 3) − 2( − 1) − 7 · 0 = − 1 − ( − 3) + 3( − 1) + 6 · 0 = 0 . Another solution to the system is x 1 = 6 , x 2 = 0 , x 3 = 1 (check!). However, x 1 = − 1 , x 2 = 0 , x 3 = 0 is not a solution to the system, because ( − 1) 2 · 0 7 · 0 = − 1 − − − ( − 1) + 3 · 0 + 6 · 0 = 1 � = 0 A solution to the system must be a solution to every equation in the system. The system above is consistent, meaning that the system has at least one solution.

  21. Example (continued) x 1 + x 2 + x 3 = 0 x 1 + x 2 + x 3 = − 8 is an example of an inconsistent system, meaning that it has no solutions.

  22. Example (continued) x 1 + x 2 + x 3 = 0 x 1 + x 2 + x 3 = − 8 is an example of an inconsistent system, meaning that it has no solutions. Why are there no solutions?

  23. Graphical solutions Example Consider the system of linear equations in two variables � x + y = 3 y − x = 5

  24. Graphical solutions Example Consider the system of linear equations in two variables � x + y = 3 y − x = 5 A solution to this system is a pair ( x , y ) satisfying both equations.

  25. Graphical solutions Example Consider the system of linear equations in two variables � x + y = 3 y − x = 5 A solution to this system is a pair ( x , y ) satisfying both equations. Since each equation corresponds to a line, a solution to the system corresponds to a point that lies on both lines, so the solutions to the system can be found by graphing the two lines and determining where they intersect.

  26. Graphical solutions Example Consider the system of linear equations in two variables � x + y = 3 y − x = 5 A solution to this system is a pair ( x , y ) satisfying both equations. Since each equation corresponds to a line, a solution to the system corresponds to a point that lies on both lines, so the solutions to the system can be found by graphing the two lines and determining where they intersect. y x + y = 3 y − x = 5 ( − 1 , 4) x

  27. intersect in one point consistent (unique solution) parallel but difgerent inconsistent (no solutions) line are the same consistent (infjnitely many solutions) Given a system of two equations in two variables, graphed on the xy-coordinate plane, there are three possibilities:

  28. (infjnitely many solutions) consistent consistent line are the same (no solutions) inconsistent parallel but difgerent (unique solution) intersect in one point Given a system of two equations in two variables, graphed on the xy-coordinate plane, there are three possibilities: y y y x x x

  29. (infjnitely many solutions) consistent consistent line are the same (no solutions) inconsistent parallel but difgerent (unique solution) intersect in one point Given a system of two equations in two variables, graphed on the xy-coordinate plane, there are three possibilities: y y y x x x

  30. (infjnitely many solutions) consistent consistent line are the same (no solutions) inconsistent parallel but difgerent (unique solution) intersect in one point Given a system of two equations in two variables, graphed on the xy-coordinate plane, there are three possibilities: y y y x x x

  31. (infjnitely many solutions) consistent consistent line are the same (no solutions) inconsistent parallel but difgerent (unique solution) intersect in one point Given a system of two equations in two variables, graphed on the xy-coordinate plane, there are three possibilities: y y y x x x

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend