1

I would like some help in integrating a function like that:

$$\int\sqrt[3]{4\alpha x^2}dx$$ for $a\in \mathbb{R}^+.$

More generally, what's the heuristic for dealing with functions of the type:

$$\int\sqrt[m]{k\alpha x^2}dx$$ for $m\in \mathbb{N}^*,$ $k\in \mathbb{N}^*,$ $a\in \mathbb{R}^+.$

What about $$\sqrt[m]{kP(x)}dx$$ for $m\in\mathbb{N}^*, \ k\in \mathbb{N}^*,$ $a\in \mathbb{R}^+ $ and $P(x)$ a polynomial (you can add more hypotheses if needed) ?

1 Answers1

2

Well the first integral is really easy. You just need to separate the constants out. $$I=\int\sqrt[m]{k\alpha x^2}\,dx$$ $$I=\sqrt[m]{k\alpha}\int x^{\frac2m}\,dx$$ $$I=\sqrt[m]{k\alpha}\cdot\frac {x^{\frac 2m+1}}{\frac 2m+1}$$ As for the second part, the method of solving depends highly on the nature of $P(x)$. There is no general solution to the integrals in this form.

Sam
  • 2,447