#$&* course Phy 279 3/6 3 q_a_08________________________________________
.............................................
Given Solution: ` Self-critique: ------------------------------------------------ Self-critique Rating: ********************************************* Question: `q002. Solve the equation y ' = 3 y^2 * sqrt(t) for the initial condition y(1) = .5. Evaluate your solution for t = 1.1 and t = 1.2, and plot the resulting two points on your graph of the direction field. How close was the first new point obtained in the preceding problem to the actual solution? How close was the second new point obtained in the preceding problem to the actual solution? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: y ' = 3 y^2 * sqrt(t) dy/3y^2 = t^(1/2) dt -1/(3y) = (2/3)t^(3/2) + C 3y = -1/((2/3)t^(3/2) + C) y = -1/(2t^(3/2) + C) y(1) = .5 .5 = -1/(2 + C) C = -4 y(t) = -1/(2t^(3/2) - 4) y(1.1) = approx. .59 y(1.2) = approx. .73 1st coord was off by .15 2nd coord was of by .551
.............................................
Given Solution: ` Self-critique: ------------------------------------------------ Self-critique Rating: ********************************************* Question: `q003. We could get the t = 1.1 approximation by using the same process, with two intervals, each of .05. What is your approximation to the y value for t = 1.05, based on the slope at (1, .5)? What is your approximation to the y value for t = 1.10, based on the slope at the point you just found? How far from the known solution is your new t = 1.10 approximation? Originally we got to t = 1.1 by a single step. We have now used two steps to get a new approximation. By what factor did our approximation error change? Did doubling the number of steps reduce the error in the approximation by a factor of two, less than two or more than two? Why did the approximation error change as it did? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: y ' = 3 y^2 * sqrt(t) Error prop for trap = (n_1/n_2)^2, going from 1 to 2 steps I approx. y(1.05) = 5.4 y(1.1) = 5.6 difference of .18 (1/4) was error prop, which is less than 2 with trap approx. total error prop is 1/(width^2) confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: ` Self-critique: ------------------------------------------------ Self-critique Rating: ********************************************* Question: `q004. BB data: Shot at the same trajectory the BB follows a path similar to that of a good sand wedge shot in golf, but I believe it starts out with greater velocity and loses speed more quickly. In the sunlight against a blue sky you can track the thing for just about its entire flight. Pretty neat. Shot at the Moon, without correcting for gravity, and didn't really miss it by all that much. Don't want to steal NASA's thunder to I'll leave it at that. Shot into water at a low enough trajectory it will skip without losing too much speed. Shot at a nearly vertical trajectory the water stops it within a few centimeters. All this appears to be consistent with the gun's rating of 0.3 Joules and the BB's .12 gram mass (which is in turn consistent with the 250 ft/sec muzzle velocity). At that speed the BB should climb for about 1000 feet, if shot in a vacuum, which is what leads me to believe it's losing velocity. How could differential equations be used to provide models for this discussion? What tests are suggested by the solutions of those equations? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: We could set up differential equations to test the drag, change in vel wrt time. As well as change in energy wrt time. You could test change in vel wrt collisions along the water for skipping on top of the water. confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: