juantheron
- 243
- 1
$$\displaystyle \int e^{x^4}\left(x+x^3+2x^5\right)\cdot e^{x^2}dx = $$
The integral of \( e^{x^4} (x + x^3 + 2x^5) e^{x^2} \, dx \) can be transformed into \( \int e^{x^4+x^2} (x+x^3+2x^5) dx \) by recognizing the exponential function as a substitution. The substitution \( e^{x^4+x^2}=t \) leads to the differential \( e^{x^4+x^2}(4x^3+2x)dx = dt \). The discussion highlights the importance of justifying each step in mathematical proofs, as noted by user Dan, who pointed out flaws in previous solutions.
PREREQUISITESMathematics students, educators, and anyone interested in advanced calculus techniques, particularly those focusing on integration and proof construction.
jacks said:$$\displaystyle \int e^{x^4}\left(x+x^3+2x^5\right)\cdot e^{x^2}dx = $$
Siron said:First, write the integral as
$$\int e^{x^4+x^2} (x+x^3+2x^5) dx = $$
Let $e^{x^4+x^2}=t \Rightarrow e^{x^4+x^2}(4x^3+2x)dx = dt$.
jacks said:$$\displaystyle \int e^{x^4}\left(x+x^3+2x^5\right)\cdot e^{x^2}dx = $$
topsquark said:anemone: I think I spotted a flaw in your solution.
You wrote a statement of the form
[math]\int f(x)~dx = \frac{1}{x^2} \int x^2~f(x)~dx[/math]
Under normal circumstances you can't multiply the outside of an integral by a function of x and multiply the inverse of it inside the integral. Or am I wrong in this specific case?
-Dan
anemone said:Hi Dan again,
In your second example where [math]\int x^3~dx = \frac{1}{x^2} \int x^2 \cdot x^3~dx = \frac{x^4}{6} + C[/math], you multiplied the antiderivative to the $x^2$ but in my solution, I took care of the multiplier before I started to integrate it on the second time. (Thinking)