Question:

The interval, in which the function \( f(x) = \frac{3}{x} + \frac{x}{3} \) is strictly decreasing, is:

Updated On: Jun 2, 2025
  • \( (-3, 3) \)
  • \( (-3, 0) \cup (0, 3) \)
  • \( (-\infty, -3) \cup (3, \infty) \)
  • \( \mathbb{R} - \{0\} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

To determine the interval where the function \( f(x) = \frac{3}{x} + \frac{x}{3} \) is strictly decreasing, we need to find the derivative \( f'(x) \) and analyze its sign.  
First, compute the derivative:

\( f(x) = \frac{3}{x} + \frac{x}{3} \).
The derivative is:

\( f'(x) = -\frac{3}{x^2} + \frac{1}{3} \).
Set \( f'(x) < 0 \) to find where the function is strictly decreasing:

\(-\frac{3}{x^2} + \frac{1}{3} < 0\).
Multiply through by \( x^2 \) to clear the fraction:

\(-3 + \frac{x^2}{3} < 0\).
Multiply by \( 3 \) to further simplify:

\(-9 + x^2 < 0\).
Rearrange to:

\( x^2 < 9 \).
Solve for \( x \):

\(-3 < x < 3\).
However, since \( x \neq 0 \) (as \( f(x) \) is undefined at \( x = 0 \)), the final interval where \( f(x) \) is strictly decreasing is:
\((-3, 0) \cup (0, 3)\).

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

Approach Solution -2

Start by computing the derivative of \( f(x) \):

\[ f(x) = \frac{3}{x} + \frac{x}{3}. \]

The derivative is:

\[ f'(x) = -\frac{3}{x^2} + \frac{1}{3}. \]

Simplify the derivative:

\[ f'(x) = \frac{-9 + x^2}{3x^2}. \]

Set \( f'(x) = 0 \) to find critical points:

\[ \frac{-9 + x^2}{3x^2} = 0 \implies -9 + x^2 = 0 \implies x^2 = 9 \implies x = \pm 3. \]

Now, analyze the sign of \( f'(x) \) in the intervals \((-\infty, -3)\), \((-3, 0)\), \((0, 3)\), and \((3, \infty)\):

  • For \( x \in (-\infty, -3) \), \( x^2 > 9 \) and \( -9 + x^2 > 0 \). Thus, \( f'(x) > 0 \) (increasing).
  • For \( x \in (-3, 0) \), \( x^2 < 9 \) and \( -9 + x^2 < 0 \). Thus, \( f'(x) < 0 \) (decreasing).
  • For \( x \in (0, 3) \), \( x^2 < 9 \) and \( -9 + x^2 < 0 \). Thus, \( f'(x) < 0 \) (decreasing).
  • For \( x \in (3, \infty) \), \( x^2 > 9 \) and \( -9 + x^2 > 0 \). Thus, \( f'(x) > 0 \) (increasing).

From this analysis, \( f(x) \) is strictly decreasing in the intervals \((-3, 0) \cup (0, 3)\).

Was this answer helpful?
0
0