Confused about an inverse (which then leads on to a calculus problem)

Click For Summary
SUMMARY

The discussion centers on understanding the relationship between a function and its inverse, specifically focusing on the function f(x) = (1/3)x³ - x² + 5x - 11. Participants clarify that if f has an inverse f⁻¹, then f(f⁻¹(x)) = x and f⁻¹(f(x)) = y are equivalent statements. The function is confirmed to be monotonically increasing, ensuring it has an inverse. The conversation also highlights the importance of notation in calculus, particularly in implicit differentiation and the use of the chain rule.

PREREQUISITES
  • Understanding of inverse functions and their properties
  • Basic knowledge of calculus, including derivatives
  • Familiarity with implicit differentiation techniques
  • Proficiency in function notation and its implications
NEXT STEPS
  • Study the properties of inverse functions in detail
  • Learn about implicit differentiation and its applications
  • Explore the concept of monotonic functions and their inverses
  • Practice problems involving the chain rule in calculus
USEFUL FOR

Students and educators in mathematics, particularly those studying calculus, as well as anyone seeking to deepen their understanding of function inverses and differentiation techniques.

Moogie
Messages
167
Reaction score
1
Hi

I'm doing some work on finding the derivative of an inverse function and getting a bit lost, probably because I am confusing myself with the inverses. So i think i need to clear up the inverse part before I move on to the calculus bit.

You have the function

f(x) = 1/3x3 - x2 + 5x -11

This function has an inverse f-1(x). Set this equal to y

y = f-1(x)

You can then say f(y) = x

Is this because f(y) = f(f-1(x)) = x

I'm now getting confused, due to notation I think. The f by definition is

1/3(some input)3 - (some input)2 + 5(some input) -11

So f(y) = 1/3y3 - y2 + 5y -11 = x

Is this right?
 
Physics news on Phys.org
First, you need to know whether the function have inverse. Not all function have inverses usually because aren't injection. There is a nice theorem which states that if the function is monotonically increasing then it has inverse.

f(x)=(1/3)x3 - x2 + 5x -11

f'(x)=(2/3)x2 - 2x+5 = (2/3)(x2-3x+15/2)=(2/3)((x-(3/2))2-(9/4)+(15/2))=(2/3)((x-(3/2))2+(21/4))>0

Or you can check this was:

D=4-4*(2/3)*5=4-40/3<0 so f'(x)=0 have complex roots.

Now that tells you that f(x) is monotonically increasing and have inverse function.

y = f-1(x)
You can then say f(y) = x
Is this because f(y) = f(f-1(x)) = x

is correct.

Now suppose:

y = f-1(x)
then x = (1/3)y3 - y2 + 5y -11

Because it is hard to find y in terms of x, we can do what's called implicit differentiation, and find dy/dx or y'.

P.S Treat y as composition and use the chain rule.

Regards.
 
Hi

Thanks for your reply but that isn't what I was asking sadly. I have previously found out the function has an inverse by the method you suggested. The bit where I got confused was the inverse function notation. I understand how to do the bit that comes after (the implicit differentiation bit)

This is the bit I didn't get because I'm not used to inverse functions:

==================================

y = f-1(x)

You can then say f(y) = x

Is this because f(y) = f(f-1(x)) = x

I'm now getting confused, due to notation I think. The f by definition is

1/3(some input)3 - (some input)2 + 5(some input) -11

So f(y) = 1/3y3 - y2 + 5y -11 = x

Is this right?
 
Moogie said:
Hi

I'm doing some work on finding the derivative of an inverse function and getting a bit lost, probably because I am confusing myself with the inverses. So i think i need to clear up the inverse part before I move on to the calculus bit.

You have the function

f(x) = 1/3x3 - x2 + 5x -11

This function has an inverse f-1(x). Set this equal to y

y = f-1(x)

You can then say f(y) = x

Is this because f(y) = f(f-1(x)) = x

I'm now getting confused, due to notation I think. The f by definition is

1/3(some input)3 - (some input)2 + 5(some input) -11

So f(y) = 1/3y3 - y2 + 5y -11 = x

Is this right?
Yes, everything looks good. Maybe I can help you with the notation by slightly revising what you wrote, using x as the input to f and y as the input to f-1.

If a function f has an inverse f-1, then y = f(x) and x = f-1(y) are equivalent equations. Any ordered pair (x, y) that is a solution to the first equation is also a solution to the second, and vice versa. Another way to say this is that any point (x, y) on the graph of f is also on the graph of f-1.

A function and its inverse are such that each one completely undoes the operations of the other. As a result, f-1(f(x)) = x and f(f-1(y)) = y.

Here's a simple example, with y = f(x) = 2x + 1. I can solve this equation for x to get x = f-1(y) = (1/2)(y - 1). Two points on the graph of f are (0, 1) and (1, 3), where 1 = f(0) and 3 = f(1).

The same points are on the graph of f-1, but here we get the x coordinate as a function of the y coordinate. 0 = f-1(1) and 3 = f-1(1).

Both functions have exactly the same graph: a line whose slope is 2 and whose y-intercept is 1. Since y = f(x) and x = f-1(y) are equivalent, we would expect their graphs to be identical.

If you write the inverse function so that the inputs are x values and the outputs are y values, we get a different graph, since y = f(x) and y = f-1(x) are no longer equivalent equations. In the first function, (0, 1) is still a point on the graph, but now (1, 0) -- coordinates swapped -- is a point on the graph of y = f-1(x). By swapping y for x and x for y, the net effect is that each point is reflected across the line y = x.

Hope this helps.
 
That was an incredibly helpful replyy. Very clear. Thank-you

I think I can see why I'm confused. I am not used to thinking of just f as the function. I'm used to thinking of f(x) as the function, but it isn't. I know this is incredibly rudimentary but when you write f-1 you are saying 'the function which is the inverse of f' aren't you? The x and y or whatever variable make no difference
 
I've been stuck on this since this morning. I need to move to an american time zone :)
 
I've been so stupid...

I've obviously never fully understood this notation. Is this right:

f is the function
f-1 is the inverse of function f
f' is the derivative of function f

so f'(x) and f'(y) are the same in that they are both the output of applying the derviative function of f to some variable, x in the first case and y in the second

so if f' = (some input variable)^2
then f'(y) = y^2 and f'(x) = x^2
 
Moogie said:
I've been so stupid...

I've obviously never fully understood this notation. Is this right:

f is the function
f-1 is the inverse of function f
f' is the derivative of function f

so f'(x) and f'(y) are the same in that they are both the output of applying the derviative function of f to some variable, x in the first case and y in the second

so if f' = (some input variable)^2
then f'(y) = y^2 and f'(x) = x^2
Right on all counts. Very good!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 12 ·
Replies
12
Views
4K
Replies
5
Views
2K
Replies
13
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
7
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K