Grade 11 Functions is one of the most important courses in the Ontario mathematics curriculum and a key foundation for students preparing for both advanced high school mathematics and enrichment opportunities such as the Fermat Math Contest.
The Functions Grade 11 course (MCR3U) introduces the formal concept of a function and develops core ideas including transformations, inverse functions, exponential functions, trigonometric functions, and sequences and series. These topics form the backbone of later courses such as Advanced Functions (MHF4U) and Calculus and Vectors (MCV4U), and are essential for students planning to study mathematics, engineering, computer science, or related fields at university.
This guide explains all major topics in the Grade 11 Functions course with clear explanations, worked examples, and practice problems to help students build strong conceptual understanding and exam readiness.
What is the Grade 11 Functions course in Ontario?
The Grade 11 Functions course in Ontario is identified by the course code MCR3U, Functions, Grade 11, University Preparation. It is a prerequisite for advanced mathematics courses including Advanced Functions (MHF4U) and Calculus and Vectors (MCV4U).
The course builds on algebra and introduces several foundational ideas, including:
- The formal definition of a function
- Transformations of functions
- Inverse functions
- Exponential functions
- Trigonometric functions
- Sequences and series
Students who master Grade 11 Functions develop the algebraic fluency required for success in senior mathematics.
MCR3U vs MBF3C — which course is which?
Ontario offers two main Grade 11 mathematics pathways:
MCR3U (Functions, University Preparation) is the more advanced course required for university-bound students in mathematics-related fields.
MBF3C (Foundations for College Mathematics) is a more applied course focused on practical mathematics for college pathways.
This guide focuses on MCR3U content.
Why Grade 11 Functions matters beyond the classroom
Grade 11 Functions is a major stepping stone toward senior mathematics. A strong understanding of functions makes later courses significantly more manageable.
Students who develop strong conceptual understanding early tend to perform better in:
- Advanced Functions
- Calculus
- Problem-solving and enrichment programs
For students interested in mathematical enrichment, these concepts also form the foundation of contest-style problem solving, including the Fermat Math Contest.
Grade 11 Functions core concepts
What is a function?
A function is a relationship between two sets, where each input has exactly one output.
Formally, a function f from set A to set B assigns each element x in A exactly one value f(x) in B.
Example:
f(x) = 2x + 3 assigns each input x a unique output.
Domain and range
The domain is the set of all valid inputs. The range is the set of all possible outputs.
Common restrictions include:
- Division by zero
- Square roots of negative numbers
- Logarithms of non-positive numbers
Example:
If f(x) = 1 / (x – 3), then x cannot equal 3.
The vertical line test
A graph represents a function if every vertical line intersects it at most once. If a vertical line crosses more than once, the relation is not a function.
Function notation
f(x) represents the output of a function at input x.
Example:
If f(x) = x² – 2x + 5, then
f(3) = 9 – 6 + 5 = 8
Transformations of functions
Transformations describe how graphs change when equations are modified. This is one of the most important topics in MCR3U.
Types of transformations
Starting from y = f(x):
- Vertical shift: f(x) + c
- Horizontal shift: f(x – d)
- Vertical stretch or compression: a f(x)
- Horizontal stretch or compression: f(kx)
General form:
y = a f(k(x – d)) + c
Order of transformations
- Horizontal stretch or compression
- Horizontal shift
- Vertical stretch or compression
- Vertical shift
Example
g(x) = -2(x – 3)² + 4
Transformations:
- Vertical stretch by 2
- Reflection over x-axis
- Shift right 3
- Shift up 4
Inverse functions
What is an inverse function?
An inverse function reverses the effect of the original function.
If f maps x to y, then f⁻¹ maps y back to x.
A function must be one-to-one to have an inverse.
Finding an inverse
Steps:
- Replace f(x) with y
- Swap x and y
- Solve for y
- Rename as f⁻¹(x)
Example:
f(x) = 3x – 7
f⁻¹(x) = (x + 7) / 3
Exponential functions
Exponential functions have the form f(x) = a^x.
Key properties:
- Growth if a > 1
- Decay if 0 < a < 1
- Always passes through (0, 1)
- Horizontal asymptote at y = 0
Exponential growth example
f(t) = 500 × 2^(t/3)
After 12 hours:
f(12) = 500 × 16 = 8000
Trigonometric functions
Trigonometric functions such as sine and cosine describe periodic behaviour.
Key properties of y = sin x:
- Period: 360° or 2π
- Range: -1 to 1
- Amplitude: 1
Transformations
y = a sin(k(x – d)) + c
- Amplitude = |a|
- Period = 360° / |k|
- Phase shift = d
Sequences and series
Arithmetic sequences
tₙ = a + (n – 1)d
Sₙ = n/2 (first + last)
Geometric sequences
tₙ = ar^(n – 1)
Sₙ = a(rⁿ – 1)/(r – 1)
Grade 11 Functions exam overview
The MCR3U exam typically includes:
- Function evaluation
- Domain and range
- Transformations
- Inverse functions
- Exponential equations
- Trigonometric values
- Sequences and series
How this connects to Fermat
Some students use Grade 11 Functions as a foundation for enrichment programs such as the Fermat Math Contest, which is a Waterloo math competition that is part of the CEMC series. These problems often extend the same concepts into more complex, multi-step reasoning tasks.
You do not need contest experience to succeed in MCR3U, but strong understanding of functions makes these types of problems significantly more approachable.
For a complete overview of the CEMC series, check out: Waterloo Math Competition: A Canadian Parent’s Complete Guide to CEMC Contests.
Grade 11 functions practice problems
Problem 1
If f(x) = 2x² – 3x + 1, find f(-2).
Solution: f(-2) = 2(-2)² – 3(-2) + 1 = 2(4) + 6 + 1 = 8 + 6 + 1 = 15
Answer: 15
Problem 2
Find the domain of f(x) = √(2x – 6).
Solution: Require 2x – 6 ≥ 0, so 2x ≥ 6, so x ≥ 3.
Answer: x ≥ 3 or [3, ∞)
Problem 3
Find the inverse of f(x) = (x + 4)/3.
Solution: y = (x + 4)/3 x = (y + 4)/3 3x = y + 4 y = 3x – 4 f⁻¹(x) = 3x – 4
Verification: f(f⁻¹(x)) = ((3x-4) + 4)/3 = 3x/3 = x ✓
Answer: f⁻¹(x) = 3x – 4
Problem 4
Describe the transformations applied to f(x) = √x to produce g(x) = -√(x + 2) + 5.
Solution: Rewrite in the form af(k(x – d)) + c: a = -1, k = 1, d = -2, c = 5
Transformations:
- Reflection over the x-axis (a = -1)
- Horizontal translation 2 units left (d = -2)
- Vertical translation 5 units up (c = 5)
Answer: Reflection over x-axis, shift 2 left, shift 5 up
Problem 5
Solve 4^(x+1) = 32.
Solution: Express both sides as powers of 2: 4^(x+1) = (2²)^(x+1) = 2^(2x+2) 32 = 2⁵
So 2x + 2 = 5, giving 2x = 3, x = 3/2.
Answer: x = 3/2
Problem 6 — Fermat style
The 5th term of a geometric sequence is 48 and the 8th term is 384. Find the first term.
Solution: t₅ = ar⁴ = 48 t₈ = ar⁷ = 384
Divide: ar⁷/ar⁴ = r³ = 384/48 = 8, so r = 2.
From t₅: a(2⁴) = 48, so 16a = 48, a = 3.
Answer: First term = 3
Key insight: Dividing two terms of a geometric sequence eliminates a and leaves a solvable equation in r alone. This technique appears on every Fermat paper that includes sequences.
Problem 7 — Fermat style
If f(x) = 2x + 3 and g(x) = x² – 1, find all values of x such that f(g(x)) = g(f(x)).
Solution: f(g(x)) = f(x² – 1) = 2(x² – 1) + 3 = 2x² + 1
g(f(x)) = g(2x + 3) = (2x + 3)² – 1 = 4x² + 12x + 9 – 1 = 4x² + 12x + 8
Set equal: 2x² + 1 = 4x² + 12x + 8 0 = 2x² + 12x + 7
Using the quadratic formula: x = (-12 ± √(144 – 56))/4 = (-12 ± √88)/4 = (-12 ± 2√22)/4 = (-6 ± √22)/2
Answer: x = (-6 + √22)/2 or x = (-6 – √22)/2
Key insight: Function composition problems require careful expansion. f(g(x)) and g(f(x)) are different in general — this problem type tests whether students understand the order matters in composition.
Frequently Asked Questions
What is the grade 11 functions course in Ontario? The grade 11 functions course in Ontario is MCR3U — Functions, Grade 11, University Preparation. It covers domain and range, transformations, inverse functions, exponential functions, trigonometric functions, and sequences and series. For more sequence practice, check out: Growing Patterns, Repeating Patterns and Pattern Rules: A Gauss Contest Guide. It is a prerequisite for Advanced Functions and Calculus in Grade 12 and is required for students planning to study mathematics, engineering, or science at university.
What topics are in the functions grade 11 textbook? The functions grade 11 textbook covers characteristics of functions (domain, range, notation), transformations (the general form y = af(k(x-d)) + c), inverse functions, exponential functions and equations, trigonometric functions and their graphs, and sequences and series (arithmetic and geometric). The two most commonly used textbooks in Ontario are Nelson Functions 11 and McGraw-Hill Ryerson Functions 11.
Where can I find a grade 11 functions textbook PDF? The most reliable free practice resources for grade 11 functions are the CEMC courseware at cemc.uwaterloo.ca and Khan Academy, both of which cover all MCR3U topics. These are more useful than a grade 11 functions textbook pdf because they include worked examples and practice problems rather than just content.
How does grade 11 functions connect to the Fermat math contest? The Fermat math contest for Grade 11 students tests functions content extensively — function notation, transformations, exponential equations, trigonometric special angles, and sequences and series all appear regularly. The contest extends the MCR3U curriculum by presenting these topics in unfamiliar problem contexts that require creative reasoning rather than procedural recall. Strong MCR3U foundations make Fermat preparation significantly more efficient.
What should I study for the grade 11 functions exam? Prioritise transformations (the general form and how each parameter affects the graph), inverse functions (how to find them algebraically and graphically), exponential equations (solving using laws of exponents), trigonometric functions at special angles (30°, 45°, 60°), and sequences and series (nth term and sum formulas for arithmetic and geometric). These topics appear across all question types on the MCR3U exam.
How hard is the grade 11 functions course? Grade 11 functions is one of the biggest difficulty jumps in the Ontario mathematics curriculum. Students who found Grade 10 mathematics manageable often find the abstractness of function notation and transformations unexpectedly difficult at first. Consistent practice — particularly on transformations and inverse functions which are genuinely new conceptual territory — and connecting concepts to graphs rather than working only algebraically makes the course much more manageable.
What is the connection between grade 11 functions and calculus? Calculus — taken in Grade 12 as MCV4U — is entirely built on functions. Differentiation and integration are operations performed on functions. Students who understand functions deeply find calculus significantly more accessible than students whose function understanding is procedural. In particular, understanding transformations, inverse functions, and the behaviour of exponential and trigonometric functions directly supports calculus performance.



