Functions and Equations -- Diagnostic Tests
Functions and Equations — Diagnostic Tests
Section titled “Functions and Equations — Diagnostic Tests”flowchart TD
A[Diag Functions Equations] --> B[Key Concepts]
A --> C[Core Principles]
A --> D[Practical Applications]
B --> E[Fundamental definitions]
C --> F[Design patterns]
D --> G[Real-world usage]Intuition
Section titled “Intuition”Functions are like machines — you put in an input, and they reliably produce an output according to a specific rule: Understanding function behavior — domain, range, transformations, and inverses — is the language of mathematical modeling
Why it matters: Functions describe relationships in physics, economics, biology, and virtually every quantitative field
The key insight: Understanding function behavior — domain, range, transformations, and inverses — is the language of mathematical modeling
Unit Tests
Section titled “Unit Tests”Tests edge cases, boundary conditions, and common misconceptions for functions and equations.
UT-1: Domain of Composite Functions with Restrictions
Section titled “UT-1: Domain of Composite Functions with Restrictions”Question:
Given and :
(a) Find the domain of .
(b) Find the domain of .
(c) A student claims that . Explain why this is incorrect.
[Difficulty: hard. Tests the subtle but critical rule that the domain of excludes values where falls outside the domain of .]
Solution:
(a) .
Domain restrictions:
- From : (denominator of ).
- From : the argument of the square root must be non-negative: .
Solve :
Critical values: (numerator zero) and (denominator zero).
Sign chart:
- : numerator Denominator . Ratio . Not valid.
- : numerator Denominator . Ratio . Valid.
- : numerator Denominator . Ratio . Not valid.
Domain of : .
(b) .
Domain restrictions:
- From : So .
- From : So Giving .
Domain of : .
(c) The student is incorrect. is not . It is the subset of for which falls within . Here But Which is a proper subset.
UT-2: Inverse Function Notation Confusion
Section titled “UT-2: Inverse Function Notation Confusion”Question:
Let for .
(a) Find and state its domain.
(b) A student writes . Identify the error.
(c) Verify that for all in the domain of .
[Difficulty: hard. Tests the common misconception that means reciprocal.]
Solution:
(a) Let .
The domain of equals the range of . Since As , But . The horizontal asymptote at is never reached. Domain: .
(b) The student computed Confusing the inverse function with the reciprocal . The notation means the function that “undoes” Not .
(c) For :
Verified.
UT-3: Function Transformation Order
Section titled “UT-3: Function Transformation Order”Question:
The graph of passes through the point . After the transformation The graph passes through the point .
Find the values of and .
A student reasons: “We translate left by 1, so . Then stretch vertically by 2 and translate up by 3, so .”
(a) Identify the error in the student”s reasoning.
(b) Find the correct values of and .
[Difficulty: hard. Tests the counterintuitive nature of horizontal transformations.]
Solution:
(a) The student’s error is in the horizontal transformation. The transformation shifts the graph to the right by 1 (not left). The student said “translate left by 1” and set But the correct calculation would give .
(b) For :
- The transformation shifts right by 1, so the input changes: requires I.e., . So .
- At the original point, . The vertical stretch by (reflection in -axis then stretch by 2) gives . Then translate up by 3: .
The point maps to .
Integration Tests
Section titled “Integration Tests”Tests synthesis of functions and equations with other topics.
IT-1: Iteration and Fixed Points (with Sequences)
Section titled “IT-1: Iteration and Fixed Points (with Sequences)”Question:
The function is defined by .
(a) Find the fixed points of (values where ).
(b) Show that for all And hence state .
[Difficulty: hard. Combines function iteration with inverse function identification.]
Solution:
(a) Solve :
The fixed points are and .
(b)
This should equal :
This is not identically equal to Confirming that is not self-inverse.
Since is a Mobius transformation with It is invertible. The inverse is:
We can verify: .
So with domain .
Common Mistakes
Section titled “Common Mistakes”Confusing one-to-one with many-to-one functions: A function can only have an inverse if it’s one-to-one (passes horizontal line test). Many-to-one functions don’t have inverses unless you restrict the domain.
Forgetting to state domain restrictions: When finding inverses, always check for domain restrictions. Dividing by zero or taking square roots of negatives creates undefined values.
Mixing up f(x) with f⁻¹(x): f⁻¹(x) is the inverse function, not 1/f(x). The -1 is notation for inverse, not an exponent.
Cross-References
Section titled “Cross-References”- Number and Algebra: Algebra is foundational
- Functions: Functions are central
- Calculus: Calculus is a major topic