Ready to master the twelve basic functions that are essential...
Understanding the Twelve Basic Functions







The Twelve Basic Functions
Ever wondered why some functions are considered "basic" in math? These twelve functions form the foundation of more complex mathematics. Let's explore their essential characteristics!
Each function has specific properties that make it unique. For the identity function , the input equals the output, creating a straight line through the origin with domain and range of all real numbers. The squaring function creates that familiar U-shaped parabola, while the exponential function grows increasingly rapidly.
Some functions have interesting behaviors at their edges. The natural logarithm function (ln) has a vertical asymptote at x = 0, meaning it approaches negative infinity as x approaches zero. The reciprocal function has both horizontal and vertical asymptotes, creating a hyperbola.
Functions like sine and cosine oscillate between -1 and 1, creating those wave patterns you see everywhere from sound waves to electricity. The greatest integer function creates a staircase pattern because it rounds down to the nearest integer.
💡 Quick Tip: Pay attention to each function's domain, range, and symmetry. These properties will help you recognize the functions and sketch them quickly on tests!

Greatest Integer Function & Building Functions
The Greatest Integer Function is a bit tricky but super useful! It rounds numbers down to the nearest integer. Your textbook notation is int, but you might also see it as [x] in other materials.
Think of the Greatest Integer Function as always rounding down, no matter how close a number is to the next integer. For example, int(3.999) = 3, and int(4.001) = 4. With negative numbers, you still round down, so int = -3 . When graphed, this function creates a staircase pattern with open circles at one end of each "step."
Building composite functions means plugging one function into another. If f = 2x-3 and you're asked to find f(2), simply replace x with 2: f(2) = 2(2)-3 = 4-3 = 1. For something like f, substitute 3x-1 wherever you see x: f = 2-3 = 6x-2-3 = 6x-5.
When working with two different functions like f = -z + 4 and h = 2z, finding f(h(3)) means you first calculate h(3) = 2(3) = 6, then find f(6) = -6 + 4 = -2. We write this as (f∘h)(3) = -2, which is read as "f composed with h of 3."
🔑 Remember: Always work from inside the parentheses outward! The innermost function gets evaluated first, then its result becomes the input for the outer function.

Composition of Functions
Composition functions might look intimidating, but they're actually just functions working together! When we write (f∘g), we're simply saying "apply function g first, then apply function f to that result."
Let's see how this works. If f = x + 1 and g = x², then f(g) means f(x²) = x² + 1. We've just created a new function by composition! Similarly, if f = 3x + 5 and g = x - 2, then (f∘g) = f(g) = f = 3 + 5 = 3x - 6 + 5 = 3x - 1.
Notice that (f∘g) and (g∘f) usually give different results. For example, with h = x² - 1 and p = 2x, we get (h∘p) = h(p) = h(2x) = (2x)² - 1 = 4x² - 1, while (p∘h) = p(h) = p = 2 = 2x² - 2. The order matters!
When finding domains of composite functions, you need to consider two things: the domain of the inner function AND what values from that domain will work in the outer function. This gets especially important with fractions (where denominators can't be zero) and square roots (where expressions under the radical can't be negative).
🧠 Pro Tip: To find the domain of f(g), first identify what values of x work in g, then check which of those outputs from g will work as inputs for f. The final domain is the intersection of these constraints.

Domains and Decomposing Functions
Finding domains of composite functions requires careful attention to restrictions. Different types of functions have different domain limitations that you need to watch for.
Polynomial functions have domains of all real numbers, but fractions require that denominators never equal zero. Square roots need whatever is inside the radical to be non-negative. When functions are combined, you need to check all restrictions from both functions.
For example, if f = x² + 1 and g = √x, then the domain of g is [0,∞) because you can't take the square root of a negative number. When finding f(g) = (√x)² + 1 = x + 1, the domain is still [0,∞) because that's what g requires as input.
Decomposing functions means working backward from a composite function to find its components. When given f(g), you need to identify what the "mother function" f is, and then determine what was plugged into it (g). For example, if f(g) = √x - 1, the mother function might be f = √x, and g = x - 1.
There's often more than one correct way to decompose a function. For f(g) = 2/, you might identify f = 2/x as the mother function, making g = 3x+1. This is like detective work - you're looking for clues about what operations were performed in what order.
💡 Quick Check: To verify your decomposition, plug g into f and make sure you get the original composite function. If f = 2/x and g = 3x+1, then f(g) = 2/, which matches!

Inverse Functions
Inverse functions essentially "undo" what the original function does. If a function takes x to y, its inverse takes y back to x. But not all functions have inverses!
How can you tell if a function has an inverse? Use the horizontal line test. If any horizontal line intersects your function's graph more than once, the function doesn't have an inverse. This makes sense because an inverse function needs to "know" exactly which x-value to return to, with no ambiguity.
A one-to-one function passes both the vertical line test (making it a function) and the horizontal line test (meaning it has an inverse). Functions that fail the horizontal line test, like y = x², don't have inverses because multiple inputs give the same output (like both 2 and -2 give 4).
To find an inverse algebraically, follow these steps: Replace f with y, swap x and y, solve for y, and then replace y with f⁻¹. For example, to find the inverse of f = /x:
- Write y = /x
- Multiply both sides by x: xy = x+2
- Rearrange: xy - x = 2
- Factor out x: x = 2
- Solve for x: x = 2/
- Replace y with x: f⁻¹ = 2/
⚡ Power Move: When graphing a function and its inverse, they're always reflections of each other across the line y = x. This is a great way to check if you've found the correct inverse!

Practice with Composite Functions
Now it's time to put your skills to work with some practice problems! Working through these examples will help cement your understanding of composite functions.
When computing composite functions like f, always work from the inside out. First calculate g = 3 = -9, then find f = 2 - 1 = -18 - 1 = -19. For more complex compositions like f(g(h(2))), work step by step: h(2) = 2² + 1 = 5, then g(5) = 3(5) = 15, and finally f(15) = 2(15) - 1 = 30 - 1 = 29.
Composite functions can also involve expressions rather than specific values. For f, substitute x + 1 wherever you see x in the original function: f = 2 - 1 = 2x + 2 - 1 = 2x + 1. Similarly, h = ² + 1 = x² - 4x + 4 + 1 = x² - 4x + 5.
When finding composite functions with algebraic expressions like f(g), substitute the entire g expression wherever x appears in f. If f = -3x + 7 and g = 2x² - 8, then f(g) = -3 + 7 = -6x² + 24 + 7 = -6x² + 31.
🏆 Challenge Yourself: Try making up your own composite function problems and solving them. The more practice you get, the more confident you'll feel on tests!
We thought you’d never ask...
Similar Content
Most popular content in Pre-Calculus
9Solutions of Oblique Triangles
This is a note about solutions of oblique triangles with examples.
Mathematics (Solid Mensuration)
This note is all about solid mensuration, angles, and polygons. It includes formulas and sample problems with solution.
AP Precalculus Notes: Unit 1 CRAM
I used a couple abbreviations in these notes, so I'll quickly define them! VA: Vertical Asymptote, HA: Horizontal Asymptote, UND: Undefined, LC: Leading Coefficient, ROC: Rate of change. Good luck! :)
Solid Mensuration
Basic concepts on solid mensuration
Derivative of Trigonometric Functions
This is about getting the derivative of trigonometric functions.
Pythagorean Theorem
Precalculus Graphing basics, Distance Formula, Midpoint Formula
Introduction to Conics: Parabolas
Notes and word problems/questions about the topic
Derivative of Inverse Trigonometric Functions
This is about getting the derivative of inverse trigonometric functions.
Midpoint formula ( Analytic Geom )
Solving midpoint formula
Most popular content
9Introduction to SAT Error Pattern Analysis
Practice identifying common reasoning traps and misinterpretations in SAT reading and math stimuli to understand why distractors are plausible.
Cell Organelles
This Quiz Is To Test Your Knowledge Of Cell Organelles And Their Functions Inside The Cell. It Can Also Be A Study Guide To Remember Them Better.
Foundations of Ethical Guidelines in Research
Practice the core principles of the APA ethical code including informed consent, debriefing, and the role of Institutional Review Boards.
biology cell organelles and functions
Do you know the cell organelles and their functions?
Introduction to SAT Scoring and Scaled Results
Practice interpreting how raw scores are converted to the 1600-point scale and identifying the composition of section scores.
Foundations of Research Design and Methodology
Practice distinguishing between different research methods including experiments, correlations, and case studies while identifying key variables.
Math Made Easy: Essential Concepts for Grade 7
Master key math concepts with this comprehensive flashcard set designed specifically for 7th graders. Boost your understanding and ace your exams!
Mitosis and Cell Division Flashcards
These flashcards cover the basics of mitosis and why cell division occurs in the first place.
Historical Foundations of Psychology
Practice distinguishing between structuralism, functionalism, and the early philosophical roots of psychological science.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Understanding the Twelve Basic Functions
Ready to master the twelve basic functions that are essential for Pre-Calculus? This guide breaks down each function's key characteristics, shows you how to work with composite functions, and explains how to find inverse functions. These concepts are crucial for...

The Twelve Basic Functions
Ever wondered why some functions are considered "basic" in math? These twelve functions form the foundation of more complex mathematics. Let's explore their essential characteristics!
Each function has specific properties that make it unique. For the identity function , the input equals the output, creating a straight line through the origin with domain and range of all real numbers. The squaring function creates that familiar U-shaped parabola, while the exponential function grows increasingly rapidly.
Some functions have interesting behaviors at their edges. The natural logarithm function (ln) has a vertical asymptote at x = 0, meaning it approaches negative infinity as x approaches zero. The reciprocal function has both horizontal and vertical asymptotes, creating a hyperbola.
Functions like sine and cosine oscillate between -1 and 1, creating those wave patterns you see everywhere from sound waves to electricity. The greatest integer function creates a staircase pattern because it rounds down to the nearest integer.
💡 Quick Tip: Pay attention to each function's domain, range, and symmetry. These properties will help you recognize the functions and sketch them quickly on tests!

Greatest Integer Function & Building Functions
The Greatest Integer Function is a bit tricky but super useful! It rounds numbers down to the nearest integer. Your textbook notation is int, but you might also see it as [x] in other materials.
Think of the Greatest Integer Function as always rounding down, no matter how close a number is to the next integer. For example, int(3.999) = 3, and int(4.001) = 4. With negative numbers, you still round down, so int = -3 . When graphed, this function creates a staircase pattern with open circles at one end of each "step."
Building composite functions means plugging one function into another. If f = 2x-3 and you're asked to find f(2), simply replace x with 2: f(2) = 2(2)-3 = 4-3 = 1. For something like f, substitute 3x-1 wherever you see x: f = 2-3 = 6x-2-3 = 6x-5.
When working with two different functions like f = -z + 4 and h = 2z, finding f(h(3)) means you first calculate h(3) = 2(3) = 6, then find f(6) = -6 + 4 = -2. We write this as (f∘h)(3) = -2, which is read as "f composed with h of 3."
🔑 Remember: Always work from inside the parentheses outward! The innermost function gets evaluated first, then its result becomes the input for the outer function.

Composition of Functions
Composition functions might look intimidating, but they're actually just functions working together! When we write (f∘g), we're simply saying "apply function g first, then apply function f to that result."
Let's see how this works. If f = x + 1 and g = x², then f(g) means f(x²) = x² + 1. We've just created a new function by composition! Similarly, if f = 3x + 5 and g = x - 2, then (f∘g) = f(g) = f = 3 + 5 = 3x - 6 + 5 = 3x - 1.
Notice that (f∘g) and (g∘f) usually give different results. For example, with h = x² - 1 and p = 2x, we get (h∘p) = h(p) = h(2x) = (2x)² - 1 = 4x² - 1, while (p∘h) = p(h) = p = 2 = 2x² - 2. The order matters!
When finding domains of composite functions, you need to consider two things: the domain of the inner function AND what values from that domain will work in the outer function. This gets especially important with fractions (where denominators can't be zero) and square roots (where expressions under the radical can't be negative).
🧠 Pro Tip: To find the domain of f(g), first identify what values of x work in g, then check which of those outputs from g will work as inputs for f. The final domain is the intersection of these constraints.

Domains and Decomposing Functions
Finding domains of composite functions requires careful attention to restrictions. Different types of functions have different domain limitations that you need to watch for.
Polynomial functions have domains of all real numbers, but fractions require that denominators never equal zero. Square roots need whatever is inside the radical to be non-negative. When functions are combined, you need to check all restrictions from both functions.
For example, if f = x² + 1 and g = √x, then the domain of g is [0,∞) because you can't take the square root of a negative number. When finding f(g) = (√x)² + 1 = x + 1, the domain is still [0,∞) because that's what g requires as input.
Decomposing functions means working backward from a composite function to find its components. When given f(g), you need to identify what the "mother function" f is, and then determine what was plugged into it (g). For example, if f(g) = √x - 1, the mother function might be f = √x, and g = x - 1.
There's often more than one correct way to decompose a function. For f(g) = 2/, you might identify f = 2/x as the mother function, making g = 3x+1. This is like detective work - you're looking for clues about what operations were performed in what order.
💡 Quick Check: To verify your decomposition, plug g into f and make sure you get the original composite function. If f = 2/x and g = 3x+1, then f(g) = 2/, which matches!

Inverse Functions
Inverse functions essentially "undo" what the original function does. If a function takes x to y, its inverse takes y back to x. But not all functions have inverses!
How can you tell if a function has an inverse? Use the horizontal line test. If any horizontal line intersects your function's graph more than once, the function doesn't have an inverse. This makes sense because an inverse function needs to "know" exactly which x-value to return to, with no ambiguity.
A one-to-one function passes both the vertical line test (making it a function) and the horizontal line test (meaning it has an inverse). Functions that fail the horizontal line test, like y = x², don't have inverses because multiple inputs give the same output (like both 2 and -2 give 4).
To find an inverse algebraically, follow these steps: Replace f with y, swap x and y, solve for y, and then replace y with f⁻¹. For example, to find the inverse of f = /x:
- Write y = /x
- Multiply both sides by x: xy = x+2
- Rearrange: xy - x = 2
- Factor out x: x = 2
- Solve for x: x = 2/
- Replace y with x: f⁻¹ = 2/
⚡ Power Move: When graphing a function and its inverse, they're always reflections of each other across the line y = x. This is a great way to check if you've found the correct inverse!

Practice with Composite Functions
Now it's time to put your skills to work with some practice problems! Working through these examples will help cement your understanding of composite functions.
When computing composite functions like f, always work from the inside out. First calculate g = 3 = -9, then find f = 2 - 1 = -18 - 1 = -19. For more complex compositions like f(g(h(2))), work step by step: h(2) = 2² + 1 = 5, then g(5) = 3(5) = 15, and finally f(15) = 2(15) - 1 = 30 - 1 = 29.
Composite functions can also involve expressions rather than specific values. For f, substitute x + 1 wherever you see x in the original function: f = 2 - 1 = 2x + 2 - 1 = 2x + 1. Similarly, h = ² + 1 = x² - 4x + 4 + 1 = x² - 4x + 5.
When finding composite functions with algebraic expressions like f(g), substitute the entire g expression wherever x appears in f. If f = -3x + 7 and g = 2x² - 8, then f(g) = -3 + 7 = -6x² + 24 + 7 = -6x² + 31.
🏆 Challenge Yourself: Try making up your own composite function problems and solving them. The more practice you get, the more confident you'll feel on tests!
We thought you’d never ask...
Similar Content
Most popular content in Pre-Calculus
9Solutions of Oblique Triangles
This is a note about solutions of oblique triangles with examples.
Mathematics (Solid Mensuration)
This note is all about solid mensuration, angles, and polygons. It includes formulas and sample problems with solution.
AP Precalculus Notes: Unit 1 CRAM
I used a couple abbreviations in these notes, so I'll quickly define them! VA: Vertical Asymptote, HA: Horizontal Asymptote, UND: Undefined, LC: Leading Coefficient, ROC: Rate of change. Good luck! :)
Solid Mensuration
Basic concepts on solid mensuration
Derivative of Trigonometric Functions
This is about getting the derivative of trigonometric functions.
Pythagorean Theorem
Precalculus Graphing basics, Distance Formula, Midpoint Formula
Introduction to Conics: Parabolas
Notes and word problems/questions about the topic
Derivative of Inverse Trigonometric Functions
This is about getting the derivative of inverse trigonometric functions.
Midpoint formula ( Analytic Geom )
Solving midpoint formula
Most popular content
9Introduction to SAT Error Pattern Analysis
Practice identifying common reasoning traps and misinterpretations in SAT reading and math stimuli to understand why distractors are plausible.
Cell Organelles
This Quiz Is To Test Your Knowledge Of Cell Organelles And Their Functions Inside The Cell. It Can Also Be A Study Guide To Remember Them Better.
Foundations of Ethical Guidelines in Research
Practice the core principles of the APA ethical code including informed consent, debriefing, and the role of Institutional Review Boards.
biology cell organelles and functions
Do you know the cell organelles and their functions?
Introduction to SAT Scoring and Scaled Results
Practice interpreting how raw scores are converted to the 1600-point scale and identifying the composition of section scores.
Foundations of Research Design and Methodology
Practice distinguishing between different research methods including experiments, correlations, and case studies while identifying key variables.
Math Made Easy: Essential Concepts for Grade 7
Master key math concepts with this comprehensive flashcard set designed specifically for 7th graders. Boost your understanding and ace your exams!
Mitosis and Cell Division Flashcards
These flashcards cover the basics of mitosis and why cell division occurs in the first place.
Historical Foundations of Psychology
Practice distinguishing between structuralism, functionalism, and the early philosophical roots of psychological science.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.