How can I solve this integral using substitution and integration by parts?

  • Thread starter Thread starter erik05
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 2K views
erik05
Messages
50
Reaction score
0
I seem to be having trouble on this one integral.Any help would be much appreciated.

[tex]\int 3x \sqrt{5-2x} dx[/tex]

I'm assuming the substitution rule applies to this so I have u=5-2x.
Then du=-2dx

And now I'm stuck. How can I get 3xdx to equal -2dx? Please and thanks.
 
Physics news on Phys.org
Your substitution is good, try writing x in terms of u to deal with the "x" in 3xdx
 
U-substitution won't work in the normal way of " u =, du = " ... Like Daniel said, you'll need to do integration by parts. Are you familiar with this method?

[tex]\int udv = uv - \int vdu[/tex]

Jameson
 
shmoe said:
Your substitution is good, try writing x in terms of u to deal with the "x" in 3xdx

yep, do this.

it'll be MUCH easier than integration by parts, which you may not even know yet.
 
Carrying out his substitution works just fine. By parts also work of course, but it's not necessary.
 
Fine, we'll do things your way.

[tex]\int 3x\sqrt{5-2x}dx[/tex]

[tex]u = 5 - 2x[/tex]

[tex]du = -2dx[/tex]

[tex]-\frac{du}{2} = dx[/tex]

That takes care of the second term, now for the first.

[tex]u = 5 - 2x[/tex]

[tex]2x = 5 - u[/tex]

[tex]x = \frac{5-u}{2}[/tex]

So now we have...

[tex]\int 3x\sqrt{5-2x}dx = -\frac{3}{4} \int (5-u) \sqrt{u} du[/tex]

I don't call that easier than integration by parts...
 
Last edited by a moderator:
Jameson said:
I don't call that easier than integration by parts...

The relative difficulty is a subjective thing. I object to telling the OP that he'd need integration by parts when his substitution idea is good.

By the way, you lost a pair of brackets in your last line and also a minus sign went missing when you solved for x.
 
Brackets around 5-u in the integral.
 
Yeah, fixed 'em. Thanks.

But my point is, even after all of that subsitution, the integral still can't be evaluated in one step. More substitution is needed.
 
No more substitution is needed to integrate that. Distribute over those brackets and go to town.
 
Ah, crap. Good point. Thought I had you. Alas, substitution will work. Can't win all of them.

Jameson
 
shmoe said:
Carrying out his substitution works just fine. By parts also work of course, but it's not necessary.

I didn't claim it was necessary for this example,just gave a suggestion,an advice.He could take or not. :wink:

Daniel.
 
dextercioby said:
I didn't claim it was necessary for this example,just gave a suggestion,an advice.He could take or not. :wink:

Of course! The necessary part wasn't aimed at you. Both methods are worth a stab, and proving they give the same answer is a nice bit of algebra practice (they look a bit different).