Converting Functions: From y(x) to x(y) and the Algebra Behind It

  • Thread starter Thread starter christian0710
  • Start date Start date
AI Thread Summary
The discussion focuses on converting the function y = 1/2x + 1/2 into its inverse x(y). The correct algebraic manipulation involves isolating x by first multiplying the entire equation by 2, leading to 2y = x + 1, and then rearranging to find x = 2y - 1. Participants clarify that standard operations can lead to confusion if the order of operations isn't properly applied, particularly when dealing with fractions. The conversation emphasizes the importance of understanding these algebraic principles to avoid mistakes in more complex calculations, such as double integrals. Overall, the exchange highlights the significance of mastering basic algebra for advanced mathematical applications.
christian0710
Messages
407
Reaction score
8
going from x(y) to y(x), please help :)

If we have a function y=1/2x+½ how come if we isolate x as a function of y on a calculator we get x=2y-1??

i get the 2*y but not the -1
What algebra is needed to get from y(x) to x(y) in this case?
 
Physics news on Phys.org


Multiply the original equation by 2 and then subtract 1 from both sides.
y=½x+½
2y=x+1
x=2y-1
 


Woaa, i see :D
So normal algebra by isolating x instead of y, does not work when there are two variables?
 


How come i would get x=y/½ -½ if i use the regular add, subtract, multiply and divide operations?
 


christian0710 said:
How come i would get x=y/½ -½ if i use the regular add, subtract, multiply and divide operations?
According to the rules for order of operations,

y = 1/2x+½

is equivalent to

y = (1/2)x + ½ .
 


Hmm. I don't see the difference between the two steps (except for the brackets?)
 


What SammyS did is a perfectly normal operation.

You could also do it like this, keeping in mind that you'll get the same thing and that the other way is even easier.

y = (1/2)x + 1/2

y - 1/2 = (1/2)x

Now multiply both sides by two (note that this is the exact same thing as "dividing both sides by 1/2")

2y-1 = x

To show why dividing by 1/2 is the same thing:

\frac{\frac{1}{2}x}{\frac{1}{2}} = \frac{y}{\frac{1}{2}} - \frac{\frac{1}{2}}{\frac{1}{2}}

Note that 1/2 divided by 1/2 is 1, so y divided by 1/2 is 2. Dividing by a fraction is equivalent to multiplying by the reciprocal of the fraction.
 


Ahh Now i see!
Thank you for the help, now I can continue on my double integral of 3-D shapes (I often forget the simple algebra so I'm trying to strengthen it by doing it all by hand) :)
 
Back
Top