|
Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk. |
How
to Write a Solution
Solution Readers, not Mindreaders
by
Richard Rusczyk
A full solution does not just mean a correct answer. You should justify every notable step of your solution. An experienced reader should never wonder 'Why is that true?' while reading your solution. She should also never be left in doubt as to whether or not you know why it is true.
It's not always clear what steps you can assume the reader understands and what steps you have to explain. Here area few guidelines:
x2(x-4) + (x + 1)2 + 5x - 4(x + 2) = -2,
so x = 1 is the only solution.' You should include clear simple steps that make it clear that the above is equivalent to (x-1)3 = 0.
[ABC] = (ab sin C + bc sin A + ac sin B)/6,
where a = BC, b = AC, and c = AB, and [ABC] is the area of ABC. If you prove that [ABC] = (ab/2)(sin C), then you can just write, 'Similarly, we have[ABC] = (bc/2)(sin A) = (ac/2)(sin B).'
Here is a sample problem:
(m2 + 1)(n2 + 1) + 2(m - n)(1 - mn) = 4(mn + 1).
(Problem by Titu Andreescu)
This is totally unacceptable:
(1, 2), (-3, 0), (0, 3), (-2, -1), (1, 0), (-3, 2), (0, -1), (-2, 3)
The above is an answer, not a solution. This 'solution' lacks any evidence that these solutions actually work, and doesn't show that there are no other solutions. Moreover, it brings the reader no closer to understanding the solution.
The given equation rearranges to
(m + 1)(n - 1) = ± 2,
so the solutions are (1, 2), (-3, 0), (0, 3), (-2, -1), (1, 0), (-3, 2), (0, -1), (-2, 3).
The above solution is better than the first one; a motivated reader at least has a glimmer of a path to the solution, but it's not at all clear how the original equation rearranges to the given equation, nor how the show solutions follow.
We expand the first term and the right-hand side then regroup terms:
(m2
+ 1)(n2 + 1) + 2(m - n)(1 - mn) = 4(mn + 1)
m2n2
+ m2 + n2+ 1 + 2(m - n)(1 - mn) = 4mn +
4
m2n2
- 2mn + 1 + m2 - 2mn + n2 + 2(m - n)(1 -
mn) = 4
(mn - 1)2 + (m - n)2 - 2(m - n)(mn - 1) = 4
This left side is the square of [(mn - 1) - (m - n)], so we have:
[(mn
- 1) - (m - n)]2
= 4
[mn - m + n - 1]2
= 4
[(m + 1)(n - 1)]2 = 4
(m + 1)(n
- 1) = ±2,
Case 1: For (m + 1)(n - 1) = 2, we have the systems of equations:
m
+ 1 = 1 n - 1 = 2 |
m
+ 1 = 2 n - 1 = 1 |
m
+ 1 = -1 n - 1 = -2 |
m
+ 1 = -2 n - 1 = -1 |
(0,
3) |
(1,
2) |
(-2,
-1) |
(-3,
0) |
Case 2: For (m + 1)(n - 1) = -2, we have the systems of equations:
m
+ 1 = 1 n - 1 = -2 |
m
+ 1 = -2 n - 1 = 1 |
m
+ 1 = -1 n - 1 = 2 |
m
+ 1 = 2 n - 1 = -1 |
(0,
-1) |
(-3,
2) |
(-2,
3) |
(1,
0) |
Thus, the solutions are (1, 2), (-3, 0), (0, 3), (-2, -1), (1, 0), (-3, 2), (0, -1), (-2, 3).
| Previous Section: A Picture Is Worth a Thousand Words |

