3

How to derive $y=\sqrt{x+\sqrt{x^2+5}}$ at $x=2$.I used logarithmic differentiation and chain rule over and over again but I can't get the right answer

3 Answers3

7

\begin{align*} \frac{d}{dx}y & = \frac{d}{dx}\sqrt{x+\sqrt{x^2+5}}\\ & = \frac{1}{2}\frac{1}{\sqrt{x+\sqrt{x^2+5}}}\cdot \frac{d}{dx}(x+\sqrt{x^2+5})\\ & = \frac{1}{2}\frac{1}{\sqrt{x+\sqrt{x^2+5}}} \,\left(1+\frac{x}{\sqrt{x^2+5}}\right)\\ \end{align*} Now simplify as best as you can.

Anurag A
  • 41,067
1

$$f(x)=\sqrt{x+\sqrt{x^2+5}}$$

Then $$f'(x)=\frac{1+\frac{2x}{2\sqrt{x^2+5}}}{2\sqrt{x+\sqrt{x^2+5}}}=$$

tattwamasi amrutam
  • 12,802
  • 5
  • 38
  • 73
  • 1
    This gives the answer, but it looks like the difficulty that the OP is having is with the process, which isn't cleared up at all by just giving the final answer. – qaphla Jul 07 '14 at 17:17
0

Another useful way to do derivatives like these is implicitly, using $$\frac{d}{dx}y^2=\frac{d}{dx}\left(x+\sqrt{x^2+5}\right)$$ This is particularly useful when it's something more complicated than a simple square root, but a couple simple steps will get you to the correct answer. $$2y\frac{dy}{dx}=1+\frac{1}{2}\cdot\frac{2x}{\sqrt{x^2+5}}\\\frac{dy}{dx}=\left(1+\frac{x}{\sqrt{x^2+5}}\right)\frac{1}{2\sqrt{x+\sqrt{x^2+5}}}$$

Silynn
  • 1,822