- #36
DeathEater
- 46
- 0
I don't knowharuspex said:What equations relate the initial velocity components?
I'm confused as to why you can't just use inverse tan
I don't knowharuspex said:What equations relate the initial velocity components?
I have and I still don't knowtnich said:Once again, I think it would really help to draw a diagram of the trajectory and label it with what you already know. Then you could start figuring out how to find the launch angle.
tnich said:You say that t1 = 2.473s, but that is not the same value you had for it initially (2.34s).
Yes. Now you need to figure out how to get initial velocity.DeathEater said:I reworked it again and got 2.34, my bad. Is that even correct?
tnich said:Yes. Now you need to figure out how to get initial velocity.
I think you've got it.DeathEater said:well vi*cosθ * (2.477*2) = 53 gives that vi = 10.698/cosθ
and could I use the information about the max height?
doing that I end up with: 2.477= (vi*sinθ)/g multiply both sides by g and get that 24.3/sinθ = vi
setting the two equations equal : 10.698/cosθ = 24.3/sinθ and get tan-1(24.3/10.698) = 66.239°
plugging that back in: vi= 10.698/ cos(66.239)= 26.55 m/s?
I have been following this thread, somewhat intrigued by the approach of solving for t first. It is unexpected because we do not in the end care about the time to clear the obstacle.tnich said:You started by writing equations for the horizontal and vertical components of the initial velocity given the time t at which the body reaches point (25, 30). Then you solved for t.
What I meant was, write the range equation asharuspex said:I have been following this thread, somewhat intrigued by the approach of solving for t first. It is unexpected because we do not in the end care about the time to clear the obstacle.
In fact, nowhere in the thread do I see how this solving for t is done. It cannot be purely based on the two equations you mention since they include two other unknowns, v and θ, and different combinations of those lead to differenr values of t. So I have to assume that the range information was also used.
The more obvious approach, to me, is to eliminate t from the two equations, then eliminate v2 using the range equation. Does that turn out to be more complicated? Without seeing your method I cannot be sure, so I post mine for comparison.
Let x, y be the coordinates of the (25, 30) point and r be the range. For typing convenience I will abbreviate sin, cos and tan of the angle to s, c and τ.
1. y=v s t - ½gt2
2. x=v c t
3. gr=2v2sc
From 1 and 2, ##2v^2c^2=\frac{gx^2}{x\tau-y}##
From 3, ##gr=\tau\frac{gx^2}{x\tau-y}##
##rx\tau-ry=\tau x^2##
##\tau=\frac{ry}{x(r-x)}##
We can see that this has the correct behaviour as x→0 and as x→r. The trajectory approaches the vertical.
Ok, thanks for the clarification.tnich said:What I meant was, write the range equation as
1. 2 v sin(θ) v cos(θ) = r g
write the vertical and horizontal displacement equations as
2. v sin(θ) = (y +½ g t2)/t
3. v cos(θ) = x/t
then substitute 2. and 3. into 1. and solve for t. Then use t to solve 2. and 3. for horizontal and vertical components of velocity.
Right. I also like that you can square and add 1. and 2. and then solve for v in terms of t2.haruspex said:Ok, thanks for the clarification.
The simplest along those lines would be to solve the resulting linear equation in t2 (no need to find t, as such) and substitute that into the expression for tan θ had from dividing (2) by (3) to get the expression I got in post #42.
Looks about equal to me.