11.15
入力値が非常に大きくなるにつれて出力が減少していく関数は、数値が極端な値に達したときに関数がどのように振る舞うかを示す典型例である。入力が継続的に増加するにつれて、出力は次第に小さくなり、ある特定の一定値に近づいていく。出力は実際にその値に到達することはないが、限りなくその値に近づいていく。このよう…
関数の限界は、 x が正または負の無限大に近づくと評価できます。これら 2 つの制限は異なるものであり、個別に確認する必要があります。
関数 x の立方体を考えてみましょう。 x が正の無限大に近づくと、値は無制限に増加します。
x が負の無限大に近づくと、値は無制限に減少します。
対照的に、正弦関数は-1と1の間で振動します。決して沈殿しないので、無限大での限界は存在しません。
一部の関数は、 1 を x プラス 2 で割った値など、有限値に近づきます。 x は無限大になる傾向があるため、 x の 1 はゼロになり、値は 2 が残ります。この水平線は、 y が2に等しく、水平漸近線と呼ばれます。
この概念は、直列RC回路でコンデンサが充電される場合など、実際の回路に現れます。
バッテリーが接続されると、コンデンサの電荷は時間とともに増加します。時間 t が無限大に近づくと、指数項はゼロになり、コンデンサの電荷は曲線の水平漸近線を表す一定の最大値に近づきます。
View the full transcript and gain access to JoVE Core videos
Q1: What happens to a function as x approaches positive versus negative infinity?
Limits at positive and negative infinity are distinct and must be checked separately. For example, x cubed increases without bound as x approaches positive infinity, but decreases without bound as x approaches negative infinity. These directional behaviors reveal how functions respond to extreme input values in opposite directions.
Q2: Why do some functions like sine not have limits at infinity?
The sine function oscillates between −1 and 1 without settling on a single value. Since it never approaches a fixed number as x tends to infinity, its limit does not exist. Functions with limits with oscillating discontinuities fail to converge to any particular value.
Q3: What is a horizontal asymptote and how does it relate to limits at infinity?
A horizontal asymptote is a horizontal line that a function approaches but never reaches as x tends to infinity. For the function 1/(x+2), as x approaches infinity, the term 1/x becomes zero, leaving the value 2. The line y=2 represents the horizontal asymptote of this function.
Q4: How do limits at infinity apply to real-world circuits?
In an RC circuit, when a battery charges a capacitor, the charge increases with time. Taking the limit as time approaches infinity, the exponential term becomes zero, and the capacitor's charge approaches a constant maximum value. This maximum represents the horizontal asymptote of the charging curve.
Q5: How can you determine if a function approaches a finite value at infinity?
Evaluate the function's behavior as the input becomes very large. If the output moves closer to a fixed number without reaching it, the function approaches a finite limit. This occurs when decreasing terms vanish, leaving only constant values that represent the long-term behavior.
Q6: What does it mean when a function has different limits as x approaches positive and negative infinity?
Some functions approach different boundary values depending on the direction. As input increases positively, output may approach one value; as input decreases negatively, output approaches another. These upper and lower boundaries indicate asymptotic behavior in opposite directions without being crossed.
Q7: Why is analyzing function behavior at infinity important for modeling real systems?
Understanding limits at infinity helps describe long-term trends, estimate stable values, and model real-world phenomena accurately. This analysis reveals how systems behave as conditions become extreme, which is essential for predicting stability and understanding the ultimate behavior of mathematical representations.