Determining if a function is odd or even

  • Thread starter Thread starter ainster31
  • Start date Start date
  • Tags Tags
    even Function
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 · 2K views
ainster31
Messages
158
Reaction score
1

Homework Statement



t1dk1L2.png


Homework Equations


The Attempt at a Solution



$$f(-x)=\begin{cases} -x+5,\quad -2<x<0 \\ x+5,\quad 0≤x<2 \end{cases}\\ =f(x)$$

The issue is that I can't get to the second step. I know the function is even.
 
Physics news on Phys.org
ainster31 said:

Homework Statement



t1dk1L2.png


Homework Equations





The Attempt at a Solution



$$f(-x)=\begin{cases} -x+5,\quad -2<x<0 \\ x+5,\quad 0≤x<2 \end{cases}\\ =f(x)$$

The issue is that I can't get to the second step. I know the function is even.

You should have
$$f(-x)=\begin{cases} -x+5,\quad -2<-x<0 \\ x+5,\quad 0≤-x<2 \end{cases}$$

(You need to substitute -x for x in the inequalities as well.)
 
ainster31 said:

Homework Statement



t1dk1L2.png


Homework Equations





The Attempt at a Solution



$$f(-x)=\begin{cases} -x+5,\quad -2<x<0 \\ x+5,\quad 0≤x<2 \end{cases}\\ =f(x)$$

The issue is that I can't get to the second step. I know the function is even.
I have no idea what you mean by "the second step". (What was the first step?) Just use the definition of "even function".

If -2< x< 0 then 0< x< 2 so f(-x)= (-x)+ 5= -x+ 5= f(x).
If 0< x< 2 then -2< x< 0 so f(-x)= -(-x)+ 5= x+ 5= f(x).