Evaluating ∫x(e^x^3)dx: Tips and Tricks for Integrating e^x^3

  • Thread starter Thread starter Mathmanman
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
Mathmanman
Messages
60
Reaction score
0
So I was trying to evaluate ∫x(e^x^3) dx
I know that you use integration by parts but something stumps me.

I don't know how to integrate e^x^3! I know how to integrate e^3x but not e^x^3!
Can someone please tell me how to even start on e^x^3?
 
Physics news on Phys.org
But my textbook solutions has an answer for this...
So originally, I was trying to solve the differential equation:
y' + 3x^3y = x
And then I found that the integrating factor was: e^∫3x^2 dx
= e^x^3

And my textbook said to use the integrating factor method.
 
Mathmanman said:
But my textbook solutions has an answer for this...
So originally, I was trying to solve the differential equation:
y' + 3x^3y = x
I presume you mean it was y'+ 3x^2y= x

And then I found that the integrating factor was: e^∫3x^2 dx
= e^x^3

And my textbook said to use the integrating factor method.
Okay, multiplying both sides of the equation by [itex]e^{x^3}[/itex] gives
[itex](e^{x^3}y)'= xe^{x^3}[/itex] and, integrating,
[itex]e^{x^3}y= \int_a^x te^{t^3}dt[/itex] where "a" gives the constant of integration.

From that [itex]y(x)= e^{-x^3}\int_a^x te^{t^3}dt[/itex]

That integral cannot be done in terms of elementary functions so either leave the solution as that or use the gamma function as wolfram alpha suggests.
 
Mathmanman said:
But my textbook solutions has an answer for this...
So originally, I was trying to solve the differential equation:
y' + 3x^3y = x
And then I found that the integrating factor was: e^∫3x^2 dx
= e^x^3
Shouldn't that integrating factor be [itex]\displaystyle \ e^{\left(\Large \int 3x^3\,dx\right)}\ ?[/itex]
 
SammyS said:
Shouldn't that integrating factor be [itex]\displaystyle \ e^{\left(\Large \int 3x^3\,dx\right)}\ ?[/itex]
Unless, as I suggested, the original differential equation was y'+ 3x^2y= x.
 
You could also use the Taylor expansion, if the integral is indeed ##\int xe^{x^3} dx = \sum_{n=0}^{∞} \frac{1}{n!} \int x^{3n + 1} dx##.

EDIT: You could also find values by using ##\int_{a}^{b}## instead of ##\int##.
 
Last edited:
@Zondrina can you explain the taylor expansion method
 
Using a Taylor expansion for ##e^x##, derive an expansion for ##e^{x^3}##. Now find one for ##xe^{x^3}## and then integrate it as desired.

If you're interested in the reason, uniform continuity might be worth a read.