Determining if a function is odd or even

  • Thread starter Thread starter ainster31
  • Start date Start date
  • Tags Tags
    even Function
AI Thread Summary
To determine if a function is odd or even, one must evaluate f(-x) and compare it to f(x). The function given is piecewise defined, with two cases for different intervals. It is confirmed that substituting -x into the function's definition requires adjusting the inequalities accordingly. The conclusion drawn is that since f(-x) equals f(x) for all relevant intervals, the function is indeed even. Understanding the correct substitution and applying the definition of an even function is crucial for the solution.
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).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top