Simple derivation I just can't get

  • Thread starter Thread starter hks118
  • Start date Start date
  • Tags Tags
    Derivation
hks118
Messages
19
Reaction score
0

Homework Statement


g(x)=ln(x*sqrt(x2-11)


Homework Equations


d/dx lnx=1/x


The Attempt at a Solution


I've attempted a few solutions:
1/(x*sqrt(x2-11)
(1/x)+1/(sqrt(x2-11)
etc

but they have been wrong. I'm not sure how to differentiate a ln of a product...thats why I tried to break it into lnx+ln sqrt(x2-11
 
Physics news on Phys.org
You were correct in how you began to differentiate g(x), but after you use D[ln(x)]=1/x, you must apply the chain rule. That is, you must multiply by x*sqrt(x2-11)
 
Actually, while that rule is correct, it's incomplete.

\frac{d}{dx}ln\left(f(x)\right)=\frac{f'(x)}{f(x)}

This works even for ln(x) since the derivative of x is 1, so nothing changes.
All you need to do is multiply everything by the derivative of what's inside the log function.
 
hks118 said:

Homework Statement


g(x)=ln(x*sqrt(x2-11)


Homework Equations


d/dx lnx=1/x


The Attempt at a Solution


I've attempted a few solutions:
1/(x*sqrt(x2-11)
(1/x)+1/(sqrt(x2-11)
etc

but they have been wrong. I'm not sure how to differentiate a ln of a product...thats why I tried to break it into lnx+ln sqrt(x2-11
What you started doing here would have worked if you had completed it. Also, for future reference, your problem statement should say what it is that your are trying to do. You didn't make it explicit that you wanted to find the derivative of g(x). The word "derivation" does not imply that you are taking the derivative -- the word for that is differentiation.

One other thing: you started with an equation -- g(x) = ln(x*sqrt(x2-11) -- each step should have been an equation.

So, you started with
g(x) = ln(x*sqrt(x2-11) = ln(x) + ln(sqrt(x2 - 11) = ln(x) + (1/2)ln(x2 - 11)
==> g'(x) = d/dx(ln(x)) + d/dx[(1/2)ln(x2 - 11)) = 1/x + (1/2)*1/(x2 - 11)*d/dx(x2 - 11)
==> g'(x) = 1/x + 2x/(2(x2 - 11)) = 1/x + x/(x2 - 11)

In the 2nd line I used the fact that d/dx(kf(x)) = k*d/dx(f(x)) = k*f'(x).
I also used the chain rule form of the derivative of the natural log function - d/dx(ln(u) = 1/u * du/dx.
 
Thanks guys! Finally got the right answer with your help. I'll remember to format my question the right way next time too,
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top