Force, Mass, and Newton's Laws
Discover the three rules that explain why robots accelerate, tip over, and push back — the foundation of all mechanism design.
Sign in to track progress, earn XP, and save lessons.
What a force is
A force is a push or a pull. It has a size and a direction, which makes it a vector. The unit is the newton (N): one newton accelerates a 1 kg mass at 1 m/s², so 1 N = 1 kg·m/s². On Earth, gravity pulls about 9.8 N on every kilogram, so a 50 kg robot weighs roughly 490 N pressing down on its wheels.
Keep mass and weight separate:
- Mass (kg) is how much stuff is there. It doesn't change.
- Weight (N) is the force gravity puts on that mass.
This matters in FRC because weight on the drive wheels is what gives you traction, while mass is what your motors have to accelerate and stop.
Newton's three laws, in robot terms
First Law (inertia): an object keeps doing what it's doing — at rest or moving at constant velocity — until a net force changes it. This is why a fast robot keeps sliding after you let off the joystick, and why a heavy robot is harder to start and harder to stop. Every pound you add costs you twice.
Second Law (F = ma): net force equals mass times acceleration. Rearranged as a = F / m, it says that for a given amount of force at the wheels, a lighter robot accelerates faster. This one equation drives almost every "how quick will it be?" estimate you make.
Third Law (action–reaction): every force has an equal and opposite force on a different object. Your wheels push backward on the carpet; the carpet pushes the robot forward. A shooter that throws a game piece forward kicks the robot backward — real recoil you have to design around.
Net force and free-body thinking
A real part feels several forces at once: gravity, motor thrust, friction, the floor pushing up (normal force). Motion is set by the net force, the vector sum of all of them. If they cancel to zero, the part sits still or coasts at constant speed — that's equilibrium.
The habit that prevents a huge share of design mistakes is the free-body diagram: sketch one part and draw every force on it as an arrow. Do this before you size an arm motor or a climber, and the answer usually falls out.
Friction: enemy and ally
Friction resists sliding between surfaces and grows with the normal (squeezing) force pressing them together. Inside a gearbox it's the enemy — wasted energy turned into heat. At the wheels it's your best friend: without it the drivetrain just spins, like tires on ice. This is exactly why teams choose wheel treads by their grip, and why a pushing match comes down to who can put more friction force on the carpet — usually the robot with more weight on driven wheels and grippier treads.
Why it pays off
Every mechanism is a force budget. The second law tells you whether your arm motor can lift the load. The third law warns you the shooter will rock the chassis. Friction decides whether your wheels grip or slip. Get comfortable with these three ideas and most mechanical decisions become straightforward.
Key takeaways
- Force is a vector measured in newtons; 1 N = 1 kg·m/s², and weight is the force of gravity on a mass (about 9.8 N per kg).
- Mass (amount of matter, kg) is not the same as weight (gravitational force, N).
- Newton's laws: inertia keeps things moving, F = ma sets acceleration, and every action has an equal-and-opposite reaction.
- Only the net force changes motion; draw a free-body diagram to see all forces on a part.
- Friction wastes energy in gearboxes but is exactly what lets drivetrain wheels grip the carpet.
Go deeper
Lesson quiz
RequiredAnswer all 3 questions correctly to complete this lesson.
1.A robot keeps sliding across the carpet after the driver lets go of the stick. Which law best explains this?
2.Using F = ma, if two robots are pushed by the same net force, which accelerates faster?
3.A shooter launches a game piece forward and the robot rocks backward. This is an example of:
Answer every question to submit.