Originally Posted by Slide_Rule
How would you find the tangent if you didn't know the function?
I thought of a way but it's rather labourious and not exact.
E.g.: Find the tangent to the inverse of the curve y=x-1/e^x at the point x=a on the inverse curve.
dx/dy=1+1/e^y
solve a=x-1/e^x for x, now use this x value for your y value on the inverse function's derivative so that you can find the gradient, then use point-gradient formula.
The non-exactness comes from the transcendental equation a=x-1/e^x.
hi
Slide,
no you don't need the inverse function (in its explicit form) to find the gradient of the tangent to any point on the inverse curve.
however, what you
do need is for the question to ask you to find the gradient of the tangent at a point where you are given the
y-coordinate and not the 'x'.
[note: this requirement is only applicable to functions whose inverse you cannot express with 'y' as the subject, otherwise either the 'x' or 'y' coordinates will suffice.]
with your example:
let's say the y-coordinate is y=b ; ie. the point is
P(a, b)
now, with the original function y = x + e^(-x) ; dy/dx = 1 - e^(-x)
ie. dx/dy = 1/(1 - e^(-x)) ---> dx/dy is the inverse derivative of dy/dx {for obvious reason which i'm sure you can see} ;
now, in the inverse function, the 'x' and 'y' changes place so the 'x's in the inverse derivative becomes the 'y's...
hence, the gradient of the tangent at any point on the inverse function is simply:
dy/dx = 1/(1 - e^(-y))
so in this case, the tangent is given by:
y - b = (x - a)/(1 - e^(-b)) --->
y = (x -a)/(1 - e^(-b)) + b