Lesson Types of systems - inconsistent, dependent, independent
Algebra
->
Algebra
->
Coordinate Systems and Linear Equations
-> Lesson Types of systems - inconsistent, dependent, independent
Log On
Ad:
You enter your algebra equation or inequality -
Algebrator
solves it step-by-step while providing clear explanations. Free on-line demo
.
Ad:
Algebrator™
solves your algebra problems and provides step-by-step explanations!
Ad:
Algebra Solved!™
: algebra software solves algebra homework problems with step-by-step help!
Linear Solvers
Practice
Problems, free tutors
Word Problems
Lessons
In depth
Source code of 'Types of systems - inconsistent, dependent, independent'
This Lesson (Types of systems - inconsistent, dependent, independent)
was created by by
mathick(4)
:
View Source
,
Show
About mathick
:
This lesson concerns systems of two equations, such as: <center>2x + y = 10 3x + y = 13.</center> The equations can be viewed algebraically or graphically. Usually, the problem is to find a solution for x and y that satisfies both equations simultaneously. Graphically, this represents a point where the lines cross. There are 3 possible outcomes to this (shown here in blue, green, and red): <hr width = 80%> <font color="#3300ff"> The two lines might not cross at all, as in <center>{{{graph( 300, 200, -20, 20, -20, 20, x, x+10) }}} y = x y = x + 10.</center> This means there are <i>no solutions</i>, and the system is called <i>inconsistent</i>. If you try to <a href = "http://www.mathick.com/mathick.php?topic=system">solve this system algebraically</a>, you'll end up with something that's not true, such as 0 = 10. Whenever you end up with something that's not true, the system is inconsistent. </font> <hr width = 80%> <font color="#009933">The two equations might actually be the same line, as in <center>{{{graph( 300, 200, -20, 20, -20, 20, x+10, x+10) }}} y = x + 10 2y = 2x + 20.</center> These are equivalent equations. The lines are actually the same line, and they 'cross' at infinitely many points (every point on the line). In this case, there are <i>infinitely many solutions</i> and the system is called <i>dependent</i>. If you try to <a href = "http://www.mathick.com/mathick.php?topic=system">solve this system algebraically</a>, you'll end up with something that's true, such as 0 = 0. Whenever you end up with something that's true, the system is dependent. </font> <hr width = 80%> <font color="#cc0033"> The two lines might cross at a single point, as in <center>{{{graph( 300, 200, -20, 20, -16, 24, x+10, 2x) }}} y = x + 10 y = 2x.</center> If you try to <a href = "http://www.mathick.com/mathick.php?topic=system">solve this system algebraically</a>, you'll end up with something that involves one of the variables, such as x = 10. In this case, there is just <i>one solution</i>, and the system is called <i>independent</i>. Whenever you end up with something that involves one of the variables, such as x = 10, the system is independent. </font> <hr width = 80%> Here are a couple of handy tables for recognizing what type of system you're dealing with. You can try practice problems <a href = "http://www.mathick.com/mathick.php?topic=system">here</a>. From the algebraic perspective: <center><table border="1" cellspacing="0" cellpadding="0"> <tr> <td width="207" valign="top"> <p align="center"><b>If solving using the addition or substitution method leads to</b> </td> <td width="200" valign="top"> <p align="center"><b>then the system is</b> </td> <td width="184" valign="top"> <p align="center"><b>and the equations</b> </td> </tr> <tr> <td width="207"> <p align="center">X = a number, y = a number </td> <td width="200"> <p align="center">independent </td> <td width="184"> <p align="center">will have different values of m when both are placed in y = mx + b (slope-intercept) form </td> </tr> <tr> <td width="207"> <p align="center">an inconsistent equation, such as 0 = 3 </td> <td width="200"> <p align="center">inconsistent </td> <td width="184"> <p align="center">will have the same value of m, but different values of b, when both are placed in y = mx + b form </td> </tr> <tr> <td width="207"> <p align="center">An identity, such as 5 = 5 </td> <td width="200"> <p align="center">dependent </td> <td width="184"> <p align="center">will be identical when both are placed in slope-intercept form </td> </tr> </table></center> From the graphical perspective: <center><table border="1" cellspacing="0" cellpadding="0"> <tr> <td width="207" valign="top"> <p align="center"><b>If the equations have</b> </td> <td width="200" valign="top"> <p align="center"><b>then the system is</b> </td> <td width="184" valign="top"> <p align="center"><b>and the lines</b> </td> </tr> <tr> <td width="207"> <p align="center">Different slopes </td> <td width="200"> <p align="center">independent </td> <td width="184"> <p align="center">cross at a point </td> </tr> <tr> <td width="207"> <p align="center">the same slope but different intercepts </td> <td width="200"> <p align="center">inconsistent </td> <td width="184"> <p align="center">are parallel and never cross </td> </tr> <tr> <td width="207"> <p align="center">the same slope and the same intercept </td> <td width="200"> <p align="center">dependent </td> <td width="184"> <p align="center">are actually both the same line </td> </tr> </table></center>