Skip to content
MathAnvil
§ Expressions & Algebra

Formulas

§ Expressions & Algebra

Formulas

CCSS.6.EECCSS.HSA.CED3 min read

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.

§ 01

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.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

If speed = distance ÷ time, and distance = 100 km, time = 2 hours, find speed.

Answer: 50 km/h

  1. Write the formula speed = distance ÷ time Use the given formula.
  2. Substitute the values speed = 100 ÷ 2 Replace distance with 100 and time with 2.
  3. Calculate 50 km/h 100 ÷ 2 = 50.
Easy§ 02

If A = l × w, l = 3, w = 3, find A.

Answer: 9

  1. Write the formula A = l × w Area equals length times width.
  2. Substitute the values A = 3 × 3 Replace l with 3 and w with 3.
  3. Calculate 9 3 × 3 = 9.
Medium§ 03

If v = u + at, u = 5, a = 10, t = 2, find v.

Answer: 25

  1. Write the formula v = u + at Final velocity equals initial velocity plus acceleration times time.
  2. Substitute the values v = 5 + 10 × 2 Replace u with 5, a with 10, t with 2.
  3. Calculate at 10 × 2 = 20 Multiply acceleration by time: 10 × 2 = 20.
  4. Add v = 25 5 + 20 = 25.
§ 04

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
§ 05

Frequently asked questions

What is the difference between a formula and an equation?
A formula shows a general relationship between variables (like A = πr²), while an equation includes specific numerical values (like A = π × 4² = 50.3). Formulas are templates; equations are complete mathematical statements with solutions.
How do you know which variable to solve for in a formula?
The problem statement typically indicates the unknown variable. If asked to 'find the area' in A = l × w, solve for A. The variable standing alone (isolated) on one side is usually what needs to be calculated.
Why do some formulas require rearranging before substituting?
Rearranging isolates the unknown variable. If finding time in v = u + at, first rearrange to t = (v - u)/a, then substitute values. This ensures the desired variable appears alone on one side of the equation.
What happens if you substitute negative numbers into formulas?
Negative numbers follow normal arithmetic rules. In v = u + at with u = -10, a = 5, and t = 3, the result is v = -10 + 15 = 5. Pay attention to signs during calculations to avoid errors.
How do you check if your formula substitution is correct?
Verify by working backwards or using dimensional analysis. If speed = 50 km/h from distance ÷ time, multiply 50 × 2 hours to confirm distance = 100 km. Check that units make sense in the final answer.
§ 06

See also

§ 06

Where to next?

Share this article