¿Cómo calcularías una derivada de$ f(x)= \frac{\sqrt{x+1}}{2-x}$por la definición de límite?

Aug 21 2020

Tengo una función definida de la siguiente manera: $$ f(x)= \frac{\sqrt{x+1}}{2-x} $$

Traté de calcular la derivada usando la definición de límite usando cuatro métodos, pero no tuve éxito en ninguno. ¿Alguien podría ayudarme a calcularlo y explicar el método?

$$ 1) \lim_{h\to 0} =\frac{\frac{\sqrt{(x+h)+1}}{2-(x+h)}-\frac{\sqrt{x+1}}{2-x}}h $$

$$ 2)\lim_{z\to x} =\frac{\frac{\sqrt{z+1}}{2-z}-\frac{\sqrt{x+1}}{2-x}}{z-x} $$

$$ 3)\;f(x)= \frac{\sqrt{x+1}}{2-x}; u=\sqrt{x+1} $$ $$ \lim_{h\to 0} =\frac{\frac{u+h}{3-(u+h)^2}-\frac{u}{3-u^2}}h $$

$$ 4)\;f(x)= \frac{\sqrt{x+1}}{2-x}; u={x+1}; $$ $$ \lim_{h\to 0} =\frac{\frac{\sqrt{u+h}}{3-(u+h)}-\frac {\sqrt{u}}{3-u}}h $$

Respuestas

6 MarkViola Aug 21 2020 at 05:14

Tenga en cuenta que tenemos

$$\begin{align} \frac{\sqrt{x+1+h}}{2-x-h}-\frac{\sqrt{x+1}}{2-x}&=\frac{\sqrt{x+1+h}-\sqrt{x+1}}{2-x-h}+\frac{h\sqrt{x+1}}{(2-x-h)(2-x)}\\\\ &=\frac{h}{(2-x-h)(\sqrt{x+1+h}+\sqrt{x+1})}+\frac{h\sqrt{x+1}}{(2-x-h)(2-x)}\\\\ \end{align}$$

Ahora divide por$h$y deja$h\to 0$encontrar

$$\frac{d}{dx}\left(\frac{\sqrt{x+1}}{2-x}\right)=\frac{1}{2(2-x)\sqrt{x+1}}+\frac{\sqrt{x+1}}{(2-x)^2}$$

4 user Aug 21 2020 at 05:08

tenemos eso

$$\frac{\frac{\sqrt{(x+h)+1}}{2-(x+h)}-\frac{\sqrt{x+1}}{2-x}}h=\frac{\left(\frac{\sqrt{(x+h)+1}}{2-(x+h)}-\frac{\sqrt{x+1}}{2-x}\right)\left(\frac{\sqrt{(x+h)+1}}{2-(x+h)}+\frac{\sqrt{x+1}}{2-x}\right)}{h\left(\frac{\sqrt{(x+h)+1}}{2-(x+h)}+\frac{\sqrt{x+1}}{2-x}\right)}=$$

$$=\frac{\frac{(x+h)+1}{(2-(x+h))^2}-\frac{x+1}{(2-x)^2}}{h\left(\frac{\sqrt{(x+h)+1}}{2-(x+h)}+\frac{\sqrt{x+1}}{2-x}\right)}=\frac{\frac{((x+h)+1)(2-x)^2-(x+1)(2-(x+h))^2}{(2-(x+h))^2(2-x)^2}}{h\left(\frac{\sqrt{(x+h)+1}}{2-(x+h)}+\frac{\sqrt{x+1}}{2-x}\right)}=\ldots$$

y desde (la cancelación en rojo es el paso crucial)

$$((x+h)+1)(2-x)^2-(x+1)(2-(x+h))^2=$$

$$=\color{red}{(x+1)(2-x)^2}+h(2-x)^2\color{red}{-(x+1)(2-x)^2}+2h(x+1)(2-x)-h^2(x+1)=$$

$$=h(2-x)^2+2h(x+1)(2-x)-h^2(x+1)$$

obtenemos

$$\ldots=\frac{\frac{h(2-x)^2+4h(x+1)(2-x)+h^2(x+1)}{(2-(x+h))^2(2-x)^2}}{h\left(\frac{\sqrt{(x+h)+1}}{2-(x+h)}+\frac{\sqrt{x+1}}{2-x}\right)}=\frac{(2-x)^2+2(x+1)(2-x)-h(x+1)}{\left(\frac{\sqrt{(x+h)+1}}{2-(x+h)}+\frac{\sqrt{x+1}}{2-x}\right)\left((2-(x+h))^2(2-x)^2\right)}\to$$

$$\to \frac{(2-x)^2+2(x+1)(2-x)}{\left(\frac{\sqrt{x+1}}{2-x}+\frac{\sqrt{x+1}}{2-x}\right)(2-x)^4}=\frac{(2-x)+2(x+1)}{2\sqrt{x+1}(x-2)^2}=\frac{x+4}{2\sqrt{x+1}(x-2)^2}$$

3 Tortar Aug 21 2020 at 05:22

Tomando la primera definición:$$\lim_{h\to 0} \frac{\frac{\sqrt{(x+h)+1}}{2-(x+h)}-\frac{\sqrt{x+1}}{2-x}}h = \lim_{h\to 0} \frac{\sqrt{(x+h)+1}(2-x)-\sqrt{x+1}(2-(x+h))}{(2-(x+h))(2-x)h}$$$$= \lim_{h\to 0} \frac{(x+h+1)(2-x)^2-(x+1)(2-x-h)^2}{(2-x-h)(2-x)h( \sqrt{(x+h)+1}(2-x)+\sqrt{x+1}(2-(x+h)) )} $$

$$= \lim_{h\to 0} \frac{h^2(-x-1)+h(-x^2-2x+8)}{(2-x-h)(2-x)h( \sqrt{(x+h)+1}(2-x)+\sqrt{x+1}(2-(x+h)) )} $$ $$= \frac{-x^2-2x+8}{(2-x)^2\cdot(2\sqrt{x+1}(2-x))}=-\frac{x+4}{2(2-x)^2\sqrt{x+1}} $$

Sin embargo, cálculos demasiado pesados, no use la definición para tales derivados.