<- antiD( x^1.5 ~ x )
f f(5) - f(2)
[1] 20.09794
Dec 26, 2020
🟡 Loading...
Exercise 1 Using whatever computational tool you like, find the numerical value of this definite integral.
Recall that for a definite integral of function
Exercise 2 The following exercises are based on properties of definite integrals that were discussed in class.
Here are some definite integrals for which, without stating anything more about the function, we give you the numerical result.
Use the above information to answer the multiple-choice questions below.
-8
-42
-24
13
question id: moose-speaks-greek-1
6
22
-6
-22
question id: moose-speaks-greek-2
-3
8
-8
insufficient information to answer question
question id: moose-speaks-greek-3
-3
0
-8
insufficient information to answer question at t
question id: moose-speaks-greek-4
6
15
12
3
question id: moose-speaks-greek-5
-6
22
6
-22
question id: moose-speaks-greek-6
Exercise 3 Famously, the acceleration due to gravity at the Earth’s surface is a constant: roughly -9.8 meters / sec
In this problem, we are given information in the form of acceleration, and want to turn it into a statement about velocity. Remembering that acceleration is the derivative of velocity with respect to time, we see this as an anti-derivative problem:
29.4 meters per sec
29.4 meters per sec
29.4 meters
29.4 dimensionless/unitless
question id: falling-from-pisa-1
Where will the ball be in 2 seconds after release (that is, at 5 seconds)? “Where” is a position question, so we need to convert the original information that we had in terms of acceleration into information in terms of position.
We’ve already used the relationship between acceleration and velocity (acceleration is
Since velocity is the derivative of position with respect to time, we can compute position as the anti-derivative of velocity:
What we know here is that at the release time (
A quantity not in meters.
question id: falling-from-pisa-2
question id: falling-from-pisa-3
Exercise 4 What’s the numerical value of
question id: dolphin-choose-sofa-1
Exercise 5 What’s the numerical value of
0.58
6.32
20.1
27.29
53.6
107.9
1486.8
question id: crow-bid-gloves
Exercise 6 Famously, the trajectory of a batted ball has the shape of a parabola. A textbook problem in ball studies—sorry, “ballistics” is the accepted term—asks how long is the trajectory followed by a ball that travels a horizontal distance D and reaches a maximum height H. Knowing these things about the batted ball—parabola, D, H— is enough to write down the formula for the height of the ball when it passes over position
We didn’t ask you to derive the formula, in part because it is only of theoretical interest and not the actual path of a ball in the sky. Nonetheless as a good modeler you should take it apart a bit. Is it a parabola? Is it dimensionally consistent? (
So how long is the trajectory? This is equivalent to asking how long is the piece of string that would cover the graph of the trajectory. To answer this question from the formula, we do the usual thing of breaking up the problem into smaller bits: that is what the vertical gray lines on the graph are doing. The distance between adjacent lines is
Within each segment, the trajectory is very close to being a straight line. The run of the line is
We can set up the problem algebraically, as we do in this paragraph, or on the computer, as in Active R chunk 1. For algebra …Plug in the parabolic formula for
It is generally a good idea to check an algebraic solution with a numerical solution. Also, it is a good professional practice to have a way of constructing a simple approximation to the answer. For instance, the trajectory in the graph is very roughly an upside-down V shape. The base of each segment in the V is 155 feet, the height is 200 feet, so the length of the two segments added together is
Another approximation of the flight of a baseball corresponds better to what is observed visually:
Essay: Using Active R chunk 1, plot out the new approximation over the domain
Again using Active R chunk 1, compute the length of the curve from
I get an error when I compute DS(0)
.
528.4 ft
528.7 ft
529.2 ft
529.6 ft
question id: curve-length-1