Simple projectile motion question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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