Section 1: Mechanics I
1. Projectile Motion
A projectile is fired from the ground with an initial velocity of \(100 \text{ m/s}\) at an angle of \(37^\circ\) above the horizontal. Assume no air resistance.
-
Derive the differential equations of motion in the horizontal and vertical directions.
-
Determine the time of flight.
-
Determine the maximum height.
-
Determine the range.
2. Range Optimization
For projectile motion, show analytically that the maximum range $R(\theta)=\frac{v_0^2 \sin(2\theta)}{g} $ for a given initial velocity is achieved at a launch angle of \(45^\circ\).
3. Path Intersection
Alice is moving along a path described by \(A(t) = (2+t, 8-3t)\) and Bob is moving along a path \(B(t) = (2t-1, 2t+2)\). Determine if their paths intersect. If yes, determine when and where they will collide. If not, determine the minimum distance between them and when it occurs.
4. Vector Calculus
The position of an object is given by \(\vec{r}(t) = (3t^2)\hat{i} + (5t - 8t^2)\hat{j}\). Find the object's velocity and acceleration vectors as a function of time.
5. Relative Velocity
A river flows east at \(2 \text{m/s}\). A boat that can travel at \(5 \text{m/s}\) in still water wants to go directly north across the river. In what direction (angle) should it head? How long will it take to cross the river if it's 200 meters wide?
6. Variable Velocity
An object's velocity is given by \(v(t) = t^2 + 2t - 5\). If the object was at \(x=4\) at \(t=0\), what is its position and acceleration at time \(t=3\)?
7. Elimination of time and interpretation of acceleration
The path equation is given in parametric form:
- Eliminate the parameter \(t\).
- Draw the trajectory.
- Calculate \(\vec v(t)\), \(|\vec v(t)|\), \(\vec a(t)\) and \(|\vec a(t)|\).
- Is the acceleration constant?
8. Circular Motion
Calculate the centripetal acceleration of a person standing on the Earth's equator. The Earth's radius is approximately 6378 km.
9. Momentum Comparison
Which has greater momentum: a 2-gram fly flying at \(10\) m/s or a 60-gram tennis ball moving at \(1\) m/s?
10. Kinematics
Point M moves according to the equation:
where \(a, b, \omega\) are positive constants.
a) Find the equation of the point's trajectory,
b) Compute the path length of the point from time \(t=0\) to \(t=t_0\),
c) Draw the trajectory of this point using Python or interactive HTML. Discuss special cases.