Daniel B. answered 08/23/22
A retired computer professional to teach math, physics
For ease notation I will write
arctanh instead of tanh-1
A.
After fixing the typos:
∫arctanh(x)dx =
∫(1/2) ln((1+x)/(1-x))dx
By parts using the formula ∫u'v = uv - ∫uv' where
u' = 1/2, v = ln((1+x)/(1-x))
u = x/2,
v' = ((1-x)/(1+x)) (1(1-x) - (-1)(1+x))/(1-x)²
= ((1-x)/(1+x)) 2/(1-x)²
= 2/((1+x)(1-x))
= 2/(1-x²)
Then
∫(1/2) ln((1+x)/(1-x))dx =
(x/2) ln((1+x)/(1-x)) - ∫(x/2) (2/(1-x²))dx =
(x/2) ln((1+x)/(1-x)) - ∫x/(1-x²)dx =
(x/2)ln((1+x)/(1-x)) + (1/2) ln(1-x²) + C =
x arctanh(x) + (1/2) ln(1-x²) + C
B.
By parts using the formula ∫u'v = uv - ∫uv' where
u' = 1, v = arctanh(x)
u = x
v' = 1/(1-x²)
∫1 arctanh(x)dx =
x arctanh(x) - ∫x/(1-x²)dx =
x arctanh(x) + (1/2)ln(1-x²) + D

Daniel B.
08/24/22
Kk T.
Oh I see, but how come the second part has the constant D? I thought the constant is always C.08/24/22

Daniel B.
08/24/22
Kk T.
ohh okay, makes sense. Thank you08/24/22
Kk T.
Thank you. How would we show that both answers from part A and B are equal up to a constant? I'm not sure what this means.08/24/22