-EquinoX-
- 561
- 1
Homework Statement
what is the integral of sin(x^2) dx?
The discussion revolves around the integral of sin(x^2) dx, which is noted to not have an elementary antiderivative. Participants explore a related double integral involving y * sin(x^2) and discuss various approaches to evaluate it.
The discussion is ongoing with multiple interpretations being explored. Some participants have suggested reversing the order of integration and using substitutions, while others are questioning the validity of certain steps and assumptions made in the process.
There is a mention of confusion regarding the nature of the integral, with some participants mistakenly conflating sin(x^2) with sin^2(x). Additionally, there are concerns about the accuracy of calculations related to the integral's evaluation.
-EquinoX- said:Homework Statement
what is the integral of sin(x^2) dx?
Homework Equations
The Attempt at a Solution
No, "sin x^2" MEANS sin(x^2) and cannot be integrated in that way. If your function is really (sin(x))^2= sin^2(x), you should have told us that immediately.anushyan88 said:sin x^2 = 1 - cos 2x
and we can use 1 and cos 2x seperatly and solve this problem.
Mstf_akkoc said:dx=cos(x^2)dm
micromass said:Why is this true?
Mstf_akkoc said:Actualy is not true. I have done a misteke when calculete the [tan(x^2)]'
2xdx=cos(x^2)dm is true
if I find a solution with this I ll write.
HallsofIvy said:Why have you suddenly jumped into this thread from back in February? Did you not read the previous posts? As said in the very first response, sin(x^2) does NOT have an elementary anti-derivative.
After EquinoX told us that the problem was really
\int_{y= 0}^5\int_{x= y^2}^{25} y sin(x^2)dx dy
it was suggested that he reverse the order of integration. Doing that it becomes
\int_{x= 0}^{25}\int_{y= 0}^{\sqrt{x}} y sin(x^2)dy dx
= \frac{1}{2}\int_{x= 0}^{25}\left[y^2\right]_{y=0}^{\sqrt{x}} sin(x^2) dx
= \frac{1}{2}\int_{x= 0}^{25} x sin(x^2) dx
which can be integrated by using the substitution u= x^2:
If u= x^2, du= 2x dx so x dx= (1/2)du. When x= 0, u= 0 and when x= 25, u= 625 so the integral is
\frac{1}{4}\int_0^{625} sin(u) du= -\frac{1}{4}\left[cos(u)\right]_0^{625}
= -\frac{1}{4}(-0.984387)= 0.246097