The objective of this lab is to deepen understanding of the concepts of average and instantaneous velocity, as well as their related measures such as speed and acceleration. This will be achieved through both theoretical definitions and practical applications, including symbolic computation with Maxima and manual calculations. Specifically, students will:
Review Key Definitions:
Understand the definitions of average velocity and instantaneous velocity.
Learn the relationships between velocity, speed, and acceleration for an object moving along a line with position \(s = f(t)\).
Apply Definitions to a Real-World Problem:
Analyze the motion of a stone thrown vertically upward, including the derivation of its velocity and acceleration functions.
Determine the highest point reached by the stone and the velocity at which it strikes the river.
Utilize Maxima for Symbolic Computation:
Use Maxima to solve the given problem, deriving velocity and acceleration functions, finding the highest point, and calculating the impact velocity.
Learn to define functions, perform differentiation, solve equations, and evaluate expressions within Maxima.
Practice Problem-Solving Skills:
Solve the given problem by hand to reinforce understanding and manual calculation skills.
Document the handwritten solution and integrate it into the Maxima-generated document.
Extend Learning through Additional Exercises:
Select three similar problems from the homework or textbook.
Solve these problems using both Maxima and manual methods, and compile the solutions, including handwritten work, in the final document.
By the end of this lab, students will have a solid grasp of the theoretical concepts, practical application, and computational tools necessary to analyze motion along a line, enhancing both their analytical and technical skills.
4.1 Definitions for average velocity and instantaneous velocity
\[ v(a) = \lim_{\Delta t \rightarrow 0}\frac{f(a+\Delta t)-f(a)}{\Delta t}=f'(a)\]
4.2 Definitions for velocity, speed and acceleration
Suppose an object moves along a line with position \(s=f(t)\). Then
\[\text{velocity at }t:\qquad v =\frac{ds}{dt}=f'(t)\]\[\text{speed at }t:\qquad |v| =|f'(t)|\]\[\text{acceleration at }t:\qquad a =\frac{dv}{dt}=\frac{d^2s}{dt^2}=f''(t)\]
4.3 Example
Suppose a stone is thrown vertically upward with an initial velocity of \(64\,ft/s\) from a bridge \(96\,ft\) above the river. By Newton’s laws of motion, the position of the stone (measured as the height above the river) after \(t\) seconds is \[s(t)=-16t^2+64t+96\] where \(s=0\) is the level of the river.
Find the velocity and acceleration functions.
What is the highest point above the river reached by the stone?
With what velocity will the stone strike the river?