Calculating velocity with force

  • Thread starter Thread starter mia_material_x1
  • Start date Start date
  • Tags Tags
    Force 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
3 replies · 2K views
mia_material_x1
Messages
22
Reaction score
0

Homework Statement


A net horizontal force F=A+Bt^3 acts on a 2kg object, where A=5N and B =2N/s^3. What is the horizontal velocity of this object 4 seconds after it starts from rest?

Homework Equations


F=ma

The Attempt at a Solution


F=ma=5N+(2N/s^3)t^3
(2kg)a=5N+(2N/s^3)(4s)^3 ==> a= 2.5N + t^3 = 66.5m/s^2

a=dv/dt ==> v=(2.5 N)t + (1/4 N)t^4
when t= 4s
V= (2.5)(4) +(1/4)(4)^4 = 74m/s

I used V=Vi+at when Vi=0m/s, t=4s, a=66.5m/s^2, and I got V=266m/s

Which one is correct way of solving it, and why? Please let me know. Thanks
 
Physics news on Phys.org
It seems like the first method is right.
V = Vi + at only applies when acceleration is constant .
 
  • Like
Likes   Reactions: mia_material_x1
I mean, ## v(t) = v(0) + \int_0^t a(\tau) d\tau ##, which as you correctly pointed out is
## v(t) =0+ \int_0^t \frac{ F(\tau)}{m} d\tau \\
\quad = \int_0^t 2.5 + \tau^3 d\tau \\
\quad = \left. (2.5\tau + \frac14 \tau^4) \right|_0^t \\
\quad =2.5t + \frac{t^4} {4} ##

Since acceleration is increasing (quickly) with time, it should be pretty clear why if you use a(4) as your constant acceleration in the equation:
v(t)=v_i+at,
the result would be so much larger than you found with the correct method.
 
  • Like
Likes   Reactions: mia_material_x1
Yeah you are right. I just assumed the acceleration was constant that's why the result was incorrect. Thanks guys!