Skip to main content
Back to Application of Derivatives
JEE Main 2020
Application of Derivatives
Application of Derivatives
Easy

Question

The function, f(x) = (3x – 7)x 2/3 , x \in R, is increasing for all x lying in :

Options

Solution

Key Concepts and Formulas

  • A function f(x)f(x) is increasing when its first derivative f(x)>0f'(x) > 0.
  • Product Rule: If f(x)=u(x)v(x)f(x) = u(x)v(x), then f(x)=u(x)v(x)+u(x)v(x)f'(x) = u'(x)v(x) + u(x)v'(x).
  • Power Rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}.

Step-by-Step Solution

1. Identify the Given Function and Goal

We are given the function f(x)=(3x7)x2/3f(x) = (3x - 7)x^{2/3}. Our goal is to find the intervals where f(x)f(x) is increasing, meaning we need to find where f(x)>0f'(x) > 0.

2. Differentiate the Function Using the Product Rule

The function f(x)f(x) is a product of two functions: u(x)=3x7u(x) = 3x - 7 and v(x)=x2/3v(x) = x^{2/3}. We will apply the product rule: f(x)=u(x)v(x)+u(x)v(x)f'(x) = u'(x)v(x) + u(x)v'(x).

  • Find u(x)u'(x): u(x)=3x7u(x) = 3x - 7 u(x)=ddx(3x7)=3u'(x) = \frac{d}{dx}(3x - 7) = 3

  • Find v(x)v'(x): v(x)=x2/3v(x) = x^{2/3} v(x)=ddx(x2/3)=23x(2/31)=23x1/3=23x1/3v'(x) = \frac{d}{dx}(x^{2/3}) = \frac{2}{3}x^{(2/3 - 1)} = \frac{2}{3}x^{-1/3} = \frac{2}{3x^{1/3}}

  • Apply the Product Rule: f(x)=u(x)v(x)+u(x)v(x)=(3)(x2/3)+(3x7)(23x1/3)f'(x) = u'(x)v(x) + u(x)v'(x) = (3)(x^{2/3}) + (3x - 7)\left(\frac{2}{3x^{1/3}}\right) f(x)=3x2/3+2(3x7)3x1/3f'(x) = 3x^{2/3} + \frac{2(3x - 7)}{3x^{1/3}}

3. Simplify the Expression for f(x)f'(x)

To simplify, we find a common denominator, which is 3x1/33x^{1/3}: f(x)=3x2/3(3x1/3)3x1/3+2(3x7)3x1/3f'(x) = \frac{3x^{2/3}(3x^{1/3})}{3x^{1/3}} + \frac{2(3x - 7)}{3x^{1/3}} f(x)=9x2/3+1/3+6x143x1/3f'(x) = \frac{9x^{2/3 + 1/3} + 6x - 14}{3x^{1/3}} Since x2/3x1/3=xx^{2/3} \cdot x^{1/3} = x, f(x)=9x+6x143x1/3=15x143x1/3f'(x) = \frac{9x + 6x - 14}{3x^{1/3}} = \frac{15x - 14}{3x^{1/3}}

4. Set up the Inequality for an Increasing Function

For f(x)f(x) to be increasing, we need f(x)>0f'(x) > 0: 15x143x1/3>0\frac{15x - 14}{3x^{1/3}} > 0

5. Solve the Inequality

Find the critical points by setting the numerator and denominator equal to zero:

  • Numerator: 15x14=0x=141515x - 14 = 0 \Rightarrow x = \frac{14}{15}
  • Denominator: 3x1/3=0x=03x^{1/3} = 0 \Rightarrow x = 0

These critical points, x=0x = 0 and x=1415x = \frac{14}{15}, divide the real number line into three intervals: (,0)(-\infty, 0), (0,1415)(0, \frac{14}{15}), and (1415,)(\frac{14}{15}, \infty). We test a value from each interval in the inequality 15x143x1/3>0\frac{15x - 14}{3x^{1/3}} > 0:

  • Interval (,0)(-\infty, 0): Let x=1x = -1. Then 15(1)143(1)1/3=293=293>0\frac{15(-1) - 14}{3(-1)^{1/3}} = \frac{-29}{-3} = \frac{29}{3} > 0. So, f(x)>0f'(x) > 0 on (,0)(-\infty, 0).
  • Interval (0,1415)(0, \frac{14}{15}): Let x=12x = \frac{1}{2}. Then 15(12)143(12)1/3=7.5143(12)1/3=6.53(12)1/3<0\frac{15(\frac{1}{2}) - 14}{3(\frac{1}{2})^{1/3}} = \frac{7.5 - 14}{3(\frac{1}{2})^{1/3}} = \frac{-6.5}{3(\frac{1}{2})^{1/3}} < 0. So, f(x)<0f'(x) < 0 on (0,1415)(0, \frac{14}{15}).
  • Interval (1415,)(\frac{14}{15}, \infty): Let x=1x = 1. Then 15(1)143(1)1/3=13>0\frac{15(1) - 14}{3(1)^{1/3}} = \frac{1}{3} > 0. So, f(x)>0f'(x) > 0 on (1415,)(\frac{14}{15}, \infty).

Therefore, f(x)f(x) is increasing on the intervals (,0)(-\infty, 0) and (1415,)(\frac{14}{15}, \infty).

Common Mistakes & Tips

  • Remember to consider where the denominator of f(x)f'(x) is zero, as this can also define intervals where the function's behavior changes.
  • Be careful with signs when testing intervals for inequalities. A simple sign error can lead to the wrong answer.
  • Don't forget the product rule when differentiating a product of functions.

Summary

We found the intervals where the given function f(x)=(3x7)x2/3f(x) = (3x - 7)x^{2/3} is increasing by finding its derivative f(x)f'(x), setting up the inequality f(x)>0f'(x) > 0, and solving for xx. We identified critical points at x=0x=0 and x=1415x=\frac{14}{15}, tested the intervals defined by these points, and found that f(x)f(x) is increasing on (,0)(1415,)(-\infty, 0) \cup (\frac{14}{15}, \infty).

Final Answer

The final answer is (,0)(1415,)\boxed{\left( { - \infty ,0} \right) \cup \left( {{{14} \over {15}},\infty } \right)}, which corresponds to option (A).

Practice More Application of Derivatives Questions

View All Questions