Functions can exhibit symmetry that makes them easier to analyze, integrate, and understand. Two fundamental symmetries are even and odd functions, named for their behavior with polynomial powers.
For even: f(−x)=f(x) means the height at x=−a equals the height at x=a. That's y-axis reflection.
For odd: f(−x)=−f(x) means the height at x=−a is the negative of the height at x=a. Point (a,b) maps to (−a,−b), which is exactly a 180° rotation about the origin.
We want to split f(x) into two parts. Let's guess:
f(x)=E(x)+O(x)
For this to work with even and odd parts:
E(x) must satisfy E(−x)=E(x)
O(x) must satisfy O(−x)=−O(x)
Write the equation at −x:
f(−x)=E(−x)+O(−x)=E(x)−O(x)
Now we have two equations:
f(x)=E(x)+O(x)f(−x)=E(x)−O(x)
Add them:
f(x)+f(−x)=2E(x)⟹E(x)=2f(x)+f(−x)
Subtract them:
f(x)−f(−x)=2O(x)⟹O(x)=2f(x)−f(−x)
Why these formulas? The average 2f(x)+f(−x) cancels out any odd behavior (since odd parts cancel when added). The half-difference 2f(x)−f(−x) cancels even behavior (since even parts cancel when subtracted).
Imagine you have a machine that takes numbers and spits out answers. An even function is like a machine that doesn't care if you put in a positive or negative number — it gives the same answer either way. Like squaring: (−3)2=9 and 32=9. The machine says "I only care about how big the number is, not its sign."
An odd function is like a machine that flips the answer when you flip the sign of the input. Like multiplying by 5: put in −3, get −15; put in 3, get 15. The sign of the input controls the sign of the output.
On a graph, even functions look like butterfly wings — the same on both sides of the y-axis. Odd functions look like they're doing a cartwheel through the origin — spin them halfway around and they look the same.
Most functions are neither — they're just asymetric, like your face (close to symmetric, but not perfect). But when a function IS symmetric, it makes math way easier because you only have to work with half of it.
Function transformations — reflection about y-axis relates to even functions
Symmetry in calculus — integration shortcuts using even/odd
Fourier series — even functions → cosine series, odd functions → sine series
Polynomial functions — even/odd powers give the terminology
Trigonometric functions — cos is even, sin is odd (fundamental identities)
Hyperbolic functions — cosh is even, sinh is odd (from exponential decomposition)
Domain and range — domain symmetry is prerequisite for even/odd classification
#flashcards/maths
What is the algebraic test for an even function? :: A function f(x) is even if f(−x)=f(x) for all x in its domain.
What is the algebraic test for an odd function?
A function f(x) is odd if f(−x)=−f(x) for all x in its domain.
What graphical symmetry does an even function have?
Symmetric about the y-axis (mirror reflection).
What graphical symmetry does an odd function have?
180° rotational symmetry about the origin (point reflection).
What must be true about the domain for a function to be even or odd? :: The domain must be symmetric about the origin (if x is in the domain, so is −x).
Dekho, even aur odd functions ka core idea sirf symmetry ke baare mein hai. Even function woh hota hai jaha aap x ki jagah -x daalo toh output same rehta hai, yaani f(-x) = f(x) — jaise x² mein negative daalne se bhi wahi answer aata hai. Iska matlab graph y-axis ke around mirror jaisa symmetric hota hai, jaise aap graph ko fold karo toh dono halves perfectly match ho jaate hain. Odd function mein x ki jagah -x daalne se output ka sign flip ho jaata hai, f(-x) = -f(x), aur graph origin ke around 180° rotate karne pe same dikhta hai. Naam "even" aur "odd" isliye pade kyunki even powers (x², x⁴) even functions hain aur odd powers (x³, x⁵) odd functions.
Ab testing bahut simple hai — bas f(-x) nikaalo, simplify karo, aur compare karo original f(x) se. Agar same aaya toh even, agar exact negative aaya toh odd, aur agar dono mein se kuch nahi toh "neither". Jaise x² + x mein x² even banana chahta hai par x odd, dono aapas mein fight karte hain, isliye koi overall symmetry nahi banti — matlab neither. Yeh mixing yaad rakhna important hai kyunki students yahi galti karte hain.
Yeh concept isliye matter karta hai kyunki symmetry ek natural shortcut hai — agar aapko function ka aadha pata hai toh poora pata chal jaata hai. Integration mein, especially definite integrals mein jo symmetric limits ke around hote hain, even/odd property se calculation aadha ho jaata hai (odd function ka symmetric integral toh directly zero ban jaata hai!). Isliye exams mein aur higher maths jaise Fourier analysis mein yeh cheez bar-bar kaam aayegi, toh iski intuition abhi se solid kar lo.