Solveeit Logo

Question

Question: How do I find the derivative of \(\ln (\sqrt x )\) ?...

How do I find the derivative of ln(x)\ln (\sqrt x ) ?

Explanation

Solution

In the question above, we have an equation ln(x)\ln (\sqrt x ) , and we are supposed to find its derivative. One of the methods to find a derivative is using the chain rule, and since we have a square root involved, we will use this chain rule for derivatives.
The chain rule for derivatives is a rule that we use to find the derivative of functions of the form f(g(x))f(g(x)) .

Complete step-by-step solution:
The chain rule for derivatives has a formula:
h(x)=f(g(x))h(x) = f(g(x))
And,
h(x)=f(g(x)).g(x)h'(x) = f'(g(x)).g'(x)
Now, to use the chain rule for derivatives, we need to first make sure that our equation satisfies the needs of that rule, so comparing the equation, we get,
f(x)=ln(x)f(x) = \ln (x)
And,
g(x)=xg(x) = \sqrt x
Then,
f(g(x))=ln(x)f(g(x)) = \ln (\sqrt x )
This tells us that we can use the chain rule for derivatives to find the derivative of ln(x)\ln (\sqrt x ) .
To use the chain rule, we also have to find h(x)=f(g(x)).g(x)h'(x) = f'(g(x)).g'(x) . Since in our example we havef(x)=ln(x)f(x) = \ln (x) and g(x)=xg(x) = \sqrt x , we need to find the other values, too.
The derivative of ln(x)\ln (x) is 1x\dfrac{1}{x}
The derivative of x\sqrt x is (12)x(12)(\dfrac{1}{2}){x^{(\dfrac{{ - 1}}{2})}} or 12x\dfrac{1}{{2\sqrt x }}
Since we have the derivative of ln(x)\ln (x) as 1x\dfrac{1}{x} , we have that f(x)=1xf'(x) = \dfrac{1}{x} , so f(g(x))=1xf'(g(x)) = \dfrac{1}{{\sqrt x }} .
Also, we know that, g(x)=12xg'(x) = \dfrac{1}{{2\sqrt x }} .
Putting all the values in the chain rule for derivatives,
f(x)=ln(x)\Rightarrow f(x) = \ln (x)
g(x)=x\Rightarrow g(x) = \sqrt x
And,
h(x)=f(g(x))=ln(x)\Rightarrow h(x) = f(g(x)) = \ln (\sqrt x )
Now we know that,
h(x)=f(g(x)).g(x)\Rightarrow h'(x) = f'(g(x)).g'(x)
Putting in the values of f(g(x))=1xf'(g(x)) = \dfrac{1}{{\sqrt x }} and g(x)=12xg'(x) = \dfrac{1}{{2\sqrt x }}
Therefore,
h(x)=1x.12x\Rightarrow h'(x) = \dfrac{1}{{\sqrt x }}.\dfrac{1}{{2\sqrt x }}
Simplifying the equation,
h(x)=12x\Rightarrow h'(x) = \dfrac{1}{{2x}}

The derivative of ln(x)\ln (\sqrt x ) is 12x\dfrac{1}{{2x}} .

Note: The chain rule for derivatives is mainly used for composite functions. A composite function is a function that can be constructed as f(g(x))f(g(x)) . We use it when we have to differentiate the function of a function. We use the product rule when differentiating two functions, multiplied together.