[Math] Does adding two linear equations will result in a line which will pass through an intersection of the linear equations

linear algebrasystems of equations

I was wondering why it is almost impossible to find a geometrical explanation of why adding two linear equations helps us to find a solution of a system of linear equations? Am I right that adding two linear equations will result in an equation of a line which will pass through a point where two linear equations intersect?

If it is right then I completely don't understand why such a crucial point in understanding how to solve systems of equations is never properly taught even at a university level.

Best Answer

Suppose we have two linear equations, $$y_1=m_1x+b_1$$ and $$y_2=m_2x+b_2.$$

If we set $y_1=y_2$,then $m_1x+b_1=m_2x+b_2$. We then solve for $x$ and substitute that value into either equation to get the corresponding $y$ value. The result is the single intersection point of these two straight lines. It will exist provided $m_1 \neq m_2$. I have just made an online interactive plot for you to play with. Sometimes this visual representation is what helps a concept like this to be truly understood.

Try simultaneously solving various equations like these while at the same time dragging the sliders to the appropriate values in this demonstration I have constructed. I think with this, clarity will eventually come to you.

An answer to the actual question:

If we simply add the equations side by side, we get a third equation that has slope equal to the sum of slopes, and $y$ intercept equal to the sum of $y$ intercepts. You can see this by plotting $y_1+y_2$ in the demonstration. This would be a third line that does not necessarily pass through the intersect of the two equations. In order to find the solution to a system of equations, that being the point at which both equations are simultaneously true, we need to set equals to equals, ie. $x$ equal to $x$ or $y$ equal to $y$. In this manner we find the solution to the system.

I have two more plots to show you plot 1 is the first, and plot 2 is the other. I think I understand precisely why you are asking this question now after reflecting on what you must be studying. It has to do with operations on systems of equalities, and how after multiplying one equality by a constant, then adding it to the other, you arrive at an equation in one variable, and thus arrive at a solution. You see that the sum intersects when a scalar multiple of one equality is added to the other. If you can manage to add a scalar multiple of one equation to the other in such a way that one of the variables vanishes, then you will have that third equation, it being the sum of two equations (not the originals), and that third equation will indeed intersect at the intersection of the first two equations. Best of clarity and fortune in your studies. :)

Related Question