Converting Functions from x to y

  • Thread starter Thread starter ozone
  • Start date Start date
  • Tags Tags
    Functions
AI Thread Summary
The discussion focuses on converting functions of x into functions of y, specifically through finding inverse functions. The example provided, y = x^2 - 5x, is not one-to-one, making its inverse not a function without domain restrictions. Completing the square is suggested as a method to solve for x in terms of y, but it reveals the complexity of the task. The challenge arises because even powers of x yield two possible x values for a single y value, necessitating the division of the result into two parts. The conversation highlights the intricacies involved in transforming quadratic functions.
ozone
Messages
121
Reaction score
0
I just need help turning a function of x into a function of y.

I'll give you an example and maybe you can explain it and expand upon the idea.

Thanks in advance.

y = x^2 -5x (see a very simple function! I just can't figure out how to convert it).

or y = x^2 - 2x
 
Physics news on Phys.org
ozone said:
I just need help turning a function of x into a function of y.

I'll give you an example and maybe you can explain it and expand upon the idea.

Thanks in advance.

y = x^2 -5x (see a very simple function! I just can't figure out how to convert it).

or y = x^2 - 2x
What you're asking is not clear, but I think you are talking about finding the inverse function. In your first example, y = f(x) = x2 - 5x. Here y is a function of x. It is not, however, a one-to-one function, so the inverse will not be a function.

To solve for x in terms of y, complete the square.
y = x2 - 5x
==> y = x2 - 5x + (5/2)2 - (5/2)2 = (x - 5/2)2 - (5/2)2

Can you take it from there?

To make the inverse a function, restrict the domain of the original function to make it one-to-one.
 
Beware, however: your function y = x2 - 5x (the graph of which is a parabola) assigns two different values of x to the same value of y . So when you "invert" this to get x = "something" , you will get a plus-or-minus sign, which tells us that we get back two functions of y , each corresponding to half of the original parabola.

This is always a problem with even powers of x in a function; reversing the direction to return from y to x gives two possible values of x which could have led to that value of y , and a "rule" which assigns one value of y to two values of x is NOT a function. That's why we need to split your result into two parts. (We don't have this problem with odd powers of x .)
 
Thank you for your answers.
Yes I was looking to complete the square, and now that I've seen this it is quite a bit more complicated then I expected.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top