Problem using Newtons second law

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
Chosen-wun
Messages
3
Reaction score
0
Once her chute opens, a sky-diver of mass m is acted upon by a downward force Fg due to gravity, and an upward force Fr due to air resistance. If Fg = mg, where g is gravitational acceleration, and Fr is proportional to velocity v, use Newton’s Second Law of Motion to write acceleration a as a function of velocity v.

I don't know if I'm on the right track
Fnet = ma
fnet = Fg+ Fr
Fg = mg

Mg + Fr = ma
 
Physics news on Phys.org
yes on right track except the signs. Now since [itex]F_r[/itex] is proportional to velocity v, we can write

[tex]F_r=kv[/tex] where k is constant of proportionality.

[tex]\Rightarrow mg-kv=ma[/tex]

the negative sign is there since the air drag opposes the downward motion,

[tex]\therefore a = g-\frac{kv}{m}[/tex]
 
IssacNewton said:
yes on right track except the signs. Now since [itex]F_r[/itex] is proportional to velocity v, we can write

[tex]F_r=kv[/tex] where k is constant of proportionality.

[tex]\Rightarrow mg-kv=ma[/tex]

the negative sign is there since the air drag opposes the downward motion,

[tex]\therefore a = g-\frac{kv}{m}[/tex]

That makes a lot more sense, thank you.