I am unsure how to differentiate $f(x)=x^{\frac34}$ using first principles definition of the derivative.
I appreciate any help.
Chris
I am unsure how to differentiate $f(x)=x^{\frac34}$ using first principles definition of the derivative.
I appreciate any help.
Chris
Hint:
The first principles definition of the derivative is given by $$f'(x)=\lim\limits_{h\to0}\frac{f(x+h)-f(x)}{h}.$$
In your case, let $f(x)=x^{\frac34}$. Then, the limit becomes \begin{align} f'(x)&=\lim\limits_{h\to0}\frac{(x+h)^{\frac34}-x^{\frac34}}{h} \end{align}
Observe what happens when we conjugate the numerator: $$ \frac{(x+h)^{\frac34}-x^{\frac34}}{h}\color{blue}{\cdot\frac{(x+h)^{\frac34}+x^{\frac34}}{(x+h)^{\frac34}+x^{\frac34}}}=\frac{(x+h)^{\frac32}-x^{\frac32}}{h\big({(x+h)^{\frac34}+x^{\frac34}}\big)} $$
What would happen if you were to conjugate the numerator again? $$ \frac{(x+h)^{\frac32}-x^{\frac32}}{h\big({(x+h)^{\frac34}+x^{\frac34}}\big)}\color{blue}{\cdot\frac{(x+h)^{\frac32}+x^{\frac32}}{(x+h)^{\frac32}+x^{\frac32}}}=\frac{(x+h)^3-x^3}{h\big({(x+h)^{\frac34}+x^{\frac34}}\big)\big((x+h)^{\frac32}+x^{\frac32}\big)} $$ The numerator can now be expanded, and you should be able to take it from here.
Compute $$\lim_{h\to 0}\frac{\sqrt[4]{(x+h)^3}-\sqrt[4]{x^3}}{h}$$ if $h\ne 0$
We Know That The Derivative of $f(x)$ is Given by $f(x+h)-f(x)\over h$
Since $f(x) = x^{3\over 4}$
Derivative is Given By : $f(x+h)^{3\over 4} - f(x)^{3\over 4}\over h$
Using Bionomial Theroem , derivative= $1\over h$ [$(x^{3\over 4 }$ + ${3\over 4} x^{-1\over4}h$ +other terms containing higher power of h ) - $x^{3\over4}$ ]
= $1\over h $[${3\over4} x^{-1\over4}h$ + other Terms containing higher power of h ]
=${3\over4}x^{-1\over4}$ + other Terms containing higher power of h
=${3\over4}x^{-1\over4}$
Hence Derivative of $x^{3\over4}$ Is ${3\over4}x^{-1\over4}$