Difference between revisions of "Systems of Equations in Three Variables"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
* [https://tutorial.math.lamar.edu/classes/alg/systemsthreevrble.aspx Linear Systems with Three Variables], Paul's Online Notes (Lamar Math) | * [https://tutorial.math.lamar.edu/classes/alg/systemsthreevrble.aspx Linear Systems with Three Variables], Paul's Online Notes (Lamar Math) | ||
* [https://courses.lumenlearning.com/wmopen-collegealgebra/chapter/introduction-systems-of-linear-equations-three-variables/ Systems of Equations: Three Variables], Lumen Learning | * [https://courses.lumenlearning.com/wmopen-collegealgebra/chapter/introduction-systems-of-linear-equations-three-variables/ Systems of Equations: Three Variables], Lumen Learning | ||
| − | * [https://www.youtube.com/watch?v=CdpFu7t0dJ4 | + | * [https://www.youtube.com/watch?v=CdpFu7t0dJ4 Solving a System of 3 Variables With Elimination], patrickJMT |
| + | * [https://www.youtube.com/watch?v=GjbRnAjVlXM Solving a System of 3 Variables With Substitution], patrickJMT | ||
* [https://www.youtube.com/watch?v=tGPSEXVYw_o Solving a System of Two Equations with Three Variables (Infinite Solutions)], patrickJMT | * [https://www.youtube.com/watch?v=tGPSEXVYw_o Solving a System of Two Equations with Three Variables (Infinite Solutions)], patrickJMT | ||
Revision as of 11:04, 15 September 2021
See Systems of Equations in Two Variables for more information on systems of equations.
Examples
- One solution: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x + y + z = 3 } , , and . . We can add this to the third equation to get Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 28z = 28 } , which means z = 1. So, the first two equations can be rewritten as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x + y = 2 } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2x - 3y = -1 } . Using substitution, elimination, or graphing, we can calculate that x = 1 and y = 1 with these two equations. Thus, the solution to the system is (x, y, z) = (1, 1, 1).
- No solutions: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x + y + z = 1 } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x + y + z = 5 } . These equations represent two parallel planes, and there is no x, y, and z that satisfy both equations simultaneously. So, this system has no solutions.
- Infinite solutions: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x + y = z } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x + y = 2z } . x + y = 0 for all x and y such that y = -x. Since Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z = 2z } when z = 0, this system has an infinite number of solutions of the form (x, -x, 0) where x can be any real number (for example, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (3, -3, 0), (-0.5, 0.5, 0), } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (\pi, -\pi, 0)} are solutions of this system of equations).
Resources
- Linear Systems with Three Variables, Paul's Online Notes (Lamar Math)
- Systems of Equations: Three Variables, Lumen Learning
- Solving a System of 3 Variables With Elimination, patrickJMT
- Solving a System of 3 Variables With Substitution, patrickJMT
- Solving a System of Two Equations with Three Variables (Infinite Solutions), patrickJMT