Answer: Feynman's Trick: arctan(x)/x and Catalan's Constant
Key Idea / Intuition
The integral I(α)=∫01xarctan(αx)dx looks hard to attack directly because arctan(αx)/x has no elementary antiderivative. The trick is Feynman's trick: differentiate with respect to the parameter α. The derivative I′(α) involves 1/(1+α2x2), which integrates cleanly in x. We recover I(α) by integrating back in α, using the initial condition I(0)=0.
Formal Proof / Solution
Step 1: Differentiate under the integral sign.
Define
I(α)=∫01xarctan(αx)dx,α≥0.
Differentiate with respect to α:
I′(α)=∫01∂α∂xarctan(αx)dx=∫011+α2x21dx.
Step 2: Evaluate I′(α).
I′(α)=∫011+α2x2dx.
Substitute u=αx, du=αdx:
I′(α)=α1∫0α1+u2du=α1arctan(α).
So
I′(α)=αarctan(α).
Step 3: Integrate back.
I(α)=∫0αtarctan(t)dt+C.
The initial condition I(0)=0 gives C=0, so
I(α)=∫0αtarctan(t)dt.
Wait — this is circular if we just want I(1)! Let's instead use a second differentiation approach. We need a closed form.
Alternative: integrate I′(α)=arctan(α)/α directly via integration by parts.
Actually, let us integrate I′(α) from 0 to 1:
I(1)=∫01I′(α)dα=∫01αarctanαdα=I(1).
This is indeed consistent but circular for a closed form. Let's go one level deeper and use Leibniz again on I′(α).
Better approach: compute I(1) via a double integral.
I(1)=∫01xarctanxdx=∫01x1∫0x1+t2dtdx=∫01∫t1x(1+t2)1dxdt
(swapping order: 0≤t≤x≤1)
=∫011+t21ln(t1)dt=∫011+t2−lntdt.
Step 4: Evaluate ∫011+t2−lntdt.
Expand the geometric series:
1+t21=∑n=0∞(−1)nt2n.
∫011+t2−lntdt=∑n=0∞(−1)n∫01(−lnt)t2ndt.
Use the standard formula ∫01(−lnt)tkdt=(k+1)21:
=∑n=0∞(−1)n(2n+1)21=1−91+251−⋯=G,
where G is Catalan's constant ≈0.9159656.
Result:
∫01xarctanxdx=G≈0.9159…
where G=∑n=0∞(2n+1)2(−1)n is Catalan's constant.
The Feynman trick converts an arctan/x integrand into 1/(1+α2x2), and swapping the order of integration then connects the answer to the classic Leibniz-type series defining G.