11.15
פונקציה שיורדת ככל שהקלט נעשה גדול מאוד מספקת דוגמה בהירה לאופן שבו פונקציות מתמטיות נוהגות להתנהג בערכי קיצון. כאשר הקלט גדל ברציפות, הפלט נעשה קטן ו…
ניתן להעריך את גבולות הפונקציה כאשר x מתקרב לאינסוף חיובי או שלילי. שתי המגבלות הללו נפרדות ויש לבדוק אותן בנפרד.
שקול את הפונקציה x מעוקב. ככל ש-x מתקרב לאינסוף החיובי, הערך גדל ללא גבול.
כאשר x מתקרב לאינסוף השלילי, הערך יורד ללא גבול.
לעומת זאת, פונקציית הסינוס נעה בין -1 ל-1. מכיוון שהוא לעולם אינו מתייצב, הגבול שלו באינסוף אינו קיים.
פונקציות מסוימות מתקרבות לערך סופי, כגון אחד חלקי x ועוד 2. מכיוון ש-x נוטה לאינסוף, אחד על x הופך לאפס, ומשאיר את הערך 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.