2.18
선형화는 복잡한 비선형 함수를 선택한 기준점의 근방에서 보다 단순한 선형 모형으로 근사하기 위해 사용되는 수학적 기법입니다. 이 방법은 함수값을 정확히 구하기 어렵더라도 특정 입력값 근처에서의 거동은 해당 지점에서의 접선으로 흔히 가깝게 근사될 수 있다는 생각에 기반합…
선형화는 복잡하고 비선형 함수를 기준점 근처의 선형 모델로 대체하여 단순화합니다.
예를 들어, 입력 4에서 출력이 2인 제곱근 함수를 생각해 봅시다. 이 입력이 기준점 역할을 합니다. 하지만 입력값이 4.1일 때는 제곱근 함수를 정확히 평가하기 어렵습니다.
이러한 경우, 선형화는 기준점 근처의 접선을 사용하여 함수를 근사합니다. 이 접선은 기준점에서의 함수 값과 기준점에서의 미분의 곱, 그리고 그 함수로부터의 작은 변화(x−a)를 더한 값으로 정의됩니다.
x에서의 값을 4.1로 근사하기 위해 이 접선 표현식이 사용됩니다.
먼저, 함수의 값과 a에서의 미분을 계산합니다. 그다음 x와 a의 차이를 찾는다.
이 세 용어를 결합하면 대략적인 값을 얻습니다.
이 추정치는 실제 제곱근인 4.1과 거의 일치하지 않으며, 차이는 거의 없습니다. 함수가 너무 복잡해서 정확히 평가할 수 없을 때 선형화와 근사 방법이 어떻게 작동하는지 보여주는 간단한 예시로 사용됩니다.
View the full transcript and gain access to JoVE Core videos
Q1: What is linearization and why is it useful in calculus?
Linearization is a mathematical technique that approximates complex, nonlinear functions with simpler linear models near a chosen reference point. It is useful because many functions are difficult to evaluate exactly, but their behavior near a specific input can be closely approximated by the tangent line at that point. This approach is particularly valuable when small deviations from a known value are involved, allowing efficient computation without computational tools.
Q2: How does the tangent line approximate a function near a reference point?
The tangent line approximation uses three components: the function's value at the reference input, the derivative at that input, and the small change in the input variable. These elements form the linearization formula, which provides an estimate of the function's value near the reference point. By substituting a nearby input into this expression, an approximate value is obtained without directly evaluating the original nonlinear function.
Q3: What are the three key components needed to construct a linearization formula?
The three essential components are: the function value at the reference point, the derivative of the function at that reference point, and the difference between the new input and the reference input. Together, these quantities form the linearization expression that approximates the function's behavior near the reference point. This formula enables accurate estimates when the input remains close to the chosen reference value.
Q4: Why is the square root function a good example for demonstrating linearization?
The square root function is an excellent example because its value at an input of 4 is known exactly (output of 2), making it a convenient reference point where both the function value and rate of change are easily measurable. However, evaluating the function at a nearby input like 4.1 is not straightforward without computational tools. Linearization addresses this difficulty by replacing the original function with its tangent line approximation.
Q5: How accurate is the linearization approximation for the square root of 4.1?
The linearization approximation for the square root of 4.1 closely matches the actual value, with minimal difference. The small discrepancy demonstrates both the effectiveness and limitations of linearization. This example shows that linearization provides accurate and efficient approximations when functions are difficult to evaluate exactly, provided the input remains close to the chosen reference point.
Q6: What happens to linearization accuracy when the input moves far from the reference point?
Linearization accuracy decreases as the input moves further from the reference point. The method relies on the assumption that small deviations from the reference input allow the tangent line to closely approximate the original function's behavior. When the input is far from the reference point, the linear approximation becomes less reliable because the function's curvature causes greater deviation from the tangent line.
Q7: How do you calculate the approximate value using the linearization formula?
To calculate the approximate value, first compute the function's value and its derivative at the reference input. Then find the difference between the new input and the reference input. Finally, combine these three terms using the linearization formula: function value plus the product of the derivative and the input change. This sum yields the estimated function value at the nearby input.