Integration Of a given function can be found out in many ways, For a specific function ∫1/xlogx, if we do integration by parts (∫f(x) g(x)= f(x) ∫ g(x)- ∫ [d/dx (f(x)) ∫g(x)] dx ) we get this way
Let ∫1/xlogxdx = A
If we do integration by parts, we have
$$\int \frac{1}{x\log x} \, dx= \frac{1}{\log x}\cdot\int \frac{1}{x} \, dx - \int \frac{d}{dx}\left(\frac{1}{\log x}\right)\,dx\cdot\int \frac{1}{x} \, dx+c$$ $$=\frac{1}{\log x}\cdot \log x+\int \frac{1}{x\log x}\,dx+c$$
i.e, A = 1 + A + c
Which tells us that the value of "$c$" in this specific integral is $-1$. So does this mean that the Integral of function $\dfrac{1}{x\log x}$ has only one value.! So this means only two things, either I am wrong somewhere or i am missing a point somewhere.
Edit: I do know we can simple get it by writing logx as u and ¹/x as du, we directly get it as log(logx) +c.
But I wanted to know the reason why we can't apply By parts when we can integrate it by substitution.