Lim x->0 под корнем1+x - корень1-x / x

0 голосов
56 просмотров

Lim x->0 под корнем1+x - корень1-x / x


Алгебра (21 баллов) | 56 просмотров
Дан 1 ответ
0 голосов

Решите задачу:

lim_{x\to0}\frac{\sqrt{1+x}-\sqrt{1-x}}{x}=lim_{x\to0}\frac{(\sqrt{1+x}-\sqrt{1-x})(\sqrt{1+x}+\sqrt{1-x})}{x*(\sqrt{1+x}+\sqrt{1-x})}=\\=lim_{x\to0}\frac{(\sqrt{1+x})^2-(\sqrt{1-x})^2}{x(\sqrt{1+x}+\sqrt{1-x})}=lim_{x\to0}\frac{1+x-(1-x)}{x(\sqrt{1+x}+\sqrt{1-x})}=\\=lim_{x\to0}\frac{2x}{x(\sqrt{1+x}+\sqrt{1-x})}=lim_{x\to0}\frac{2}{\sqrt{1+x}+\sqrt{1-x}}=\\=\frac{2}{\sqrt{1+0}+\sqrt{1-0}}=\frac{2}{2}=1
(2.4k баллов)