All Exams Test series for 1 year @ ₹349 only
Question

If y = \(\frac{x \sqrt{x^2−16}}{2} − 8 \ln\left|x + \sqrt{x^2−16}\right|\) , then what is  \(\frac{\text{dy}}{\text{dx}}\)  equal to ?

This question was previously asked in
NDA I 2022 GAT Previous Year Paper (10-Apr-2022)
The correct answer is \(\sqrt{\text{x}^2−16}\)

Finding the Derivative of a Function

We are asked to find the derivative of the function:

\(y = \frac{x \sqrt{x^2−16}}{2} − 8 \ln\left|x + \sqrt{x^2−16}\right|\)

To find \(\frac{\text{dy}}{\text{dx}}\), we will differentiate each term with respect to \(x\). Let the first term be \(u = \frac{x \sqrt{x^2−16}}{2}\) and the second term be \(v = 8 \ln\left|x + \sqrt{x^2−16}\right|\). Then \(y = u - v\), and \(\frac{dy}{dx} = \frac{du}{dx} - \frac{dv}{dx}\).

Differentiating the First Term: \(\frac{\text{d}}{\text{dx}}\left(\frac{\text{x} \sqrt{\text{x}^2−16}}{2}\right) \)

We can write \(u = \frac{1}{2} x (x^2-16)^{1/2}\). We will use the product rule \((fg)' = f'g + fg'\) and the chain rule.

Let \(f = x\) and \(g = (x^2-16)^{1/2}\).

  • Derivative of \(f\): \(f' = \frac{d}{dx}(x) = 1\)
  • Derivative of \(g\): \(g' = \frac{d}{dx}((x^2-16)^{1/2})\). Using the chain rule, this is \(\frac{1}{2}(x^2-16)^{-1/2} \cdot \frac{d}{dx}(x^2-16)\).
    \(\frac{d}{dx}(x^2-16) = 2x\).
    So, \(g' = \frac{1}{2}(x^2-16)^{-1/2} \cdot 2x = x(x^2-16)^{-1/2} = \frac{x}{\sqrt{x^2-16}}\).

Now apply the product rule for \(x \sqrt{x^2-16}\):

\(\frac{d}{dx}(x \sqrt{x^2-16}) = f'g + fg' = 1 \cdot \sqrt{x^2-16} + x \cdot \frac{x}{\sqrt{x^2-16}}\)

\(= \sqrt{x^2-16} + \frac{x^2}{\sqrt{x^2-16}}\)

To combine these terms, find a common denominator:

\(= \frac{(\sqrt{x^2-16})^2}{\sqrt{x^2-16}} + \frac{x^2}{\sqrt{x^2-16}} = \frac{x^2-16 + x^2}{\sqrt{x^2-16}} = \frac{2x^2-16}{\sqrt{x^2-16}}\)

Now, we multiply by the constant \(\frac{1}{2}\) for \(\frac{du}{dx}\):

\(\frac{du}{dx} = \frac{1}{2} \cdot \frac{2x^2-16}{\sqrt{x^2-16}} = \frac{x^2-8}{\sqrt{x^2-16}}\)

Differentiating the Second Term: \(\frac{\text{d}}{\text{dx}}\left(8 \ln\left|x + \sqrt{x^2−16}\right|\right)\)

We will use the chain rule and the fact that \(\frac{d}{dw}(\ln|w|) = \frac{1}{w}\).

Let \(w = x + \sqrt{x^2-16}\). The derivative is \(8 \cdot \frac{d}{dw}(\ln|w|) \cdot \frac{dw}{dx}\).

  • \(\frac{d}{dw}(\ln|w|) = \frac{1}{w} = \frac{1}{x + \sqrt{x^2-16}}\)
  • \(\frac{dw}{dx} = \frac{d}{dx}(x + \sqrt{x^2-16}) = \frac{d}{dx}(x) + \frac{d}{dx}(\sqrt{x^2-16})\)
    \(\frac{d}{dx}(x) = 1\).
    \(\frac{d}{dx}(\sqrt{x^2-16})\) was calculated before as \(\frac{x}{\sqrt{x^2-16}}\).
    So, \(\frac{dw}{dx} = 1 + \frac{x}{\sqrt{x^2-16}}\)
  • Combine terms for \(\frac{dw}{dx}\): \(1 + \frac{x}{\sqrt{x^2-16}} = \frac{\sqrt{x^2-16}}{\sqrt{x^2-16}} + \frac{x}{\sqrt{x^2-16}} = \frac{\sqrt{x^2-16} + x}{\sqrt{x^2-16}}\)

Now, combine these parts for \(\frac{dv}{dx}\):

\(\frac{dv}{dx} = 8 \cdot \frac{1}{x + \sqrt{x^2-16}} \cdot \frac{x + \sqrt{x^2-16}}{\sqrt{x^2-16}}\)

Notice that the term \((x + \sqrt{x^2-16})\) cancels out:

\(\frac{dv}{dx} = 8 \cdot \frac{1}{\sqrt{x^2-16}} = \frac{8}{\sqrt{x^2-16}}\)

Combining the Derivatives to Find \(\frac{\text{dy}}{\text{dx}}\)

Now we calculate \(\frac{dy}{dx} = \frac{du}{dx} - \frac{dv}{dx}\):

\(\frac{dy}{dx} = \frac{x^2-8}{\sqrt{x^2-16}} - \frac{8}{\sqrt{x^2-16}}\)

Since the denominators are the same, we can combine the numerators:

\(\frac{dy}{dx} = \frac{(x^2-8) - 8}{\sqrt{x^2-16}} = \frac{x^2-16}{\sqrt{x^2-16}}\)

For \(x^2 > 16\), we know that \(x^2-16 = (\sqrt{x^2-16})^2\). So we can simplify:

\(\frac{dy}{dx} = \frac{(\sqrt{x^2-16})^2}{\sqrt{x^2-16}} = \sqrt{x^2-16}\)

Thus, the derivative of the given function is \(\sqrt{x^2-16}\).

Revision Table: Differentiation Techniques

Rule Formula Example
Power Rule \(\frac{d}{dx}(x^n) = nx^{n-1}\) \(\frac{d}{dx}(x^3) = 3x^2\)
Constant Multiple Rule \(\frac{d}{dx}(cf(x)) = c \frac{d}{dx}(f(x))\) \(\frac{d}{dx}(5x^2) = 5 \cdot 2x = 10x\)
Sum/Difference Rule \(\frac{d}{dx}(f(x) \pm g(x)) = \frac{d}{dx}(f(x)) \pm \frac{d}{dx}(g(x))\) \(\frac{d}{dx}(x^2+x) = 2x+1\)
Product Rule \(\frac{d}{dx}(f(x)g(x)) = f'(x)g(x) + f(x)g'(x)\) \(\frac{d}{dx}(x \sin x) = 1 \cdot \sin x + x \cdot \cos x\)
Chain Rule \(\frac{d}{dx}(f(g(x))) = f'(g(x)) \cdot g'(x)\) \(\frac{d}{dx}(\sin(x^2)) = \cos(x^2) \cdot 2x\)
Derivative of \(\ln|x|\) \(\frac{d}{dx}(\ln|x|) = \frac{1}{x}\) \(\frac{d}{dx}(\ln|2x|) = \frac{1}{2x} \cdot 2 = \frac{1}{x}\)
Derivative of \(\sqrt{f(x)}\) \(\frac{d}{dx}(\sqrt{f(x)}) = \frac{f'(x)}{2\sqrt{f(x)}}\) \(\frac{d}{dx}(\sqrt{x^2+1}) = \frac{2x}{2\sqrt{x^2+1}} = \frac{x}{\sqrt{x^2+1}}\)

Additional Information on Derivatives and Hyperbolic Functions

The structure of the function \( \ln\left|x + \sqrt{x^2−a^2}\right| \) is related to the inverse hyperbolic cosine function. Specifically, for \(x > a\), \(\text{arccosh}(x/a) = \ln\left|x + \sqrt{x^2−a^2}\right| - \ln|a|\). The derivative of \(\text{arccosh}(x/a)\) with respect to \(x\) is \(\frac{1}{\sqrt{(x/a)^2 - 1}} \cdot \frac{1}{a} = \frac{1}{\frac{\sqrt{x^2-a^2}}{a}} \cdot \frac{1}{a} = \frac{a}{\sqrt{x^2-a^2}} \cdot \frac{1}{a} = \frac{1}{\sqrt{x^2-a^2}}\). In our problem, \(a=4\), so the derivative of \(\ln\left|x + \sqrt{x^2−16}\right|\) is indeed \(\frac{1}{\sqrt{x^2-16}}\). This confirms the result obtained using direct differentiation rules.

The first term \(\frac{x \sqrt{x^2−16}}{2}\) is similar in structure to terms that arise when integrating functions involving \(\sqrt{x^2-a^2}\) using trigonometric substitution or hyperbolic substitution. The derivative calculation involves standard rules like product rule and chain rule, which are fundamental in calculus for finding instantaneous rates of change.

Was this answer helpful?

Similar Questions

  1. If \({\rm{y}} = {\cos ^{ - 1}}\left( {\frac{{2{\rm{x}}}}{{1 + {{\rm{x}}^2}}}} \right)\) , then \(\frac{{{\rm{dy}}}}{{{\rm{dx}}}}\) is equal to

  2. What is the derivative of log 10 (5x 2+ 3) with respect to x?

  3. The derivative of In(x + sin x) with respect to (x + cos x) is

  4. If e θϕ = c + 4θϕ, where c is an arbitrary constant and ϕ is a function of θ, then what is ϕ dθ equal to?     

  5. If \(\rm x^m y^n =a^{m+n}\) , then what is  \(\rm \dfrac{dy}{dx}\)  equal to?

  6. What is the derivative of sec 2(tan -1 x) with respect to x?

  7. A function is defined in (0, ∞) by \( f(x) = \begin{cases} 1-x^2 & for& , 0 < x \leq 1 \quad \\ In \ x & for &, 1 < x \leq 2 \\ In \ 2 - 1 + 0.5x & for &, 2 < x < \infty \end{cases} \)

    Which one of the following is correct in respect of the derivative of the function, i.e. f’(x)?
  8. Let f(x + y) = f(x) f(y) for all x and y. Then what is f’(5) equal to [where f’(x) is the derivative of f(x)]?

  9. Which of the following statements are not correct?

    1. y as a function of x is not defined for all real x.

    2. y as a function of x is not continuous at x = 0

    3. y as a function of x is differentiable for all x.

    Select the correct answer using the code given below

  10. What is the derivative of y as a function of x with respect to x for x < 0?


Important Questions from Evaluation of derivatives

  1. Differentiate {-log (log x), x > 1} with respect to x

  2. Find the derivation of f(x) = 1/x2

  3. The derivative of the function f(x) = -3x2 + 6x - 4 is given by:
  4. Differential coefficient of log10 x with respect to logx 10 is

  5. The derivatives of (x3 + ex + 3x + cot x) with respect to x is

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
767 Attempts
4.7(129)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App