What is the initial velocity of a projectile on a sloped surface?

AI Thread Summary
The discussion focuses on calculating the initial velocity of a projectile aimed at a target on a sloped surface defined by the equation Y = 0.4bX. The projectile is launched at a 60° angle, with a distance of 60m to the target. The equations of motion are set up, leading to expressions for x and y in terms of the variable b, which represents the slope's steepness. The final formula for initial velocity is derived as v_o = -1800g/(4√(1+0.16b^2)(24bcos²60 - 60sin60cos60)). The calculation is verified by testing with b=0, confirming that v_o equals 26 in that scenario.
Jebus_Chris
Messages
178
Reaction score
0

Homework Statement


A projectile has to hit a target located on the hill slope. A line of the slope is described by equation Y=.4bX. A projectile is launched at an angle of 60° with respect to the horizantal. The initial distance between the projectile and the target is 60m. Find the initial velocity of the projectile.

Homework Equations


x = v_o cos60 t
y = v_o sin60 t - \frac{1}{2} a t^2
a^2 + b^2 = c^2

The Attempt at a Solution


So we would have a triagle, hypotenuse equal to 60, base equal to x and height equal to .4bx.
So we would have...
x = v_o cos60 t
.4bx = \sqrt {60^2 - x^2} = v_o sin60 t - \frac{1}{2} a t^2
But then what?
 
Physics news on Phys.org
In the final equation put t = x*/vo*cos(60)
So,
sqrt( 60^2 - x^2) = vo*sin(60)*x/vo*cos(60) - 1/2*g*x^2/(vo*cos60)^2

In the equation, you have two unknown quantities.
It may not be possible to solve the problem unless you know the value of b.
 
Well, since the slope of the hill is variable then that would mean that the time it takes to reach the target isn't always the same. Therefore your answer should be in terms of b.
So first we would solve for x in terms of b.

x^2 +(.4bx)^2 = 60^2
x = \frac{60}{^4\sqrt{1+.16b^2}}

We also need to solve for y in terms of b.

y = .4bx
y = \frac{24b}{^4\sqrt{1+.16b^2}}

So now that we know y and x in terms of b we can figure out V in terms of b.

Substitute in our x value in terms of b...
\frac{60}{^4\sqrt{1+.16b^2}} = v_o cos60t
Solve for t...
t = \frac{60}{v_o cos60^4\sqrt{1+.16b^2}}

Substitute our new y value in terms of b...
\frac{24b}{^4\sqrt{1+.16b^2}} = v_o sin60t - \frac{1}{2}gt^2
Substitute in t...
\frac{24b}{^4\sqrt{1+.16b^2}} = v_o sin60 (\frac{60}{v_o cos60 ^4\sqrt{1+.16b^2}}) - \frac{1}{2}g(\frac{60}{v_o cos60 ^4\sqrt{1+.16b^2}})^2
After simplifying we get v_o to equal...
v_o = \frac{-1800g}{^4\sqrt{1+.16b^2}(24bcos^260-60sin60cos60)}

There we go. To test this I set b=0. That would mean that it would be a flat line and x=60 and y=0 and it works out to be the right answer. v_o = 26

BTW, i don't know how to do cubed roots or forth roots so I did ^4\sqrt. How do you actually do them?
 
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