Question 75360
<pre>
Let f(x)=2x+3/x. What is the anti derivative of f(x)?

        2x + 3/x

        2 {{{int ((x)dx)}}} + 3 {{{int ((1/x)dx))}}}
      
        2x^1+1
        ______   + 3 ln(|x|) , Remember that the derivative of ln(|x|) is 1/x
         1+1                   so the antiderivative of 1/x is ln(|x|)

         x^2 + 3 ln(|x|)