A Diving problem not sure what to call it.

  • Thread starter Thread starter gitty_678
  • Start date Start date
gitty_678
Messages
7
Reaction score
0

Homework Statement


A diver leaps from the edge of a diving platform into a pool. At time t seconds after she leaps, the horizontal distance from the front edge of the platform to the diver's shoulders is given by x(t), and the vertical distance from the water surface to her shoulders is given by y(t), where x(t) and y(t) are measured in meters. Suppose that the diver's shoulders are 11.4 meters above the water when she makes her leap that dx/dt=0.8 and dy/dt=3.6-9.8t, for 0<or= t <or= A, where A is the time that the diver's shoulders ender the water.

A) Find the max vert. distance from the water surface to the diver's shoulders.
B) Find A, the time that the diver's shoulders enter the water
C) Find the total distance traveled by the diver's shoulders from the time she leaps from the platform until the time her shoulders enter the water.
D) Find the angle θ, 0 < θ < л(Pi)/2, between the path of the diver and the water at the instant the diver's shoulders enter the water.


Homework Equations


D = Sqaure root of ((dx/dt)² + (dy/dt)²) dt


The Attempt at a Solution


A)
3.6 - 9.8t = 0
t= .3673
B)
3.6t - 4.9t² + 11.4 = 0
t = 1.9362
C)
square root of ((.8)² + (3.6 - 9.8t)²) dt
and I'm not sure how to finish this...
D)
I don't even know where to start to try and figure this question out.
 
Last edited:
Physics news on Phys.org
Lol this was on the AP exam for Calc BC

C) is solved by finding arc length of the parametric equations (so integrate Sqrt((dx/dt)^2+(dy/dt)^2) from t=0 to t=1.9362) this is equivalent to finding the length of the diver's path above the water, which is a parabola

D) when the diver's path above the water is in the shape of a parabola. when he hits the water, there's a tangent line of the trajectory. because his trajectory is found by eliminating the parameter t, the slope of his tangent line would be dy/dx. from there, you can draw a right triangle with dy representing the vertical y component and dx representing the horizontal x component of dy/dx, and angle theta. tan(theta) = dy/dx, so theta = arctan (dy/dx)
 
zcd said:
Lol this was on the AP exam for Calc BC

yeah my teacher is makeing me do all the problems from the calc BC AP exam. :(
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top