This post follows on from this post where the logic for the below is discussed. I am not going to define here what easy means!
Here is the strategy/guiding principle:
Fundamental Principle of Solving ‘Easy’ Equations
Identify what is difficult or troublesome about the equation and get rid of it. As long as you do the same thing to both numbers (the “Lhs” and the “Rhs”), the equation will be replaced by a simpler equation with the same solution.
Inverses
For the moment think of a function as an object that associates to an input number
an output number
:
,
which could be read as is sent to
.
Examples of functions include:
- the add-three function, e.g.
.
- the subtract-seven function, e.g.
.
- the multiply-by-eight function, e.g.
.
- the divide-by-four function, e.g.
.
- the squaring function, e.g.
.
- the square root function, e.g.
.
- a power function, e.g.
.
- a root function, e.g.
.
Some functions have inverses that undo the action of
.
.
Call by
:
,
that is if is an inverse of
then, usually,
is an inverse of $f^{-1}$.
For example, we have inverses of the above:
- the inverse of the plus three function is the subtract three function, e.g.
.
- the inverse of the subtract seven function is the add seven function, e.g
.
- the inverse of the times eight function function is the divide-by-eight function, e.g.
- the inverse of the divide-by-four is the times four function, e.g.
.
So… this “get rid of it” mentioned in the above principle is “apply the appropriate inverse”. In the below when I write it means I applied the inverse function
to both of the numbers “Lhs” and “Rhs”.
Examples
Solve each of the following for . As per the previous post the first step is the implicit assumption that
makes the equation true.
.
What is troublesome here is we want to conclude that some number but here we have the subtract 3 function:
,
messing things up. Apply the inverse function:
.
.
What is troublesome here is we want to conclude that some number but here we have the divide-by-five function:
.
Apply the inverse function:
.
.
Going a bit faster now. The square root is in the way: apply the inverse:
.
.
The multiply-by-(-3) is in the way: apply the inverse:
.
It might us take a number of implications before we can conclude the value of . As long as you follow the principle of doing the same thing to both numbers as explained in the previous post, there can be a number of ways to get to the correct conclusion about the value of
. For example, consider the equation:
.
Solution 1: The plus three is in the way: apply the inverse:
.
The multiply-by-two is in the way: apply the inverse:
.
Solution 2: The multiply-by-two is in the way: apply the inverse:
.
Here we had to use the definition of division, multiplying out and commutativity to properly divide a sum:
.
The plus is in the way: apply the inverse:
.
Experience will tell us it is easier to deal with the before the times two.
Here there is a big problem. You want to conclude that must equal some number but here
appears in both numbers. This is bad. The
shouldn’t be there: apply the inverse. The subtract seven is also in the way: apply that inverse too:
.
Can you finish this off?
.
Here the difficulty is that we have fractions. We don’t really want the division by three, four and six: if we apply the inverses of the first two of these — multiply-by-three and multiply-by-four — we end up multiplying by twelve. This will also deal with the six we don’t want:
,
where we used ‘multiplying out’. Can you finish this off?
.
Here the problem is we want some number but instead we have division-by-
: apply the inverse:
Can you finish this off?
In the rest of this mini-series of posts we will talk about some subtleties to do with inverses and also solving equations with a number of variables.
2 comments
Comments feed for this article
September 13, 2017 at 3:41 pm
Why Can’t I Divide by Zero? | J.P. McCarthy: Math Page
[…] taking away from both sides (see here), we end up with (as […]
October 12, 2017 at 1:53 pm
Solving ‘Easy’ Equations: Part II | J.P. McCarthy: Math Page
[…] post follows on from this post where the following principle was […]