Rearranging to solve an equation (quick question)

  • Thread starter Thread starter Yaaaldi
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Yaaaldi
Messages
17
Reaction score
0

Homework Statement



Say I had x = y-2 / y + 3

How would I go about rearranging for y= ?

I can't think how to simplify it down to a single y term.
 
Physics news on Phys.org
If you don't know how to start, just trying playing around with it. My first step would be to get rid of the y+3 in the denominator.
 
Multiply all terms by y.
You then have a second degree polynomial in y, which can be solved in the usual manner (assuming y does not depend on x).
 
bigfooted said:
Multiply all terms by y.
You then have a second degree polynomial in y, which can be solved in the usual manner (assuming y does not depend on x).

This seems unnecessary to me. One can solve this simply by multiplying and factoring.
 
Yaaaldi said:

Homework Statement



Say I had x = y-2 / y + 3
I'm assuming you mean x = (y - 2)/(y + 3). What you wrote is actually x = y - (2/y) + 3.

The lesson is: USE PARENTHESES!
 
Mark44 said:
I'm assuming you mean x = (y - 2)/(y + 3). What you wrote is actually x = y - (2/y) + 3.

The lesson is: USE PARENTHESES!

Or use LATEX.
 
bigfooted said:
Multiply all terms by y.
You then have a second degree polynomial in y, which can be solved in the usual manner (assuming y does not depend on x).
spamiam said:
This seems unnecessary to me. One can solve this simply by multiplying and factoring.
I'm assuming that bigfooted read the problem as x = y - (2/y) + 3. If it is supposed to be x = (y - 2)/(y + 3) then of course multiplying and factoring would be the way to go.