0
$\begingroup$

Can you help me to find a second derivative of func?

$f(x) = \lg(x) + 5-x$

If you can, please , explained if for me.

Thank you.

  • 0
    $\log$, as in base $10$ or base $e$?2017-02-19
  • 0
    I hope you know that the derivative of a constant is zero and that of $\log x $ is $1/x $.2017-02-19
  • 0
    yes, lg @S.C.B.2017-02-19
  • 0
    lg(x) + 5 -x ; @Rohan2017-02-19

2 Answers 2

0

We have $$f (x) = \log_{10} x + 5-x $$ $$\Rightarrow f'(x) = \frac {\mathrm {d}}{\mathrm {d}x}(\frac {\log_e x}{\log_e 10} + 5-x) = \frac {1}{x\log_e 10} + 0 -1 =\frac {1}{x\log_e 10}-1$$ $$\Rightarrow f''(x) = \frac {\mathrm {d}}{\mathrm {d}x}(\frac {1}{x\log_e 10}-1) = \frac {-1}{x^2\log_e 10} + 0 = -\frac {1}{x^2\log_e 10}$$

We have just used the idea expressed in my commemt above. Also $\log_e 10 = \ln 10$, can be taken out of the expression while taking the derivative and does not affect it. Hope it helps.

0

$$f(x)=\log(x)+5-x$$

so $$f'(x)=\frac{1}{xlog(10)}-1$$

so $$f''(x)=-\frac{1}{log(10)x^{2}}$$ using the quotient rule and that the derivative of a constant is zero

  • 0
    f(x)=lg(x)+5−x ; lg, not ln2017-02-19
  • 0
    @VadimMarchenko Log base 10?2017-02-19
  • 0
    yes, log base 102017-02-19