Solving an Integral Involving ∫(4x)/(x2+9) dx

  • Thread starter Thread starter jdawg
  • Start date Start date
  • Tags Tags
    Dx Integral
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
10 replies · 2K views
jdawg
Messages
366
Reaction score
2

Homework Statement


∫(4x)/(x2+9) dx

Homework Equations





The Attempt at a Solution


Originally I tried to solve with u substitution:

u=x2+9
du=2x dx
1/2du=dx
∫2/u
=2lnu+C
=2ln(x2+9)+C

But shouldn't arctan be somewhere in the answer?
 
Physics news on Phys.org
What's the derivative of an arctan function?

In any event, if you differentiate your answer, you should obtain the original integrand.
 
jdawg said:
Is it (1/1+x2)?

Yes, assuming you meant ##\frac{1}{1+x^2}##, because your parentheses are placed wrongly. But ##\frac{x}{1+x^2}## is a completely different expression from ##\frac{1}{1+x^2}##. In this case, you have something more like the former. Hence no arctan in the integral.
 
But I don't understand why u substitution doesn't work?
 
jdawg said:
But I don't understand why u substitution doesn't work?

Who said it doesn't work? Your integral in the first post is correct.
 
Curious3141 said:
Who said it doesn't work? Your integral in the first post is correct.

Really?? When I went to a tutoring center at my university the tutor told me that I needed to use arctan? Or was she just saying that its another method of doing it?
 
jdawg said:
Really?? When I went to a tutoring center at my university the tutor told me that I needed to use arctan? Or was she just saying that its another method of doing it?
No. She was saying it because she was wrong.
 
Chestermiller said:
No. She was saying it because she was wrong.

Hahaha! Thanks for your help everybody :)
 
To be fair, it's possible that by "use arctan" the tutor meant to use a trig sub ##\tan\theta=x##, which would be the same as ##u=\arctan x##. This would work, though it'd most definitely be a more involved approach than the simple u-sub suggested in the thread.