|
|
|
|
|
by posterboy
3272 days ago
|
|
To find out whether f is differentiable at some point, I'd naively draw f around 2 and look for obvious discontinuities. Why encrypt the problem in such a way? Alternatively, finding f' and explaining if it is undefined at the point in question would work even more reliable - for corner cases the visualization of a graph might hide the fact, i.e. if the resolution is too poor. |
|
If students are allowed to use Mathematica during a test then asking them to find f' using the definition of f is not helpful in determining if they understand the concepts. They, for all reasonable problems, just need to execute a single command:
Limit[ (f[x+h]-f[x])/h, h->0]
This doesn't really test their understanding. If one is going to allow students to use Mathematica on a test then the problems need to be adjusted.