Indefinite integral and proving convergence

Click For Summary
The discussion focuses on evaluating the convergence of the integral ∫(x*sin²(x))/(x³-1) from 2 to infinity. Participants suggest using comparison tests, noting that since sin²(x) is always less than or equal to 1, the integral can be compared to a simpler function like 1/x³. They emphasize the importance of determining the convergence of the absolute value of the integrand to conclude about the original integral's convergence. A partial fraction expansion and completing the square are recommended techniques for further analysis. The conversation highlights the nuances of convergence tests, particularly the distinction between the convergence of the absolute integral and the original integral.
SteliosVas
Messages
70
Reaction score
0

Homework Statement



okay so the equation goes:

∫(x*sin2(x))/(x3-1) over the terminals:
b= ∞ and a = 2

Homework Equations



Various rules applying to the convergence or divergence of integrals such as the p-test, ratio test, squeeze test etc

The Attempt at a Solution



Okay so I have tried factorising the bottom, I have tried the squeeze test and the ratio test to no success..

would method should I be applying, because I am unsure how to split up this integral...

Thanks
 
Physics news on Phys.org
Here's a hint: first notice that \sin^2 x \leq 1 for all x. Then you can compare your integral with another one whose integrand is always greater. You can then prove the convergence of that integral.
 
Therefore using the comparison test should i compare this integral to 1/x3 over the same interval?
 
Lets apply a useful theorem. If ##\int_a^b |f(x)| \space dx## converges, then ##\int_a^b f(x) \space dx## converges. Note the converse of this theorem is not true. So you should always determine the convergence of ##\int_a^b |f(x)| \space dx## to determine if ##\int_a^b f(x) \space dx## converges.

Applying this theorem to your given problem:

$$\int_{2}^{\infty} \left| \frac{x \sin^2(x)}{x^3 - 1} \right| \space dx = \int_{2}^{\infty} \frac{|x| |\sin^2(x)|}{|x^3 - 1|} \space dx \leq \int_{2}^{\infty} \frac{|x|}{|x - 1| |x^2 + x + 1|} \space dx$$

For ##x \in [2, \infty)##, we can remove the absolute values in the expression because all of the terms would be positive anyway. So the new question is, does this integral converge:

$$\int_{2}^{\infty} \frac{x}{(x - 1) (x^2 + x + 1)} \space dx$$

Hint: Start with a partial fraction expansion, and then complete the square.
 
  • Like
Likes SteliosVas
Right now I understand. So the absolute of f(x) is always said to converge but the the opposite isn't always true ?

Right do we are performing a comparison test to x/(x^3-1)
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...