| Math 323 | Project I Common numerical/logical errors |
2008 |
|---|
Instructions (additional general instructions may be given in
class):
Refer to the sheet which was handed out in class entitled,
Common errors of post-calculus students.
The list is (or will be) available online as a pdf document and as a Word document
.
You are supposed to explain what is wrong with the statements in the list
of common errors. When doing this, use the following guidelines. (These
are points to keep in mind when presenting your answer. Don't number the
points in your answer in accordance with the numbers on these guidelines.
Just write a sentence or two, or a paragraph or two, to explain the
problem, as discussed in these guidelines.)
This is not true because, e.g., if a = 3 and b = 4, we get(a + b)2 = a2 + b2.
left-side = (a2 + b2)1/2 = (32 + 42)1/2 = (25)1/2 = 5,
whereas right-side = a + b = 3 + 4 = 7.
So it is not always true that (a2 + b2)1/2 = a + b.
There is no standard way to “simplify” (a2 + b2)1/2 for arbitrary a and b.
This is not true because, e.g., if a = 1 and b = 1, we get left-side = (a + b)2 = (2)2 = 4,
whereas right-side = a2 + b2 = 12 + 12 = 2.
So it is not always true that (a + b)2 = a2 + b2.
A correct formula for (a + b)2 is (a + b)2 = a2 + 2ab + b2,
which can be obtained, e.g., by multiplying, using the distributive and commutative properties:
(a + b)(a + b) = a2 + ab + ba + b2 = a2 + 2ab + b2.
Last modified Jan 17, 2008
Back to Course Home Page