# Nakafa Framework: LLM
URL: /en/subject/high-school/12/mathematics/integral/integral-in-economics-and-business
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/12/mathematics/integral/integral-in-economics-and-business/en.mdx
Output docs content for large language models.
---
export const metadata = {
   title: "Integral in Economics and Business",
   description: "Apply integrals to real business scenarios: calculate total sales, optimize costs, analyze revenue growth, and determine consumer surplus effectively.",
   authors: [{ name: "Nabil Akbarazzima Fatih" }],
   date: "05/26/2025",
   subject: "Integrals",
};
## Application of Integrals in Economics
Integrals play an important role in analyzing various economic and business phenomena. Imagine a company manager who wants to know the total sales of a product in a certain period, or an economist analyzing national income growth. This is where integrals become a very useful tool.
In an economic context, **integrals** help us calculate the accumulation of a quantity that changes with respect to time. For example, if we have a sales rate function, then the integral of that function will give us the total sales in a certain period.
This concept is similar to calculating the area under a curve, where the horizontal axis represents time and the vertical axis represents the rate of change of an economic quantity.
## Sales Analysis Using Integrals
Let's learn how integrals can help analyze the sales of a product. Suppose a technology company launches a new smartphone, and the analysis team finds that sales follow a certain pattern.
After conducting market research, they found that the sales rate per month can be modeled with the function  units per month, where  is the time in months after launch.
Now, here's the question: what is the **total sales** in the first 3 months? This is where integrals play a role. We need to integrate the sales rate function:
Let's solve this by separating the integral first:
For integrals containing square roots, we can use substitution. Let , then . Don't forget to change the integration limits too!
The final result is  smartphone units sold in the first 3 months.
## Profit and Revenue Analysis
Now let's look at a different example. Suppose a technology startup has a revenue growth rate that follows an exponential pattern  thousand dollars per month, where  is the time in months.
To calculate the **total revenue increase** in the first 6 months, we integrate the growth rate function:
With , the total revenue increase is approximately  thousand dollars or 41.1 million dollars.
## Production Cost Optimization
In the business world, companies always strive to optimize production costs. Suppose the marginal cost to produce a good is  thousand dollars per unit, where  is the number of units produced.
Now, if the company wants to know the **total variable cost** to produce the first 20 units, they simply integrate the marginal cost function:
After we integrate and evaluate, we obtain:
So, the total variable cost to produce 20 units is 2.4 million dollars.
> In economic applications, integrals help transform marginal concepts (rates of change) into total concepts (accumulation). This is very useful for making the right business decisions.
## Consumer Surplus Analysis
The concept of consumer surplus can also be calculated using integrals. Imagine there's a market with demand function  and the equilibrium price is 60 dollars per unit. 
Consumer surplus shows the total benefit obtained by consumers above the price they pay. We can calculate it with:
After evaluation:
A consumer surplus of 1600 units shows the total benefit obtained by consumers above the equilibrium price.
## Exercises
1. A company has a sales rate of  units per month. Calculate the total sales in the first 6 months!
2. If the marginal cost of a product is  thousand dollars per unit, what is the total variable cost to produce 25 units?
3. The investment growth rate function is  million dollars per year. Calculate the total investment growth in 4 years!
### Answer Key
1. **Calculating total sales**
   Since we have the sales rate function, just integrate it:
   
   
   The result is:
   
   
   
   
   
   Total sales in 6 months is 15,000 units.
2. **Calculating variable cost**
   Integrate the marginal cost function:
   
   
   
   After evaluation:
   
   
   
   
   
   Total variable cost is 1,875 thousand dollars or 1.875 million dollars.
3. **Calculating investment growth**
   For exponential functions, we integrate:
   
   
   
   The result is:
   
   
   
   
   
   Total investment growth in 4 years is approximately 8.86 billion dollars.