Tossing an item up a slope, calculating it's length from start to landing

  • Thread starter Thread starter Molecular
  • Start date Start date
  • Tags Tags
    Length Slope
AI Thread Summary
An archer shoots an arrow up a slope at an angle α, and the task is to calculate the distance from the starting point to where the arrow lands, given its initial speed V₀ and trajectory angle θ. The proposed solution involves deriving the arrow's position over time using parametric equations for x and y coordinates, leading to a complex expression for the length L. A suggestion is made to simplify calculations by defining a new variable µ to streamline the formula. The discussion emphasizes the need for clarity in the approach and highlights potential simplifications to achieve a neater solution.
Molecular
Messages
28
Reaction score
0

Homework Statement


Right so I have the following scenario: An archer shoots an arrow upward a slope of angle \alpha, the angle between the arrows trajectory and the horizontal plane is denoted
\theta
The arrows speed in the direction in which it is fired is denoted V_0
as shown in this crudely drawn picture:

http://img124.imageshack.us/img124/8735/arrownb4.jpg

My task is to find the formula for the length between the arrows initial position to the position where it lands, for all V_0, \theta and \alpha

Homework Equations


I know the answer to the question is supposed to be:
\frac{2V^{2}_{o}cos^2\theta}{g*cos\alpha} * (tan\theta - tan\alpha)


The Attempt at a Solution


Well I started off by thinking that the arrows position measured by time for x and y coordinates respectively are:

x(t) = V_{o} * cos\theta * t

y(t) = V_{o} * sin\theta * t - \frac{1}{2} * g * t^2

I went on to show that as a function of x, y can be written:
y(x) = \frac{V_0y}{V_0x}x - \frac{g}{2v^{2}_{ox}}x^2
Since I know that on this items trajectory it has to stop where it intersects with the line y(x) = \alpha x

I put:
\alpha x = \frac{V_oy}{V_0x}x - \frac{g}{2v^{2}_{ox}}x^2

Now, replacing x with V_o cos\theta t and V_oy and V_ox with their respective formulas of t and sin/cos \theta I eventually wound up with the following expression of t

t = \frac{(tan\theta - \alpha)2cos\theta}{g}

and further more figured that since the length from the starting position to the position where the arrow lands is \sqrt{x^2 + y^2} and I now have an expression for t that only uses constants, and I also know formulas for the position of x and for the position of y, I could replace the t in these formulas and put them in the root above to gain an expression for the length L. Such as this:

x(t) = V_{o} * cos\theta * t
y(t) = V_{o} * sin\theta * t - \frac{1}{2} * g * t^2
t = \frac{(tan\theta - \alpha)2cos\theta}{g}
L = \sqrt{x^2 + y^2}
L = (\sqrt{V_{o} * cos\theta * \frac{(tan\theta - \alpha)2cos\theta}{g})^2 + (V_{o} * sin\theta * \frac{(tan\theta - \alpha)2cos\theta}{g} - \frac{1}{2} * g * (\frac{(tan\theta - \alpha)2cos\theta}{g})^2 ) ^2}}

However as most of you can probably observe this is a right mess and most likely won't lead anywhere at all, and I'm willing to bet my left leg there's something quite easy I should be able to observe in order to solve the problme, I just can't seem to put my finger on it. Anyone willing to give me a nudge in the right direction would be greatly appreciated.

So anyone have any better idea on how to solve this?
 
Last edited by a moderator:
Physics news on Phys.org
Molecular said:
… However as most of you can probably observe this is a right mess and most likely won't lead anywhere at all, and I'm willing to bet my left leg there's something quite easy I should be able to observe in order to solve the problme, I just can't seem to put my finger on it. Anyone willing to give me a nudge in the right direction would be greatly appreciated.

So anyone have any better idea on how to solve this?

Hi Molecular! :smile:

Yes, your proof looks fine. :smile:

(though you should be using tanα instead of α, and you could have left out the y(x) formula, and just put y = x tanα in the y(t) and x(t) formulas :wink:)

To get L, I'd recommend simplifying by defining µ (say) = 2cosθ (tanθ - tanα)/g …

the formula should then look quite neat. :smile:
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top