$f(x) = {\cosh x \over \sinh x}f'(x)$

137 Views Asked by At

show $f(x) = {\cosh x \over \sinh x}f'(x) \Rightarrow f(x) =\cosh x$


I can easily check that LHS is well defined with the equation of $f(x) =\cosh x$ as given.

However, just replace the LHS given RHS value cannot be the proof I think.

Thus I had transformed the LHS as below:

${f(x) \over f'(x)} = [\log(f(x))]' = {\cosh x \over \sinh x} = {e^x - e^x \over e^x + e^x} $

but from the last term of above, how could one get $\int{e^x - e^x \over e^x + e^x}$ to get the $\log(f(x))$? any hint?

3

There are 3 best solutions below

1
On BEST ANSWER

$$\int \frac{e^x-e^{-x}}{e^x+e^{-x}}dx=\int \frac{1}{e^x+e^{-x}}d(e^x+e^{-x})=\ln(e^x+e^{-x})+C$$

0
On

Let $g(x):=\frac{f(x)}{\cosh x}$.

Show that $g'(x)=0$ for all $x$.

Your turn !

0
On

$f(x) = {\cosh x \over \sinh x}f'(x)$

Rearrange,

$\frac{f'(x)}{f(x)} = \frac{\sinh x}{\cosh x}$

Integrate both sides wrt $x$,

$\int \frac{f'(x)}{f(x)} dx=\int\frac{\sinh x}{\cosh x}dx$

$\ln f(x) = \ln\cosh x + \ln C$ (putting constant as $\ln C$ allows for a simple $C$ in the final expression).

Since the real logarithm is one to one,

$f(x) = C\cosh x$