I'm really having a problem integrating this equation, infact i have no idea

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
2 replies · 2K views
Anony111
Messages
4
Reaction score
0

Homework Statement



Please tell me how to integrate this...

Homework Equations




[(2x + 4)][(2x^2 + 3x + 1)^(1/2)]

The Attempt at a Solution


 
Physics news on Phys.org
[itex]2x^2+ 3x+ 1= (2x+1)(x+1)<br /> Complete the square in the square root: [itex]2x^2+ 3x+ 1= 2(x^2+ (3/2)x+ 9/16)+1-9/8= 2(x+ 3/2)^2- 1/8[/itex]. Let u= x+ 3/2, then du= dx and x= u- 3/2 so that 2x+ 4= 2u+ 1 so the function to be integrated becomes [itex](2u+1)(2u^2+ 7/16)^{1/2}= 2\sqrt{2}u(u^2+ 7/32)^{1/2}+ \sqrt{2}(u^2+ 7/32}^{1/2}[/itex]. The first can be integrated by the substitution [itex]v= u^2+ 7/32[/itex] and the second by a trig substitution.[/itex]
 
Last edited by a moderator:
I get the idea but you have made one mistake; it should be 9/8 instead of 9/16 outside the bracket. Thanks a lot though