도함수를 어떻게 계산 하시겠습니까? $ f(x)= \frac{\sqrt{x+1}}{2-x}$ 한계 정의에 의해?
다음과 같이 정의 된 함수가 있습니다. $$ f(x)= \frac{\sqrt{x+1}}{2-x} $$
네 가지 방법을 사용하여 한계 정의를 사용하여 도함수를 계산하려고했지만 실패했습니다. 누군가가 그것을 계산하고 방법을 설명하도록 도울 수 있습니까?
$$ 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 $$
답변
우리는
$$\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}$$
이제 나누기 $h$ 그리고하자 $h\to 0$ 찾다
$$\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}$$
우리는
$$\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$$
(빨간색 취소가 중요한 단계이기 때문에)
$$((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)$$
우리는 얻는다
$$\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}$$
첫 번째 정의 : $$\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}} $$
그러나 너무 무거운 계산은 그러한 파생물에 대한 정의를 사용하지 마십시오.