The man who asks a question is a fool for a minute, the man who does not ask is a fool for life, Confucius.
The derivative of a function at a chosen input value, when it exists, is the slope of the tangent line to the graph of the function at that point. It is the instantaneous rate of change, the ratio of the instantaneous change in the dependent variable to that of the independent variable.
Definition. A function f(x) is differentiable at a point “a” of its domain, if its domain contains an open interval containing “a”, and the limit $\lim _{h \to 0}{\frac {f(a+h)-f(a)}{h}}$ exists, f’(a) = L = $\lim _{h \to 0}{\frac {f(a+h)-f(a)}{h}}$. More formally, for every positive real number ε, there exists a positive real number δ, such that for every h satisfying 0 < |h| < δ, then |L-$\frac {f(a+h)-f(a)}{h}$|< ε.
Loosely speaking, the inverse function of a function f is a function that undoes the operation of the original function. If f is a function that maps each element x in its domain to a unique element y in its codomain, then the inverse function, denoted as $f^{-1}$, maps each element y back to its corresponding x.
For a given function f, its inverse g(=f-1) is a function that reverses its result (g reverses the input and output of the original function), g(f(x))=x. An example is f(x)=$\sqrt{x},$ (x ≥ 0) g(f(x))=x ↭ g(x)= x2, -1.a.- The square function (x2) is the inverse of the square root function ($\sqrt{x}$). The natural logarithm function is the inverse of the exponential function (1.e.). Logarithmic functions are the inverses of exponential functions, y = ax, f-1(x) = loga(x).
If you want to plot the graph of f-1, you just need to reflect the graph of f(x) about the line y = x.
For an inverse function to exist, the original function must be both one-to-one (injective) and onto (surjective). A function is one-to-one if each element of the domain maps to a distinct (unique) element in the codomain, and it is onto if every element in the codomain is mapped to by at least one element in the domain or, in other words, has a pre-image in the domain.
To find the inverse of a function, you need to switch the roles of x and y, and then solve for y in terms of x. f(x) = $\frac{2x+5}{3x-2}$. $x = \frac{2y+5}{3y-1} ⇒ 3yx -x = 2y + 5 ⇒ y(3x-2) = x + 5 ⇒ f^{-1}(x) = \frac{x+5}{3x-2}.$ Another example is f(x) = x3 -1: x = y3 -1 ↭ y3 = x +1 ↭ $f^{-1}(x) = \sqrt[3]{x+1}$
Inverse function theorem. Let f(x) be a a function that is both invertible and diferenciable and let $f^{-1}(x)$ be the inverse of f. Then, for all x satisfying $f'(f^{-1}(x))≠0, f^{(-1)'}(x) = \frac{1}{f'(f^{-1}(x))}$.
Proof.
By definition y = f-1(x) ↭ x = f(y) ⇒[We differentiate both sides implicitly with respect to x using the Chain Rule] 1 = $f’(y)·\frac{dy}{dx} ⇒ \frac{dy}{dx} = \frac{1}{f’(y)}$⇒ [y = f-1(x)] $f^{(-1)’}(x) = \frac{1}{f’(f^{-1}(x))}$∎
f’(x) = 9x2 + 2. The derivate of f-1 is $\frac{d}{dx} f^{-1}(x) = \frac{1}{9y^2+2}$ where y = f-1(x).
(f-1)’(2) =[We need to calculate f-1(2), f(x) = y = 3·x3+2x+2, we swap x↭y, 2 = x = 3·y3+2y+2, the solution is 0] $\frac{1}{9·0^2+2}= \frac{1}{2}$
f’(x) = 5x4 + 8x2 + 7. The derivate of f-1 is $\frac{d}{dx} f^{-1}(x) = \frac{1}{5y^4+8y^2+7}$ where y = f-1(x).
(f-1)’(1) =[It is easy to notice that f(0) = 1, hence f-1(1) = 0] $\frac{1}{5·0^4+8·0^2+7} = \frac{1}{7}$.
It is important to realize that P(4, 1) lies on f-1, since f(1) = 1 -2 +3 +2 = 4, f-1(4) = 1.
f(x) = $x^5-2x^3+3x+2 ⇒ f’(x) = 5x^4-6x^2+3$. The derivate of f-1 is $\frac{d}{dx} f^{-1}(x) = \frac{1}{5y^4-6y^2+3}$ where y = f-1(x).
(f-1)’(4) =[f-1(4) = 1] $\frac{1}{5·1^4-6·1^2+3} = \frac{1}{2}$.
The equation of the tangent line to the graph of f-1 at P(4, 1) is y -y0 = m(x -x0), that is y -1 = 1⁄2(x -4) ↭ y = 1⁄2(x -4) + 1.
The function g(x) = $\sqrt[3]{x}$ is the inverse of the function f(x) = x3, and we know that f’(x) = 3x2.
By the inverse function theorem, $\frac{d}{dx} f^{-1}(x) = g’(x) = \frac{1}{3y^2}$ =[y = f-1(x) = g(x)] $\frac{1}{3·(\sqrt[3]{x})^2} = \frac{1}{3·x^{\frac{2}{3}}} = \frac{1}{3}x^{\frac{-2}{3}}$
Inverse trigonometric functions are functions that perform the opposite operation of regular trigonometric functions, e.g., arcsine (sin-1(x)), arccosine (cos-1(x)), and arctangent functions (tan-1(x)).
$\frac{d}{dx}(tany=x)⇨~ \frac{d}{dy}tany\frac{dy}{dx}=1⇨~ \frac{1}{cos^{2}y}\frac{dy}{dx}=1⇨~ y’=cos^{2}y$
$(tan^{-1}x)’=\frac{d}{dx}\tan^{-1}x=cos^{2}(y)$ [tan(y) = x ↭ $ \frac{sin(y)}{cos(y)} = x ⇒ sin(y) = x·cos(y) ⇒ (x·cos(y))^2+cos^2(y) = 1 ⇒ x^2·cos^2(y) +cos^2(y) = 1 ⇒ (x^2+1)·cos^2(y) = 1 ⇒ cosy = \frac{1}{\sqrt{1+x^{2}}}$] = $\frac{1}{1+x^{2}}$
By the previous result and the chain rule, y’ = $\frac{1}{1+(\frac{1}{x+1})^{2}}·\frac{-1}{(x+1)^{2}} = \frac{1}{\frac{(x+1)^2+1}{(x+1)^2}}·\frac{-1}{(x+1)^{2}} = \frac{-1}{(x+1)^2+1} = \frac{-1}{x^2+2x+2}$
$\frac{d}{dx}siny=1⇨~ \frac{d}{dy}siny\frac{dy}{dx}=1⇨~ cosy\frac{dy}{dx}=1$
$y’= \frac{1}{cos(y)}=~ \frac{1}{\sqrt{1-sin^{2}y}}=~ \frac{1}{\sqrt{1-x^{2}}}$
$(sin^{-1}x)’=\frac{d}{dx}sin^{-1}x=~ \frac{1}{\sqrt{1-x^{2}}}$
$\frac{d}{dx}sin(y) = 3x^2 ⇨~ \frac{d}{dy}sin(y)\frac{dy}{dx}=3x^2 ⇨~ cos(y)\frac{dy}{dx}=3x^2$
$(sin^{-1}(x^3))’=\frac{d}{dx}sin^{-1}(x^3)=~ \frac{3x^2}{cos(y)} = \frac{3x^2}{\sqrt{1-sin^{2}y}} = \frac{3x^2}{\sqrt{1-(x^3)^2}} = \frac{3x^2}{\sqrt{1-x^6}}$
$\frac{d}{dx}cos(y) = 1 ⇨~ \frac{d}{dy}cos(y)\frac{dy}{dx}=1 ⇨~ -sin(y)\frac{dy}{dx}=1$
$(cos^{-1}(x))’=\frac{d}{dx}cos^{-1}(x)=~ \frac{-1}{sin(y)} = \frac{-1}{\sqrt{1-cos^{2}y}} = \frac{-1}{\sqrt{1-x^2}}.$
$\frac{d}{dx}cos(y) = 5 ⇨~ \frac{d}{dy}cos(y)\frac{dy}{dx}=5 ⇨~ -sin(y)\frac{dy}{dx}=5$
$(cos^{-1}(5x-9))’=\frac{d}{dx}cos^{-1}(5x-9)=~ \frac{-5}{sin(y)} = \frac{-5}{\sqrt{1-cos^{2}y}} = \frac{-5}{\sqrt{1-(5x-9)^2}}.$
$\frac{d}{dx}secx =~(-1)(cosx)^{-2}(-sin(x))=\frac{sin(x)}{cos(x)^{2}}=\frac{1}{cos(x)}·\frac{sin(x)}{cos(x)} = sec(x)·tan(x).$
$\frac{d}{dx}ln(secx)=\frac{(secx)’}{secx}=\frac{secx·tanx}{secx}=tanx$
The cosecant is the reciprocal of the sine, i.e., the ratio of the hypotenuse to the side opposite a given angle in a right triangle. The arcsecant is the inverse of the secant function, y = csc-1(x) = arcsin(1⁄x) ⇒[$(sin^{-1}x)’= \frac{1}{\sqrt{1-x^{2}}}$ and the Chain Rule] y’ = $\frac{1}{\sqrt{1-(\frac{1}{x})^{2}}}·\frac{-1}{x^2} = \frac{1}{\sqrt{\frac{x^2-1}{x^2}}}·\frac{-1}{x^2} = \frac{-1}{\frac{x^2\sqrt{x^2-1}}{|x|}} = \frac{-1}{\frac{|x||x|\sqrt{x^2-1}}{|x|}} = \frac{-1}{|x|\sqrt{x^2-1}}$
This expression holds true when x > 1 or x < -1 as the expression involves the square root of x2 - 1, which must be non-negative.
$y’ = \begin{cases} \frac{1}{x\sqrt{x^2-1}}, &x > 1 \\ \frac{-1}{x\sqrt{x^2-1}}, &x < -1 \end{cases}$
x > 1 ↭ 0 < arcsec(x) < π⁄2, x < -1 ↭ π⁄2 < arcsec(x) < π, Derivative of Arcsecant Function, ProofWiki