π Functional Equations (Light)
Basic functional equation techniques for AMC 12. Focus on substitutions, invariants, and common patterns.
π― Key Ideas
Functional Equation: Equation where the unknown is a function, not a number.
Substitution: Replace variables with specific values to find function properties.
Invariants: Properties that remain constant under certain transformations.
π Basic Techniques
Substitution Method
- Substitute specific values for variables
- Look for patterns in the resulting equations
- Use symmetry or special properties
Example: Find all functions $f: \mathbb{R} \to \mathbb{R}$ such that $f(x+y) = f(x) + f(y)$
Solution:
- Substitute $x = 0$: $f(y) = f(0) + f(y)$ β $f(0) = 0$
- Substitute $y = -x$: $f(0) = f(x) + f(-x)$ β $f(-x) = -f(x)$ (odd function)
- Substitute $y = x$: $f(2x) = 2f(x)$
- By induction: $f(nx) = nf(x)$ for all integers $n$
- For rationals: $f(\frac{p}{q}x) = \frac{p}{q}f(x)$
- Assuming continuity: $f(x) = cx$ for some constant $c$
π Common Patterns
Cauchy’s Functional Equation
$$f(x+y) = f(x) + f(y)$$
Solution: $f(x) = cx$ (assuming continuity)
Multiplicative Functional Equation
$$f(xy) = f(x)f(y)$$
Solution: $f(x) = x^k$ for some constant $k$ (assuming continuity and $f \neq 0$)
Example: Find all functions $f: \mathbb{R}^+ \to \mathbb{R}^+$ such that $f(xy) = f(x)f(y)$
Solution:
- Substitute $x = 1$: $f(y) = f(1)f(y)$ β $f(1) = 1$ (assuming $f \neq 0$)
- Substitute $y = \frac{1}{x}$: $f(1) = f(x)f(\frac{1}{x})$ β $f(\frac{1}{x}) = \frac{1}{f(x)}$
- For positive integers: $f(n) = f(1 \cdot 1 \cdot \ldots \cdot 1) = f(1)^n = 1^n = 1$
- For rationals: $f(\frac{p}{q}) = f(p)^{1/q} = 1^{1/q} = 1$
- Assuming continuity: $f(x) = 1$ for all $x > 0$
π Invariants
Definition
An invariant is a property that remains unchanged under certain operations.
Example: Find all functions $f: \mathbb{R} \to \mathbb{R}$ such that $f(x+1) = f(x) + 1$
Solution:
- Define $g(x) = f(x) - x$
- Substitute: $g(x+1) = f(x+1) - (x+1) = f(x) + 1 - x - 1 = f(x) - x = g(x)$
- So $g$ is periodic with period 1: $g(x+1) = g(x)$
- Therefore: $f(x) = x + g(x)$ where $g$ is periodic with period 1
π― AMC-Style Worked Example
Problem: Find all functions $f: \mathbb{R} \to \mathbb{R}$ such that $f(x^2) = (f(x))^2$ for all $x$.
Solution:
- Substitute $x = 0$: $f(0) = (f(0))^2$ β $f(0) = 0$ or $f(0) = 1$
- Substitute $x = 1$: $f(1) = (f(1))^2$ β $f(1) = 0$ or $f(1) = 1$
- Substitute $x = -1$: $f(1) = (f(-1))^2$ β $f(-1) = \pm\sqrt{f(1)}$
- Case 1: If $f(0) = 0$ and $f(1) = 0$:
- For $x > 0$: $f(x^2) = (f(x))^2 = 0$ β $f(x) = 0$ for all $x > 0$
- For $x < 0$: $f(x^2) = (f(x))^2 = 0$ β $f(x) = 0$ for all $x < 0$
- Solution: $f(x) = 0$ for all $x$
- Case 2: If $f(0) = 0$ and $f(1) = 1$:
- For $x > 0$: $f(x^2) = (f(x))^2$ β $f(x) = x^k$ for some $k$
- Check: $(x^k)^2 = (x^2)^k$ β $x^{2k} = x^{2k}$ β
- For $x < 0$: $f(x^2) = (f(x))^2$ β $f(x) = |x|^k$ or $f(x) = -|x|^k$
- Solution: $f(x) = x^k$ for $x \geq 0$ and $f(x) = |x|^k$ or $f(x) = -|x|^k$ for $x < 0$
Answer: $f(x) = 0$ or $f(x) = x^k$ (with appropriate domain restrictions)
π Common Traps & Fixes
Trap: Assuming continuity without justification
Fix: Only assume continuity if the problem states it or if it’s reasonable in context.
Trap: Forgetting to check all cases
Fix: When you get $f(a) = 0$ or $f(a) = 1$, consider both possibilities.
Trap: Not verifying solutions
Fix: Always substitute your proposed solution back into the original equation.
Trap: Ignoring domain restrictions
Fix: Pay attention to the domain of the function (e.g., $\mathbb{R}^+$ vs $\mathbb{R}$).
π Quick Reference
Common Functional Equations
- $f(x+y) = f(x) + f(y)$ β $f(x) = cx$ (Cauchy’s equation)
- $f(xy) = f(x)f(y)$ β $f(x) = x^k$ (multiplicative)
- $f(x+1) = f(x) + 1$ β $f(x) = x + g(x)$ where $g$ is periodic
Basic Techniques
- Substitute specific values (0, 1, -1, etc.)
- Look for patterns and use induction
- Define auxiliary functions to simplify
- Use symmetry and special properties
- Verify solutions by substitution
Common Substitutions
- $x = 0$: Often gives $f(0)$
- $y = -x$: Often gives symmetry properties
- $y = x$: Often gives doubling formulas
- $y = 1$: Often gives $f(1)$
Prev: Vectors (Light)
Next: Problem Types
Back to: Topic Guides