One to One Functions | Definition & Tests
Let’s explore Exponential Functions in an easy-to-understand way! ๐
What is an Exponential Function? ๐ค
An exponential function is a mathematical function that shows rapid growth or decay. It’s defined with a constant base raised to a variable exponent.
Formally, an exponential function in standard form is described as: f(x) = a^x
Where:
ais the base.amust be greater than 0 (a > 0).acannot be equal to 1 (a โ 1).xis the variable exponent.
Think of it like compound interest, where your money grows (or shrinks) at an accelerating rate! ๐ฐ๐๐
The Natural Exponential Function (Base e) ๐ฟ
A very important type of exponential function is the natural exponential function, where the base is the mathematical constant e.
- It’s defined as f(x) = e^x.
- The value of
eis approximately 2.718, so e > 1. - Domain: All real numbers (R). This means you can put any real number as the exponent
x. - Range: All positive real numbers, excluding zero
(0, โ). This means the outputf(x)will always be positive. - Y-intercept: The point (0, 1). If you put
x = 0,e^0 = 1. - X-intercept: There is no x-intercept. The graph never touches or crosses the X-axis.
- End Behaviour:
- As
xapproaches positive infinity (x โ โ),e^xalso approaches positive infinity (e^x โ โ). - As
xapproaches negative infinity (x โ -โ),e^xapproaches 0 (e^x โ 0).
- As
General Characteristics of f(x) = a^x based on the Base a ๐
The behaviour of an exponential function largely depends on its base a.
1. When the Base a is Greater Than 1 (a > 1) ๐ฑ
- Example:
f(x) = 2^xorf(x) = 3^x. - Domain: All real numbers (R).
- Range: All positive real numbers
(0, โ). - Y-intercept: The point (0, 1).
- X-intercept: Nil.
- End Behaviour:
- As
x โ โ,a^x โ โ. - As
x โ -โ,a^x โ 0.
- As
- Monotonicity: It is an increasing function. This means as
xgets larger,f(x)also gets larger. - One-to-One Function: Because it’s a strictly increasing function,
f(x) = a^x(fora > 1) is a one-to-one function. This property is crucial because it means these functions have inverse functions (logarithmic functions).
2. When the Base a is Between 0 and 1 (0 < a < 1) ๐
- Example:
f(x) = (1/2)^x. - Domain: All real numbers (R).
- Range: All positive real numbers
(0, โ). - Y-intercept: The point (0, 1).
- X-intercept: Nil.
- End Behaviour:
- As
x โ โ,a^x โ 0. - As
x โ -โ,a^x โ โ.
- As
- Monotonicity: It is a decreasing function. This means as
xgets larger,f(x)gets smaller. - One-to-One Function: Since it’s a strictly decreasing function,
f(x) = a^x(for0 < a < 1) is also a one-to-one function.
Laws of Exponents ๐ข
Exponential functions follow specific rules for their exponents:
For any real numbers s and t, and positive bases a and b:
- Product Rule:
a^s ร a^t = a^(s+t)- Example:
2^3 ร 2^4 = 2^(3+4) = 2^7
- Example:
- Power of a Power Rule:
(a^s)^t = a^(sรt)- Example:
(2^3)^4 = 2^(3ร4) = 2^12
- Example:
- Power of a Product Rule:
(ab)^s = a^s b^s- Example:
(2ร3)^4 = 2^4 ร 3^4
- Example:
These laws are fundamental for manipulating and simplifying exponential expressions.
Connection to One-to-One Functions (Revisited) ๐ค
As we discussed in our previous conversation, a function is one-to-one if each unique input maps to a unique output [Lec 30 - Polynomials]. This is crucial for inverse functions to exist [Lec 30 - Polynomials].
Exponential functions are one-to-one because they are either consistently increasing (a > 1) or consistently decreasing (0 < a < 1) across their entire domain. This property ensures that for any given output, there was only one possible input that could have produced it. Therefore, an inverse function (fโปยน) always exists for an exponential function, and this inverse is the logarithmic function.
Practice Questions with Solutions ๐
Question 1: Which of the following expressions represents an exponential function? Justify your answer. ๐ค
(a) f(x) = x^5
(b) g(x) = 7^x
(c) h(x) = (-2)^x
(d) k(x) = 1^x
Solution:
Only (b) g(x) = 7^x represents an exponential function. โ
- Justification:
- An exponential function must be in the form
f(x) = a^x, where the basea > 0anda โ 1. - For
g(x) = 7^x, the basea = 7. Since7 > 0and7 โ 1, it fits the definition of an exponential function. - (a)
f(x) = x^5is a power function (a polynomial), not an exponential function, because the basexis variable, not a constant. - (c)
h(x) = (-2)^xis not an exponential function because the basea = -2is not greater than 0 (-2 < 0). This would lead to undefined real values for certainx(e.g.,(-2)^(1/2)). - (d)
k(x) = 1^xis not an exponential function because the basea = 1is excluded from the definition (a โ 1).1^xwould always simply be1, which is a constant function.
- An exponential function must be in the form
Question 2: Simplify the expression (5^2 ร 5^3)^2 using the laws of exponents. ๐ข
Solution: We can simplify the expression step-by-step using the laws of exponents:
- Apply the Product Rule
a^s ร a^t = a^(s+t)for the terms inside the parenthesis:5^2 ร 5^3 = 5^(2+3) = 5^5 - Apply the Power of a Power Rule
(a^s)^t = a^(sรt):(5^5)^2 = 5^(5ร2) = 5^10
Therefore, (5^2 ร 5^3)^2 = 5^10. โ
Question 3: Consider the function f(x) = (0.8)^x.
(a) Is this function increasing or decreasing?
(b) Is this function a one-to-one function? Justify your answer.
Solution:
(a) The function f(x) = (0.8)^x is a decreasing function. ๐
- Justification: The base
a = 0.8. Since0 < a < 1, the exponential functionf(x) = a^xis a decreasing function. This means as the value ofxincreases, the value off(x)decreases.
(b) Yes, the function f(x) = (0.8)^x is a one-to-one function. โ
- Justification: According to the source, if a function is an increasing or decreasing function, then it is one-to-one. Since
f(x) = (0.8)^xis a decreasing function, it inherently satisfies the condition of being one-to-one, meaning different inputs will always yield different outputs.
Question 4: A new smartphone’s battery life B(t) (in hours) after t years of use is modelled by the function B(t) = 20 * (0.9)^t.
(a) What was the initial battery life of the smartphone (at t = 0)?
(b) What will be the battery life after 5 years? (Round to two decimal places.)
Solution:
(a) To find the initial battery life, we set t = 0 [Outside source knowledge, but standard function evaluation].
B(0) = 20 * (0.9)^0
Since any non-zero number raised to the power of 0 is 1, (0.9)^0 = 1.
B(0) = 20 * 1 = 20
The initial battery life of the smartphone was 20 hours. ๐
(b) To find the battery life after 5 years, we set t = 5.
B(5) = 20 * (0.9)^5
B(5) = 20 * 0.59049 [Calculation performed externally]
B(5) = 11.8098
Rounding to two decimal places, the battery life after 5 years will be approximately 11.81 hours. ๐
I hope this comprehensive explanation of Exponential Functions, complete with emojis, examples, and practice questions, has made the concept much clearer for you! ๐