TDSM 2.15

From The Data Science Design Manual Wikia
Revision as of 22:11, 12 December 2017 by Caitaozhan (talk | contribs) (logarithm)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The derivative of [math]f(x) = \log_a x[/math] ([math]x \gt 0[/math]) is [math]\frac{1}{x\ln(a)} \gt 0[/math] [math]\forall x \gt 0[/math] so [math]\log_a x[/math] is an increasing function.

With [math]x \lt 1[/math] we have [math]f(x) \lt f(1) = \log_a 1 = 0[/math] (proved)

---

However, when 0 < a < 1, [math]\log_a x[/math] is a decreasing function. it is not true.