How Can You Simplify the Derivative of Ln(x + 1/x)?

  • Thread starter Thread starter jorgen
  • Start date Start date
  • Tags Tags
    Differentiation
AI Thread Summary
The discussion focuses on simplifying the derivative of the function Ln(x + 1/x). The user initially differentiates the function and simplifies it to a fraction, but struggles to rewrite it in the desired form. Suggestions include combining terms into a single fraction and using partial fraction decomposition to simplify further. The conversation emphasizes that the final expression can be presented in various equivalent forms, depending on preference. Overall, the thread highlights techniques for manipulating and simplifying derivatives in calculus.
jorgen
Messages
12
Reaction score
0
Hi all,

I have to differentiate

Ln(x+\frac{1}{x})

where I first differentiate Ln and than multiply by the differentiation of the inner function

1/(x+\frac{1}{x})*(1-\frac{1}{x^2}

which I simplify to

\frac{x}{x^2+1}*(1-\frac{1}{x^2})

\frac{x}{x^2+1}-\frac{1}{x*(x^2+1)}

the problem is I cannot rewrite it to this

\frac{2*x}{x^2+1}-\frac{1}{x}

how to rewrite it - any help or advise appreciated. Thanks in advance

Best
Jorgen
 
Last edited:
Physics news on Phys.org
Start at the final expression, and write it as a fraction with one denominator: x(x^2+1)
 
thanks,

so I put into one fraction

\frac{x^2-1}{x*(x^2+1)}

but I don't know how to start rearranging this... Any new hints

Best

J
 
x^2-1=(x^2+1)-2 ;0)
 
so I rewrite the fraction using this hint

\frac{(x^2+1)-2}{x*(x^2+1)}

I split the fraction into

\frac{1}{x}-\frac{2}{x*(x^2+1)}

but I can still not see how to rearrange it

Thanks in advance

Best
J
 
Use partial fractions to decompose your second term; in other words, find the constants A,B, and C that satisfy:

\frac{2}{x*(x^2+1)}=\frac{A}{x}+\frac{Bx+C}{x^2+1}
 
In what form do you want it? Whether it is condensed into one fraction or written as a difference doesn't matter if both expressions are equal.
 
Back
Top