Re: Problem with integral



On Jul 27, 9:17 am, desktop <asd...@xxxxxxx> wrote:
I am trying to solve this integral using partial integration:

(1) int(x^2* e^(x^3)) dx

I have choosen x^3 as the inner function:

u = g(x) = x^3

I isolate x and get:

x = u^(1/3)

Then I differentiate x over u:

dx = 1/3 * 1/(x^(2/3)) du

I now substitute dx and u in (1) and get:

int(x^2 * e^(u) * 1/3 * 1/(x^(2/3)) du

Is that correct so far?

I am not sure what to do next have considered partial integration or
just reducing the current expression, but I cannot seem to get the result:

> simplify(int(x^2*e^(x^3),x));
/ 3\
\x /
e
-------
3 ln(e)
which is returned my maple. Hope someone can give a hint.

Here's a hint: Instead of solving for x in terms of (x = u^(1/3)),
finding dx, and solving for du, leave your expression as u in terms of
x (u=x^3), find du, and solve for dx.

.



Relevant Pages

  • Re: My Homework: how to calculate natural log, e?
    ... > I might go solving the problem by asking around, ... Hint #3: One traditional way to solve these types of problems is to ... derive the next term to be added from the last calculated term. ...
    (comp.lang.fortran)
  • Re: How to find the maximum sum of atleast L consecutive integers given a sequence of N integers.
    ... Well if you're solving them for fun, you probably will want a hint ... Draw the points of the array as a graph. ... You all think I'm paranoid, ...
    (comp.programming)
  • Re: Please help, Thanks!
    ... For a problem as easy as this, you have to be part of the solving ... process, otherwise no strength develops, and nothing is really ... To give a further hint ... ...
    (sci.math)
  • Re: FPC 2.1.4: Impressions, bugs, questions
    ... ex.pasHint: Type size mismatch, possible loss of data / range ... And many thanks for solving the "Internal error 200409241" issue. ...
    (comp.lang.pascal.misc)
  • Re: Asymptotic solution
    ... Hint: In a second order linear spring-mass-damper ... physically one of the LHS terms is ... I multiplied the entire equation by e and set that equal to 0 (to see what the equation would be without perturbations) and found that y=0 ... The next step that I am going to take is to solve all the terms of order e so the problem becomes one of solving: ...
    (sci.math)