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

Question

Let f(x) = xa2+x2dxb2+(dx)2,{x \over {\sqrt {{a^2} + {x^2}} }} - {{d - x} \over {\sqrt {{b^2} + {{\left( {d - x} \right)}^2}} }},\,\, x \, \in R, where a, b and d are non-zero real constants. Then :

Options

Solution

Key Concepts and Formulas

  • Monotonicity of Functions: A function f(x)f(x) is increasing if f(x)>0f'(x) > 0 for all xx in its domain, and decreasing if f(x)<0f'(x) < 0 for all xx in its domain.
  • Quotient Rule: The derivative of u(x)v(x)\frac{u(x)}{v(x)} is given by u(x)v(x)u(x)v(x)[v(x)]2\frac{u'(x)v(x) - u(x)v'(x)}{[v(x)]^2}.
  • Chain Rule: The derivative of a composite function f(g(x))f(g(x)) is given by f(g(x))g(x)f'(g(x)) \cdot g'(x).

Step-by-Step Solution

  1. State the given function: We are given the function f(x)=xa2+x2dxb2+(dx)2f(x) = \frac{x}{\sqrt{a^2 + x^2}} - \frac{d - x}{\sqrt{b^2 + (d - x)^2}} where aa, bb, and dd are non-zero real constants and xRx \in \mathbb{R}.

  2. Differentiate the first term: Let u(x)=xa2+x2u(x) = \frac{x}{\sqrt{a^2 + x^2}}. We will use the quotient rule to find u(x)u'(x). Let p(x)=xp(x) = x and q(x)=a2+x2q(x) = \sqrt{a^2 + x^2}. Then p(x)=1p'(x) = 1 and q(x)=12(a2+x2)1/2(2x)=xa2+x2q'(x) = \frac{1}{2}(a^2 + x^2)^{-1/2}(2x) = \frac{x}{\sqrt{a^2 + x^2}}.

    Applying the quotient rule: u(x)=(1)(a2+x2)(x)(xa2+x2)(a2+x2)2u'(x) = \frac{(1)(\sqrt{a^2 + x^2}) - (x)\left(\frac{x}{\sqrt{a^2 + x^2}}\right)}{(\sqrt{a^2 + x^2})^2} u(x)=a2+x2x2a2+x2a2+x2u'(x) = \frac{\sqrt{a^2 + x^2} - \frac{x^2}{\sqrt{a^2 + x^2}}}{a^2 + x^2} u(x)=a2+x2x2a2+x2a2+x2u'(x) = \frac{\frac{a^2 + x^2 - x^2}{\sqrt{a^2 + x^2}}}{a^2 + x^2} u(x)=a2(a2+x2)3/2u'(x) = \frac{a^2}{(a^2 + x^2)^{3/2}}

  3. Differentiate the second term: Let v(x)=dxb2+(dx)2v(x) = \frac{d - x}{\sqrt{b^2 + (d - x)^2}}. Let y=dxy = d - x, so v(x)=yb2+y2v(x) = \frac{y}{\sqrt{b^2 + y^2}}. Then dydx=1\frac{dy}{dx} = -1. We can find the derivative with respect to yy first, then use the chain rule. dvdy=b2(b2+y2)3/2\frac{dv}{dy} = \frac{b^2}{(b^2 + y^2)^{3/2}} Now, using the chain rule: v(x)=dvdydydx=b2(b2+(dx)2)3/2(1)v'(x) = \frac{dv}{dy} \cdot \frac{dy}{dx} = \frac{b^2}{(b^2 + (d - x)^2)^{3/2}} \cdot (-1) v(x)=b2(b2+(dx)2)3/2v'(x) = -\frac{b^2}{(b^2 + (d - x)^2)^{3/2}}

  4. Combine the derivatives to find f(x)f'(x): Since f(x)=u(x)v(x)f(x) = u(x) - v(x), then f(x)=u(x)v(x)f'(x) = u'(x) - v'(x). f(x)=a2(a2+x2)3/2(b2(b2+(dx)2)3/2)f'(x) = \frac{a^2}{(a^2 + x^2)^{3/2}} - \left(-\frac{b^2}{(b^2 + (d - x)^2)^{3/2}}\right) f(x)=a2(a2+x2)3/2+b2(b2+(dx)2)3/2f'(x) = \frac{a^2}{(a^2 + x^2)^{3/2}} + \frac{b^2}{(b^2 + (d - x)^2)^{3/2}}

  5. Analyze the sign of f(x)f'(x): Since aa and bb are non-zero real constants, a2>0a^2 > 0 and b2>0b^2 > 0. Also, x20x^2 \ge 0 and (dx)20(d - x)^2 \ge 0. Therefore, a2+x2>0a^2 + x^2 > 0 and b2+(dx)2>0b^2 + (d - x)^2 > 0. This means (a2+x2)3/2>0(a^2 + x^2)^{3/2} > 0 and (b2+(dx)2)3/2>0(b^2 + (d - x)^2)^{3/2} > 0. Thus, a2(a2+x2)3/2>0\frac{a^2}{(a^2 + x^2)^{3/2}} > 0 and b2(b2+(dx)2)3/2>0\frac{b^2}{(b^2 + (d - x)^2)^{3/2}} > 0. Since f(x)f'(x) is the sum of two positive terms, f(x)>0f'(x) > 0 for all xRx \in \mathbb{R}.

  6. Conclusion: Since f(x)>0f'(x) > 0 for all real values of xx, the function f(x)f(x) is an increasing function of xx.

Common Mistakes & Tips

  • Be careful when applying the chain rule, especially with the term (dx)(d-x). Remember to multiply by the derivative of the inner function, which is -1 in this case.
  • Recognizing patterns in derivatives can save time. For example, the derivative of uc2+u2\frac{u}{\sqrt{c^2+u^2}} with respect to uu is c2(c2+u2)3/2\frac{c^2}{(c^2+u^2)^{3/2}}.
  • Always check the sign of the derivative to determine if the function is increasing or decreasing.

Summary To determine the monotonicity of the given function, we computed its first derivative using the quotient rule and chain rule. We found that the derivative is always positive, indicating that the function is an increasing function of xx.

Final Answer: The final answer is \boxed{A}, which corresponds to option (A).

Practice More Application of Derivatives Questions

View All Questions