This is a free preview. For full access
Differentiation Rules
Tangent Line Estimates Near a Point
Description
Linearization uses a tangent line to estimate a nonlinear function near a chosen reference point. It replaces a difficult function with a simpler linear model when the input changes only a little. This makes it useful for small deviations from a known value.
A square root example shows how the me...
Show More
Transcript
선형화는 복잡하고 비선형 함수를 기준점 근처의 선형 모델로 대체하여 단순화합니다.
예를 들어, 입력 4에서 출력이 2인 제곱근 함수를 생각해 봅시다. 이 입력이 기준점 역할을 합니다. 하지만 입력값이 4.1일 때는 제곱근 함수를 정확히 평가하기 어렵습니다.
이러한 경우, 선형화는 기준점 근처의 접선을 사용하여 함수를 근사합니다. 이 접선은 기준점에서의 함수 값과 기준점에서의 미분의 곱, 그리고 그 함수로부터의 작은 변화(x−a)를 더한 값으로 정의됩니다.
x에서의 값을 4.1로 근사하기 위해 이 접선 표현식이 사용됩니다.
먼저, 함수의 값과 a에서의 미분을 계산합니다. 그...
Show More