let f(x) = y, then your function looks like:
y = 2x + 3/(x+2) - i assume that x + 2 is in the denomianator
to find inverse swap x with y:
x = 2y + 3/(y+2) and solve for y
if this is the case, then the problem is quite difficult, unless what you meant was:
y= (2x + 3)/(x + 2)
then inverse: x = (2y + 3)/(y + 2)
now solving for y will give us:
y = (3 - 2x)/(x - 2)
remember to use brackets when writing fractions!!
2007-11-30 19:40:14
·
answer #1
·
answered by Anonymous
·
0⤊
1⤋
I think for an expression y = 2x + 3/x + 2 (same thing as yours I just changed f(x) for y) switch the y's for x's and the x's for y's
so you get this: x = 2y + 3/y + 2 then solve for the y and the result is your inverse.. (You do this part I'm tired.)
2007-11-30 19:36:13
·
answer #2
·
answered by BROCK LANDERS 1
·
1⤊
2⤋
2x+3=x+2 x=-1
2007-11-30 19:36:25
·
answer #3
·
answered by Anonymous
·
0⤊
2⤋
F(X) can mean the same thing as Y. What do you mean inverse? Are you trying to find the inverse of that equation? No matter what, you will most likely have to set the equation to zero and then solve.
2007-11-30 19:35:47
·
answer #4
·
answered by J3FF 3
·
2⤊
1⤋
>>basically elect for to envision my ideas Oh, if I had a nickel for each and each and every time I heard THAT line actual right here! f = ?(12-2x) f^2 = 12 - 2x f^2 - 12 = -2x (f^2 - 12) / -2 = x x = (12 - f^2) / 2 So g(x) = (12 - x^2) / 2
2016-12-10 08:46:28
·
answer #5
·
answered by ? 4
·
0⤊
0⤋
y = (2x+3)/(x+2)
Switch x and y,
x = (2y+3)/(y+2)
=> xy+2x = 2y+3
Solve for y,
y = f^-1(x) = (2x-3)/(2-x)
2007-11-30 19:37:14
·
answer #6
·
answered by sahsjing 7
·
2⤊
0⤋
Let f(x) = y
y = (2x + 3) / (x + 2)
xy + 2y = 2x + 3
xy - 2x = 3 - 2y
x(y - 2) = 3 - 2y
x = (3 - 2y) / (y - 2)
f^(-1) (y) = (3 - 2y) / (y - 2)
Thus
f^(-1)(x) = (3 - 2x) / (x - 2)
2007-11-30 21:15:01
·
answer #7
·
answered by Como 7
·
3⤊
1⤋