# Nakafa Learning Content

> For AI agents: use [llms.txt](https://nakafa.com/llms.txt) for the site index. Markdown versions are available by appending `.md` to content URLs or sending `Accept: text/markdown`.

URL: https://nakafa.com/en/subjects/mathematics/limit/application-of-limit-function
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/material/lesson/mathematics/limit/application-of-limit-function/en.mdx

Apply limits to real-world scenarios: disease spread analysis, vaccination strategies, economic models, and marginal cost calculations with examples.

---

## Application in Public Health Problems

One of the most relevant applications of limit functions is in **disease spread analysis** and vaccination programs. When governments design public health strategies, they need to understand how the number of cases will change over time and how many resources are needed.

### Virus Spread Model

Suppose in a city there is a function that describes the number of residents infected with a virus:

```math
N(t) = 285000 - \sqrt{t^2 - t + (190.68)^3}
```

where $$N(t)$$ represents the number of infected residents and $$t$$ represents time in certain units.

Visible text: where represents the number of infected residents and represents time in certain units.

To understand the long-term behavior of this spread, we need to calculate:

```math
\lim_{t \to \infty} N(t) = \lim_{t \to \infty} \left(285000 - \sqrt{t^2 - t + (190.68)^3}\right)
```

**Long-term behavior analysis:**

When $$t$$ is very large, the term $$t^2$$ will dominate inside the root because:

Visible text: When is very large, the term will dominate inside the root because:

- $$t^2$$ grows faster than $$t$$ and the constant $$(190.68)^3$$
- For $$t >> 1$$, then $$t^2 - t + (190.68)^3 \approx t^2$$

Visible text: - grows faster than and the constant 
- For , then

So,

Component: MathContainer
Children:

```math
\sqrt{t^2 - t + (190.68)^3} \approx \sqrt{t^2} = |t| = t \quad \text{(for } t > 0\text{)}
```

```math
\lim_{t \to \infty} N(t) = \lim_{t \to \infty} (285000 - t) = -\infty
```

> This negative result mathematically indicates that this model is only valid for a limited time period. In real context, the number of infected residents cannot be negative, so this model is only valid up to the point where $$N(t) \geq 0$$.

Visible text: > This negative result mathematically indicates that this model is only valid for a limited time period. In real context, the number of infected residents cannot be negative, so this model is only valid up to the point where .

### Optimal Vaccination Strategy

In the context of vaccination programs, limit functions help determine **effective vaccination targets**. If we know that at a certain time the number of cases will stabilize or decrease, we can calculate how many vaccines are needed.

Suppose the vaccination target for residents over $$18 \text{ years}$$ old is $$V \text{ people}$$, and we want to achieve a condition where the number of new cases approaches zero. We can use limits to determine the optimal strategy.

Visible text: Suppose the vaccination target for residents over old is , and we want to achieve a condition where the number of new cases approaches zero. We can use limits to determine the optimal strategy.

## Application in Economics

### Marginal Cost Analysis

In economics, **marginal cost** is the additional cost to produce one additional unit. Practically, this answers the question: "How much additional cost if we produce $$1$$ more unit?"

Visible text: In economics, **marginal cost** is the additional cost to produce one additional unit. Practically, this answers the question: "How much additional cost if we produce more unit?"

**Mathematical definition using limits:**

```math
\text{Marginal Cost} = \lim_{\Delta x \to 0} \frac{C(x + \Delta x) - C(x)}{\Delta x}
```

where:

- $$C(x)$$ = total production cost function for $$x \text{ units}$$
- $$\Delta x$$ = small change in production quantity
- The limit gives the **instantaneous rate of change** of cost with respect to production

Visible text: - = total production cost function for 
- = small change in production quantity
- The limit gives the **instantaneous rate of change** of cost with respect to production

### Population Growth Model

In demographic studies, population growth models often use functions involving limits. For example, the logistic model:

```math
P(t) = \frac{K}{1 + Ae^{-rt}}
```

The limit of this function when $$t \to \infty$$ gives the environmental **carrying capacity**:

Visible text: The limit of this function when gives the environmental **carrying capacity**:

```math
\lim_{t \to \infty} P(t) = K
```

## Application in Technology and Science

### Digital Signal Analysis

In digital signal processing, limit functions are used to analyze **system response** to certain inputs. Digital filters are often evaluated using limits to understand high and low frequency behavior.

### Chemical Reaction Rate

In chemistry, reaction rates can be modeled using exponential functions. Limit functions help determine the **equilibrium concentration** of reactants:

```math
\lim_{t \to \infty} [A](t) = [A]_{\text{equilibrium}}
```

## City Vaccination Program Optimization

1. **Problem Description:**

    A city with a population of $$576{,}260 \text{ people}$$ is facing a disease outbreak. The city government has developed a mathematical model to predict the number of positive cases based on the number of people who have been vaccinated. The model is expressed in the function:

    
   
   ```math
   N(t) = 285000 - \sqrt{t^2 - t + (190.68)^3}
   ```

    where:
    - $$N(t)$$ = number of positive cases remaining
    - $$t$$ = number of people who have been vaccinated

2. **Question:**

    If the vaccination program target is $$282{,}367 \text{ people}$$, how many positive cases will remain when the target is reached?

3. **Data and Assumptions:**

    Based on the city's demographic survey:
    - Total population: $$576{,}260 \text{ people}$$
    - Age composition: $$21\%$$ children ($$\leq 18 \text{ years}$$), $$79\%$$ adults ($$\gt 18 \text{ years}$$)
    - Health status: $$30\%$$ already confirmed positive
    - Policy: Only adults who are not positive can be vaccinated

    Justification for Vaccination Target of $$282{,}367 \text{ people}$$:

    <MathContainer>
    
      
      ```math
      \text{Children} = 0.21 \times 576{,}260 = 121{,}015 \text{ people}
      ```

    
      
      ```math
      \text{Adults} = 0.79 \times 576{,}260 = 455{,}245 \text{ people}
      ```

    
      
      ```math
      \text{Total positive} = 0.3 \times 576{,}260 = 172{,}878 \text{ people}
      ```

    
      
      ```math
      \text{Positive adults} = 0.79 \times 172{,}878 = 136{,}574 \text{ people}
      ```

    
      
      ```math
      \text{Adults eligible for vaccination} = 455{,}245 - 136{,}574 = 318{,}671 \text{ people}
      ```

    </MathContainer>

    The vaccination target of $$282{,}367 \text{ people}$$ represents $$89\%$$ of eligible adults, adjusted for vaccine availability and medical staff capacity.

4. **Solution:**

    To determine the number of cases remaining when $$t = 282{,}367$$, we calculate:

    
   
   ```math
   N(282{,}367) = 285{,}000 - \sqrt{(282{,}367)^2 - 282{,}367 + (190.68)^3}
   ```

    **Step** $$1$$: Calculate $$(190.68)^3$$

    
   
   ```math
   (190.68)^3 = 190.68 \times 190.68 \times 190.68 = 6{,}932{,}907.88
   ```

    **Step** $$2$$: Calculate $$(282{,}367)^2$$

    
   
   ```math
   (282{,}367)^2 = 79{,}731{,}122{,}689
   ```

    **Step** $$3$$: Substitute into the root

    
   
   ```math
   79{,}731{,}122{,}689 - 282{,}367 + 6{,}932{,}907.88 = 79{,}737{,}773{,}229.88
   ```

    **Step** $$4$$: Calculate the final result

    <MathContainer>
    
   
   ```math
   N(282{,}367) = 285{,}000 - \sqrt{79{,}737{,}773{,}229.88}
   ```

    
   
   ```math
   = 285{,}000 - 282{,}378.78
   ```

    
   
   ```math
   = 2{,}621.22 \approx 2{,}621 \text{ people}
   ```

    </MathContainer>

5. **Result Interpretation:**

    When the vaccination program reaches the target of $$282{,}367$$ vaccinated people, the model predicts that there will be $$2{,}621$$ positive cases remaining that still need to be handled. This result provides important information for subsequent health resource planning.

Visible text: 1. **Problem Description:**

 A city with a population of is facing a disease outbreak. The city government has developed a mathematical model to predict the number of positive cases based on the number of people who have been vaccinated. The model is expressed in the function:

 
 

 where:
 - = number of positive cases remaining
 - = number of people who have been vaccinated

2. **Question:**

 If the vaccination program target is , how many positive cases will remain when the target is reached?

3. **Data and Assumptions:**

 Based on the city's demographic survey:
 - Total population: 
 - Age composition: children (), adults ()
 - Health status: already confirmed positive
 - Policy: Only adults who are not positive can be vaccinated

 Justification for Vaccination Target of :

 <MathContainer>
 
 

 
 

 
 

 
 

 
 

 </MathContainer>

 The vaccination target of represents of eligible adults, adjusted for vaccine availability and medical staff capacity.

4. **Solution:**

 To determine the number of cases remaining when , we calculate:

 
 

 **Step** : Calculate 

 
 

 **Step** : Calculate 

 
 

 **Step** : Substitute into the root

 
 

 **Step** : Calculate the final result

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>

5. **Result Interpretation:**

 When the vaccination program reaches the target of vaccinated people, the model predicts that there will be positive cases remaining that still need to be handled. This result provides important information for subsequent health resource planning.

## Interpretation and Decision Making

**Understanding limit results** is very important in decision making. In the example above, the result of $$2{,}621 \text{ cases}$$ provides information to policymakers about:

Visible text: **Understanding limit results** is very important in decision making. In the example above, the result of provides information to policymakers about:

1. **Hospital capacity** still needed
2. **Number of medical personnel** that must be prepared
3. **Resource allocation** for handling remaining cases
4. **Communication strategy** to the public about realistic expectations

> Limit functions provide insights into the long-term behavior of systems, enabling more effective and realistic planning.

## Exercises

1. A pharmaceutical company models vaccine production with the function $$P(t) = 50000(1 - e^{-0.1t})$$. Determine the maximum production capacity using the concept of limits.

2. The function of information spread on social media is expressed as $$I(t) = \frac{100000t}{t + 50}$$. Calculate the limit when $$t \to \infty$$ and interpret the result.

3. The total cost of mask production is $$C(x) = 1000 + 5x + 0.01x^2$$. Determine the marginal cost using the limit definition.

Visible text: 1. A pharmaceutical company models vaccine production with the function . Determine the maximum production capacity using the concept of limits.

2. The function of information spread on social media is expressed as . Calculate the limit when and interpret the result.

3. The total cost of mask production is . Determine the marginal cost using the limit definition.

### Answer Key

1. **Solution:**

   Maximum production capacity is obtained by calculating the limit when $$t \to \infty$$:

   <MathContainer>
   
   
   ```math
   \lim_{t \to \infty} P(t) = \lim_{t \to \infty} 50000(1 - e^{-0.1t})
   ```

   
   
   ```math
   = 50000 \lim_{t \to \infty} (1 - e^{-0.1t})
   ```

   
   
   ```math
   = 50000(1 - 0) = 50000 \text{ vaccine units}
   ```

   </MathContainer>

   So, the maximum production capacity is $$50{,}000$$ vaccine units.

2. **Solution:**

   <MathContainer>
   
   
   ```math
   \lim_{t \to \infty} I(t) = \lim_{t \to \infty} \frac{100000t}{t + 50}
   ```

   
   
   ```math
   = \lim_{t \to \infty} \frac{100000t}{t(1 + \frac{50}{t})} = \lim_{t \to \infty} \frac{100000}{1 + \frac{50}{t}}
   ```

   
   
   ```math
   = \frac{100000}{1 + 0} = 100000 \text{ people}
   ```

   </MathContainer>

   In the long term, information will reach a maximum of $$100{,}000 \text{ people}$$, indicating saturation in information spread.

3. **Solution:**

   Marginal cost is the derivative of the cost function, which can be calculated using the limit definition:

   <MathContainer>
   
   
   ```math
   \text{Marginal Cost} = \lim_{\Delta x \to 0} \frac{C(x + \Delta x) - C(x)}{\Delta x}
   ```

   </MathContainer>

   **Detailed steps:**

   
   
   ```math
   C(x + \Delta x) = 1000 + 5(x + \Delta x) + 0.01(x + \Delta x)^2
   ```

   We expand:

   
   
   ```math
   (x + \Delta x)^2 = x^2 + 2x\Delta x + (\Delta x)^2
   ```

   Then we substitute:

   
   
   ```math
   C(x + \Delta x) = 1000 + 5x + 5\Delta x + 0.01x^2 + 0.02x\Delta x + 0.01(\Delta x)^2
   ```

   So,

   <MathContainer>
   
   
   ```math
   C(x + \Delta x) - C(x) = 5\Delta x + 0.02x\Delta x + 0.01(\Delta x)^2
   ```

   
   
   ```math
   \frac{C(x + \Delta x) - C(x)}{\Delta x} = 5 + 0.02x + 0.01\Delta x
   ```

   
   
   ```math
   \lim_{\Delta x \to 0} (5 + 0.02x + 0.01\Delta x) = 5 + 0.02x
   ```

   </MathContainer>

   The marginal cost is $$5 + 0.02x$$ rupiah per unit. This means, to produce the $$x$$-th mask, the additional cost is $$5 + 0.02x$$ rupiah. The more production, the higher the marginal cost due to the term $$0.02x$$.

Visible text: 1. **Solution:**

 Maximum production capacity is obtained by calculating the limit when :

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>

 So, the maximum production capacity is vaccine units.

2. **Solution:**

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>

 In the long term, information will reach a maximum of , indicating saturation in information spread.

3. **Solution:**

 Marginal cost is the derivative of the cost function, which can be calculated using the limit definition:

 <MathContainer>
 
 

 </MathContainer>

 **Detailed steps:**

 
 

 We expand:

 
 

 Then we substitute:

 
 

 So,

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>

 The marginal cost is rupiah per unit. This means, to produce the -th mask, the additional cost is rupiah. The more production, the higher the marginal cost due to the term .