Need Help Doing Integation by Parts

  • Thread starter Thread starter Airp
  • Start date Start date
  • Tags Tags
    Integals parts
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
12 replies · 1K views
Airp
Messages
23
Reaction score
0
Member warned about not showing an attempt

Homework Statement


Find the integral of z^3 e^z^2

Homework Equations


The integration by part formula

The Attempt at a Solution


I have no idea what to do, I'm just turning in circles
 
Physics news on Phys.org
Airp said:

Homework Statement


Find the integral of z^3 e^z^2

Homework Equations


The integration by part formula

The Attempt at a Solution


I have no idea what to do, I'm just turning in circles
Well, show us your latest turn around the circle in working out this integral. You may have overlooked something simple.
 
Some integration by parts problems require using it a few times :D
 
Here's my attempt that doesn't work...
1423589596666-962910281.jpg
 
If dv = e^(z^2), v is not e^(z^2)/z^2. You cannot simply reverse the chain rule going backwards because if you take the derivative of that, you'll get something different from the quotient rule.

So when doing parts and one way doesn't work, what to do next?
 
Wel, normally you try going the other way around, but it still doesn't work as shown in the first picture...
 
Oh ok! I think I get now! Thank you to everybody on this thread for your help! I'll try that!
 
This is what I finally did! Thank you again!
14235934962312124757711.jpg
 
Also, it's better to include your work right here in the form rather than an image of it. Everything you wrote on paper can be done right here using LaTeX, which isn't really that difficult.

Here is one of the lines from the last image you posted.
$$\frac{z^2e^{z^2}}{2} - \int \frac{2ze^{z^2}dz}{2}$$

The LaTeX script before it is rendered looks like this:
$ $\frac{z^2e^{z^2}}{2} - \int \frac{2ze^{z^2}dz}{2}$ $
Note that I put an extra space between each pair of $ symbols. That prevents the browser from rendering the script.

Fractions: \frac{}{}, with numerator in first pair of braces, and denominator in the second pair
Exponents: Use ^{} after the thing being raised to the power. If the exponent is a single character, the braces aren't needed.
Integrals (indefinite): \int
Integrals (definite): \int_a^b --Here a is the lower limit and b is the upper limit

More info: https://www.physicsforums.com/help/latexhelp/
 
Whoa didn't know that thanks!