Finding inverse functions when there is X^2+x

AI Thread Summary
To find the inverse of the function f(x) = 2x + x^2, one must solve the equation x^2 + 2x = y. This leads to the quadratic equation x^2 + 2x + 1 = y + 1, which simplifies to (x + 1)^2 = y + 1. Solving for x gives x = ±√(y + 1) - 1, indicating that the function does not have a true inverse unless the domain is restricted. The discussion highlights the importance of considering the function's one-to-one nature when determining inverses. Overall, the inverse function can be expressed as f⁻¹(x) = ±√(x + 1) - 1, depending on the chosen domain.
applestrudle
Messages
64
Reaction score
0

Homework Statement



f(x)= 2x + x^2

Homework Equations





The Attempt at a Solution



I don't know how to make x the subject
 
Physics news on Phys.org
applestrudle said:

Homework Statement



f(x)= 2x + x^2

Homework Equations





The Attempt at a Solution



I don't know how to make x the subject

You need to solve for x in the equation x^2 + 2x = y. This is a simple quadratic equation.
 
Ray Vickson said:
You need to solve for x in the equation x^2 + 2x = y. This is a simple quadratic equation.

Okay thank you!

I've got it:

X^2 +2x = y

add one so you get a quadratic that has a "squared"

x^2 +2x +1 = y + 1

solve quadratic:

(x+1)^2 = y + 1

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

f-1(x) = (x+1)^-1/2 -1

:)
 
Last edited:
applestrudle said:
Okay thank you!

I've got it:

X^2 +2x = y

add one so you get a quadratic that has a "squared"

x^2 +2x +1 = y + 1

solve quadratic:

(x+1)^2 = y + 1

x = (y+1)^-1/2 -1
No.
Starting from two lines above, you want to solve for x.
When you do this, don't forget that you need ± in there somewhere.
applestrudle said:
f-1(x) = (x+1)^-1/2 -1

:)
Note that the equation y = x2 + 2x does not give y as a 1-to-1 function of x, so there is no inverse function, unless you place restrictions on the domain.
 
applestrudle said:
f-1(x) = (x+1)^-1/2 -1

:)
You have raised to the power -1/2. Where did the negative sign come from?
 
oay said:
You have raised to the power -1/2. Where did the negative sign come from?

Sorry, mistake when I was typing! Thank you for pointing it out
 
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...
Back
Top