Estimated Derivative of Inverse Function at x=1

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
AI Thread Summary
The discussion centers on estimating the derivative of the inverse function, (f^-1)'(1), given specific values of f(x) at various points. The initial calculation incorrectly applies the derivative of f(x) instead of focusing on f^-1(x). The correct interpretation of the points shows that f^-1(0.5)=2.8 and f^-1(1.5)=1.2, indicating a decreasing function. Using a centered difference method, the estimate for the derivative of f^-1 at x=1 is calculated as -1.6. The final conclusion clarifies that this value pertains to the inverse function's derivative, not the original function's derivative.
UrbanXrisis
Messages
1,192
Reaction score
1
f(x) is 1.8 when x=1
f(x) is 0.5 when x=2.8
f(x) is 1.5 when x=1.2

what is the best estimate for the value of (f^-1)'1?

I now that f'(1) is -1.6 because of linear apporximation:
(2.8-1.2)/(.5-1.5)=1.6/-1=-1.6

so then (f^-1)'1 = 1/1.6?
 
Physics news on Phys.org
How do you know that f(x) is linear?
 
sorry, that method is "local approximation", not linear approximation
 
UrbanXrisis said:
f(x) is 1.8 when x=1
f(x) is 0.5 when x=2.8
f(x) is 1.5 when x=1.2

what is the best estimate for the value of (f^-1)'1?

I now that f'(1) is -1.6 because of linear apporximation:
(2.8-1.2)/(.5-1.5)=1.6/-1=-1.6

so then (f^-1)'1 = 1/1.6?

Your confusing f(x) with f-1(x) so you have your formula "upside down".
I would interpret this as saying that f-1(0.5)= 2.8, f-1(1.0)= 1.8, and f-1(1.5)= 1.2. That's clearly a decreasing function
You are given three equally spaced points and a good estimate for the derivative of a function, in that situation, is (f(a+h)- f(a-h))/(2h). In terms of the inverse function, we have a= 1, h= 0.5 so that
f-1(1- 0.5)= f-1(0.5)= 2.8 and f-1(1+ 0.5)= f-1(1.5)= 1.2.
The estimate for the derivative of f-1at x=1 (not f' (1))
is (1.2- 2.8)/(2(0.5))= -1.6. That is the derivative of f-1(x) at x= 1, not of f(x).
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top