Did i do this f=ma problem right

  • Thread starter Thread starter vande060
  • Start date Start date
  • Tags Tags
    F=ma
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
4 replies · 2K views
vande060
Messages
180
Reaction score
0
1. Homework Statement

A body of mass m = 10 kg initially at rest has force F = 20Ni + 30Nj applied to it. Find its velocity at t = 3 s




f=ma



3. The Attempt at a Solution

m(ai,aj) = (20i,30j

m*ai= 20N

m*aj = 30N

ai = 2*m/s^2

aj = 3*m/s^2

to find the velocities of each of the vectors i used dimensional analysis:

vi = (2*m/s^2) * (3*s) = 6m/s
vj = (3*m/s^2) * (3*s) = 9m/s

to find the complete velocity, i now calculate the magnitude of the vectors by the equation:

v = √( vx^2 + vy^2)

v=√(6^2 + 9^2)


v= 10.9 m/s <--- is that right?

 
Physics news on Phys.org
yes that is correct.
 
Redbelly98 said:
You have the right idea, except that your final answer is not expressed as a vector. They did ask for velocity, and not for the speed.

thanks i never knew the difference between speed and velocity, now i do!