Can High School Calculus Solve This Integration Problem?

  • Thread starter NoahCygnus
  • Start date
  • Tags
    Integration
In summary: F(x) = \frac{x^3}{3} + \ln \left( 1 + e^{-\phi^2} \right) + u \ln \left( 1 + e^{-\phi^2} \right) = \phi^2 + 2u \ln \left( 1 + e^{-\phi^2} \right).$$In summary, the high school math student is having trouble solving an integral that cannot be expressed in terms of standard functions.
  • #1
NoahCygnus
96
2
Member advised that the homework template must be used
ln(e^{Φ^2}+1)dΦ

I am a high school math student, so my calculus knowledge is that of high school. I tried to solve this problem, but nothing I have learned seemed to work so far, substitution didn't work, integration by parts didn't work. I presume this problem is beyond high school level calculus. I will be satisfied if anyone can solve this problem. And I apologise for the way I presented the problem, I don't know latex.
 
Physics news on Phys.org
  • #2
Well, even wolfram fails to solve it analytically ( I suppose you already have tried it there). However a good approximation (if ##\phi## takes large enough values) is ##\phi^3/3## because for large ##\phi## we have ##ln(e^{\phi^2}+1)\approx \phi^2##.
 
  • #3
I typed "integral of ln(e^(phi^2)+1) d phi" into Wolfram Alpha and it appears to interpret it as expected but it says "No result found in terms of standard mathematical functions". So not even Wolfram Alpha can solve that one.
 
  • #4
NoahCygnus said:
ln(e^{Φ^2}+1)dΦ

I am a high school math student, so my calculus knowledge is that of high school. I tried to solve this problem, but nothing I have learned seemed to work so far, substitution didn't work, integration by parts didn't work. I presume this problem is beyond high school level calculus. I will be satisfied if anyone can solve this problem. And I apologise for the way I presented the problem, I don't know latex.

Maple cannot find a formula for the integral, either. Because Maple and Mathematica (Wolfram Alpha) both fail, I suspect strongly that this integral is one of the "non-elementary" integrals that cannot be expressed as a finite number of terms involving all the standard functions.

There are numerous examples that are provably non-elementary; this means that people have proved that they are impossible in terms of standard functions. It is not just a matter of nobody so far having been smart enough to get the answer; rather, it is the fact that you can prove that a finite answer is absolutely impossible in terms of standard functions.

Your function is not among the standard non-elementary examples, but the fact that powerful computer packages fail on it suggests very strongly that it is not do-able. These packages use powerful advanced methods based on some deep theorems due to Risch and others about possibility/impossibility. They go way beyond anything you will find in introductory calculus textbooks.

Note, however, that various approximation methods exist, including series expansions plus many numerical methods, so getting a numerical answer for ##F(x) = \int_0^x \ln(1 + e^{\phi^2})\,d \phi## for numbers ##x > 0## is not difficult using modern methods.
 
Last edited:
  • #5
NoahCygnus said:
ln(e^{Φ^2}+1)dΦ

I am a high school math student, so my calculus knowledge is that of high school. I tried to solve this problem, but nothing I have learned seemed to work so far, substitution didn't work, integration by parts didn't work. I presume this problem is beyond high school level calculus. I will be satisfied if anyone can solve this problem. And I apologise for the way I presented the problem, I don't know latex.

Depends on what you mean by "solve". Just because an integral cannot be expressed in terms of simple functions like polynomials or radicals or trig functions doesn't mean it can't be "solved". There are many special functions that represent such integrals. For example:
##\int \frac{\sin(x)}{x}dx=\text{Si}(x)##

And the sine function Si(x) is just a function like ##\sin(x)##. Why then cannot we just say:

##\int \log(e^{x^2}-1)dx=\text{myfunction}(x)##

Also, how about a (convergent) power series solution? Is that not a legitimate solution just like sine or cosine? For example:

##\log(e^{x^2}+1)=\log(2)+\frac{x^2}{2}+\frac{x^4}{8}+\frac{x^8}{192}+\frac{x^{12}}{2280}+\cdots##

then can't we write:

## \int \log(e^{x^2}+1)dx=\int \big[ \log)(2)+\frac{x^2}{2}+\frac{x^4}{8}+\frac{x^8}{192}+\frac{x^{12}}{2280}+\cdots \big]dx##

Can you integrate that power series solution and come out with a closed-form solution like:

##\int \log(e^{x^2}+1)dx=\log(2)x+\sum_{n=1}^{\infty} (\text{some expression here})##?
 
  • Like
Likes Delta2
  • #6
aheight said:
Depends on what you mean by "solve". Just because an integral cannot be expressed in terms of simple functions like polynomials or radicals or trig functions doesn't mean it can't be "solved". There are many special functions that represent such integrals. For example:
##\int \frac{\sin(x)}{x}dx=\text{Si}(x)##

And the sine function Si(x) is just a function like ##\sin(x)##. Why then cannot we just say:

##\int \log(e^{x^2}-1)dx=\text{myfunction}(x)##

Also, how about a (convergent) power series solution? Is that not a legitimate solution just like sine or cosine? For example:

##\log(e^{x^2}+1)=\log(2)+\frac{x^2}{2}+\frac{x^4}{8}+\frac{x^8}{192}+\frac{x^{12}}{2280}+\cdots##

then can't we write:

## \int \log(e^{x^2}+1)dx=\int \big[ \log)(2)+\frac{x^2}{2}+\frac{x^4}{8}+\frac{x^8}{192}+\frac{x^{12}}{2280}+\cdots \big]dx##

Can you integrate that power series solution and come out with a closed-form solution like:

##\int \log(e^{x^2}+1)dx=\log(2)x+\sum_{n=1}^{\infty} (\text{some expression here})##?

Let
$$F(x) = \int_0^x \ln \left( 1 + e^{\phi^2} \right) \, d\phi .$$
The series solution proposed above will converge only for small values of ##|x|##. A much more effective series solution (involving non-elementary but well-studied and readily-available functions) is obtained by writing
$$ \ln\left(1+e^{\phi^2}\right) = \ln\left( e^{\phi^2} \right) + \ln \left( 1 + e^{-\phi^2} \right) = \phi^2 + \ln \left( 1 + e^{-\phi^2} \right).$$
Thus
$$F(x) = \frac{x^3}{3} + \int_0^x \ln \left( 1 + e^{-\phi^2} \right) \, d\phi.$$
Now expand the second logarithm, using ##\ln(1+u) = u - u^2/2 + u^3/3 - \cdots## with ##u = e^{-\phi^2} < 1## (so: convergent). Note that ##u^n = e^{-n \phi^2}##, so we can express the ##n##th term of the series for ##F(x)## as
$$t_n(x) = \frac{(-1)^{n-1}}{n} \int_0^x e^{-n \phi^2} \, d\phi = \frac{(-1)^{n-1} \sqrt{\pi}}{n^{3/2}} \text{erf}( x \sqrt{n}) .$$
Here, "erf" is the non-elementary function
$$\text{erf}(w) = \frac{2}{\sqrt{\pi}} \int_0^w e^{-t^2} \, dt$$.
The infinite series above converges for all ##x > 0.##
In sophisticated computer packages the function "erf" is built-in, so numerical evaluation of the terms of ##F(x)## is not very difficult. (However, to be fair, I must say that for sizable values of ##x>0## we may need to include a large number of terms in order to obtain good accuracy.)
 
Last edited:
  • Like
Likes aheight and Delta2
1.

What is integration and why is it important in science?

Integration is a mathematical process used to find the area under a curve. It is important in science because it allows us to calculate important quantities such as displacement, velocity, and acceleration.

2.

What are the steps to solving an integration problem?

The first step is to identify the function and the limits of integration. Then, use integration rules such as the power rule, product rule, and chain rule to simplify the function. Next, integrate the function using the appropriate integration technique. Finally, evaluate the definite integral using the given limits.

3.

What are the common integration techniques used in science?

Some of the common integration techniques used in science include the power rule, substitution, integration by parts, and partial fractions. These techniques are used to simplify and solve integration problems involving different types of functions.

4.

How can I check if my integration solution is correct?

You can check your integration solution by differentiating it and seeing if you get back the original function. This is known as the "reverse chain rule". You can also use online integration calculators or ask a colleague or tutor to verify your solution.

5.

What are some tips for solving difficult integration problems?

Some tips for solving difficult integration problems include practicing regularly, understanding the integration rules and techniques, and breaking the problem down into smaller, manageable steps. It is also helpful to visualize the problem and use your knowledge of algebra and trigonometry to simplify the function before integrating.

Similar threads

  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
779
  • Calculus and Beyond Homework Help
Replies
7
Views
706
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
945
Replies
4
Views
140
Replies
28
Views
860
  • Science and Math Textbooks
Replies
3
Views
1K
  • New Member Introductions
Replies
2
Views
90
Back
Top