# Nakafa Framework: LLM
URL: /en/subject/high-school/12/mathematics/limit/concept-of-limit-function
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/12/mathematics/limit/concept-of-limit-function/en.mdx
Output docs content for large language models.
---
export const metadata = {
    title: "Concept of Limit Function",
    description: "Understand function limits through intuitive examples and value tables. Learn left/right limits, formal definitions, and solve indeterminate forms.",
    authors: [{ name: "Nabil Akbarazzima Fatih" }],
    date: "05/26/2025",
    subject: "Limits",
};
## Understanding Limits Intuitively
Imagine you are walking towards your house door. The closer you get to the door, the clearer you can see the details of the door. In mathematics, **limits** work in a similar way. Limits describe the value that a function approaches when its input variable approaches a certain value.
The concept of limits is very fundamental in calculus because it becomes the foundation for understanding derivatives, integrals, and function continuity. Limits help us understand function behavior around certain points, even when the function is not defined exactly at that point.
## Approach Through Value Tables
To understand limits more concretely, let's see how function values change when the variable approaches a certain point. Suppose we have function  and want to see what happens when  approaches 3.
|  |  |  |  | ... |  |  |  |
|-------------|-----|------|-------|-----|-------|------|-----|
|  |  |  |  | ... |  |  |  |
From the table above, we can see that when  approaches 3 from the left (values ) and from the right (values ), the value of  approaches 5. **This approaching value is called the limit**.
## Formal Definition of Limits
Mathematically, limits can be defined as follows:
This definition is read as "**the limit of  as  approaches  equals **".
The conditions for this limit to exist are:
- **Left limit** and **right limit** must exist
- Left limit must be **equal to** the right limit
- The limit value is 
More formally, left and right limits can be written as:
If both limits are equal, then . If they are different, then the limit does not exist.
## Application of Limits
### Simple Example
Find .
**Solution:**
Since the function  is continuous at , we can directly substitute:
### Example with Indeterminate Form
Find .
**Solution:**
If we substitute  directly, we get the indeterminate form . We need to simplify first by factoring:
Since we are calculating the limit when  **approaches** 2 (not **equals** 2), then  and we can cancel :
## Basic Properties of Limits
Some important properties that facilitate limit calculations:
1. **Linearity Property:**
    
2. **Multiplication Property:**
    
3. **Division Property:**
     provided 
## Exercises
1. Find 
2. Find 
3. Find  (use trigonometric limit theorem)
4. If , find 
### Answer Key
1. **Solution:**
   Since polynomial functions are continuous at all points, we can substitute directly:
   
2. **Solution:**
   Direct substitution yields the form . We factor first:
   
   
   
   
   Since  approaches 1 (not equal to 1), then  and we can cancel :
   
3. **Solution:**
   This is a **fundamental trigonometric limit** that is very important in calculus. This limit cannot be solved by direct substitution because it would yield the form . However, based on the proven trigonometric limit theorem:
   
   **Note:**  is in radians, not degrees.
4. **Solution:**
   For piecewise functions (defined with different rules), we must check left and right limits separately:
   **Left limit** (when  approaches 2 from the left, so ):
   
   **Right limit** (when  approaches 2 from the right, so ):
   
   
   
   Since , then  **does not exist**.