Analyzing the Setup
Imagine a block of mass 5 kg resting peacefully at the origin of our coordinate system. It's just sitting there, completely undisturbed, which means its initial velocity u is zero.
Suddenly, a force kicks in! This isn't just a simple push in one direction; it's a 2D force vector given by F=40i^+10j^ N. This means the force is pulling the block simultaneously along the x-axis with 40 N and along the y-axis with 10 N.
The Master Equation
According to Newton's second law of motion, a net force applied to a mass will produce an acceleration. The relationship is beautifully simple: F=ma.
To find out how our block accelerates, we just need to divide the force vector by the mass.
a=mF
a=540i^+10j^
a=8i^+2j^ m/s2
Notice how the acceleration vector points in the exact same direction as the force vector. The block is now speeding up, gaining 8 m/s of velocity in the x-direction and 2 m/s in the y-direction every single second!
Kinematics in 2D
Now, we need to find where this block ends up after exactly
10 seconds. Since the force is constant, the acceleration is also constant. This allows us to use our trusty second equation of motion, but in its full vector glory:
s=ut+21at2
Because the block started from rest, the initial velocity
u is zero. This makes the entire
ut term vanish completely, simplifying our lives immensely! We are left with:
s=21at2
Final Calculation
Let's plug in our known values. The time
t is
10 s, and we just found our acceleration vector
a.
s=21(8i^+2j^)(10)2
Squaring the
10 seconds gives us
100. Half of
100 is
50. Now, we just scale our acceleration vector by this factor of
50:
s=50(8i^+2j^)
s=400i^+100j^ m
And there we have it! Because the block started from the origin, its displacement vector s is exactly the same as its final position vector r. The block has travelled along a straight line to its new position at (400,100).
Always remember, if the initial velocity was non-zero and pointing in a different direction, the path wouldn't be a straight line anymore; it would be a parabola! The initial conditions dictate the shape of the trajectory.