$$\int \left\{ \frac{1}{\sqrt[3]{x}+\sqrt[4]{x}}+\frac{\log(1+\sqrt[6]{x})}{\sqrt[3]{x}+\sqrt[2]{x}} \right\}dx$$ Found this question on a worksheet. The first part seems elementary but I can't evaluate it using any standard formulas. I haven't been taught Integration by parts yet, is this question meant to be evaluated using it ? And for the second part, I tried substitution but gave no results. Even just an idea(or strategy) of how to solve is enough, since I have plenty of time left for me to solve it.
2026-04-06 08:04:33.1775462673
On
On
Evaluate $\int \left\{ \frac{1}{\sqrt[3]{x}+\sqrt[4]{x}}+\frac{\log(1+\sqrt[6]{x})}{\sqrt[3]{x}+\sqrt[2]{x}} \right\}dx$
201 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
you can compare your solution with this here $$\frac{3 x^{2/3}}{2}-\frac{12 x^{7/12}}{7}-\frac{12 x^{5/12}}{5}+\frac{4 \sqrt{x}}{3}+\frac{11 \sqrt[3]{x}}{2}-4 \sqrt[4]{x}-5 \sqrt[6]{x}-12 \sqrt[12]{x}-3 \log ^2\left(\sqrt[6]{x}+1\right)+\left(2 \sqrt[3]{x}-3 \sqrt[6]{x}+6\right) \sqrt[6]{x} \log \left(\sqrt[6]{x}+1\right)+11 \log \left(\sqrt[6]{x}+1\right)+12 \log \left(\sqrt[12]{x}+1\right)$$
0
On
This answer is a continuation of that by B.Goddard. His integral has many rational terms which may be integrated by standard method, it also contains terms $$\int u^5\ln(1+u^2)du$$ which can also be integrated by parts. Finally we arrive at $$\int \frac{u}{1+u^2}\ln(1+u^2)dx=\frac{1}{4}(\ln(1+u^2))^2$$
Usually with such integrands, we'd make the substitution $u =\sqrt[12]{x}$, so that $du = {1\over12}x^{-11/12}\; dx = {1 \over 12u^{11}}\; dx$. Your integral becomes $$\int \left(\frac{1}{u^4+u^3} + \frac{\log(1+u^2)}{u^4+u^6}\right) 12u^{11} \; du.$$ Still a bit icky.