Integration by Parts: Int: x*arctan(x) dx

MathHawk
Messages
9
Reaction score
0
Because of circumstance (my desire to graduate in 5 years or less), I've been forced to attempt Calc 2 in 2 months time online over the summer. About 75% of it is going smoothly (compared with 105% or so of Calc 1).

Homework Statement



I'm to solve the indefinite integral: \int x * arctan(x) dx



Homework Equations


Integration by parts is done using: \intu dv = uv - \intv du


The Attempt at a Solution


It seems pretty obvious that u = arctan(x) and that dv = x. From this, du = \frac{1}{1+x^2} dx and v = \frac{1}{2}x2.

Using the integration by parts formula:

\int x * arctan(x) dx = \frac{1}{2}x2arctan(x) - \frac{1}{2}\int\frac{x^2}{1 + x^2}dx



Now integration by parts must be used again. It seems obvious to select u = x2, dv = \frac{1}{1 + x^2}. du = 2xdx, dv = arctan(x).



\int x * arctan(x) dx = \frac{1}{2}x2arctan(x) - \frac{1}{2} ( x2arctan(x) - 2 \intxarctan(x) ).

Simplified:

\int x * arctan(x) dx = 0 + \int x * arctan(x) dx.



While this is very true, it doesn't help me find the integral. Switching my u and dv in either use of the integration by parts formula hasn't yielded a solution for me in my attempts yet. Thank you in advance for your help :smile:.
 
Physics news on Phys.org
\frac{x^2}{x^2+1}=\frac{x^2+1 -1}{x^2+1}=1-\frac{1}{x^2+1}
 
You are my Bokonon, only you tell truths.
 
Thank you, in other words.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top