If you can find an analytic solution you're done. Coming up with and using a numerical scheme involves (a) the functions involved satisfy all the properties needed for the algorithm to work, (b) the method needs to be not only convergent, but efficient, how do you find the balance? (c) how do...