Formulas
A formula is a mathematical equation that expresses a relationship between different variables using letters and symbols. In the formula A = πr², the area of a circle equals π times the radius squared, where A represents area and r represents radius. Formulas appear throughout mathematics and science, from simple area calculations to complex physics equations.
Why it matters
Formulas serve as mathematical shortcuts for solving real-world problems efficiently. Engineers use the formula v = u + at to calculate how fast a rocket accelerates, substituting initial velocity (u = 0), acceleration (a = 9.8 m/s²), and time (t = 10 seconds) to find final velocity (v = 98 m/s²). In construction, architects apply A = l × w to determine flooring needs, calculating that a 12-foot by 15-foot room requires 180 square feet of material. Financial planners use compound interest formulas to project investment growth over decades. Medical professionals rely on dosage formulas to ensure patient safety. CCSS 6.EE standards introduce formula substitution as a bridge to algebraic thinking, while CCSS HSA.CED extends this to function composition and complex relationships that appear in advanced mathematics and scientific modeling.
How to solve formulas
Substitution into Formulas
- Identify which variable each value replaces.
- Substitute (replace) the letters with the given numbers.
- Follow order of operations (PEMDAS) to evaluate.
- Include units in your final answer if applicable.
Example: A = πr². If r = 4: A = π(16) ≈ 50.3.
Worked examples
If speed = distance ÷ time, and distance = 100 km, time = 2 hours, find speed.
Answer: 50 km/h
- Write the formula → speed = distance ÷ time — Use the given formula.
- Substitute the values → speed = 100 ÷ 2 — Replace distance with 100 and time with 2.
- Calculate → 50 km/h — 100 ÷ 2 = 50.
If A = l × w, l = 3, w = 3, find A.
Answer: 9
- Write the formula → A = l × w — Area equals length times width.
- Substitute the values → A = 3 × 3 — Replace l with 3 and w with 3.
- Calculate → 9 — 3 × 3 = 9.
If v = u + at, u = 5, a = 10, t = 2, find v.
Answer: 25
- Write the formula → v = u + at — Final velocity equals initial velocity plus acceleration times time.
- Substitute the values → v = 5 + 10 × 2 — Replace u with 5, a with 10, t with 2.
- Calculate at → 10 × 2 = 20 — Multiply acceleration by time: 10 × 2 = 20.
- Add → v = 25 — 5 + 20 = 25.
Common mistakes
- Forgetting order of operations leads to incorrect calculations, such as computing v = 5 + 10 × 2 as 30 instead of 25 by adding first rather than multiplying
- Mixing up variable assignments produces wrong substitutions, like using distance = 50 and time = 100 in speed = distance ÷ time to get 0.5 instead of reversing the values for the correct answer of 2
- Dropping units from final answers creates incomplete solutions, writing A = 36 instead of A = 36 square meters when calculating area