Simple projectile motion question

ashclouded
Messages
15
Reaction score
0

Homework Statement


A missle is fired vertically up from a ground with an initial velocity of 20m/s. The acceleration at any time is given by dv/dt = -10 + t/2 m/s^2.
Find the height of the missile after two seconds
Find the height after four seconds
the direction the missile is traveling when t = 4

Homework Equations


Displacement = x
Velocity = dx/dt
acceleration = dv/dt

The Attempt at a Solution



dv/dt = -10 + t/2 m/s^2
dx/dt = -10t + t^2/4 + c

found c to be 20

x = -5t + x^3/12 + 20t + c

when t = 0 displacement = 0
c = 0

-5t + x^3/12 + 20t

then I don't know what to do
 
Physics news on Phys.org
ashclouded said:

Homework Statement


A missle is fired vertically up from a ground with an initial velocity of 20m/s. The acceleration at any time is given by dv/dt = -10 + t/2 m/s^2.
Find the height of the missile after two seconds
Find the height after four seconds
the direction the missile is traveling when t = 4

Homework Equations


Displacement = x
Velocity = dx/dt
acceleration = dv/dt

The Attempt at a Solution



dv/dt = -10 + t/2 m/s^2
dx/dt = -10t + t^2/4 + c

found c to be 20

x = -5t + x^3/12 + 20t + c

when t = 0 displacement = 0
c = 0

-5t + x^3/12 + 20t

then I don't know what to do

You've managed to mangle your calculus here, which is why you get confused.

According to the OP, dv/dt = -10 + t/2 m/s2

If you separate the variables and integrate, you get

∫ dv = ∫ (t/2 - 10) dt, or

v = t2/4 - 10t + C m/s

According to the OP, v @ t = 0 is equal to 20 m/s, so C = 20

But, v = dx/dt = t2/4 - 10t + 20, so separating variables and integrating again we get:

∫ dx = ∫ [ t2/4 - 10t + 20] dt which gives

x = ∫ [ t2/4 - 10t + 20] dt

which I'll leave you to work out. You should be able to answer the questions about the height of the rocket very easily.
 
Sorry about the multiple post, thanks for the help but
 
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