Unit 1: Functions

A function is a fundamental concept in mathematics that describes a relationship between two sets of numbers or objects. Understanding functions is crucial as they form the basis for more advanced topics in calculus, algebra, and beyond.

Introduction

Functions are everywhere around us, from calculating areas and volumes to predicting trends and behaviors in data. This unit will delve into the definition of functions, their types, and how to work with them effectively.

Video Lessons

Definition of a Function

A function is a relationship between two sets, the domain (input values, \(x\)) and the range (output values, \(y\)), such that every element in the domain corresponds to exactly one element in the range.

Types of Functions

  1. One-to-One Function:
    • Each \(x\) maps to a unique \(y\), and each \(y\) maps to a unique \(x\).
    • Example: \(f(x) = x + 1\).
  2. Many-to-One Function:
    • Multiple \(x\)-values can map to the same \(y\)-value.
    • Example: \(f(x) = x^2\).
  3. Not a Function:
    • If a single \(x\)-value maps to multiple \(y\)-values, it is not a function.
    • Example: \(x^2 + y^2 = 1\) (a circle).

Worked Example: Linear Function

Given \(f(x) = -\frac{1}{2}x + 4\):

  1. Calculate Specific Values:
    • \(f(0) = -\frac{1}{2}(0) + 4 = 4\)
    • \(f(2) = -\frac{1}{2}(2) + 4 = 3\)
    • \(f(-3) = -\frac{1}{2}(-3) + 4 = \frac{3}{2} + 4 = \frac{11}{2} = 5.5\)
    • \(f(4) = -\frac{1}{2}(4) + 4 = -2 + 4 = 2\)
  2. Graph: Plot points \((0, 4)\), \((2, 3)\), \((-3, 5.5)\), and \((4, 2)\) on the Cartesian plane and draw the line.
  3. Characteristics:
    • Gradient: \(-\frac{1}{2}\)
    • \(y\)-intercept: \(4\)
    • Domain and Range: Both are real numbers (\(\mathbb{R}\))

Examples and Practice Questions

  1. Identify whether each graph represents a function:
    • Use the vertical line test.
    • Graph A: Graph A
    • Graph B: Graph B
    • Graph C: Graph C
  2. Write the domain and range for \(f(x) = x^2\):
    • Domain: \(x \in \mathbb{R}\)
    • Range: \(y \geq 0\)
  3. Evaluate \(f(x) = 2x + 1\) for \(x = -3, 0, 4\):
    • \(f(-3) = 2(-3) + 1 = -5\)
    • \(f(0) = 2(0) + 1 = 1\)
    • \(f(4) = 2(4) + 1 = 9\)

Interactive Graph: Vertical Line Test

Try moving the vertical line to see if the graph still represents a function. For this example, we’ll use \( f(x) = x^2 \).

Check Your Understanding: Domain and Range

Consider the function: \( f(x) = \sqrt{x-1} \).







Try It Out: Evaluate the Function

Given \( f(x) = 2x + 1 \), input a value for x and see the result:

Function Mapping Game

Match each input to its correct output for \( f(x) = x + 1 \):

Inputs (drag these):

x = 0
x = -1
x = 2

Outputs (drop here):

y = 1
y = 0
y = 3

Test Yourself

Is \( f(x) = x^2 \) one-to-one? Type "yes" or "no":

Flashcards

What is a function?

A relationship where each input has exactly one output.

What is the domain of a function?

The set of all possible input values (\(x\)).

What is the vertical line test?

A method to determine if a graph represents a function by checking if any vertical line intersects the graph more than once.

Practice Questions

  1. Evaluate \(\sum_{k=2}^{5} (3k + 2)\).
  2. Write the series \(10 + 8 + 6 + 4 + 2\) in sigma notation.
  3. Find the sum of the series \(\sum_{n=1}^{4} 5n\).
  4. Determine \(\sum_{k=3}^{6} (k^2 - 1)\).

Quick Quiz

1. Evaluate \(\sum_{k=1}^{4} (k + 2)\).

2. Write the series \(7 + 5 + 3 + 1\) in sigma notation.

Summary

  • A function is a relationship where each input has exactly one output.
  • Functions can be one-to-one, many-to-one, or not functions at all based on their mapping.
  • The vertical line test is a quick method to determine if a graph represents a function.
  • Understanding functions is essential for various applications in mathematics and real-world scenarios.
Back to Chapter 2