20 solved problems on Functions & Graphs β Click "Show Solution" for step-by-step answers
Below are 20 practice problems covering all topics from Module 00: Functions & Graphs. Each problem includes a hidden solution β click the button to reveal the step-by-step answer.
Problem 01Domain
Find the domain of \( f(x) = \frac{\sqrt{x-4}}{x} \).
Solution:
β’ Square root condition: \( x - 4 \ge 0 \) β \( x \ge 4 \)
β’ Denominator condition: \( x \neq 0 \)
β’ Intersection: \( x \ge 4 \) (automatically satisfies \( x \neq 0 \))
Domain: \( [4, \infty) \)
Solution:
β’ Argument must be positive: \( x - 1 > 0 \) β \( x > 1 \)
Domain: \( (1, \infty) \)
Problem 09Trigonometric Function
Find \( \sin\left(\frac{5\pi}{6}\right) \).
Solution:
β’ \( \frac{5\pi}{6} \) is in Quadrant II
β’ Reference angle: \( \frac{\pi}{6} \)
β’ Sine is positive in Quadrant II
β’ \( \sin\left(\frac{5\pi}{6}\right) = \frac{1}{2} \)
Problem 10Inverse Function
Find the inverse of \( f(x) = 3x - 5 \).
Solution:
β’ Let \( y = 3x - 5 \)
β’ Swap \( x \) and \( y \): \( x = 3y - 5 \)
β’ Solve for \( y \): \( 3y = x + 5 \) β \( y = \frac{x+5}{3} \)
β’ \( f^{-1}(x) = \frac{x+5}{3} \)
Problem 11Piecewise Function
Given \( f(x) = \begin{cases} x^2, & x < 0 \\ 2x+1, & x \ge 0 \end{cases} \), find \( f(-2) \) and \( f(3) \).
Determine if \( f(x) = x^4 - 2x^2 \) is even, odd, or neither.
Solution:
β’ \( f(-x) = (-x)^4 - 2(-x)^2 = x^4 - 2x^2 = f(x) \)
β’ Therefore, \( f \) is even
Problem 15Odd Function
Determine if \( f(x) = x^5 - x \) is even, odd, or neither.
Solution:
β’ \( f(-x) = (-x)^5 - (-x) = -x^5 + x = -(x^5 - x) = -f(x) \)
β’ Therefore, \( f \) is odd
Problem 16Neither Even nor Odd
Determine if \( f(x) = x^2 + x \) is even, odd, or neither.
Solution:
β’ \( f(-x) = x^2 - x \)
β’ Not equal to \( f(x) \) β not even
β’ Not equal to \( -f(x) = -x^2 - x \) β not odd
β’ Therefore, \( f \) is neither even nor odd
Problem 17Trigonometric Identity
Simplify \( \sin^2 x + \cos^2 x \).
Solution:
β’ By the Pythagorean identity: \( \sin^2 x + \cos^2 x = 1 \)
Problem 18Trigonometric Transformations
Find the amplitude and period of \( y = 3\sin(2x) \).