Functions — Lesson
1) Hook — A Fun Real-Life Example
Imagine you are running a tiffin service in Mumbai. Each day, the number of lunch boxes you prepare depends on how many orders you receive. If n orders come in, you prepare exactly n lunch boxes. Here, the relationship between the number of orders and lunch boxes prepared is a perfect example of a function.
Just like this, functions help us understand how one quantity depends on another in a precise way — a concept that appears everywhere, from calculating your phone bill to predicting population growth.
2) Core Concepts — Understanding Functions
A function is a rule that assigns to each element x in a set A exactly one element f(x) in a set B. We write this as:
Function definition: f: A → B such that for every x ∈ A, there exists a unique f(x) ∈ B.
Example 1: Let A = {1, 2, 3} and B = {2, 4, 6, 8}. Define f(x) = 2x.
| x (Input) | f(x) = 2x (Output) |
|---|---|
| 1 | 2 |
| 2 | 4 |
| 3 | 6 |
Example 2: Consider the function g(x) = x² defined for all real numbers.
- If x = -3, then g(-3) = (-3)² = 9.
- If x = 0, then g(0) = 0.
- If x = 5, then g(5) = 25.
Domain: The set of all possible inputs (x values).
Range: The set of all possible outputs (f(x) values).
Important: Every input in the domain must have exactly one output in the range.
3) Key Formulas / Rules
Function Notation: f: x ↦ f(x)
Domain and Range:
- Domain: Set of all x for which f(x) is defined.
- Range: Set of all values taken by f(x).
Types of Functions:
- Injective (One-to-One): Different inputs have different outputs.
- Surjective (Onto): Every element in the range is mapped by some element in the domain.
- Bijective: Both injective and surjective.
Composite Function: (f ∘ g)(x) = f(g(x))
Inverse Function: If f is bijective, then f⁻¹(f(x)) = x.
4) Did You Know?
Functions are not just abstract math concepts — they are the foundation of computer programming, engineering, and even Bollywood movie recommendations on streaming platforms like Netflix and Amazon Prime! The function "maps" your watching habits to suggest your next favorite film.
5) Exam Tips — Common Mistakes & Board Exam Patterns
- Don’t confuse domain and range: Always check where the function is defined and what values it can take.
- Check uniqueness: Remember, a function cannot assign two different outputs to the same input.
- Practice composite and inverse functions: These are frequently asked in IB and other Indian board exams.
- Previous Year Question Pattern: Typically, questions ask to identify domain/range, verify if a relation is a function, find composite functions, and determine inverses.
- Example Question: Let f(x) = 3x + 2 and g(x) = x². Find (f ∘ g)(2) and state its domain.
Functions — Mcq
Functions — Mnemonic
Mnemonic 1: "F.U.N.C.T.I.O.N" for Properties of a Function 🎉
- For every x in domain, one output only 🎯
- Unique mapping, no confusion 🚦
- No two arrows from same input 🔄
- Codomain contains all possible outputs 🎨
- Terminal point (range) is subset of codomain 📍
- Input from domain, output in codomain 🔢
- One-to-one or many-to-one, but not one-to-many 🔀
- Never skip any input from domain (total mapping) 🛤️
Mnemonic 2: Hindi Rhyming Phrase for Function Definition 📚
“Har input ka ek hi output, function ka yahi hai route!” 🎤
Translation: Every input has only one output, that’s the function’s route!
Mnemonic 3: Acronym "D.O.M.A.I.N" to Remember Function Domain Concept 🧠
- Don't miss any input values ❌
- Output depends on domain only 🎯
- Map each input clearly 🔍
- All inputs must belong to domain 🏠
- Input set is the starting point 🛫
- Never map outside domain 🚫
Mission: Master This Topic!
Reinforce what you learned with fun activities
Ready to Battle? Test Your Knowledge!
Practice MCQs, build combos, climb the leaderboard!
Start Practice