Conceptual Bottlenecks Math Example 4
Follow the full solution, then compare it with the other examples linked below.
Example 4
mediumWhy is it a conceptual bottleneck to move from 'numbers' to 'functions as objects'? Give an example where treating a function as an object is essential.
Solution
- 1 With numbers, objects are static values like or . With functions as objects, we treat the whole rule as a single entity.
- 2 This shift is required for: derivatives (the derivative of is a new function ), function composition ( is a new function), and higher-order functions (a function that takes a function as input).
- 3 Example: integration as a linear operator takes a function as input and returns a number. Without thinking of functions as objects, this concept is inaccessible.
Answer
The shift from 'function as a rule applied to a number' to 'function as an object manipulated by operators' is a major conceptual bottleneck in moving from school mathematics to university mathematics.
About Conceptual Bottlenecks
Specific concepts or ideas whose misunderstanding blocks progress across a wide range of related mathematical topics.
Learn more about Conceptual Bottlenecks āMore Conceptual Bottlenecks Examples
Example 1 easy
Many students struggle with the transition from 'find [formula]' to 'prove for all [formula]'. Expla
Example 2 mediumA common bottleneck is understanding why [formula] does not require [formula] to be defined. Illustr
Example 3 easyStudents often confuse [formula] with something 'just below 1'. Show that [formula] exactly.