Problem 5: The modulus function () 1997 Paper I
Find all the solutions of the equation
Comments
This looks more difficult than it is.
There is no clever way to deal with the modulus function: you have to look at the different cases individually. For example, for you have to look at and . The most straightforward approach would be to solve the equation in each of the different regions determined by the modulus signs: , , , etc. You might find a graphical approach helps you to picture what is going on (I didn’t).
Solution to problem 5
Let
We have to solve in the five regions of the -axis determined by the modulus functions, namely
In the separate regions, we have
Solving in each region gives:
- 1.
- : here, only if . This is a solution since the point lies in the region .
- 2.
- : here, () so there is no solution.
- 3.
- : here, only if . This is not a solution since the point does not lie in the region .
- 4.
- : here, only if , which is a solution since lies in the range .
- 5.
- : here, identically (i.e. for all values of ), so the equation is satisfied for all in the region.
Collecting these results together shows that the equation is satisfied only by and by any in the region .
Post-mortem
As mentioned before, this should not be found too difficult once you identify the different regions and consider each on its own. Some care is needed, though, and it would be sensible to go back and check that the solutions do indeed satisfy the original equation.
Two small points of technique:
- Since it was necessary to refer to the original equation quite a few times, I found it useful to define a
function
so that the equation became .
Alternatively, you could label the equation with a , say, when you first write it down and then later say ‘Equation becomes ...’.
- It helped me to set out the different cases very clearly. I numbered them later but it might well have saved writing to number them at the beginning.