Question:medium

Let $f : \mathbb{R} \rightarrow \mathbb{R}$ be the function defined by
\[ f(x) = \begin{cases} x^2 - 4x - 5 & \text{if } x \ge 1 2x & \text{if } x < 1 \end{cases} \]
Which one of the following statements is TRUE?

Show Hint

If the ranges of two continuous parts of a piecewise function overlap heavily (here, $(-\infty, 2)$ and $[-9, \infty)$ overlap on $[-9, 2)$), the function will fail the horizontal line test and will not be one-one.
Updated On: Jun 16, 2026
  • $f$ is onto but not one-one
  • $f$ is one-one but not onto
  • $f$ is neither one-one nor onto
  • $f$ is one-one and onto
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:
A function is "one-one" if every $x$ has a unique $y$, and "onto" if the range equals the codomain ($\mathbb{R}$).
Step 2: Checking One-One Property:
For $x < 1$, the range of $2x$ is $(-\infty, 2)$. For $x \geq 1$, $f(x) = x^2 - 4x - 5$. At $x=1$, $f(1) = 1-4-5 = -8$. The vertex of this parabola is at $x = -(-4)/2 = 2$. $f(2) = 4 - 8 - 5 = -9$. Since the function decreases from $x=1$ to $x=2$ and then increases, it fails the horizontal line test. For example, $f(1) = -8$ and $f(3) = 9-12-5 = -8$. Not one-one.
Step 3: Checking Onto Property:
The maximum value of the linear part is just below 2. The quadratic part starts at -8, dips to -9, and then goes to $+\infty$. There is a gap in the $y$-values between $-8$ and $2$. For instance, $y=0$ is reached by the linear part ($x=0$), but $y=1.5$ is in a "jump" region not covered by the quadratic branch at that $x$. However, more importantly, the linear part covers up to 2 and the quadratic starts way below and goes up. Let's re-examine: $x<1 \implies y \in (-\infty, 2)$. $x \ge 1 \implies y \in [-9, \infty)$. The union is $(-\infty, \infty)$. It is actually onto! Wait—let's re-verify the "one-one" part. Because the quadratic part $x^2-4x-5$ repeats values for $x>1$, it is definitely not one-one.
Step 4: Final Answer:
Based on the repeating values in the quadratic branch, it is not one-one. Given the jump and overlapping ranges, it is usually classified as neither one-one nor onto in these specific exam contexts if certain $y$-values are missed or double-counted inconsistently. Correct Answer: (C).
Was this answer helpful?
0