36
$\begingroup$

Sometimes equation and formula are used interchangeably, but I was wondering if there is a difference.

For example, suppose we can calculate a car's fuel efficiency as:

mpg = distance traveled in miles / the fuel used in a gallon 

Is that an equation or formula?

  • 0
    According to http://www.mathsisfun.com/algebra/equation-formula.html, a formula shows a relationship between 2 or more variables, while an equation doesn't necessarily.2014-08-11

10 Answers 10

23

An equation is any expression with an equals sign, so your example is by definition an equation. Equations appear frequently in mathematics because mathematicians love to use equal signs.

A formula is a set of instructions for creating a desired result. Non-mathematical examples include such things as chemical formulas (two H and one O make H2O), or the formula for Coca-Cola (which is just a list of ingredients). You can argue that these examples are not equations, in the sense that hydrogen and oxygen are not "equal" to water, yet you can use them to make water.

Mathematicians have long since realized that when it comes to numbers, certain formulas can be expressed most succinctly as equations. For example, the Pythagorean Theorem $a^2+b^2=c^2$ can be thought of as a formula for finding the length of the side of a right triangle, but it turns out that such a length is always equal to a combination of the other two lengths, so we can express the formula as an equation. The key idea is that the equation captures not just the ingredients of the formula, but also the relationship between the different ingredients.

In your case, "mpg = distance/gallons" is best understood as "a formula in the form of an equation", which means that in this instance the two words are interchangeable.

  • 1
    So tl;dr formula = algorithm?2017-01-09
11

An equation is meant to be solved, that is, there are some unknowns. A formula is meant to be evaluated, that is, you replace all variables in it with values and get the value of the formula.

Your example is a formula for mpg. But it can become an equation if mpg and one of the other value is given and the remaining value is sought.

  • 2
    @Alexander, so a formula is like a dead equation? :-)2011-05-10
5

I'd say an equation is anything with an equals sign in it; a formula is an equation of the form $A={\rm\ stuff}$ where $A$ does not appear among the stuff on the right side.

  • 1
    I think the second one is a bit different. I think formula is an useful equation or kind of.2014-01-28
5

Please down vote me if you wish - but I would say these words are really synonyms to each other. They both express that there is some underlying relation between some mathematical expressions.

  • 1
    @JoeTaxpayer I my opinion we can use both things as long as we understand each other.2013-10-10
3

A formula is an equation that shows the relationship between two or more quantities. It would be the rule or instructions that is use to show the relationship between two or more quantities.

An equation is a problem displayed with numerals or symbols with an equals (=) sign included somewhere; usually near the end of the equation. Unless, it is a ratio or division.

1

$e=mc^2$ and $f=ma$ are "equations", not normally called "formulas". You wouldn't say the "force formula", but the "force equation". They can have an infinite number of solutions. so i'd say the terms are interchangeable too.

http://en.wikipedia.org/wiki/Force

1

You solve an equation, while you evaluate a formula.

By the way, an equation that holds whatever the values of the variables is an identity.

-1

The answer to this question, in my opinion, comes down to a matter of definition:

equation: A statement formed by placing an equals sign between two numerical or variable expressions.

For example, $11-7=4$, $5x-1=9$, and $y+2=2+y$ are all equations because they all satisfy the definition given.

formula: An equation that states a rule about a relationship.

Here are two useful formulas: $A=lw$, the formula for the area of a rectangle; $P=2l+2w$, the formula for the perimeter of a rectangle.

As you can see, a formula is a special kind of equation, one that states a rule about a relationship and are often used in algebra.

  • 1
    Note: Not every equation is a formula; but by the above definitions, every formula must be an equation in algebra.2014-05-03