Magnitude of the Initial Velocity

AI Thread Summary
The discussion focuses on calculating the initial velocity of a projectile launched from a cannon at a 40-degree angle to hit a target 1250 meters away, under the influence of gravity (g = 9.8 m/s²). The initial approach to find time using the formula t = sqrt(2d/g) was incorrect, as it applies only to free-fall scenarios. The correct method involves separating the horizontal and vertical components of motion, leading to the equations x = v cos(40) t for horizontal distance and y = v sin(40) t - (g/2) t² for vertical motion. The derived initial velocity is approximately 278.04 m/s, with the projectile reaching the target in about 36.47 seconds and attaining a maximum height of approximately 1629.70 meters. The key takeaway is the need to correctly apply kinematic equations for projectile motion rather than free-fall equations.
Aerospace
Messages
39
Reaction score
0
Given: g = 9.8 m/s^2

A cannon sends a projectile towards a target a distance 1250m away. The initial velocity makes an angle 40 degrees with the horizontal. The target is hit.

What is the magnitude of the initial velocity?
How high is the highest point of the trajectory?
How long does it take for the projectile to reach the target?

----
I tried to find the time by using the following formula:

t = sqrt (2d/g)

and then I used

x = x(initial) +v(initial)t + 1/2gt^2

and I get a decimal answer...
And then I took the distance and divided it by 2 ad I got 625 and did tan40 = h/625 but when i entered in the answer, it's wrong.
For the 3rd Q, I used the time that I found earlier from the formula, but that's incorrect too.

Any help would be appreciated.
 
Physics news on Phys.org
note that you can use the following formula, I will use 'u' for the symbol for initial velocity

v = at + u

this can model the particle's verticle component

a=-9.8
u = q sin(40) ... where q is the initial speed

if we want to find the time it takes to go up to its max point i.e. its turning point

v = 0

so, 0 = -9.8t + q sin(40)
so, t = q sin(40) / 9.8

that is the time to go up which is equal to the time to come back down again, so the total time is (I'll call the total time T)

T = 2t
T = q sin(40) / 4.9

now we revert to the horizontal component of the situation using the formula

s = s0 + u*t + 0.5*a*t^2

s0 = 0
u = q cos(40)
t = T = q sin(40) / 4.9
a = -9.8
s = 1250

so,
1250 = q cos(40) q sin(40) / 4.9 - 0.5*9.8*(q sin(40) / 4.9)^2
1250 = q^2 cos(40) sin(40) / 4.9 - q^2 sin^2(40) / 4.9
q^2 = 1250 / [ cos(40) sin(40) / 4.9 - sin^2(40) / 4.9 ]
q = √( 1250 / [ cos(40) sin(40) / 4.9 - sin^2(40) / 4.9 ] )
q ≈ 278.0442 m/s

so the initial speed of the object is approxomately 278.0442 m/s

remember that

T = q sin(40) / 4.9
T = 278.0442 sin(40) / 4.9
T ≈ 36.4742 s

so it takes approxomately 36.4742 seconds to reach the target. Now for the last part of the question we use the formula

s = s0 + u*t + 0.5*a*t^2

we will apply this to the verticle component of the situation, the time to go up to the maximum is just half of the total time of flight so

s0 = 0
t = 36.4742 / 2
u = 278.0442 sin(40)
a = -9.8

s = 278.0442 sin(40) 36.4742 / 2 - 4.9 (36.4742 / 2)^2
s ≈ 1629.696 m

so the maximum height the projectile will reach is approxomately 1629.696 m.

Thats the problem done! :smile:
 
Your mistake was initially using "t = sqrt (2d/g)". That's the same as d= (g/2)t^2 which is the distance an object will FALL under gravity, starting from rest.

In this case, if the initial speed is v, then the initial horizontal component of speed is v cos(40) and the initial vertical component is v sin(40).

There is no acceleration horizontally and the acceleration due to gravity, -g, vertically. If we use x for horizontal distance and y for vertical distance,

x= v cos(40) t and y= v sin(40)t- g/2 t^2.

The 1250 m distance to the target is horizontal, of course, so you can solve x= v cos(40) t= 1250 to find the time, t, when the projectile hits the target. That will, of course, depend on v.

Now, use the fact that y must be 0 again to hit the target at that time: y= v sin(40)t- g/2 t^2= 0 with the value of t you just found to get an equation to solve for v.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top