Finding Inverse of f(x)=3x+5/x-4

  • Thread starter bael
  • Start date
  • Tags
    Inverse
In summary, the student is trying to solve for y in an equation where y is a variable. They are having difficulty doing so because of the way the parentheses were written.
  • #1
bael
28
0

Homework Statement


find a formula for f-1 when f is defined by
f(x) = 3x+5/x-4


Homework Equations





The Attempt at a Solution


Here is what I've done so far:
First I switch the x and the y so I get
x=3y+5/y-4
x(y-4)=3y+5
xy-4x=3y+5
xy=3y+4x+5
xy-3y=4x+5
y-3y=4x+5/x
-2y=4+5
I don't know what else to do. No matter what I try I always end up deleting a variable.
 
Last edited:
Physics news on Phys.org
  • #2
Okay so first you switch the x's and y's.
Then you'll have:

x= (3y+5)/(y-4)

Let's multiply by y-4

which leaves... xy-4x = 3y+5

when you want to solve for a variable and there's two of them, you want to get them on the same side and factor it out.

so now what you do is subtract 5, (move it to the left) and move the subtract xy (move to right)

so you end up with

5-4x = 3y-xy

now let's factor out y

5-4x = y(3-x)

now we divide by (3-x)

your final answer is (5-4x)/(3-x) = y
 
  • #3
*sorry I forgot to put the negative sign on 5...it should be (-5-4x)/(3-x) = y
 
  • #4
@bael: First off, put in parentheses next time. What you wrote looks like this:
[tex]f(x) = 3x+\frac{5}{x}-4[/tex]
bael said:
Here is what I've done so far:
First I switch the x and the y so I get
x=3y+5/y-4
x(y-4)=3y+5
xy-4x=3y+5
xy=3y+4x+5
xy-3y=4x+5
y-3y=4x+5/x
-2y=4+5
I don't know what else to do. No matter what I try I always end up deleting a variable.

The bolded is where your problem lies. You can't divide both sides by x like that. If you were to divide both sides by x, this would have been the result:
[itex]xy-3y=4x+5[/itex]
[itex]\frac{xy-3y}{x}=\frac{4x+5}{x}[/itex]
[itex]\frac{xy}{x}-\frac{3y}{x}=\frac{4x}{x}+\frac{5}{x}[/itex]
[itex]y-\frac{3y}{x}=4+\frac{5}{x}[/itex]
This is not the way to go.

What theclock54 posted isn't wrong (now that the correction was made), but from this step:
xy-4x = 3y+5

... I would instead add 4x to both sides and subtract 3y from both sides. I prefer to have the x terms before the constant terms in the numerator & denominator.
xy - 3y = 4x + 5

Then factor out the y, and divide both sides by (x - 3):
[itex]y(x - 3) = 4x + 5[/itex]
[itex]y = \frac{4x + 5}{x - 3}[/itex]
 
  • #5
Thanks a lot, I understand it now.
 

FAQ: Finding Inverse of f(x)=3x+5/x-4

What is the inverse of the function f(x)=3x+5/x-4?

The inverse of a function is a function that "undoes" the original function. In other words, the inverse of f(x) will take the output of f(x) and give you back the original input. In this case, the inverse of f(x)=3x+5/x-4 is f^-1(x)=(x-4)/(3x+5).

How do I find the inverse of a function?

To find the inverse of a function, you need to follow a few steps:

  • Replace f(x) with y.
  • Switch the x and y variables.
  • Solve for y.
  • Replace y with f^-1(x).
In this case, the inverse of f(x)=3x+5/x-4 would be: x=3y+5/y-4, y(x-4)=3y+5, y(3-x)=5, y=5/(3-x), and finally f^-1(x)=(x-4)/(3x+5).

Why do we need to find the inverse of a function?

Finding the inverse of a function can be useful for solving equations, graphing, and understanding the relationships between variables. It can also help us to better understand the behavior of the original function.

Is there a specific method for finding the inverse of a function?

Yes, there is a specific method for finding the inverse of a function. This method involves algebraic manipulation and solving for the inverse function. However, the method may vary depending on the type of function and its complexity.

Can every function have an inverse?

No, not every function has an inverse. A function must be one-to-one (each input has a unique output) in order to have an inverse. This means that if you graph the function, it must pass the horizontal line test. If there are any points where the graph intersects the horizontal line more than once, the function does not have an inverse.

Back
Top