Common Pairs
Your journey through mathematics has brought you to a major change in your thinking. You have been working with individual numbers for years and years and years. Numbers have been the fundamental object in mathematics. Functions bring a totally different viewpoint. Our new basic mathematical tool is expanding from a number to a function. Our new basic thought is about huge collections of pairs of numbers. Our new analysis is moving from how numbers combine and compare to how functions combine and compare.
We are learning how to investigate functions. Given a function, we would like to know its domain and range, zeros, discontinuities, singularities, where it is increasing or decreasing, what are the maximum and minum values, and what its graph looks like.
We would also like to compare functions. For instance, what pairs functions might have in common. Let’s try this for linear functions.
Intersections
Given two linear functions, (1) do they share any pairs? (2) what are the common pairs?
If \(f\) and \(g\) are two linear functions and they shared the pair \((a, b)\), then we would have \(f(a)=b\) and \(g(a)=b\). Their graphs would share a point. The lines would intersect. Since each linear function corresponds to exactly one line, it might be benefitial to think geometrically.
How can two lines intersect?
One point of intersection is probably the usual expectation.
The other two possibilities are more uncommon.
Parallel lines would not intersect.
Distinct linear functions with the same rate of chage cannot share any pairs.
Two lines that were in fact the same line, would intersect at every point, because they are the same line.
While this is completely obvious when examining graphs, it might not be so obvious during an algebraic investigation.
It might not be immediate clear that \(L(k) = \frac {4}{3}k - \frac {8}{5}\) and \(p(h) = \frac {4(5h-6)}{15}\) are in fact the same linear function and share every pair.
Proof
Linear functions can share no pairs, exactly \(1\) pair, or all of their pairs. Is that it? Our intuition tells us that the graph of a line cannot turn around and have a second intersection point. But, that is far from a convincing argument. Perhaps the graphs do not show enough and our intuition is wrong.
How do we convince people that this is true, without saying “trust me”?
Graphing and Geometry are excellent tools for believing, but when you need an argument that accounts for EVERYTHING, then you need Algebra. Algebra helps us make sure we have accounted for EVERYTHING.
Reasoning that accounts for everything, is called proof.
Let \(f(x) = m_1 \, x + b_1\) and \(g(x) = m_2 \, x + b_2\) be two linear functions with domains \((-\infty , \infty )\).
Suppose they share a pair. Let’s call it \((T, R)\).
Then we have
- \(f(T) = m_1 T + b_1\)
- \(g(T) = m_2 T + b_2\)
If they share this pair, then \(f(T) = g(T)\), which gives us
What are all of the possibilities? For EVERY possibility, either \(m_1 \ne m_2\) or \(m_1 = m_2\). These two “cases” account for EVERYTHING.
case 1: \(m_1 \ne m_2\)
If the rates of change are different, then \(m_1 - m_2 \ne 0\). We can divide by \(m_1 - m_2\), which allows us to solve for \(T\).
This fraction is valid since the denominator does not equal \(0\). Therefore, \(T\) has one value. \(f\) and \(g\) have exactly one pair in common. The corresponding lines have one point of intersection.
case 2: \(m_1 = m_2\)
Setting \(f(T) = g(T)\) gives us
What values of \(T\) make this true?
- If \(b_2 \ne b_1\), then no value of \(T\) will make the equation true. We have parallel lines with no intersection.
- If \(b_2 = b_1\), then we have \(0 \, T = 0\) and every value of \(T\) will make the equation true. In this case, we have \(m_1 = m_2\) and \(b_1 = b_2\). We have the same function and the same line.
And, that is ALL of the possibilities. \(b_2 \ne b_1\) and \(b_2 = b_1\) account for every possiblity. The two statements together constitute a proof.
- Two linear functions have one pair in common. Their lines have exactly one intersection point, or
- Two linear functions share no pairs and their lines are parallel, or
- Two linear functions are the same function and have the same line.
As a consequence, if you know you have two linear functions and you know they share two points, then they must share all of their points and they must be the same function.
This is why we only need two points to draw a line.
Systems of Linear Equations
The thinking above is part of a larger idea.
While we are currently considering two variables, a general linear equation can have any number of variables.
We might collect some linear equations and group them together. This collection is called a system of linear equations. And, as above, we might look for common solutions. The process of looking for common solutions is called solving the system.
Systems are commonly written together with the equal signs aligned.
For example, the system might include two equations with two variables.
\begin{align*} 2x & = 3y + 5 \\ 4x & = 7y + 11 \end{align*}
For example, the system might include two equations with three variables.
\begin{align*} 2x & = 3y - 3z + 5 \\ 4x & = 7y - z - 7 \end{align*}
For example, the system might include three equations with three variables.
\begin{align*} 2x & = 3y - 3z + 5 \\ 4x & = 7y - z - 7 \\ x & = y - z + 2 \end{align*}
Or, some other combination. A system of linear equations can group any number of linear equations with any number of variables. The study of these types of systems is called Linear Algebra.
For us, solving the system - identifying the common solutions - always uses the same thinking - EQUALITY.
Solve the system \begin{align*} 2x & = 3y + 5 \\ 4x & = 7y + 11 \end{align*}
Solving means to find a common pair of numbers that satisfy both equations or a
common point on the graph.
Let’s call this common pair or point \((x, y) = (A, B)\)
\begin{align*} 2A & = 3B + 5 \\ 4A & = 7B + 11 \end{align*}
Then we have \(2A = 3B + 5\). We can multiply both sides by \(\answer {2}\) to get \(4A = 6B + 10\).
\(2A = 3B + 5\) and \(4A = 6B + 10\) are equivalent equations.
Therefore, we can replace the first equation in our system with this new equivalent
equation.
\begin{align*} 4A & = 6B + 10 \\ 4A & = 7B + 11 \end{align*}
We now have two expressions both equal to \(4A\), then they must, themselves, be equal.
We can subtract \(6B\) from both sides and subtract \(\answer {11}\) from both sides to get
We now know that \(B = -1\) and we know that \(4A = 7B + 11\). That tell us that
Our common solution to the two original equations is \(A = 1\) and \(B = -1\). If you graph the two lines, then \((1, -1)\) would be the intersection point.
Solve the system \begin{align*} x & = 3y - 1 \\ 4x & = 5y + 3 \end{align*}
Supposed \((x, y) = (A, B)\) is a solution.
\begin{align*} A & = 3B - 1 \\ 4A & = 5B + 3 \end{align*}
We have \(A = 3B - 1\), therefore we can replace any \(A\) with \(\answer {3B - 1}\).
\begin{align*} A & = 3B - 1 \\ 4(3B - 1) & = 5B + 3 \end{align*}
The second equation tells us that
With this new information, the first equation in the system tells us that
Our common solution to the two original equations is \(A = 2\) and \(B = 1\). If you graph the two corresponding lines, then \((2, 1)\) would be the intersection point.
ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Linear Functions