2.3. Applications in Physics#
We can solve many physics problems analytically and express the result in closed mathematical forms. However, the final expression can be very complicated. Often we need to make additional efforts to extract useful information from the analytical solutions. The numerical evaluation of analytical solutions can be quite useful to gain some insights. In this section, we try to gain some insights from popular analytical solutions given in standard textbooks by numerical evaluation of the mathematical expressions and visualize them.
A drawback of numerical evaluation is that we can calculate only specific cases since the parameter values must be specified. If a computer program works only for a particular parameter set, it may not be so useful. We try to write a program which accepts any parameter value.