Imagine you are controlling a rocket. You need to track two things:
If someone asks "What is \(y\) when \(t=3\)?", you would be confused. Which \(y\)? Height or Speed?
We give each rule a unique name. This avoids confusion.
Now, if I ask for \(h(3)\), you know exactly which rule to use.
Notice how \(h(3)\) and \(v(3)\) give different answers for the same input. "y" couldn't handle this!
Don't overcomplicate it. A function is just a Processor.
It takes an Input, follows a Rule, and gives an Output.
If the rule is "Juice it", then \(f(\text{Apple}) = \text{Apple Juice}\).
In algebra, \(f(x)\) is a machine with an empty slot: \(f(\Box)\).
Whatever you drop in the slot replaces every instance of \(x\) in the rule.
If the rule is \(f(x) = x^2 + 1\), what is \(f(1-x)\)?
(We replace the "Apple" with a "Basket of Fruit". The whole basket gets processed.)
Test 1 (Numeric): If \(f(x)\) is Even and \(f(2) = 4\), what is \(f(-2)\)?
Test 2 (Algebraic): Classify the expression \(x^2 + 5\). (Test by putting \(-x\) in)
Standard Even symmetry is around the line \(x=0\). We check distance \(x\) from 0:
\(f(0-x) = f(0+x) \rightarrow f(-x) = f(x)\)
What if the mirror moves to \(x=1\)?
We check distance \(x\) from the new center 1:
This means the graph is symmetrical around the vertical line \(x=1\).
Quick Quiz: What does \(f(2-x) = f(2+x)\) mean?
Standard Odd functions rotate around the origin point \((0,0)\).
Rule: \(f(-x) = -f(x)\).
If we shift the center of rotation to \(x=a\) (a point \((a,0)\)), the logic holds:
This describes a graph that rotates 180° around the point \((a,0)\).
These questions test the same logic as the Scholarship question (using symmetry to find values) but without long summations.
Let \(f(x)\) be an Odd function.
This means \(f(-x) = -f(x)\).
If \(f(-3) = 4\), what is the value of \(f(3)\)?
A function satisfies the rule: \(f(2 - x) = f(2 + x)\).
(This means the graph is symmetrical around the line \(x=2\))
If we know \(f(0) = 7\), what is the value of \(f(4)\)?
Hint: Test \(x=2\) in the formula. \(f(2-2) = f(2+2)\).
Let \(f(x)\) be an Odd function. It also satisfies the symmetry rule:
Given that \(f(1) = 5\). Find the value of \(f(3)\).
This graph shows an example function \(f(x) = 5\sin(\frac{\pi x}{2})\) that satisfies the puzzle's conditions.
It is Odd, passes through \((1,5)\), and has symmetry around \(x=1\). Check the point at \(x=3\)!