Derivative of 1/lnx

  • Thread starter Thread starter ZeroOne23
  • Start date Start date
  • Tags Tags
    Derivative Ln
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 102K views
ZeroOne23
Messages
1
Reaction score
0

Homework Statement



Find the derivative of 1 / ln x

Homework Equations



N/A

The Attempt at a Solution



y = 1/lnx

First Attempt:
y' = -1/x/(lnx)^2
y' = -1 / x(lnx)^2

Second Attempt:
ln y = ln (1 / lnx)
ln y = ln 1 - ln x
ln y = -lnx
dy/dx = y(-1/x)
dy/dx = -1/xlnx

Third Attempt:
ln y = -lnx
y = -x
y' = -1

Which one is it? =/
 
Physics news on Phys.org
We know the derivative would be the denominator times the derivative of the numerator(which would be zero in this case), minus the numerator times the derivative of the denominator(which is 1/x), over the denominator squared.
 
What made you doubt your first attempt? Using the product rule:

[tex]\frac{d}{{dx}}\left( {\frac{1}{{\ln x}}} \right) = \frac{{0 \cdot \ln x - 1\left( {\frac{1}{x}} \right)}}{{\left( {\ln x} \right)^2 }} = \frac{{ - \frac{1}{x}}}{{\left( {\ln x} \right)^2 }} = - \frac{1}{{x\left( {\ln x} \right)^2 }}[/tex]
 
Your first approach was correct, the second one, as already pointed, instead of ln(lnx) you took lnx.