Need help with difficult integration by parts problem

In summary, the student is trying to solve an equation but is having difficulty. The solution is to make a substitution, and then use integration by parts.
  • #1
kkidd002
2
0

Homework Statement




integrate: (x^3) e^(3x^2) dx



Homework Equations



uv- integral vdu

The Attempt at a Solution



i've tried this many times on paper and can't get the right answer. I'm starting to get really frustrated. Please help, and be specific as possible.
 
Physics news on Phys.org
  • #2
Since you haven't shown any work I'll assume the worst :s.

First you should make a substitution if possible, to get just e^t.

And when you have an integral of the form:

[tex]\int x^n T(x) dx[/tex]
where T(x) is a Transcendental function (e^x, sin x, cos x, a^[bx+c], ln x, etc..). And it's antiderivative should be easier than the entire function, otherwise you'll go from a hard integral to a harder one.

to solve that type of integral you need to make the substitutions:
[tex]u=x^n[/tex]
[tex]v'=T(x)[/tex]
and you will need to integrate n times, continue with u=x^n and eventually you will get rid of the x term and have only T(x) which would be a trivial integral. ex. [tex]...-\int cos x dx[/tex]
Also when integrating and say you have [tex]-3\int x^n cos 3x dx[/tex] don't just choose u=x^n; v'=cos 3x, place that coefficient on either u or v' to maybe cancel it out. A better choice would be u=x^n; v'=-3cos 3x, which gives u'=nx^(n-1); v=-sin3x
This way you don't have to worry about multiplying everything by that - sign, you might forget it and get the entire thing wrong :/
 
  • #3
My advice is to rewrite the integral as this

[tex]\frac{1}{6}\int x^2(6xe^{3x^2}) dx[/tex]

and then use integration by parts

Here is a nice hint to help you

[tex]\frac{d}{dx}(e^{3x^2})=6xe^{3x^2}[/tex]
 
  • #4
this is my solution

i added a file with my solution
 

Attachments

  • 4.JPG
    4.JPG
    11.4 KB · Views: 655
  • #5
could you just write it out? usually it takes a while before attachments are approved.
 
  • #6
i don't know how to write integral signs like you do
 
  • #7
click on the integral and you'll see the code it should be like this:

[ tex] \int ... x^2 [ /tex]

without the spaces before the tex and /tex
 
  • #8
wow its a sintax languege like programming
i'll try to get used to it
about the attachments

it always instantly appears on my pc that my attachment massage
is added to the thread
 
  • #9
it has to be approved by a moderator before we can see it I think.

and here's a thread that has guides on how to use the LaTeX typesetting that's really useful here.
 
  • #10
ok thanks
 
  • #11
rock.freak667 said:
My advice is to rewrite the integral as this

[tex]\frac{1}{6}\int x^2(6xe^{3x^2}) dx[/tex]

and then use integration by parts

Here is a nice hint to help you

[tex]\frac{d}{dx}(e^{3x^2})=6xe^{3x^2}[/tex]

Best solution here =]
 
  • #12
even easier is to separate x^3 into x * x^2 and then set u = x^2. then use integration by parts
 
  • #13
You can do it in ASCII: you want int x^3*exp(3*x^2) dx. This looks nicer in 'tex', but is perfectly legible without it. If you wanted the definite integral from x=a to x=b you could write int(f(x) dx, x=a..b) or int_{x=a..b} f(x) dx.

RGV
 
  • #14
Hey ! This thread is nearly 4 years old! LOL.
 
  • #15
For the record, I still like my hint :rofl:
 

1. What is integration by parts?

Integration by parts is a technique used in calculus to solve integrals of the form ∫u(x)v'(x)dx. It involves breaking down the integral into two parts, u(x) and v'(x), and using the product rule to find the integral.

2. How do I know when to use integration by parts?

Integration by parts is most commonly used when the integral involves a product of two functions, and when the derivative of one of the functions becomes simpler after integration.

3. What is the formula for integration by parts?

The formula for integration by parts is ∫u(x)v'(x)dx = u(x)v(x) - ∫v(x)u'(x)dx. This can also be written as ∫u dv = uv - ∫v du.

4. Can you provide an example of a difficult integration by parts problem?

Sure, an example of a difficult integration by parts problem is ∫xln(x)dx. This involves using integration by parts twice and simplifying the resulting integrals to eventually solve for the original integral.

5. Are there any tips for solving integration by parts problems more easily?

Yes, some tips for solving integration by parts problems more easily include choosing u(x) and v'(x) strategically, using the tabular method for repeated integration by parts, and practicing with various examples to become familiar with the technique.

Similar threads

  • Calculus and Beyond Homework Help
Replies
12
Views
976
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
2
Views
919
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
22
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
4K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top