Projectile motion after a flying helical path

qq545282501
Messages
31
Reaction score
1

Homework Statement


A bird flew along a helical path r(t)=<5cost,5sint,2t>, at time t=10 second, the bird died instantly. where did it hit the xy-plane ? g=32 ft/s/s.

Homework Equations


r(t)=(v_0 \cos\theta t) i+(v_0 \sin\theta t - 0.5gt^2 + h_0) j

The Attempt at a Solution


taking derivative of r(t), I got the velocity function respect to t, v(t)=<-5sint,5cost,2>
at t=10 s, we are located at (-4.2, -2.7, 20)
so that means the velocity in the x-direction at time =10 seconds is 2.72 ft/s
and the velocity in the y-direction at t=10 s = -4.2 ft/s
to hit the ground means that the distance in Z direction is 0, setting 0=z(10)+v_z(10) t - 16t^2
velocity in z direction is constant= 2
we can find the time the bird hit the ground, which = 1.18 second.
now, plug t and velocity in the x-direction into X_f=x(10)+v_x(10) t, we can find x-axis distance=-9.9 ft
Y_f=y(10)+v_y(10) t similarly, we can find y - coordinate= -76.56 ft ( this value seems way off)

i am confused, does angle of projection matters in this case? if does, how do we find the angle of projection?
 
Last edited:
Physics news on Phys.org
##
X_f=x(10)+v_x(10) t
= -4.2 + 2.7 * 1.18 ## can never be -9.9 ft !
For y you simply have a decimal point error, I'd guess: ##\ -2.7 - 1.18 * 4.2 = -7.7##

Always estimate the answer when using a calculator or a spreadsheet.

And I wouldn't round off before I had the answer.
 
  • Like
Likes qq545282501
BvU said:
##
X_f=x(10)+v_x(10) t
= -4.2 + 2.7 * 1.18 ## can never be -9.9 ft !
For y you simply have a decimal point error, I'd guess: ##\ -2.7 - 1.18 * 4.2 = -7.7##

Always estimate the answer when using a calculator or a spreadsheet.

And I wouldn't round off before I had the answer.
so my approach was correct? thank you
 
qq545282501 said:
so my approach was correct? thank you
Approach was correct, execution a bit sloppy. And: You're welcome.
 
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