Differentiate {-log (log x), x > 1} with respect to x
2017
Differentiate {-log (log x), x > 1} with respect to x
Answer: A. -1 / (x log x) — ConceptHere log denotes the natural logarithm (base e), so d/dx(log x) = 1/x. For a composite function f(g(x)), the chain rule gives d/dx f(g(x)) = f'(g(x)) ·…
- A.
-1 / (x log x)
- B.
1 / (log x)
- C.
1 / x
- D.
x log x
Attempted by 2 students.
Show answer & explanation
Correct answer: A
Concept
Here log denotes the natural logarithm (base e), so d/dx(log x) = 1/x. For a composite function f(g(x)), the chain rule gives d/dx f(g(x)) = f'(g(x)) · g'(x). A constant multiplier (here the leading minus sign) is carried through differentiation unchanged.
Application
Identify the composite: the outer function is -log(u) with inner u = log x.
Differentiate the outer: d/du[-log u] = -1/u.
Differentiate the inner: du/dx = d/dx(log x) = 1/x.
Multiply by the chain rule: (-1/u)·(1/x) = (-1/log x)·(1/x).
Combine into one fraction: = -1 / (x log x).
Cross-check
Sanity check the sign and magnitude: for x > 1 both x > 0 and log x > 0, so x log x > 0 and the result -1/(x log x) is negative. That matches the original function -log(log x), which is decreasing for x > 1 (as x grows, log x grows, log(log x) grows, so -log(log x) falls). A negative derivative is exactly what a decreasing function requires.
Result
d/dx[-log(log x)] = -1 / (x log x).