[Math] why do equations work and how do they relate to each other

algebra-precalculusfractions

Ok, so I understand that an equation is something like
15 = 15 , and that the only criteria as far as I can tell for it being an equation is that both sides are equal to each other.

I have a few questions, the first is a question about why two equations are related to each other? For instance, if I had an equation like 15 = 15 and I subtracted another equation 7 = 7 from it, then I would have 8 = 8, which is still an equation yes, and I understand that it is possible to get back to the original equation by adding 7 to both sides again, but is it directly equal to the original equation without algebraic manipulation?

The reason that I ask this first question is that I'm curious about how after algebraic manipulation a result from a newly gotten equation directly applies to the original. If I had x + 5 = 8, and I subtracted the equation 5 = 5 from it, I would get that x = 3. I would then find that I could plug that value into the original and find that 3 + 5 = 8, which is a true equation. But why does subtracting another equation allow me to find the unknown in the original?

And finally, what makes equations special and unique from fractions in that you can add, subtract, multiply, divide, etc, all you wish from both sides of an equation but you can't do that with fractions. I understand that when you do that with a fraction, the value changes, however, when you do that with an equation doesn't the equation change? why are equations special? why can you do freely whatever you want to an equation but not a fraction?

Best Answer

Well, to come back to the middle-school definition of an equation : an equation is an equality between two expressions which may contain unknowns (that is letters that represent quantities which we don't know yet). Solving an equation consist in finding all values by which we can replace the unknown and get a true equality. In this sense : $$x + 3 = 8$$ is an equation (x is unknown) and its only solution is 5 because only $5+3$ equals $8$, not any other number plus 3.

Now that we have defined equations we may wonder how we can find their solutions in a mechanical way (and be sure that we found them all). To do this we know a certain number of way to find other equations that have the same solutions than the original (we say those equations are equivalent since they're true/false for the same values of the unknown), by choosing cautiously we may obtain an equation whose solutions are all obvious. Here by "subtracting 3" to both member of our first equation we get : $$x + 3 = 8 \quad \Leftrightarrow \quad x + 3 - 3 = 8 - 3 \quad \Leftrightarrow \quad x = 5$$ And obviously, 5 is the only solution of this last equation... ($\Leftrightarrow$ means "is equivalent to" and often we make that implicit by putting equivalent equations on successive lines)

Now why do we get equivalent equations by subtracting 3 to each member ? Well that comes back to the fact that two equations are "equivalent" if they're true/false for the same values of the unknown : if you have two equal quantities and add/subtract the same amount to those two quantities, you'll still have equal quantities afterward, won't you ? And similarly if you start with different quantities, the results would still be different afterward.

That's why you can add or subtract the same number to both members of an equation when you want to solve it.

That's also why you can multiply or divide by the same non-zero number.

You can't multiply by zero because even if the initial equality was false it will becomes true : $10 \neq 5$ but $0 \times 10 = 0 \times 5$ since $0 = 0$.

There's a pretty simple criteria that dictate which operations you may use on both members simultaneously and obtains an equivalent equation : you can only use operations that you can reverse, that is there is an operation which allows you to come back to the initial value. "Adding 3" is reversed by "Subtracting 3", "Multiplying by 5" is reversed by "Dividing by 5" and so on. $$7 + 3 = 10 \quad 10 - 3 = 7 \qquad -5 + 3 = -2 \quad -2 - 3 = -5 \qquad ...$$ $$3 \times 5 = 15 \quad 15 \div 5 = 3 \qquad -10 \times 5 = -50 \quad -50 \div 5 = -10 \qquad ...$$

Since there are a lot of operations with those characteristics, you can do a lot more than just add/subtract/multiply/divide by the same number but depending on your level you may not have seen any yet.

Note that there is a bit more to solving equations than I described here, in particular you may have cases where an equation is equivalent to several equations (and you'll need to be careful which logical operator you use in this case : and or or).

Related Question