How do you calculate even or odd functions?

  • Context: High School 
  • Thread starter Thread starter Aka
  • 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
2 replies · 6K views
Aka
Messages
12
Reaction score
0
I know an even function satisfies f(x)=f(-x) for all values of x in its domain. An odd function satisfies f(-x)=-f(x) for all the values of x in the domain. But, how do you calculate this if you have an equation?
ex. f(x)=-2x+1
 
Mathematics news on Phys.org
Aka said:
I know an even function satisfies f(x)=f(-x) for all values of x in its domain. An odd function satisfies f(-x)=-f(x) for all the values of x in the domain. But, how do you calculate this if you have an equation?
ex. f(x)=-2x+1
You insert the value of x and see if it matches, e.g.
f(x) = -2x+1
f(-x) = -2(-x) + 1
= 2x+1
so it isn't even...

Do a similar thing to test if it is odd (be careful with the brackets)