3.6: Problems
( \newcommand{\kernel}{\mathrm{null}\,}\)
-
Use Euler’s Method to determine the given value of y for the following problems. When possible compare the numerical approximations with the exact solutions.
a. dydx=2y,y(0)=2. Find y(1) with h=0.1
b. dydx=x−y,y(0)=1. Find y(2) with h=0.2
c. dydx=x√1−y2,y(1)=0. Find y(2) with h=0.2.
d. dydt=1+yt,y(1)=2 with h=0.25.
e. dydt=−3y+te2t,y(0)=0 with h=0.25. - Use the Midpoint Method to solve the initial value problems in Problem 1.
- Numerically solve the nonlinear pendulum problem using the EulerCromer code for a pendulum with length L=0.5 m using initial angles of θ0=10∘, and θ0=70∘. In each case run the routines long enough and with an appropriate h such that you can determine the period in each case. Compare your results with the linear pendulum period.
- For the Baumgartner sky dive we had obtained the results for his position as a function of time. There are other questions which could be asked.
- Find the velocity as a function of time for the model developed in the text.
- Find the velocity as a function of altitude for the model developed in the text.
- What maximum velocity is obtained in the model? At what time and position?
- Does the model indicate that terminal velocity was reached?
- What speed is predicted for the point at which the parachute opened?
- How do these numbers compare with reported data?
- Consider the flight of a golf ball with mass 46 g and a diameter of 42.7 mm. Assume it is projected at 30∘ with a speed of 36 m/s and no spin.
- Ignoring air resistance, analytically find the path of the ball and determine the range, maximum height, and time of flight for it to land at the height that the ball had started.
- Now consider a drag force fD=12CDρπr2v2, with CD=0.42 and ρ=1.21 kg/m3. Determine the range, maximum height, and time of flight for the ball to land at the height that it had started.
- Plot the Reynolds number as a function of time. [Take the kinematic viscosity of air, v=1.47×10−5.
- Based on the plot in part c, create a model to incorporate the change in Reynolds number and repeat part b. Compare the results from parts a,b and d.
- Consider the flight of a tennis ball with mass 57 g and a diameter of 66.0 mm. Assume the ball is served 6.40 meters from the net at a speed of 50.0 m/s down the center line from a height of 2.8 m. It needs to just clear the net (0.914 m).
- Ignoring air resistance and spin, analytically find the path of the ball assuming it just clears the net. Determine the angle to clear the net and the time of flight.
- Find the angle to clear the net assuming the tennis ball is given a topspin with ω=50rad/s.
- Repeat part b assuming the tennis ball is given a bottom spin with ω=50rad/s.
- Repeat parts a,b, and c with a drag force, taking CD=0.55.
- In Example 3.7a(t) was determined for a curved universe with nonrelativistic matter for Ω0>1. Derive the parametric equations for Ω0<1,
a=Ω02(1−Ω0)(coshη−1)t=Ω02H0(1−Ω)3/2(sinhη−η)
for η≥0
- Find numerical solutions for other models of the universe.
- A flat universe with nonrelativistic matter only with Ωm,0=1.
- A curved universe with radiation only with curvature of different types.
- A flat universe with nonrelativistic matter and radiation with several values of Ωm,0 and Ωr,0+Ωm,0=1.
- Look up the current values of Ωr,0,Ωm,0,ΩΛ,0, and κ. Use these values to predict future values of a(t).
- Investigate other types of universes of your choice, but different from the previous problems and examples.