3
$\begingroup$

I have been trying to evaluate the integral: $$\int \frac{x}{\sqrt[12]{x^2+x+1}}\ dx$$ I approached the integral with trig substitutions, by completing the square and with integration by parts. I also tackled it as if it were a binomial integral, but nothing seems to work. In each case I get stuck and end up with an integral that I am not able to evaluate. Can someone give me a hint? Thank you.

  • 0
    Why do you believe this can be integrated in elementary terms?2017-02-12
  • 0
    Do you have a good reason to suspect that the integral can be expressed in terms of elementary functions?2017-02-12
  • 0
    I found the integral in my calculus book..2017-02-12
  • 0
    This integral cannot be expressed in terms of elementary functions, do you mean, perhaps $\int \frac x{(x^2+1)^{1/12}} dx$ or $\int \frac {2x+1}{(x^2+x+1)^{1/12}} dx$? These can be solved by a simple substitution.2017-02-12
  • 1
    Whch calculus book is this? And how is it treating the hypergeometric functions that appear in this indefinite integral?2017-02-12
  • 0
    @Alex No the one that I posted, is the one that I found on my book2017-02-12
  • 0
    @MarkFischler it's a calc 2 book, since I am a freshman... I haven't done hypergeometric functions2017-02-12
  • 2
    @Denis This indefinite integral is expressed in terms of hypergeometric functions. If this is an introductory calculus book perhaps it is a typo as this cannot be solved by a substitution or integration by parts.2017-02-12
  • 0
    I bet that the problem is instead $$\int \frac{x}{\sqrt[\color{red}{2}]{x^2+x+1}}\ dx$$ and,as other people, assume a major typo in the textbook ?2017-02-12

1 Answers 1

1

First we can extract the integrable part :

$\int\frac{x\,dx}{\sqrt[12]{x^2+x+1}}=\frac12\int\frac{(2x+1)\,dx}{\sqrt[12]{x^2+x+1}}-\frac12\int\frac{dx}{\sqrt[12]{x^2+x+1}}=\frac{6}{11}(x^2+x+1)^\frac{11}{12}-\frac12\int\frac{dx}{\sqrt[12]{x^2+x+1}}$

But then we have $I=\int\frac{dx}{\sqrt[12]{x^2+x+1}}$

From $x^2+x+1=(x+\frac12)^2+\frac34\quad$ by substituting $\quad\sinh(u)=\frac{2}{\sqrt 3}(x+\frac 12)$

You get $I=\int (\frac{\sqrt 3}{2}\cosh(u))^\frac56du$

which as other people have said, cannot be expressed in term of usual set of elementary functions.

You may reduce the exponent to a simple square root by substituting $v^6=\cosh(u)$ but the $dv$ makes reappear some $v^{12}$.

$\int \cosh(u)^\frac56du=6\int\frac{v^{10}}{\sqrt {v^{12}+1}}dv\quad$ this last one being clearly hypergeometric.

  • 0
    @Sophie, sure, though I wanted to show the intermediate $\sinh$ substitution because in case of a typo and $\sqrt[12]{}$ is just $\sqrt{}$ then this lead to actually solving the integral. But good remark.2017-02-12