Having trouble with the antiderivative of this function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
jlt90
Messages
4
Reaction score
0

Homework Statement


Evaluate the indefinite integral:
[tex]\int[/tex]7x+1/x^2+1 dx

Homework Equations


The Attempt at a Solution


My first attempt at the solution was to try using substitution. I set u=x^2+1. so du=2x dx and x=sqrt(u-1). Then I rewrote the integral so it is [tex]\int[/tex]7du/4usqrt(u-1). This is where I don't know where to go with this attempt.

I'm pretty sure I'm going about this problem all wrong. If I could just get a push in the right direction I'd really appreciate it :)
 
Physics news on Phys.org
Thank you very much. So the first one becomes [tex]\int[/tex]7/2u du then 7/2ln(x^2+1) after taking the anti derivative and substituting x^2+1 for u. Then the second part becomes arctan x. So would the final answer be (7/2)ln(x^2+1)+arctan(x)?