Weird indefinite integral homework questions

260 Views Asked by At

I'm solving a couple of integration problems using the method of changing variables, and would like assistance with two particular problems that I can't seem to solve. I completed rest of the problems in this problem set without much effort, but these two seem impossible.

I've tried changing a few different variables in both problems, and I tried to calculate the solution with Wolfram Alpha, but neither of those had any avail.

$$\int x^{e^{x^2}}~dx$$

and

$$\int\frac{dx}{x+\ln^2x}$$

are the problems that I'm trying to solve. Any help is much appreciated.

1

There are 1 best solutions below

3
On

This should be a comment, but it would be too long for the comments section, so I'll write it here. Please do not vote up / down unless you find I wrote a real malarkey. In that case, I'll provide to delete this or to improve it.

As we said in the comments, there are no expressions in terms of simple and elementary functions, and also most probably there are no answers in terms of any functions, as @Claude Leibovici stated.

The other problem is that your integrals are undefined, so either numerical approaches are available. I'll provide to show you some substitutions to make things clearer.

1

In this integral you might naively try the substitution

$$e^{x^2} = t ~~~~~ x^2 = \ln(t) ~~~~~ x = \sqrt{\ln(t)} ~~~~~ \text{d}t = 2t\ \sqrt{\ln(t)}$$

gaining

$$\frac{1}{2}\int\ \frac{(\ln(t))^{t/2 - 1/2}}{t}\ \text{d}t$$

and since it involves the form $t^{-1}[F(t)]^t$ the possibilities it can be integrated are like zero. I don't think one may find a more suitable expression (despite the fact it makes me to think about the Logarithmic Integral Special Function, but it's more complex since it has a $t$ in the exponent itself).

2

For this one, it could be good to use (for $t > 0$)

$$x = e^t ~~~~~~~ \text{d}x = e^t\ \text{d}t$$

to get

$$\int\frac{e^t}{e^t + t^2}\ \text{d}t$$

We may collect the $e^t$ factor to have

$$\int\frac{\text{d}t}{1 + t^2e^{-t}}$$

Which could be treated in several ways, if the integral had extrema. Having not, we cannot say that much.

Notice also that this substitution works for $t > 0$ only, so other possible ways are opened.