Question about settings equations equal to eachother

  • Thread starter Thread starter 939
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
939
Messages
110
Reaction score
2

Homework Statement



Just wondering if there is a set rule here. What I'm not sure about is which side moves to the other.

Homework Equations



y = x^2
y = 8 -x^2

The Attempt at a Solution



x^2 = 8 - x^2
or
8 - x^2 = x^2

Option 1: Move left to right
= 8 - 2x^2

Option 2: Move right to left
= 2x^2 - 8

Which method are you supposed to use?

When finding zeroes you'll get the same answer either way, but sometimes (i.e. integrating) it seems like you'll get different answers depending on which way you went...
 
Last edited:
Physics news on Phys.org
939 said:

Homework Statement



Just wondering if there is a set rule here. What I'm not sure about is which side moves to the other.
It doesn't matter, as long as what you're doing is mathematically valid.
939 said:

Homework Equations



y = x^2
y = 8 -x^2

The Attempt at a Solution



x^2 = 8 - x^2
or
8 - x^2 = x^2

Option 1: Move left to right
= 8 - 2x^2

Option 2: Move right to left
= 2x^2 - 8
Both of these are wrong, because you have lost one side of the equation.
In option 1, the equation is really 0 = 8 - 2x2
In option 2, the equation is really 0 = 2x2 - 8

Both equations have exactly the same solution set.
939 said:
Which method are you supposed to use?

When finding zeroes you'll get the same answer either way, but sometimes (i.e. integrating) it seems like you'll get different answers depending on which way you went...
Can you give an example of a situation where you're getting different answers?
 
Mark44 said:
It doesn't matter, as long as what you're doing is mathematically valid.
Both of these are wrong, because you have lost one side of the equation.
In option 1, the equation is really 0 = 8 - 2x2
In option 2, the equation is really 0 = 2x2 - 8

Both equations have exactly the same solution set.

Can you give an example of a situation where you're getting different answers?

Thanks, there are no such examples, it was just me making errors. I appreciate it.