0

The definition in the book is: A real function f is said to be differentiable at a point $a \in \mathbb{R}$ if and only if f is defined on some open interval $I$ containing a and $$f'(a):=\lim_{x \to a} \frac{f(a+h)-f(a)}{h}$$

The function given is $$f(x) = \sqrt{x}, a\gt 0$$

$f'(a) = lim_{h \to 0} \frac{\sqrt{a+h}-\sqrt{a}}{h}$

I just don't know how to simplify from here. Super embarrassing.

K. Gibson
  • 2,381

2 Answers2

3

Just multiply the expression by $1=\frac{\sqrt{a+h}+\sqrt{a}}{\sqrt{a+h}+\sqrt{a}}$ to see that your differential quotient becomes $\frac{x+h-x}{h(\sqrt{a+h}+\sqrt{a})}=\frac{1}{\sqrt{a+h}+\sqrt{a}}\to\frac{1}{2\sqrt{a}}=f'(a)$.

0

Write your term as $$\frac{\sqrt{a+h}-\sqrt{a}}{h}=\frac{a+h-a}{h(\sqrt{a+h}+\sqrt{a})}$$