Difference between revisions of "Systems of Equations in Two Variables"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 8: Line 8:
 
* Multiple solutions: <math> y = x^2 </math> and <math> y = 4 </math>. Since <math> x^2 = 4 </math> when x = 2 or -2, we know there are two solutions to this system: (2, 4) and (-2, 4). This is also clear when we graph these two equations, as <math> y = 4 </math> intersects the parabola <math> y = x^2 </math> when x = -2, and when x = 2.
 
* Multiple solutions: <math> y = x^2 </math> and <math> y = 4 </math>. Since <math> x^2 = 4 </math> when x = 2 or -2, we know there are two solutions to this system: (2, 4) and (-2, 4). This is also clear when we graph these two equations, as <math> y = 4 </math> intersects the parabola <math> y = x^2 </math> when x = -2, and when x = 2.
 
* No solutions: <math> y = x^2 </math> and <math> y = -3 </math>. Since <math> x^2 </math> is positive for all values of x, it cannot equal -3. When graphed, we can see that these two equations never intersect. Thus there are no solutions to this system of equations.
 
* No solutions: <math> y = x^2 </math> and <math> y = -3 </math>. Since <math> x^2 </math> is positive for all values of x, it cannot equal -3. When graphed, we can see that these two equations never intersect. Thus there are no solutions to this system of equations.
* Infinite solutions: <math> y = sin(x) </math> and <math> y = 0 </math>. <math> sin(x) = 0 </math> for all <math> x = \pi k </math>, where k is some integer. So, this system has an infinite number of solutions of the form <math> (\pi k, 0) </math> (that is, the solution set is {...<math> (-2\pi, 0) </math>, <math> (-\pi, 0) </math>, <math> (0, 0) </math>, <math> (\pi, 0) </math>, <math> (2\pi, 0) </math>...}).
+
* Infinite solutions: <math> y = sin(x) </math> and <math> y = 0 </math>. <math> sin(x) = 0 </math> for all <math> x = \pi k </math>, where k is some integer. So, this system has an infinite number of solutions of the form <math> (\pi k, 0) </math>; that is, the solution set is {...<math> (-2\pi, 0) </math>, <math> (-\pi, 0) </math>, <math> (0, 0) </math>, <math> (\pi, 0) </math>, <math> (2\pi, 0) </math>...}.
  
 
==Resources==
 
==Resources==

Revision as of 10:03, 15 September 2021

Introduction

A system of equations consists of two or more equations made up of two or more variables such that all equations in the system are considered simultaneously. To find the unique solution to a system of equations, we must find a numerical value for each variable in the system that will satisfy all equations in the system at the same time. Some systems may not have a solution (for example, two distinct lines that are parallel to one another) and others may have an infinite number of solutions (for example, and , since for an infinite number of x-values). In order for a linear system to have a unique solution, there must be at least as many equations as there are variables. Even so, this does not guarantee a unique solution.

Systems of equations can be solved in a number of ways. We can use elimination and/or substitution to solve for points of intersection shared by all equations in the system. We can also sometimes graph the equations to find the points shared by all equations, given that our system is graphable.

Here are some examples of systems of equations with two variables:

  • One solution: and . By use of substitution, elimination, or graphing, we can find that the solution to this system is , as this is the only point shared by both equations in the system.
  • Multiple solutions: and . Since when x = 2 or -2, we know there are two solutions to this system: (2, 4) and (-2, 4). This is also clear when we graph these two equations, as intersects the parabola when x = -2, and when x = 2.
  • No solutions: and . Since is positive for all values of x, it cannot equal -3. When graphed, we can see that these two equations never intersect. Thus there are no solutions to this system of equations.
  • Infinite solutions: and . for all , where k is some integer. So, this system has an infinite number of solutions of the form ; that is, the solution set is {..., , , , ...}.

Resources