Grade 11 Mathematics: Functions Notes (Kenya) | YNetStudyHub

Functions

Grade 11 · Mathematics 5 min read

Functions

Introduction

In mathematics, a function is a relationship between a set of inputs (called the domain) and a set of possible outputs (called the range), where each input is related to exactly one output. Functions are widely used in various mathematical and real-world applications to model relationships between variables.

Definition of a Function

A function $f: A \rightarrow B$ is a rule or correspondence that assigns to each element $x$ in the set $A$ exactly one element, called $f(x)$, in the set $B$. Here, $A$ is the domain of the function and $B$ is the codomain.

Example 1:

Define a function $f: \mathbb{R} \rightarrow \mathbb{R}$ by $f(x) = 2x + 3$.

For $x = 4$, we have:

$$f(4) = 2(4) + 3 = 11$$

Therefore, $f(4) = 11$.

Types of Functions

1. Linear Function:

A function of the form $f(x) = mx + c$, where $m$ and $c$ are constants, is called a linear function.

Example 2:

Define a linear function $g(x) = 3x - 2$.

For $x = 5$, we have:

$$g(5) = 3(5) - 2 = 13$$

Therefore, $g(5) = 13$.

2. Quadratic Function:

A function of the form $f(x) = ax^2 + bx + c$, where $a$, $b$, and $c$ are constants and $a \neq 0$, is called a quadratic function.

Example 3:

Define a quadratic function $h(x) = 2x^2 + 5x - 3$.

For $x = -2$, we have:

$$h(-2) = 2(-2)^2 + 5(-2) - 3 = 1$$

Therefore, $h(-2) = 1$.

3. Exponential Function:

A function of the form $f(x) = a \cdot b^x$, where $a$ and $b$ are constants and $b > 0$, $b \neq 1$, is called an exponential function.

Example 4:

Define an exponential function $f(x) = 2 \cdot 3^x$.

For $x = 0$, we have:

$$f(0) = 2 \cdot 3^0 = 2$$

Therefore, $f(0) = 2$.

Common Mistakes

  1. Confusing Functions with Relations: Remember that a function is a special type of relation where each input has exactly one output. Not all relations are functions.

  2. Misinterpreting Domain and Range: Be careful to correctly identify the domain and range of a function. The domain is the set of all possible inputs, while the range is the set of all possible outputs.

Key Points

  • A function maps each element from its domain to a unique element in its range.
  • Types of functions include linear, quadratic, exponential, and more.
  • Domain and range are important concepts when studying functions.

Practice Questions

  1. Define a linear function $f(x) = 4x - 7$. Calculate $f(3)$.

Answer: For $x = 3$, $$f(3) = 4(3) - 7 = 5$$ Therefore, $f(3) = 5$.

  1. Consider the quadratic function $g(x) = x^2 - 6x + 9$. Find $g(3)$.

Answer: For $x = 3$, $$g(3) = (3)^2 - 6(3) + 9 = 0$$ Therefore, $g(3) = 0$.

  1. Determine whether the following relation is a function: ${(1, 2), (3, 4), (1, 5)}$.

Answer: This relation is not a function because the input $1$ is associated with two different outputs, $2$ and $5.

  1. Define an exponential function $h(x) = 3 \cdot 2^x$. Calculate $h(-1)$.

Answer: For $x = -1$, $$h(-1) = 3 \cdot 2^{-1} = \frac{3}{2}$$ Therefore, $h(-1) = \frac{3}{2}$.

  1. Is the function $f(x) = x^2 + 1$ linear? Explain your answer.

Answer: No, the function $f(x) = x^2 + 1$ is not linear because it contains a squared term, making it a quadratic function.


Functions

Introduction

In mathematics, functions are a fundamental concept that describes the relationship between two sets of numbers, the input set (domain) and the output set (range). Functions are used to represent how one quantity depends on another. A function assigns each element from the domain to exactly one element in the range. In this topic, we will explore the different types of functions, their properties, and how to work with them.

Types of Functions

1. Linear Functions

  • Definition: A linear function is a function that can be represented by a straight line.
  • Example: Consider the linear function $f(x) = 2x + 3$. Find $f(4)$. [ f(4) = 2(4) + 3 = 8 + 3 = 11 ]

2. Quadratic Functions

  • Definition: A quadratic function is a function that can be represented by a parabolic curve.
  • Example: Given the quadratic function $g(x) = x^2 - 4x + 4$, find the vertex of the parabola. [ \text{Vertex: } x = \frac{-(-4)}{2 \cdot 1} = 2 \quad \text{and} \quad g(2) = 2^2 - 4(2) + 4 = 4 - 8 + 4 = 0 ]

3. Exponential Functions

  • Definition: An exponential function is a function where the variable is in the exponent.
  • Example: Evaluate $h(3)$ for the exponential function $h(x) = 2^x$. [ h(3) = 2^3 = 8 ]

4. Logarithmic Functions

  • Definition: A logarithmic function is the inverse of an exponential function.
  • Example: Solve for $x$ in the logarithmic equation $\log_{2}(x) = 3$. [ x = 2^3 = 8 ]

Common Mistakes

  • Confusing the domain and range of a function.
  • Forgetting to substitute the given value in the function.
  • Misinterpreting the inverse relationship between exponential and logarithmic functions.

Key Points

  • Functions describe the relationship between input and output values.
  • Linear functions have a constant rate of change, quadratic functions form parabolic curves, exponential functions have a constant ratio, and logarithmic functions are the inverse of exponential functions.
  • Understanding the domain and range of a function is crucial in defining its behavior.

Practice Questions

  1. Given the linear function $f(x) = 3x - 2$, find $f(-1)$.

    Answer: [ f(-1) = 3(-1) - 2 = -3 - 2 = -5 ]

  2. Determine the vertex of the quadratic function $g(x) = x^2 + 4x - 2$.

    Answer: [ \text{Vertex: } x = \frac{-4}{2 \cdot 1} = -2 \quad \text{and} \quad g(-2) = (-2)^2 + 4(-2) - 2 = 4 - 8 - 2 = -6 ]

  3. Evaluate $h(4)$ for the exponential function $h(x) = 5^x$.

    Answer: [ h(4) = 5^4 = 625 ]

  4. Solve for $x$ in the logarithmic equation $\log_{3}(x) = 2$.

    Answer: [ x = 3^2 = 9 ]

  5. Consider the function $f(x) = \frac{1}{x}$. Find the domain of $f(x)$.

    Answer: The domain of $f(x)$ is all real numbers except $x = 0$, so the domain is $x \neq 0$.

  6. Given $g(x) = \sqrt{4x - 1}$, determine the range of $g(x)$.

    Answer: The expression under the square root must be greater than or equal to zero. So, $4x - 1 \geq 0 \implies x \geq \frac{1}{4}$. Therefore, the range of $g(x)$ is $[0, ∞)$.

  7. For the function $h(x) = e^x$, what is the inverse function of $h(x)$?

    Answer: The inverse of $h(x)$ is $h^{-1}(x) = \ln(x)$.

  8. If $f(x) = 3x^2 - 2x + 1$, determine the average rate of change over the interval $[1, 2]$.

    Answer: The average rate of change is given by $\frac{f(2) - f(1)}{2 - 1}$. Calculating, [ \frac{f(2) - f(1)}{2 - 1} = \frac{7 - 2}{1} = 5 ]

Want to save these Functions notes?

Create a free account to bookmark notes, download past papers, track your revision and get AI study help - free for Kenyan students.

Save & bookmark notes Download past papers Track revision progress AI study help
Create free account

Already have one? Log in

Frequently Asked Questions

Functions is a Grade 11 Mathematics topic. This page gathers clear, exam-focused notes and revision material for it, all free to read online.

Yes - every note on this page is free to read online on YNetStudyHub, with no sign-up required.

Read the notes below, write a short summary of each in your own words, then practise related questions from the Mathematics past papers to check your understanding.

Other Grade 11 Mathematics topics

Get free notes & past papers by email

Join our list and we'll send fresh study notes and past papers straight to your inbox.