# Nakafa Framework: LLM
URL: /en/subject/high-school/10/mathematics/exponential-logarithm/function-definition
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/10/mathematics/exponential-logarithm/function-definition/en.mdx
Output docs content for large language models.
---
import { FunctionChart } from "@repo/design-system/components/contents/function-chart";
export const metadata = {
  title: "Function Definition",
  description: "Master exponential function definition f(x)=a^x with domain, range & properties. Understand base conditions and real-world applications.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "04/02/2025",
  subject: "Exponents and Logarithms",
};
## Exponential Function
An exponential function is a function expressed in the form:
with the conditions:
-  is the base number, where  and 
-  is a non-zero real number
-  is any real number
Exponential functions have a special characteristic where the variable  is in the exponent position. This is what distinguishes exponential functions from ordinary algebraic functions. In exponential functions, small changes in the value of  can result in very large changes in the function's output.
## Properties of Exponential Functions
The exponential function  (for ) has several important properties:
1. The domain of the function is all real numbers ()
2. The range of the function is all positive numbers ()
3. It intersects the Y-axis at point  because 
4. The function is always positive for all values of x because 
5. If , the function increases (monotonically increasing)
6. If , the function decreases (monotonically decreasing)
## Special Cases of Exponential Functions
### When a = 1
If , then:
The value of  is always 1 for any value of . As a result, the function becomes a constant function , no longer an exponential function. Its graph will be a horizontal line intersecting the Y-axis at point .
      Line is always horizontal constant at .
    >
  }
/>
### When a = 0
If , then:
- For , the value of  so 
- For , the value of  is undefined
- For , the value of  is undefined
This function is no longer an exponential function but rather constant at  for . Then, because  and  for  are undefined, this function does not meet the definition of an exponential function.
      Line is always horizontal constant at , but
      undefined for .
    >
  }
/>
## Examples of Exponential Functions
Here are some examples of exponential functions:
1. 
   This function has base number  and . Since , this function is monotonically increasing. The function value will get larger as x increases. For example, , , .
2. 
   This function can be rewritten as  with base number  and . The graph of this function is also monotonically increasing, and the function value will get larger as x increases. For example, , .
3. 
   This function has base number  with exponent . The function value will change more rapidly because the coefficient of x is 2. For example, , .
4. 
   This function has base number  where . This function is monotonically decreasing. The function value will get smaller as x increases. For example, , , .
## Applications of Exponential Functions
Exponential functions are widely used in everyday life and various fields:
1. **Population Growth**: The number of bacteria reproducing can be modeled with an exponential function  where  is the initial number, t is time, and n is the time required for the population to double.
2. **Compound Interest**: If someone saves money with compound interest, the amount of savings after t years can be calculated with  where P is the initial principal and r is the interest rate.
3. **Radioactive Decay**: The amount of radioactive substance remaining after t years can be calculated with  where  is the initial amount and h is the half-life.
4. **Virus Spread**: The spread of disease in a population often follows an exponential model in the early phase.