How to Integrate ∫x(2^x^3)dx Using Substitution and Logarithms

  • Thread starter Thread starter rmiller70015
  • Start date Start date
  • Tags Tags
    Integrating
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
4 replies · 2K views
rmiller70015
Messages
110
Reaction score
1

Homework Statement



∫x(2^x^3)dx

Homework Equations





The Attempt at a Solution


I've tried using substitution using both x^3 and 2^x^3 as u.

I did get pretty far by using log_2 on each side.

∫log_2(x2^x^3)dx=∫(log_2(x)+log_2(2^x^3))dx=∫(log_2(x)+x^3)dx

At this point I'm not sure what to do, any help or hints would be appreciated.
 
Physics news on Phys.org
rmiller70015 said:

Homework Statement



∫x(2^x^3)dx

Homework Equations





The Attempt at a Solution


I've tried using substitution using both x^3 and 2^x^3 as u.

I did get pretty far by using log_2 on each side.

∫log_2(x2^x^3)dx=∫(log_2(x)+log_2(2^x^3))dx=∫(log_2(x)+x^3)dx

At this point I'm not sure what to do, any help or hints would be appreciated.

Two points. i) you can't take log inside an integral and get anything having anything to do with the original integral. ii) 2^x^3 doesn't mean anything. You mean either (2^x)^3 or 2^(x^3). They are very different. I suspect you mean (2^x)^3. That you can do with some work and integration by parts. 2^(x^3) leads to a nonelementary integral.
 
It was 2^(x^3) all multiplied by x.