answersLogoWhite

0

Compose functions: First you apply one function to the original input, then you apply a second function to the result.

Inverse function: I'll give an example. Assume your function is f(x) = 3x + 1. You can write the function as:

y = 3x + 1

... and solve for "x". Finally, exchange "x" and "y". In this case, solving for "x", you get:

y = 3x + 1

3x + 1 = y

3x = y - 1

x = (y - 1)/3

If you exchange "x" and "y", you get:

y = (x - 1)/3

Or, using functional notation, and using the function name "g" for the inverse of "f":

g(x) = (x-1)/3

Obviously, actually solving for the "other variable" is not always easy, and sometimes you won't be able to write the inverse function in an explicit way.

User Avatar

Wiki User

8y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach

Add your answer:

Earn +20 pts
Q: How can you compose functions and find inverse functions?
Write your answer...
Submit
Still have questions?
magnify glass
imp