I want to know how to find the derivative of functions of this sort by definition: $f(x)=\frac{\sqrt{x}+\sqrt[3]{x}}{\sqrt[5]{x}+\sqrt[4]{x^5}}.$
Specifically this one, I've been struggling with. How does one approach these kinds of limits?
$$f'(x)=\displaystyle{\lim_{h \to 0}}\left(\frac{\frac{\sqrt{x+h}+\sqrt[3]{x+h}}{\sqrt[5]{x+h}+\sqrt[4]{(x+h)^5}}-\frac{\sqrt{x}+\sqrt[3]{x}}{\sqrt[5]{x}+\sqrt[4]{x^5}}}{h}\right).$$
I've been trying for a while now. It just seems impossible. Thanks in advance!
While the quotient rule is certainly valid, I have found that it is easier to stick with the product rule. I would also remove all of the radical signs. I would therefore re-write the function as
$$f(x) = \left[\left(x\right)^{(1/2)} + \left(x\right)^{(1/3)}\right] ~\times~ \left[\left(x\right)^{(1/5)} + \left(x\right)^{(4/5)}\right]^{(-1)}. \tag1$$
Then, I would (again) re-write the function as $$f(x) = A(x) \times \left[B(x)\right]^{(-1)}\tag2 $$
where
$$A(x) = \left[\left(x\right)^{(1/2)} + \left(x\right)^{(1/3)}\right] ~~\text{and}~~ B(x) = \left[\left(x\right)^{(1/5)} + \left(x\right)^{(4/5)}\right]. \tag3 $$
At this point, I would focus on equation (2) above, noting that
$$f'(x) = A(x) ~\left\{(-1)\left[B(x)\right]^{(-2)} B~'(x)\right\} ~+~ \left[B(x)\right]^{(-1)}A'(x). \tag4$$
At this point, it remains to :
$$ A'(x) = (1/2)~x^{-(1/2)} ~+~ (1/3)~x^{-(2/3)}. \tag5$$
$$ B'(x) = (1/5)~x^{-(4/5)} ~+~ (4/5)~x^{-(1/5)}. \tag6$$
So now, it only remains to combine the values from equations (3), (5), and (6), in accordance with equation (4) above.
$$f'(x) = \left[\left(x\right)^{(1/2)} + \left(x\right)^{(1/3)}\right] $$
$$\times ~\left\{(-1)\left[\left(x\right)^{(1/5)} + \left(x\right)^{(4/5)}\right]^{(-2)} \left[(1/5)~x^{-(4/5)} ~+~ (4/5)~x^{-(1/5)}\right]\right\}$$
$$ ~+~ \left[\left(x\right)^{(1/5)} + \left(x\right)^{(4/5)}\right]^{(-1)}$$ $$\times \left[(1/2)~x^{-(1/2)} ~+~ (1/3)~x^{-(2/3)}\right]. $$