Integrate by Parts: x^5 * sqrt(x^3 + 5)

Click For Summary

Homework Help Overview

The discussion revolves around the integration of the function x^5 * sqrt(x^3 + 5) using integration by parts. Participants are exploring different methods of integration, particularly focusing on substitution versus integration by parts.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants attempt to solve the integral using substitution, specifically letting u = x^3 + 5, and express x^3 in terms of u. Others question the steps taken in the substitution process, particularly how certain expressions are derived.
  • There are discussions about the validity of different expressions for the integral and how they relate to each other, with some participants suggesting that differentiating the results can verify correctness.
  • Several participants inquire about how to approach the problem using integration by parts, with suggestions on how to assign functions u(x) and v'(x) for this method.

Discussion Status

The discussion is ongoing, with various methods being explored and participants providing insights into their reasoning. Some guidance has been offered regarding the differentiation of results to check for correctness, and there is a recognition of multiple valid approaches to the problem.

Contextual Notes

Participants are navigating the constraints of the homework assignment, which specifies the use of integration by parts rather than substitution. There is also a focus on ensuring that all steps in the integration process are clearly articulated and understood.

whatlifeforme
Messages
218
Reaction score
0

Homework Statement


Integrate by parts.

Homework Equations


(integral) (x^5 * sqrt(x^3 + 5) dx)

The Attempt at a Solution


i've tried using simple substitution, not by parts.

integral (x^3 * x^2 * sqrt(x^3 + 5) dx
u=x^3 + 5
du=3x^2

1/3(integral) (u-5) * u^1/2 du
1/3(u^3/2 - 5u^1/2)
--------------------------------------------

2 (x^3 + 5)^5/2
--
15

(subtract)

10 (x^3 + 5)^3/2
--
3
 
Last edited:
Physics news on Phys.org
whatlifeforme said:

Homework Statement


Integrate by parts.

Homework Equations


(integral) (x^5 * sqrt(x^3 + 5) dx)

The Attempt at a Solution


i've tried using simple substitution, not by parts.

integral (x^3 * x^2 * sqrt(x^3 + 5) dx
u=x^3 + 5
du=3x^2

1/3(integral) (u-5) * u^1/2 du
How did you get the (u-5) ?
1/3(u^3/2 - 5u^1/2)
--------------------------------------------

2 (x^3 + 5)^5/2
--
15

(subtract)

10 (x^3 + 5)^3/2
--
3
 
whatlifeforme said:

Homework Statement


Integrate by parts.

Homework Equations


(integral) (x^5 * sqrt(x^3 + 5) dx)

The Attempt at a Solution


i've tried using simple substitution, not by parts.

integral (x^3 * x^2 * sqrt(x^3 + 5) dx
u=x^3 + 5
du=3x^2

1/3(integral) (u-5) * u^1/2 du
1/3(u^3/2 - 5u^1/2)
--------------------------------------------

2 (x^3 + 5)^5/2
--
15

(subtract)

10 (x^3 + 5)^3/2
--
3

What's your question?

You can always check your answer to an integration problem by differentiating your answer. If this results in the integrand, then your answer is correct.
 
SammyS said:
How did you get the (u-5) ?

u=x^3 + 5 --> u-5=x^3

to substitute for the x^3 in the equation i rearrange the above by subtracting 5 from both sides.
 
whatlifeforme said:

Homework Statement


Integrate by parts.

Homework Equations


(integral) (x^5 * sqrt(x^3 + 5) dx)

The Attempt at a Solution


i've tried using simple substitution, not by parts.

integral (x^3 * x^2 * sqrt(x^3 + 5) dx
u=x^3 + 5
du=3x^2

1/3(integral) (u-5) * u^1/2 du
1/3(u^3/2 - 5u^1/2)
--------------------------------------------

2 (x^3 + 5)^5/2
--
15

(subtract)

10 (x^3 + 5)^3/2
--
3
u = x^3 + 5, so (1/3)du = x^2dx.

Notice you can write x^3 = u-5?

I'm getting : ##\frac{2}{15}(x^3+5)^{5/2} - \frac{10}{9}(x^3+5)^{3/2} + c##
 
Zondrina said:
u = x^3 + 5, so (1/3)du = x^2dx.

Notice you can write x^3 = u-5?

I'm getting : ##\frac{2}{15}(x^3+5)^{5/2} - \frac{10}{9}(x^3+5)^{3/2} + c##

they have as the answer: (2/9)x^3 * (x^3 + 5)^(3/2) - (4/45)(x^3 + 5)^(5/2) + C.
 
whatlifeforme said:
they have as the answer: (2/9)x^3 * (x^3 + 5)^(3/2) - (4/45)(x^3 + 5)^(5/2) + C.

Their answer is right and Zondrina's answer is also right. Your's isn't right. There's more than one way of writing an expression. Differentiate your answer to see if it's correct.
 
how are those two expressions the same?
 
whatlifeforme said:
how are those two expressions the same?

Factor (x^3+5)^(3/2) out of both expressions and rearrange what's left.
 
  • #10
Zondrina said:
u = x^3 + 5, so (1/3)du = x^2dx.

Notice you can write x^3 = u-5?

I'm getting : ##\frac{2}{15}(x^3+5)^{5/2} - \frac{10}{9}(x^3+5)^{3/2} + c##

can you please show how?
 
  • #11
bump.
 
  • #12
whatlifeforme said:
bump.

Again, differentiate your answer and see what you get. Then realize you didn't multiply your second term by 1/3. The coefficient should be -10/9, not -10/3. Your result is almost correct, it's just a simple mistake.
 
  • #13
how would i solve this using integration by parts as opposed to u-sub like the problem states.
 
  • #14
I just did it and you can make it work by doing u=x^3 and then you end up with
[tex]\int u\sqrt{u+5}du[/tex]
So then you do an integration by parts and it works out.
 
  • #15
whatlifeforme said:
how would i solve this using integration by parts as opposed to u-sub like the problem states.
There are two reasonable ways to assign pair of functions, u(x) and v(x) so that [itex]\displaystyle \ \ u(x)v'(x)=x^5\sqrt{x^3+5}\ .[/itex]

One such assignment is
[itex]\displaystyle \ \ u(x)=\sqrt{x^3+5}\,,\[/itex]
and
[itex]\displaystyle \ \ v'(x)=x^5\ .[/itex]

The resulting integral has an integrand of [itex]\displaystyle \ \ v(x)u'(x)\,, \[/itex] which has x raised to a higher power than the original and a radical in the denominator.

This is probably not a good choice.​

The other assignment can be most easily obtained by first assigning v(x), then finding v'(x), with u(x) being what's "left over".
Let [itex]\displaystyle \ \ v(x)=(x^3+5)^{3/2}\,,\[/itex] so that v'(x) includes [itex]\displaystyle \ \ \sqrt{x^3+5}\ .[/itex]

This gives [itex]\displaystyle \ \ v'(x)=\frac{9}{2}x^2\sqrt{x^3+5}\ .\[/itex]

That leaves you with [itex]\displaystyle \ \ u(x)=\frac{2}{9}x^3\ .[/itex]​
See where this second assignment for u(x) and v(x) leads you.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
4
Views
3K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
2
Views
1K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K