Introduction aux Fonctions et Notion de Fonction Numérique
From the https://www.youtube.com/watch?v=BiihO1M8SAY&pp=ygUqZ2VuZXJhbGl0ZSBzdXIgbGVzIGZvbmN0aW9uIDNlbWUgdGVjaG5pcXVl curriculum
Introduction to Functions and the Concept of a Numerical Function
TL;DR
Functions are like machines that take an input, process it with a specific rule, and give you a single output. A numerical function specifically works with numbers, transforming one number into another. Understanding functions is crucial for solving many math problems and modeling real-world situations.
1. The Mental Model
Think of a function as a special kind of blender: you put in an ingredient (input), it does its blending magic (the rule), and you get a smoothie (output). The key is that for the same ingredient, you'll always get the exact same smoothie.
2. The Core Material
When we talk about functions in math, especially numerical functions, we're talking about a relationship between two sets of numbers. You have an input number (often called 'x') and an output number (often called 'y' or 'f(x)').
Understanding the Basics: Input, Rule, Output

Photo by https://kaboompics.com/ on Pexels
- Input (x): This is the value you start with. It comes from a set of allowed inputs called the domain.
- Rule (f): This is the operation or calculation that transforms your input. It's usually expressed as an equation, like
f(x) = 2x + 1. - Output (f(x) or y): This is the result you get after applying the rule to your input. It comes from a set of possible outputs called the codomain (or range).
The most important thing to remember is that for every single input, there can only be one unique output. If you put in '3' into a function, you can't get both '7' and '8' as outputs.
Let's look at a simple function: f(x) = x²
- If your input (x) is 2, the rule
x²makes the output2² = 4. So,f(2) = 4. - If your input (x) is -3, the rule
x²makes the output(-3)² = 9. So,f(-3) = 9.
Domain and Codomain (or Range)

Photo by Markus Winkler on Pexels
- Domain: This is the set of all possible input values (x) for which the function is defined. For many simple functions like
f(x) = x²orf(x) = 2x + 1, the domain is all real numbers (ℝ). However, for functions likef(x) = 1/x, you can't havex = 0, so the domain is all real numbers except 0. - Codomain/Range: The codomain is the set of all possible output values. The range is the set of actual output values produced by the function for its domain. For
f(x) = x², the range is all non-negative real numbers, because squaring any real number always gives a positive or zero result.
graph TD
Input["Input (x)"] --> Function_Rule["Function Rule (f)"]
Function_Rule --> Output["Output (f(x) or y)"]
subgraph Conceptual View
Input --- Domain["Domain (Allowed Inputs)"]
Output --- Range["Range (Actual Outputs)"]
end
Representing Functions

Photo by Shubham Dhage on Pexels
You can describe a function in a few ways:
- Algebraically (Formula): This is the most common way, like
f(x) = 3x - 5. - Numerically (Table of Values): You list pairs of
(x, f(x)).
| x | f(x) |
| :-- | :--- |
| 0 | -5 |
| 1 | -2 |
| 2 | 1 | - Graphically: You plot the points
(x, f(x))on a coordinate plane. The graph off(x) = 3x - 5would be a straight line.
3. Worked Example
Let's take the numerical function f(x) = -2x + 3.
-
Find
f(0):- Replace
xwith0in the rule:f(0) = -2(0) + 3 - Calculate:
f(0) = 0 + 3 = 3 - So, when the input is 0, the output is 3.
- Replace
-
Find
f(-1):- Replace
xwith-1:f(-1) = -2(-1) + 3 - Calculate:
f(-1) = 2 + 3 = 5 - So, when the input is -1, the output is 5.
- Replace
-
Find the input
xthat gives an output of7(i.e.,f(x) = 7):- Set the function rule equal to 7:
-2x + 3 = 7 - Solve for
x:- Subtract 3 from both sides:
-2x = 7 - 3 -2x = 4- Divide by -2:
x = 4 / -2 x = -2
- Subtract 3 from both sides:
- So, an input of -2 gives an output of 7. You can check:
f(-2) = -2(-2) + 3 = 4 + 3 = 7.
- Set the function rule equal to 7:
4. Key Takeaways
- A function is a rule that assigns exactly one output for every input.
f(x)notation means "the output of the functionfwhen the input isx".- The domain is the set of all allowed inputs for the function.
- The range (or codomain) is the set of all possible outputs the function can produce.
- You can represent functions with formulas, tables, or graphs.
- Numerical functions work specifically with numbers as both inputs and outputs.
Common Mistakes to Avoid:
- Confusing
f(x)withf * x;f(x)is a single value, the output. - Assuming all numbers are valid inputs; always consider the function's domain (e.g., no division by zero).
- Thinking a function can give multiple outputs for one input; that's not a function.
- Mixing up what
xrepresents (input) and whatf(x)represents (output).
5. Now Try It
Given the function g(x) = x² - 4.
- Calculate
g(3). - Calculate
g(-2). - Find the value(s) of
xfor whichg(x) = 0.
Success looks like you correctly finding g(3) = 5, g(-2) = 0, and identifying that x = 2 and x = -2 are the inputs that make g(x) = 0.
Frequently asked about Introduction aux Fonctions et Notion de Fonction Numérique
More from https://www.youtube.com/watch?v=BiihO1M8SAY&pp=ygUqZ2VuZXJhbGl0ZSBzdXIgbGVzIGZvbmN0aW9uIDNlbWUgdGVjaG5pcXVl
Get the full https://www.youtube.com/watch?v=BiihO1M8SAY&pp=ygUqZ2VuZXJhbGl0ZSBzdXIgbGVzIGZvbmN0aW9uIDNlbWUgdGVjaG5pcXVl curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account