| home | contents | previous | next page | send comment | send link | add bookmark |

6.1. Solving equations

To obtain the solution set of an equation it is often necessary to transform it into a simpler form in which the solution is easily seen. The expressions on either side of the equality symbol can be reduced to their simplest form. Additionally, the following operations transform an equation into an equivalent equation:

Adding the same value to both sides

a = b is equivalent to: a + c = b + c

Subtracting the same value from both sides

a = b is equivalent to: a - c = b - c

Multiplying both sides by the same non-zero value

a = b is equivalent to: a × c = b × c, c ≠ 0

Dividing both sides by the same non-zero value

a = b is equivalent to: a ÷ c = b ÷ c, c ≠ 0
Note that neither raising both sides to a power nor finding the same root of both sides will always yield an equivalent equation. The former operation may introduce extraneous solutions while the latter may obscure valid solutions. For example, the equation:
4x2 = 100
This has the solution set {-5, 5}. Taking the square root of both sides gives the equation:
2x = 10
This has the solution set {5}.


| home | contents | previous | next page | send comment | send link | add bookmark |

Copyright © 2005, Stephen R. Schmitt