Parity of Functions

This article is being translated. Please check back soon.

Exercises

Exercise 1

Determine the parity of the function f(x)=x3+xf(x) = x^3 + x.

Reference Answer(3 个标签)
parityodd functionfunction determination

Solution Approach: We need to compute f(x)f(-x) and compare it with f(x)f(x).

Detailed Steps:

  1. Compute f(x)f(-x): f(x)=(x)3+(x)=x3x=(x3+x)=f(x)f(-x) = (-x)^3 + (-x) = -x^3 - x = -(x^3 + x) = -f(x)
  2. Comparison: Since f(x)=f(x)f(-x) = -f(x), this function is an odd function.

Answer: This function is an odd function.

Exercise 2

Determine the parity of the function f(x)=x2+2x+1f(x) = x^2 + 2x + 1.

Reference Answer(3 个标签)
parityeven functionfunction determination

Solution Approach: We need to compute f(x)f(-x) and compare it with f(x)f(x).

Detailed Steps:

  1. Compute f(x)f(-x): f(x)=(x)2+2(x)+1=x22x+1f(-x) = (-x)^2 + 2(-x) + 1 = x^2 - 2x + 1
  2. Comparison: f(x)f(x)f(-x) \neq f(x) and f(x)f(x)f(-x) \neq -f(x)
  3. Therefore this function is neither odd nor even.

Answer: This function is neither odd nor even.