Find derivative of Square root (x + square root(x + x^(1/2))) Help

In summary: So in summary, the function f(x) = \sqrt{x+\sqrt{x+\sqrt{x}}} is not differentiable at x=0. The derivative at other points can be found using the chain rule and the limit as x approaches x_0.
  • #1
IntroAnalysis
64
0

Homework Statement



Define f(x)=[itex]\sqrt{}(x + (\sqrt{}(x + \sqrt{}x)[/itex]
Determine where f is differentiable and compute the derivative

Homework Equations



f'(xo)= lim as x approaches xo (f(x) - f(xo))/(x - xo)

The Attempt at a Solution


By the definition, f(x) = [itex]\sqrt{}x[/itex] does not have a derivative at 0, since limit as x approaches zero, x>0, is 1/[itex]\sqrt{}x[/itex], so can't have zero in denominator, not differentiable at 0.

I think above function, because of Algebra of Derivatives would also not be differentiable at zero. I keep ending up with a big mess trying to find it's derivative, I think I'm missing a rule somewhere, any suggestions are welcome.
 
Physics news on Phys.org
  • #2
Chain rule can be thought about as fractions:
Let
[tex] f(x) = \sqrt{x+\sqrt{x+\sqrt{x}}}[/tex]
and we want
[tex] \frac{df}{dx} = f'(x)[/tex]
then let
[tex] g(x) = x + \sqrt{x+\sqrt{x}}[/tex]

so

[tex] f(g(x)) = \sqrt{g(x)}[/tex]

then
[tex] \frac{df}{dg}\frac{dg}{dx} = \frac{df}{dx} = g'(x)\frac{1}{2}g(x)^{-\frac{1}{2}}[/tex]

Let me start you off on the next step and see if you can finish it. Let
[tex] h(x) = \sqrt{x+\sqrt{x}}[/tex]
then
[tex] g(x) = x + h(x)[/tex]
[tex] \frac{dg}{dx} = 1 + \frac{dh}{dx}[/tex]

Hint: use the same logic already presented to find the derivative of h(x). Then substitute all of your answers into previous equations for the final answer.
 
  • #3
I think the limit as x -> xo, if you multiply numerator and denominator by it conjugate you get, f'(xo) = 1/2(xo+(xo + (xo)^(1/2))^(1/2))^(1/2))

Is that it?
 
  • #4
IntroAnalysis said:
I think the limit as x -> xo, if you multiply numerator and denominator by it conjugate you get, f'(xo) = 1/2(xo+(xo + (xo)^(1/2))^(1/2))^(1/2))

Is that it?

I apologize. I didn't see you were dealing with the limit.

Let
[tex] f(x) = \sqrt{x+\sqrt{x+\sqrt{x}}}[/tex]

Then we seek

[tex] Z = \frac{f(x)-f(x_0)}{x-x_0}=\frac{\sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x_0+\sqrt{x_0+\sqrt{x_0}}}}{x-x_0}[/tex]

but let
[tex] g(x) = x + \sqrt{x+\sqrt{x}}[/tex]

Then

[tex]Z = \frac{\sqrt{g(x)} - \sqrt{g(x_0)}}{g(x)-g(x_0)}\frac{g(x)-g(x_0)}{x-x_0}[/tex]

But let
[tex] h(x) = \sqrt{x+\sqrt{x}}[/tex]

then

[tex]Z = \frac{\sqrt{g(x)} - \sqrt{g(x_0)}}{g(x)-g(x_0)}\frac{x+h(x)-(x_0+h(x_0))}{x-x_0}=\frac{\sqrt{g(x)} - \sqrt{g(x_0)}}{g(x)-g(x_0)} \left ( \frac{x-x_0}{x-x_0} + \frac{h(x) - h(x_0)}{x-x_0} \right )[/tex]

But let

[tex] y(x) = x + \sqrt{x}[/tex]

then

[tex]Z =\frac{\sqrt{g(x)} - \sqrt{g(x_0)}}{g(x)-g(x_0)} \left ( \frac{x-x_0}{x-x_0} + \frac{\sqrt{y(x)} - \sqrt{y(x_0)}}{y(x)-y(x_0)}\frac{y(x)-y(x_0)}{x-x_0} \right )[/tex]
and the final one falls into place:

[tex]Z =\frac{\sqrt{g(x)} - \sqrt{g(x_0)}}{g(x)-g(x_0)} \left ( \frac{x-x_0}{x-x_0} + \frac{\sqrt{y(x)} - \sqrt{y(x_0)}}{y(x)-y(x_0)}\left ( \frac{x-x_0}{x-x_0} +\frac{\sqrt{x}-\sqrt{x_0}}{x-x_0} \right ) \right )[/tex]

Taken the limit of Z as x approaches x_0. Do so for each piece.
 
  • #5
If you don't know how to handle the squareroot case frequent in that final equation I wrote, consider x - x_0 as a difference of squares.
 
  • #6
RoshanBBQ said:
If you don't know how to handle the squareroot case frequent in that final equation I wrote, consider x - x_0 as a difference of squares.

Thank you. Your approach makes sense and is clear.
 

1. What is a derivative?

A derivative is a mathematical concept that represents the rate of change of one variable with respect to another. It is often used to find the slope of a curve at a specific point.

2. How do you find the derivative of a square root?

To find the derivative of a square root, you can use the power rule, which states that the derivative of x^n is n*x^(n-1). In the case of a square root, the exponent is 1/2, so the derivative would be 1/2*x^(1/2-1), which simplifies to 1/2*x^(-1/2).

3. What is the chain rule?

The chain rule is a method used to find the derivative of a composite function, where one function is nested inside another. It states that the derivative of f(g(x)) is equal to the derivative of f at g(x) multiplied by the derivative of g at x.

4. How do you apply the chain rule to find the derivative of a square root within a square root?

To apply the chain rule in this case, you would first rewrite the function as (x + (x + x^(1/2))^(1/2). Then, using the power rule, you can find the derivative of the inner square root, which is 1/2*(x + x^(1/2))^(-1/2). Finally, you can multiply this by the derivative of the outer square root, which is 1/2*x^(-1/2), giving you a final answer of 1/4*(x + x^(1/2))^(-1/2)*x^(-1/2).

5. Are there any other methods for finding the derivative of a square root?

Yes, you can also use the quotient rule, which states that the derivative of f/g is (g*f' - f*g')/g^2. This can be useful if the square root is part of a larger function involving multiple terms.

Similar threads

Replies
7
Views
514
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
960
  • Calculus and Beyond Homework Help
Replies
2
Views
495
  • Calculus
Replies
3
Views
3K
  • Calculus and Beyond Homework Help
Replies
4
Views
281
  • Calculus and Beyond Homework Help
Replies
6
Views
542
  • Calculus and Beyond Homework Help
Replies
14
Views
940
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top