Problem 50
Question
[Computer] The differential equation (1.51) for the skateboard of Example 1.2 cannot be solved in terms of elementary functions, but is easily solved numerically. (a) If you have access to software, such as Mathematica, Maple, or Matlab, that can solve differential equations numerically, solve the differential equation for the case that the board is released from \(\phi_{\mathrm{o}}=20\) degrees, using the values \(R=5 \mathrm{m}\) and \(g=9.8 \mathrm{m} / \mathrm{s}^{2} .\) Make a plot of \(\phi\) against time for two or three periods. ( \(\mathbf{b}\) ) On the same picture, plot the approximate solution (1.57) with the same \(\phi_{\mathrm{o}}=20^{\circ}\) Comment on your two graphs. Note: If you haven't used the numerical solver before, you will need to learn the necessary syntax. For example, in Mathematica you will need to learn the syntax for "NDSolve”and how to plot the solution that it provides. This takes a bit of time, but is something that is very well worth learning.
Step-by-Step Solution
VerifiedKey Concepts
Mathematical Software
Learning the syntax and capabilities of your chosen software can open up new avenues for solving complex problems. Spending time to understand how to input equations and initial conditions accurately will pay dividends in your ability to solve a wide range of numerical problems.
Using these tools, you can visualize solutions graphically. This visualization provides insights that pure numerical data could hide.
Initial Conditions
Without accurate initial conditions, your solution may be completely off, illustrating how sensitive some systems are to their starting values. Always double-check these inputs before running numerical solvers.
Graphical Analysis
A plot can reveal critical information:
- Peak and trough points indicate maximum and minimum angle displacement.
- Comparison plots allow for easy identification of differences between numerical solutions and approximations.
Small-Angle Approximation
In the context of the skateboard example, an approximate solution might be used to compare against the numerical solution. By plotting both solutions together, you can see how closely the approximation matches the more accurate numerical model. Typically, differences become noticeable at larger angles, illustrating where the small-angle approximation breaks down.
This principle is beneficial for quick calculations, though its applicability is limited to scenarios with smaller angular displacements. Being aware of its limits is essential for accurate problem-solving.