πŸŽ“ BookMCQ
← Back to 1. Basics before calculus

πŸ“ Even and odd functions examples (15 MCQs)

πŸ“– From Calculus β€’ 1. Basics before calculus β€’ 15 questions available

What is Even and odd functions examples?

Definition:
Even functions satisfy f(βˆ’x)=f(x)f(-x)=f(x) and are symmetric about the y-axis, while odd functions satisfy f(βˆ’x)=βˆ’f(x)f(-x)=-f(x) and are symmetric about the origin, with examples including polynomials with only even/odd powers.

Example:
Even: f(x)=x2+1f(x)=x^2+1, since f(βˆ’x)=(βˆ’x)2+1=x2+1=f(x)f(-x)=(-x)^2+1=x^2+1=f(x); Odd: f(x)=x3βˆ’xf(x)=x^3-x, since f(βˆ’x)=(βˆ’x)3βˆ’(βˆ’x)=βˆ’x3+x=βˆ’(x3βˆ’x)=βˆ’f(x)f(-x)=(-x)^3-(-x)=-x^3+x=-(x^3-x)=-f(x).

Reason:
Classifying functions as even or odd helps in integration (e.g., integrals over symmetric intervals vanish for odd functions), and in understanding physical symmetries.

4
Easy
7
Medium
4
Hard

πŸ“ All Even and odd functions examples MCQs

Q1. Consider f(x)=x4βˆ’5x2+3f(x)=x^{4}-5x^{2}+3. Which statement is true about its parity?

A.Even βœ…
B.Odd
C.Neither
D.Both even and odd
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Because an even function satisfies f(-x)=f(x) for all x, and each term of the polynomial x4x^{4} and βˆ’5x2-5x^{2} is even while the constant 3 is also even, the whole expression is unchanged by replacing x with -x, so the function is even.

Q2. If ff is an even function and gg is any function, which of the following must be true about the composition h(x)=f(g(x))h(x)=f(g(x))?

A.h is even regardless of g.
B.h is odd regardless of g.
C.h has the same parity as g.
D.No parity can be guaranteed. βœ…
πŸ’‘ Difficulty: easy | βœ… Correct: D

πŸ“– Explanation: The outer function f is even, meaning f(-y)=f(y). For the composition h(x)=f(g(x)), the value h(-x)=f(g(-x)). Since we have no information about g, the parity of h depends entirely on g, and no definite parity can be asserted. Hence option D is correct.

Q3. Let ff be odd and gg be even. What is the parity of the composition h(x)=f(g(x))h(x)=f(g(x))?

A.Even
B.Odd
C.Neither βœ…
D.Both even and odd
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Since g is even, g(-x)=g(x). Substituting into h gives h(-x)=f(g(x)). Because f is odd, f(g(x)) is generally not equal to h(x) nor its negative, unless g(x)=0. Therefore the composition does not possess a guaranteed even or odd symmetry; it is classified as neither.

Q4. Define h(x)=f(x)+g(x)h(x)=f(x)+g(x) where ff is even and gg is odd. Which statement about the parity of hh is correct?

A.h is even
B.h is odd
C.h is neither even nor odd βœ…
D.h is both even and odd
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: An even function satisfies f(-x)=f(x) while an odd function satisfies g(-x)=-g(x). Adding them yields h(-x)=f(x)-g(x), which is not equal to h(x) nor to -h(x) for most x. Hence the sum is typically neither even nor odd.

Q5. Which of the following graphs must represent an odd function?

A.Symmetric about the y‑axis
B.Symmetric about the origin βœ…
C.Neither symmetry
D.Symmetric about both axes
πŸ’‘ Difficulty: easy | βœ… Correct: B

πŸ“– Explanation: A graph symmetric about the origin means that rotating the graph 180Β° leaves it unchanged, which is the defining geometric property of odd functions. Symmetry about the y‑axis corresponds to even functions. Therefore the correct description is symmetry about the origin.

Q6. The derivative of an even function is always:

A.Even
B.Odd βœ…
C.Neither
D.Both
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: Differentiating an even function f yields f'(-x)= -f'(x) because the derivative of f(-x) equals -f'(x). This relationship shows that the derivative of an even function is odd, making option B the correct choice.

Q7. Evaluate βˆ«βˆ’22x3 dx\displaystyle\int_{-2}^{2} x^{3}\,dx. Which statement is correct?

A.Integral equals 0 βœ…
B.Integral equals 8
C.Integral equals -8
D.Integral is undefined
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The integrand x3x^{3} is an odd function because (βˆ’x)3=βˆ’x3(-x)^{3} = -x^{3}. Integrating an odd function over a symmetric interval [βˆ’a,a][-a,a] always yields zero, since the contributions from negative and positive halves cancel each other.

Q8. If p(x)=f(x)g(x)p(x)=f(x)g(x) where ff is even and gg is odd, then p(x)p(x) is:

A.Neither
B.Even
C.Both
D.Odd βœ…
πŸ’‘ Difficulty: medium | βœ… Correct: D

πŸ“– Explanation: When multiplying an even function by an odd function, the product satisfies p(-x)=f(-x)g(-x)=f(x)(-g(x))=-f(x)g(x)=-p(x). Hence the product is odd, which corresponds to option D in the reordered list.

Q9. Let f(x)=sin⁑xf(x)=\sin x (odd). Consider k(x)=f(xβˆ’Ο€)k(x)=f(x- \pi). What is the parity of kk?

A.Even
B.Odd
C.Neither βœ…
D.Both
πŸ’‘ Difficulty: hard | βœ… Correct: C

πŸ“– Explanation: Shifting sin⁑x\sin x by Ο€\pi gives k(x)=sin⁑(xβˆ’Ο€)=βˆ’sin⁑xk(x)=\sin(x-\pi) = -\sin x. Evaluating k(βˆ’x)=sin⁑(βˆ’xβˆ’Ο€)=βˆ’sin⁑(x+Ο€)=sin⁑xk(-x)=\sin(-x-\pi)= -\sin(x+\pi)=\sin x. Since k(βˆ’x)β‰ Β±k(x)k(-x)\neq \pm k(x), the function is neither even nor odd.

Q10. Apply absolute value to an odd function: h(x)=∣f(x)∣h(x)=|f(x)| where ff is odd and non‑zero for xβ‰ 0. What can be said about the parity of hh?

A.Even βœ…
B.Odd
C.Neither
D.Both
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: For any x, ∣f(βˆ’x)∣=βˆ£βˆ’f(x)∣=∣f(x)∣|f(-x)| = |-f(x)| = |f(x)|. Thus the absolute‑value transformation removes the sign change that characterizes odd functions, resulting in a function that satisfies the even‑function condition. Hence the correct answer is 'Even'.

Q11. The composition of an even function with another even function, h(x)=f(g(x))h(x)=f(g(x)), is always:

A.Even βœ…
B.Odd
C.Neither
D.Both
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: If both f and g are even, then g(-x)=g(x) and f(-y)=f(y). Substituting, h(-x)=f(g(-x))=f(g(x))=h(x). Therefore the composition of two even functions remains even.

Q12. If a function is both even and odd, which of the following must be true?

A.It is identically zero βœ…
B.It is constant non‑zero
C.It is linear
D.No such function exists
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: A function that is both even and odd must satisfy f(x)=f(-x) and f(x)=-f(-x) simultaneously, which forces f(x)=0 for every x. The only function meeting both criteria is the zero function.

Q13. Using the Taylor series, explain why cos⁑x\cos x is even while sin⁑x\sin x is odd.

A.Cosine series contains only even powers of x, while sine series contains only odd powers, giving the respective symmetries. βœ…
B.Cosine has zero coefficients for odd terms, sine has zero coefficients for even terms, but both are periodic.
C.Both series have mixed powers, but parity is defined by coefficients.
D.Parity cannot be deduced from series.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: The Taylor series of cos⁑x\cos x contains only even powers of x ( 1βˆ’x2/2!+x4/4!βˆ’β€¦1 - x^{2}/2! + x^{4}/4! -\dots ), while the series of sin⁑x\sin x contains only odd powers ( xβˆ’x3/3!+x5/5!βˆ’β€¦x - x^{3}/3! + x^{5}/5! -\dots ). Because replacing x with -x leaves the even‑power terms unchanged and flips the sign of odd‑power terms, cosine is even and sine is odd.

Q14. Consider the piecewise function f(x)={x+2,xβ‰€βˆ’1βˆ’β€‰x,βˆ’1<x<1xβˆ’2,xβ‰₯1f(x)=\begin{cases}x+2,& x\le -1\\-\,x,& -1< x<1\\x-2,& x\ge 1\end{cases}. Which statement about its parity is correct?

A.f is even
B.f is odd
C.f is neither βœ…
D.f is both
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Testing the definition, for x=2 we have f(2)=0 and f(-2)=0? Actually f(-2)=(-2)+2=0, while -f(2)=0, but checking other points such as x=0.5 gives f(0.5) = -0.5 and f(-0.5)= -0.5? The values do not satisfy either even or odd conditions consistently, so the function is neither even nor odd.

Q15. In Fourier analysis, which terms appear in the series of an even function defined on [βˆ’L,L][-L,L]?

A.Only sine terms
B.Only cosine terms βœ…
C.Both sine and cosine
D.No trigonometric terms
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: When a function is even on the interval [βˆ’L,L][-L,L], its Fourier expansion contains only cosine terms because cosine functions are even and sine functions are odd. The orthogonality of sine terms forces their coefficients to be zero, leaving a pure cosine series.

πŸ”— Related Topics (MCQs)