Antiderivative and Indefinite Integration

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
3 replies · 1K views
domyy
Messages
196
Reaction score
0

Homework Statement



∫(x3 - 3x2 + x + 1)/√x dx

The Attempt at a Solution



∫x3-1/2 - 3∫x2-1/2 + ∫x1-1/2 + ∫x1-1/2

∫x5/2 - 3∫x3/2 + ∫x1/2 + ∫1/2

(x7/2)7/2 - (3x5/2)5/2 + (x3/2)3/2 + (x3/2)3/2 + C

(2x7/2)/7 - (6x5/2)/5 + 2x3/2)/3 + (2x3/2)/3 + C

Thank you so much!
 
Physics news on Phys.org
First, the last integral you wrote, should be [tex]∫{\frac{1}{√x}}[/tex]
Second, When integrating, you divide by the new power, you are multiplying, so you should 2/7, 2/5.. etc..

Edit: I am not sure what you did on the line just after integrating, but the line after it is mostly right, except for that last part.
 
I don't know if I understand it.

If I have:

∫x3/√x dx

= ∫x3 - 1/2
= ∫x5/2
= (x5/2 + 1)/ 5/2 +1
= (x7/2)/7/2 + C

Simplyfying:

2x7/2/7 + C

Is this correct?

If not, what am I doing wrong?

Also, I am not sure how to proceed with ∫1/√x dx

If I have ∫1 dx:

= 1 + C

So for ∫1/√x dx I'll have:

=x/√x
=x . x- 1/2
=x1/2
=(x1/2+ 1)/1/2 +1 + C
 
The first part was right. for ∫1/√x dx. rewrite it as ∫x-1/2dx

EDIT: Nowhere in the equation would you have ∫1dx, but if you did. it would be x+c, not 1+c.