All courses › Foundations of Physics

Foundations of Physics: free practice, theory and problems

All of physics is about measuring and calculating with quantities such as length, time, mass, speed and force. A physical quantity is always a number times a unit. "The length is 3" tells you nothing – 3 mm and 3 km are very different things.

7 parts97 problems28 concepts explainedPractice examFree
Start practising for free →

Contents

  1. Quantities, units and measurement
  2. Motion
  3. Forces and Newton's laws
  4. Work, energy and power
  5. Pressure, density and heat
  6. Electricity
  7. Waves, sound and light

1. Quantities, units and measurement

What is it about?

All of physics is about measuring and calculating with quantities such as length, time, mass, speed and force. A physical quantity is always a number times a unit. "The length is 3" tells you nothing – 3 mm and 3 km are very different things.

For an engineer, a unit error can be expensive: a beam calculated in N where it should have said kN is a thousand times too weak. This unit therefore covers the SI system, prefixes such as kilo and milli, how to convert between units, and how many digits it is reasonable to keep in an answer.

Concepts and formulas

How to solve the problems

  1. Write down every given quantity with its number and its unit.
  2. Convert to SI base units (m, kg, s) before substituting into a formula. Replace prefixes with powers of ten.
  3. Convert by multiplying by a fraction equal to 1, for example 1000 m1 km\frac{1000\ \mathrm{m}}{1\ \mathrm{km}} or 1 h3600 s\frac{1\ \mathrm{h}}{3600\ \mathrm{s}}. Units cancel just like numbers.
  4. Check the unit of the answer. If you get m/s when you wanted a length, the formula is wrong.
  5. Round to a sensible number of significant figures at the end – not along the way.

Example

A car drives at a constant 72 km/h. How far does it travel in 2.5 minutes?

  1. Speed in SI: 72 km/h=72⋅1000 m3600 s=20 m/s72\ \mathrm{km/h} = \frac{72\cdot 1000\ \mathrm{m}}{3600\ \mathrm{s}} = 20\ \mathrm{m/s}.
  2. Time in SI: 2.5 min=2.5⋅60 s=150 s2.5\ \mathrm{min} = 2.5\cdot 60\ \mathrm{s} = 150\ \mathrm{s}.
  3. Distance: s=vt=20 m/s⋅150 s=3000 ms = vt = 20\ \mathrm{m/s}\cdot 150\ \mathrm{s} = 3000\ \mathrm{m}.
  4. Unit check: m/s⋅s=m\mathrm{m/s}\cdot\mathrm{s} = \mathrm{m}, which is a length.

The answer is 3.0 km. We give two significant figures because 2.5 has two.

Example: measurement uncertainty

A plate is measured as a=2.50±0.02a = 2.50 \pm 0.02 m and b=1.20±0.01b = 1.20 \pm 0.01 m. The area is A=ab=3.00 m2A = ab = 3.00\ \mathrm{m^2}. The relative uncertainties are 0.02/2.50=0.8 %0.02/2.50 = 0.8\ \% and 0.01/1.20≈0.8 %0.01/1.20 \approx 0.8\ \%, about 1.6 %1.6\ \% in total. So ΔA≈0.016⋅3.00≈0.05 m2\Delta A \approx 0.016\cdot 3.00 \approx 0.05\ \mathrm{m^2}, and A=3.00±0.05 m2A = 3.00 \pm 0.05\ \mathrm{m^2}.

Common mistakes

Always calculate in SI units (m, kg, s) and carry the unit through every step. The unit will then reveal most mistakes.

Concepts in this part

Practise quantities, units and measurement in the app →

2. Motion

What is it about?

Kinematics describes how things move – without asking why. We use four quantities: position (where), velocity (how fast), acceleration (how quickly the velocity changes) and time. With them you can calculate the braking distance of a car, how long a falling load takes to reach the ground, or how hard a robot arm has to accelerate.

Here we study motion along a straight line. A sign is then enough to describe direction: you choose a positive direction, and quantities pointing the other way become negative.

Concepts and formulas

v=v0+atv = v_0 + at
s=v0t+12at2s = v_0 t + \tfrac12 at^2
v2−v02=2asv^2 - v_0^2 = 2as
s=12(v0+v) ts = \tfrac12 (v_0 + v)\,t

How to solve the problems

  1. Make a quick sketch and choose a positive direction (for example the direction of motion, or upward).
  2. Write down which of v0v_0, vv, aa, ss and tt you know, with signs, and what you are looking for. Convert km/h to m/s.
  3. Choose the equation that contains the known quantities and the unknown – and leaves out the one quantity you neither know nor need.
  4. Solve for the unknown and substitute the numbers.
  5. Check the sign, the unit and whether the answer is reasonable.

Example

A car traveling at 72 km/h brakes with constant acceleration and stops in 4.0 s. How long is the braking distance?

  1. The positive direction is the direction of motion. v0=72/3.6=20 m/sv_0 = 72/3.6 = 20\ \mathrm{m/s}, v=0v = 0 and t=4.0 st = 4.0\ \mathrm{s}.
  2. Acceleration: a=v−v0t=0−204.0=−5.0 m/s2a = \dfrac{v - v_0}{t} = \dfrac{0 - 20}{4.0} = -5.0\ \mathrm{m/s^2}. The minus sign means braking.
  3. Distance: s=12(v0+v) t=12(20+0)⋅4.0=40 ms = \tfrac12 (v_0 + v)\,t = \tfrac12 (20 + 0)\cdot 4.0 = 40\ \mathrm{m}.
  4. Check with another equation: s=v2−v022a=0−4002⋅(−5.0)=40 ms = \dfrac{v^2 - v_0^2}{2a} = \dfrac{0 - 400}{2\cdot(-5.0)} = 40\ \mathrm{m}.

The braking distance is 40 m. In a vv-tt graph this is the area of the triangle with base 4.0 s and height 20 m/s.

Common mistakes

Constant acceleration links five quantities: v0v_0, vv, aa, ss and tt. If you know three of them, the equations give you the other two. Choose the positive direction first and keep the signs consistent.

Concepts in this part

Practise motion in the app →

3. Forces and Newton's laws

What is it about?

A force is a push or a pull. A force has both a magnitude and a direction (it is a vector) and is measured in newtons (N). Newton's three laws tell us how forces change motion. They are the foundation of all the mechanics you will meet later, from equilibrium of beams (statics) to accelerating machines (dynamics).

The key is to look at one body at a time and ask: which forces act on this body? Their sum determines the acceleration.

Concepts and formulas

How to solve the problems

  1. Choose the body you are studying and draw it on its own.
  2. Draw every force acting on it: weight, normal force, friction, tensions and any other external forces. Leave out the forces the body itself exerts on other things.
  3. Choose axes: one along the acceleration (the direction of motion) and one perpendicular to it. Resolve forces that act at an angle into components.
  4. Write Newton's second law for each axis: ∑Fx=ma\sum F_x = ma and ∑Fy=0\sum F_y = 0 (no acceleration perpendicular to the surface).
  5. Solve the equations. It often pays to find NN first, then the friction f=μNf = \mu N, and finally the acceleration. With several bodies (for example connected by a rope), write one equation per body.

Example

A 20 kg crate is pulled across a horizontal floor by a horizontal force of 100 N. The coefficient of kinetic friction is μk=0.30\mu_k = 0.30. Find the acceleration.

  1. Forces on the crate: the weight FgF_g downward, the normal force NN upward, the pulling force F=100F = 100 N forward and the friction ff backward.
  2. Vertical: ∑Fy=0\sum F_y = 0 gives N=mg=20⋅9.81=196.2 NN = mg = 20\cdot 9.81 = 196.2\ \mathrm{N}.
  3. Friction: f=μkN=0.30⋅196.2≈58.9 Nf = \mu_k N = 0.30\cdot 196.2 \approx 58.9\ \mathrm{N}.
  4. Horizontal: ∑Fx=F−f=ma\sum F_x = F - f = ma gives a=100−58.920≈2.1 m/s2a = \dfrac{100 - 58.9}{20} \approx 2.1\ \mathrm{m/s^2}.

The crate accelerates at about 2.1 m/s². Without friction the acceleration would have been 100/20=5.0 m/s2100/20 = 5.0\ \mathrm{m/s^2}.

Common mistakes

Draw the free-body diagram, find NN first, then apply ∑F=ma\sum F = ma along the motion and ∑F=0\sum F = 0 across it.

Concepts in this part

Practise forces and Newton's laws in the app →

4. Work, energy and power

What is it about?

Energy is the ability to do work. It comes in many forms: energy of motion (kinetic energy), energy of position (potential energy), heat, chemical energy in fuel and electrical energy. The most important principle in all of physics is that energy cannot be created or destroyed – it can only change from one form into another.

For an engineer this is a very powerful tool. With energy methods you can find the speed of an object without knowing every detail of its motion, work out how strong a motor an elevator needs, and find out how much electricity a machine uses. You will use these ideas again in physics, mechanics and thermodynamics.

Key quantities and formulas

Ek1+Ep1=Ek2+Ep2+WfE_{k1} + E_{p1} = E_{k2} + E_{p2} + W_f

How to solve the problems

  1. Write down what is given and convert to SI units: km/h to m/s (divide by 3.6), minutes to seconds, grams to kilograms.
  2. Decide what is asked for: work, energy, speed, power or efficiency.
  3. If you need a speed or a height, choose a reference level for height and write down the energy at the start and at the end.
  4. Set the energy before equal to the energy after, plus any work done by friction, and solve for the unknown.
  5. For power: first find the work or energy, then divide by the time. If an efficiency is given, divide the useful power by η\eta to get the input power.
  6. Check the unit and the order of magnitude.

Example

A construction crane lifts a 500 kg concrete block straight up 12 m in 20 s at constant speed. The motor has an efficiency of 75 %. How much electrical power does the motor draw?

  1. The work done on the block is the increase in potential energy: W=mgh=500⋅9.81⋅12=58 860W = mgh = 500\cdot 9.81\cdot 12 = 58\,860 J.
  2. Useful power: Pout=W/t=58 860/20=2943P_{\text{out}} = W/t = 58\,860/20 = 2943 W.
  3. Input power: Pin=Pout/η=2943/0.75≈3924P_{\text{in}} = P_{\text{out}}/\eta = 2943/0.75 \approx 3924 W.

Answer: The motor draws about 3.9 kW. The rest, almost 1 kW, becomes heat in the motor and gearbox.

Now imagine the block hanging at rest 12 m up when the cable snaps. How fast does it hit the ground? Conservation of energy gives mgh=12mv2mgh = \tfrac12 mv^2, so v=2gh=2⋅9.81⋅12≈15.3v = \sqrt{2gh} = \sqrt{2\cdot 9.81\cdot 12} \approx 15.3 m/s. Notice that the mass cancels out.

Common mistakes

Energy never disappears – it only changes form. Write down the energy before and after, and remember that power is energy per second.

Concepts in this part

Practise work, energy and power in the app →

5. Pressure, density and heat

What is it about?

This unit is about how materials behave: how heavy they are compared with their size (density), how a force is spread over a surface (pressure), why things float (buoyancy), and how much energy it takes to heat, melt or boil something (heat).

Engineers use this all the time: pressure in hydraulics, pipes and tanks, buoyancy in ships and buoys, and heat calculations in everything from engines and heat pumps to electronics that must be cooled. It is the foundation for thermodynamics and fluid mechanics.

Key quantities and formulas

p=FAFB=ρVgQ=mcΔTQ=mLp = \frac{F}{A} \qquad F_B = \rho V g \qquad Q = mc\Delta T \qquad Q = mL

How to solve the problems

  1. Convert to SI units: liters to m³, cm² to m² (1 cm2=10−4 m21\text{ cm}^2 = 10^{-4}\text{ m}^2), kJ to J and grams to kg.
  2. Pressure: find the force (often the weight mgmg) and the area, and divide. In liquids, use ρgh\rho g h, and add p0p_0 if you need the absolute pressure.
  3. Buoyancy: find the volume below the surface, and use FB=ρVgF_B = \rho V g with the density of the fluid, not of the object.
  4. Heat: split the process into steps. A temperature change gives mcΔTmc\Delta T, a phase change gives mLmL. Add up the steps.
  5. Heating time: t=Q/Pt = Q/P, where PP is the power delivered to the substance.

Example 1: pressure in a tank

An open water tank is 4.0 m deep. What are the gauge pressure and the absolute pressure at the bottom?

  1. Gauge pressure: ρgh=1000⋅9.81⋅4.0=39 240\rho g h = 1000\cdot 9.81\cdot 4.0 = 39\,240 Pa ≈39.2\approx 39.2 kPa.
  2. Absolute pressure: p=p0+ρgh=101.3+39.2=140.5p = p_0 + \rho g h = 101.3 + 39.2 = 140.5 kPa.

Example 2: electric kettle

A 2000 W kettle heats 1.5 kg of water from 15 °C to 100 °C. How long does it take if all the energy goes into the water?

  1. ΔT=100−15=85\Delta T = 100 - 15 = 85 K.
  2. Q=mcΔT=1.5⋅4180⋅85=532 950Q = mc\Delta T = 1.5\cdot 4180\cdot 85 = 532\,950 J ≈533\approx 533 kJ.
  3. t=Q/P=532 950/2000≈266t = Q/P = 532\,950/2000 \approx 266 s, which is about 4.4 minutes.

To boil the water away as well, you would need another Q=mL=1.5⋅2257≈3386Q = mL = 1.5\cdot 2257 \approx 3386 kJ – more than six times the energy used for the heating itself.

Common mistakes

Pressure is force per unit area, buoyancy is the weight of the displaced fluid, and heat is mcΔTmc\Delta T for a temperature change and mLmL for a phase change.

Concepts in this part

Practise pressure, density and heat in the app →

6. Electricity

What is it about?

All electricity is based on charge. Matter consists of atoms with positive protons in the nucleus and negative electrons around it. In metals, some of the electrons can move freely. When they are driven through a conductor we get an electric current that can heat a radiator, drive a motor or charge a phone.

Three quantities appear all the time: voltage (how hard the charges are "pushed"), current (how much charge passes per second) and resistance (how much a component opposes the current). The relation between them is Ohm's law, and it is the foundation for everything you will do in electric circuits.

Key quantities and formulas

U=RIP=UIRseries=R1+R21Rparallel=1R1+1R2U = RI \qquad P = UI \qquad R_{\text{series}} = R_1 + R_2 \qquad \frac{1}{R_{\text{parallel}}} = \frac{1}{R_1} + \frac{1}{R_2}

How to solve the problems

  1. Draw the circuit and mark which resistors are in series and which are in parallel.
  2. Combine parallel groups and series groups step by step into a single total resistance.
  3. Find the current from the source: I=U/RtotI = U/R_{\text{tot}}.
  4. Work back through the circuit: the voltage across a series resistor is RIRI, and the voltage across a parallel group is the same for all its branches.
  5. Find the current in each branch with Ohm's law, and the power with P=UIP = UI. Check that the currents into and out of every node agree.

Example

A 12 V battery is connected to R1=4R_1 = 4 Ω in series with a parallel combination of R2=6R_2 = 6 Ω and R3=12R_3 = 12 Ω.

  1. The parallel group: R23=6⋅126+12=4R_{23} = \dfrac{6\cdot 12}{6+12} = 4 Ω.
  2. In total: Rtot=4+4=8R_{\text{tot}} = 4 + 4 = 8 Ω.
  3. Current from the battery: I=12/8=1.5I = 12/8 = 1.5 A.
  4. Voltage across R1R_1: U1=4⋅1.5=6U_1 = 4\cdot 1.5 = 6 V. That leaves 12−6=612 - 6 = 6 V across the parallel group.
  5. The branch currents: I2=6/6=1I_2 = 6/6 = 1 A and I3=6/12=0.5I_3 = 6/12 = 0.5 A. The sum is 1.5 A, exactly as it should be.
  6. Power delivered by the battery: P=UI=12⋅1.5=18P = UI = 12\cdot 1.5 = 18 W. Check: R1R_1 takes 9 W, R2R_2 takes 6 W and R3R_3 takes 3 W, 18 W in total.

Common mistakes

Ohm's law U=RIU = RI and P=UIP = UI solve almost everything. In series the current is the same, in parallel the voltage is the same.

Concepts in this part

Practise electricity in the app →

7. Waves, sound and light

What is it about?

Sound, light, radio signals and vibrations in machines are all waves. The same few relationships describe them all: how fast the wave travels, how long it is and how often it oscillates. Engineers use this in everything from ultrasound measurement and noise calculations to fibre optics.

Concepts and formulas

v=fλv = f\lambda
n1sin⁡θ1=n2sin⁡θ2n_1\sin\theta_1 = n_2\sin\theta_2

How to solve the problems

  1. Write down what you know: vv, ff, λ\lambda or TT.
  2. Use v=fλv = f\lambda and T=1/fT = 1/f and rearrange as needed.
  3. Echo: remember to divide by 2. Refraction: the angles are measured from the normal (perpendicular to the surface).

Example

The note A has a frequency of 440 Hz. How long is the sound wave in air?

  1. v=343v = 343 m/s and f=440f = 440 Hz.
  2. λ=v/f=343/440≈0.78\lambda = v/f = 343/440 \approx 0.78 m.
  3. The period is T=1/440≈2.3T = 1/440 \approx 2.3 ms.

Common mistakes

v=fλv = f\lambda and T=1/fT = 1/f. Echo: s=vt/2s = vt/2.

Concepts in this part

Practise waves, sound and light in the app →

Example problems with solutions

Here are some of the problems in foundations of Physics. In the app, calculation problems get new numbers every time, so you can practise until it sticks – and take a graded practice exam before the real one.

Quantities, units and measurement: What is the SI base unit of mass?

Answer: kilogram (kg)

The kilogram is the SI base unit of mass (the only base unit with a prefix in its name). The newton is a unit of force, not mass.

Motion: A car covers 150 km in 2 hours. What is its average speed?

Answer: 75 km/h

vˉ=st=150 km2 h=75\bar v = \dfrac{s}{t} = \dfrac{150\ \mathrm{km}}{2\ \mathrm{h}} = 75 km/h.

Forces and Newton's laws: An astronaut has a mass of 80 kg on Earth. What is her mass on the Moon?

Answer: 80 kg

Mass measures the body's inertia (how hard it is to accelerate) and is the same everywhere. It is the weight Fg=mgF_g = mg that is smaller on the Moon, because gg is smaller there (about 1.6 m/s²).

Work, energy and power: What unit are energy and work measured in?

Answer: joule (J)

Energy and work are measured in joules: 1 J=1 N⋅m1\text{ J} = 1\text{ N}\cdot\text{m}. The watt is the unit of power (J/s), the newton of force and the pascal of pressure.

Practise all the problems →