Difference between revisions of "Equation"

m
Line 5: Line 5:
  
 
A unique aspect to equations is the ability to modify an original equation by performing operations (such as [[addition]], [[subtraction]], [[multiplication]], [[division]], and [[exponential function|powers]]).  
 
A unique aspect to equations is the ability to modify an original equation by performing operations (such as [[addition]], [[subtraction]], [[multiplication]], [[division]], and [[exponential function|powers]]).  
 +
 +
It's important to note the distinction between an equation and an '''identity.'''  An identity in terms of some [[variable]]s states that two expressions are equal for every value of those variables:  for example,
 +
 +
<math>x^2 - y^2 = (x - y)(x + y)</math>
 +
 +
is an identity that is true regardless of the value of <math>x, y</math> (and indeed holds in a [[commutative]] [[ring]]).  However,
 +
 +
<math>x^2 = 4</math>
 +
 +
is an equation that is true for a particular value of <math>x</math> which you may or may not wish to find. 
  
 
==See also==
 
==See also==

Revision as of 23:00, 23 April 2008

This is an AoPSWiki Word of the Week for April 15-22

An equation is a relation which states that two expressions are equal, identical, or otherwise the same. Equations are easily identifiable because they are composed of two expressions with an equals sign ('=') between them.

Equations are similar to congruences (which relate geometric figures instead of numbers) and other relationships which fall into the category of equivalence relations.

A unique aspect to equations is the ability to modify an original equation by performing operations (such as addition, subtraction, multiplication, division, and powers).

It's important to note the distinction between an equation and an identity. An identity in terms of some variables states that two expressions are equal for every value of those variables: for example,

$x^2 - y^2 = (x - y)(x + y)$

is an identity that is true regardless of the value of $x, y$ (and indeed holds in a commutative ring). However,

$x^2 = 4$

is an equation that is true for a particular value of $x$ which you may or may not wish to find.

See also

This article is a stub. Help us out by expanding it.