Even and Odd Functions Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Determine whether g(x)=xx2+1g(x) = \frac{x}{x^2 + 1} is even, odd, or neither.

Solution

  1. 1
    Compute g(โˆ’x)=โˆ’x(โˆ’x)2+1=โˆ’xx2+1g(-x) = \frac{-x}{(-x)^2 + 1} = \frac{-x}{x^2 + 1}.
  2. 2
    Compare with g(x)=xx2+1g(x) = \frac{x}{x^2+1}: we see g(โˆ’x)=โˆ’xx2+1=โˆ’g(x)g(-x) = -\frac{x}{x^2+1} = -g(x).
  3. 3
    Since g(โˆ’x)=โˆ’g(x)g(-x) = -g(x) for all xx, the function is odd.

Answer

Odd\text{Odd}
A function is odd if f(โˆ’x)=โˆ’f(x)f(-x) = -f(x) for all xx, meaning its graph has rotational symmetry about the origin (180ยฐ180ยฐ rotation). Here, the numerator is odd (โˆ’x-x) and the denominator is even (x2+1x^2 + 1), making the ratio odd.

About Even and Odd Functions

An even function satisfies f(โˆ’x)=f(x)f(-x) = f(x) (symmetric about yy-axis); an odd function satisfies f(โˆ’x)=โˆ’f(x)f(-x) = -f(x) (rotational symmetry about origin).

Learn more about Even and Odd Functions โ†’

More Even and Odd Functions Examples