0

It is given that $$ \frac{d^n}{dx^n} (\frac{\ln x}{x})=\frac{a_n\ln x+b_n}{x^{n+1}}$$ where $a_n$ and $b_n$ depend only on $n$.

Use mathematical induction to establish a formula for $a_n$.

I tried differentiating the function but I obtained the recursive formula $a_{n+1}=-a_n(n+1)$.

Can somebody please provide some hints to solve this and also provide some mathematical details required to be stated in completing this proof?(I have never solved this type of a question so it would be helpful if a detailed answer is given).

mathnoob123
  • 1,373

1 Answers1

0

$$\frac{d^n}{dx^n} (\frac{\ln x}{x})=\frac{a_n\ln x+b_n}{x^{n+1}}$$ put n=1 $$\frac{d}{dx} (\frac{\ln x}{x})=\frac{\dfrac 1x .x-1.\ln x }{x^{2}}=\dfrac{-\ln x+1}{x^2}\to a_1=-1,b_1=+1$$ n=2 $$\frac{d^2}{dx^2} (\frac{\ln x}{x})=(\dfrac{-\ln x+1}{x^2})'=\\ \dfrac{-\frac 1x.x^2-2x(-\ln x+1)}{x^4}=\\ \dfrac{-1-2(\ln x+1)}{x^4}=\dfrac{+2\ln x-3}{x^3}\to a_2=+2$$

now suppose for $n$ that $\frac{d^n}{dx^n} (\frac{\ln x}{x})=\frac{a_n\ln x+b_n}{x^{n+1}}$ doing for $n+1$ $$\frac{d^{n+1}}{dx^{n+1}} (\frac{\ln x}{x})=\dfrac{d}{dx}\frac{d^n}{dx^n} (\frac{\ln x}{x})=\frac{a_n\ln x+b_n}{x^{n+1}}=\\\dfrac{d}{dx}\frac{a_n\ln x+b_n}{x^{n+1}}=\\ \dfrac{a_n\frac 1x.x^{n+1}-(n+1)x^n(a_n\ln x+b_b)}{x^{2n+2}}$$factor $x^n$ $$\dfrac{a_n-(n+1)(a_n\ln x+b_b)}{x^{n+2}}=\\ \dfrac{-(n+1)a_n\ln x+a_n-(n+1)b_n}{x^{n+2}}=\\ \dfrac{a_{n+1}\ln x+b_{n+1}}{x^{n+2}} \to a_{n+1}=-(n+1)a_n$$

Khosrotash
  • 24,922