Simple what is velocity at time t problem

  • Thread starter Thread starter Dreaming
  • Start date Start date
  • Tags Tags
    Time Velocity
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
8 replies · 3K views
Dreaming
Messages
7
Reaction score
0
Simple "what is velocity at time t" problem

Homework Statement



A helicopter is lifting off. The only forces are air (up) and gravity. What is the vertical speed at time t if it took off at time t=0?

Homework Equations



g = F(air)/m, g=Δv/Δt

The Attempt at a Solution



F(air)/m = Δv/Δt

v = tF(air)/m, but I'm told that this is wrong. I believe I need to include g. What am I missing?
 
Physics news on Phys.org


Dreaming said:

Homework Statement



A helicopter is lifting off. The only forces are air (up) and gravity. What is the vertical speed at time t if it took off at time t=0?

Homework Equations



g = F(air)/m, g=Δv/Δt

The Attempt at a Solution



F(air)/m = Δv/Δt

v = tF(air)/m, but I'm told that this is wrong. I believe I need to include g. What am I missing?
In order to determine the acceleration you have to add all the forces on the helicopter (ie. by adding the forces as vectors). As Simon points out, the best way to do this is with a vector diagram showing all the forces on the helicopter. Gravity is one of the two forces acting on the helicopter.

How is the net force (vector sum of all forces) related to the motion of the helicopter?

AM
 


One missing piece of information is that the upwards force from the air is probably assumed to be constant regardless of the helicopter's vertical speed (not realistic, but probably what the problem statement is assuming).
 


Yes, I'm pretty sure the F(air) is constant for the purposes of the problem.

So how about this: F(air) + F(weight) = ma + mg where "a" is the upward acceleration of the helicopter. BUt now I have too many variables to solve just for velocity. I have one Δv/Δt for a and one Δv/Δt for g.

What am I STILL missing?
 


Fnet=Fair-mg
a=Fair/m-g

For constant Fair and g.
v0=0
v(t)=(Fair/m-g)t
 
Last edited:


Sum of the forces equals mass time acceleration.

Formally:
1. Pick a direction to be positive.
2. Put all the forces in a row with + signs between them (some of the forces will be negative) ... then put an = sign ... then put "ma".
3. then do the algebra.

i.e.
with positive = "upwards"

Fair + (-Fweight) = ma

Notice that Fweight=mg
Put Fair=F (saves typing).

F - mg = ma => a = (F - mg)/m => v(t) = (F - mg)t/m

Notice: do step #2 like that and you'll never mess up the order.
 


Thank you! I see that I have been over-complicating it.