Question:

If \( f(x) = \begin{cases} 1 + 6x - 3x^2, & x \leq 1 \\ x + \log_2(b^2 + 7), & x > 1 \end{cases} \) is continuous at all real \( x \), then \( b \) is:

Show Hint

When solving for continuity, make sure to equate the left-hand and right-hand limits at the point of interest. Don't forget to simplify logarithmic equations correctly.
Updated On: May 28, 2025
  • \( \pm 1 \)
  • \( 0 \)
  • \( \pm 5 \)
  • \( \pm 2 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1

To determine the correct value(s) for \( b \) such that the function

\( f(x) = \begin{cases} 1 + 6x - 3x^2, & x \leq 1 \\ x + \log_2(b^2 + 7), & x > 1 \end{cases} \)

is continuous for all real \( x \), we must ensure continuity at \( x = 1 \). This means:

  • Left-hand limit \( \lim\limits_{x \to 1^-} f(x) \)
  • Right-hand limit \( \lim\limits_{x \to 1^+} f(x) \)
  • And function value \( f(1) \) must all be equal

First, compute \( f(1) \):

\( f(1) = 1 + 6(1) - 3(1)^2 = 4 \)

Now compute the left-hand limit:

\( \lim\limits_{x \to 1^-} f(x) = 1 + 6(1) - 3(1)^2 = 4 \)

Next, compute the right-hand limit:

\( \lim\limits_{x \to 1^+} f(x) = 1 + \log_2(b^2 + 7) \)

Equating RHL with \( f(1) \):

\( 1 + \log_2(b^2 + 7) = 4 \Rightarrow \log_2(b^2 + 7) = 3 \)

Converting from logarithmic form:

\( b^2 + 7 = 2^3 = 8 \Rightarrow b^2 = 1 \)

Therefore, \( b = \pm 1 \)

Final Answer: \( \boxed{\pm 1} \)

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

We are given a piecewise function: \[ f(x) = \begin{cases} 1 + 6x - 3x^2, & x \leq 1 \\x + \log_2(b^2 + 7), & x>1 \end{cases} \] To ensure that the function is continuous at \( x = 1 \), the left-hand limit as \( x \to 1^- \) must equal the right-hand limit as \( x \to 1^+ \), i.e., \[ \lim_{x \to 1^-} f(x) = \lim_{x \to 1^+} f(x) \] From the left-hand side: \[ \lim_{x \to 1^-} f(x) = 1 + 6(1) - 3(1)^2 = 1 + 6 - 3 = 4 \] From the right-hand side: \[ \lim_{x \to 1^+} f(x) = 1 + \log_2(b^2 + 7) \] Setting these equal: \[ 4 = 1 + \log_2(b^2 + 7) \] Solving for \( b \): \[ 3 = \log_2(b^2 + 7) \] Exponentiating both sides: \[ 2^3 = b^2 + 7 \] \[ 8 = b^2 + 7 \] \[ b^2 = 1 \] \[ b = \pm 1 \]

Was this answer helpful?
0
0