How to Memorize Even and Odd Functions?

  • Context: High School 
  • Thread starter Thread starter basty
  • Start date Start date
  • Tags Tags
    even Functions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
basty
Messages
94
Reaction score
0
How do you memorize the even and odd function?
 
Mathematics news on Phys.org
Even functions can be reflected in the y-axis without being changed and odd functions can be rotated 180o about the origin without being changed. Is this what you're asking to try and remember?
 
I memorize by that ##f(x)=x^n,n\in \mathbb{N}## is an odd function if ##n## is odd but is an even function if ##n## is even.
 
tommyxu3 said:
I memorize by that ##f(x)=x^n,n\in \mathbb{N}## is an odd function if ##n## is odd but is an even function if ##n## is even.
I'm not sure what you mean you are "memorizing". It is true that a polynomial that includes only odd powers is odd and a polynomial that includes only even powers is even but there exist many even or odd functions that are not polynomials, such as cos(x) and sin(x). If you mean you are thinking of [itex]x^n[/itex] to remember the definition of "even" and "odd" functions, surely it is not that difficult to remember the definitions themselves.
 
Yes, I know their definitions exactly, and I do just mean the memorization, for I think this may be what the starter meant.
Besides, ##f(x)=0## is also a polynomial and is both odd and even, which didn't only include odd powers, though its degree makes lots of explanations.
 
basty said:
How do you memorize the even and odd function?
Perhaps sketch a straight line at 45° in the first quadrant. Picture that as one half of the letter V, and complete the other half of the "V" by drawing its mirror image in the y axis.

The letter "V" represents an EVEN FUNCTION.
 
  • Like
Likes   Reactions: nuuskur and phoenix95
If [itex]f(-x) = f(x)[/itex] then the function is even. If [itex]f(-x) = -f(x)[/itex] then the function is odd.

Example: [itex]f(x)=2x^4+4x^2-1[/itex] is even since [itex]f(-x) = 2(-x)^4+4(-x)^2-1 = 2x^4+4x^2-1 = f(x)[/itex].

Example: [itex]f(x)=x^3-3x[/itex] is odd since [itex]f(-x) = (-x)^3 - 3(-x) = -x^3 + 3x = -(x^3-3x) = -f(x)[/itex]

Exaple: [itex]f(x)=x^2-x[/itex] is neither even nor odd. Note that [itex]f(-x)=(-x)^2-(-x) = x^2+x[/itex] so that [itex]f(-x)\not= f(x)[/itex] (not even) and [itex]f(-x)\not=-f(x)[/itex] (not odd).