Logical process of solving equations

In summary, when solving an equation, the result is only a possibility for a solution, not necessarily a solution. This is because using reversible operations may produce an equation that is logically equivalent but not necessarily true in the reverse direction. Therefore, it is important to check the solutions by plugging them back into the original equation to ensure they satisfy all necessary conditions. This applies to any equation-solving process and is especially important in complicated examples.
  • #1
Mr Davis 97
1,462
44
I read that in solving an equation, the reault is only a possibility for a solution, and not necessarily a solution. For example, in solving x+3 = 5, x=2 is not a solution until you explicitly plug it back into show that it actually. Why is the statement x=2 not enough to show that 2 is actually a solution, from a strictly logical point of view? This could apply to any equation-solving process.
 
Mathematics news on Phys.org
  • #2
Where did you read that and in what context? Could it be that your book used an example more like x^2 + 3 = 5? An equation like that simply doesn't have one solution.
 
  • #3
This depends on what steps you take during your solution. If all steps are equivalencies rather than implications, you do not need to plug in your solution - unless your system of equations is overdetermined. In that case you need to check the equations you did not use.

An example of an implication step which is not an equivalence would be squaring the equation ##x = 2## to obtain ##x^2 = 4##. You then introduce a false root ##x = -2##.

Edit: That being said, it is of course never a bad thing to reinsert your result to check that your algebra was correct.
 
  • Like
Likes Logical Dog
  • #4
This is in the context of an abstract algebra course. My text says "Strictly speaking, we have not shown here that -3 is a solution, but rather that it is the only possibility for a solution. To show that -3 is a solution, one merely computes 5 + (-3)"
 
  • #5
Mr Davis 97 said:
This is in the context of an abstract algebra course. My text says "Strictly speaking, we have not shown here that -3 is a solution, but rather that it is the only possibility for a solution. To show that -3 is a solution, one merely computes 5 + (-3)"
This still tells us nothing unless you specify the problem that was to be solved and the logical steps taken in doing so.
 
  • #6
The problem was 5+x=2. And the logical steps are what you would expect (using inverse, identity, and associativity)
 
  • #7
Mr Davis 97 said:
I read that in solving an equation, the result is only a possibility for a solution, and not necessarily a solution. For example, in solving x+3 = 5, x=2 is not a solution until you explicitly plug it back into show that it actually. Why is the statement x=2 not enough to show that 2 is actually a solution, from a strictly logical point of view? This could apply to any equation-solving process.
This is correct. But as you performed equivalence deductions, you already have proven the backward direction. In general, however, this might not be the case, so you will have to plug in the deduced statement to see, if it also satisfies the original equation, because a deduction only provides a necessary condition.
$$ x+3=5 \Longleftrightarrow x=2$$
On the other hand, you could start with ##x^3+y^3=z^3## and find some necessary conditions on ##x,y,z \in \mathbb{Z}##. But whatever you will find, it cannot satisfy the original equation.

Edit: Or more obvious: ##2x= 4 \Longrightarrow 4x^2=16 \Longrightarrow x \in \{-2,2\}## but ##x=-2## isn't a solution. (Oops, already been said.)
 
Last edited:
  • #8
So if you only use equivalence deductions (i.e. reversible operations) then the result is necessarily a solution because you could just argue in the reverse direction, while if the deductions are only one way (i.e. non-reversible), then you have to check solutions?
 
  • #9
Yes. But it's always a good idea to check the solutions, especially if the transformations are manifold or complicated. "Reversible" isn't the exact term here, because you could reverse the squaring in the example above, but it generates an extra value which isn't a solution. So it has to be equivalent, not reversible.

Another famous pit is if you multiply an equation or greater-relation by a term, which isn't a known number at the time, e.g. something like ##xy+z^2## or similar, and you don't rule out the possibility that it might be zero or negative, then you get wrong results without knowing.
 
  • #10
Mr Davis 97 said:
This is in the context of an abstract algebra course. My text says "Strictly speaking, we have not shown here that -3 is a solution, but rather that it is the only possibility for a solution. To show that -3 is a solution, one merely computes 5 + (-3)"
Strictly speaking, you have proven in one direction but not in the reverse direction.
You have proven "If 5+x=2, then x=-3."
But to prove that "-3 is a solution of 5+x=2", you want to prove "If x=-3, then 5+x=2."
In this example, it seems like a silly distinction but in complicated examples it can be an important distinction.
 
  • Like
Likes Mr Davis 97
  • #11
Mr Davis 97 said:
So if you only use equivalence deductions (i.e. reversible operations) then the result is necessarily a solution because you could just argue in the reverse direction, while if the deductions are only one way (i.e. non-reversible), then you have to check solutions?

Algebraic manipulations abbreviate a complicated process of reasoning. Solutions can be deduced by using "logical equivalences". Doing "reversible operations" in the sense of "doing the same operation to both sides" does not necessarily produce an equation that is logically equivalent to the original equation. Try using reversible operations to solve these equations:

1) ## x + \frac{1}{x-2} = 2 + \frac{1}{x-2}##

2) ## x \ln(x-2) = \ln(x-2)##
 
  • #12
Consider ##\sqrt{x^2+x+3} = x##.
 
  • #13
Mr Davis 97 said:
This is in the context of an abstract algebra course. My text says "Strictly speaking, we have not shown here that -3 is a solution, but rather that it is the only possibility for a solution. To show that -3 is a solution, one merely computes 5 + (-3)"

We've been through this before with you!

https://www.physicsforums.com/threads/show-that-an-integer-is-unique.895228/#post-5631947

It's all about the reverse implication of the steps you take.
 

Related to Logical process of solving equations

1. What is the logical process of solving equations?

The logical process of solving equations involves using a series of steps to isolate the variable and find its value. These steps include combining like terms, using inverse operations, and checking the solution.

2. Why is it important to follow a logical process when solving equations?

Following a logical process ensures that you arrive at the correct solution and can easily identify any mistakes made along the way. It also helps to organize your thoughts and make the problem easier to solve.

3. What are some common mistakes made when solving equations?

Some common mistakes when solving equations include forgetting to perform an operation on both sides of the equation, making a calculation error, and forgetting to check the solution.

4. How can I check if my solution is correct?

You can check your solution by substituting it back into the original equation and solving for the variable. If the resulting value is equal to both sides of the equation, then your solution is correct.

5. Are there any shortcuts or tricks for solving equations?

There are some common strategies that can make solving equations easier, such as factoring, using the distributive property, and working with fractions. However, it is important to always follow a logical process to ensure accuracy.

Similar threads

Replies
2
Views
340
Replies
13
Views
1K
Replies
9
Views
1K
Replies
5
Views
727
Replies
11
Views
827
  • General Math
Replies
11
Views
1K
Replies
6
Views
2K
  • General Math
Replies
1
Views
682
Replies
1
Views
1K
  • General Math
Replies
3
Views
3K
Back
Top