Integration Techniques for the Function sin(x + π/6)cosx

  • Thread starter Thread starter Nyasha
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
Nyasha
Messages
127
Reaction score
0

Homework Statement



[tex]\int sin(x+\frac{\pi}{6})cosxdx[/tex]



The Attempt at a Solution




[tex]u= sin(x+\frac{\pi}{6})[/tex]

[tex]du=cosxdx[/tex]

[tex]\frac{du}{cos x}=dx[/tex]

[tex]\int udu=\frac{1}{2}sin(x+\frac{\pi}{6})+c[/tex]

Guys how come my answer is different from the one at the back of the book. I'm l the one wrong or this time it is the book ?
 
Physics news on Phys.org
You are, this time. If u=sin(x+pi/6) then du=cos(x+pi/6)*dx. The simple substitution doesn't work. Try using sin(a+b)=sin(a)*cos(b)+cos(a)*sin(b) on sin(x+pi/6) before integrating.
 
Dick said:
You are, this time. If u=sin(x+pi/6) then du=cos(x+pi/6)*dx. The simple substitution doesn't work. Try using sin(a+b)=sin(a)*cos(b)+cos(a)*sin(b) on sin(x+pi/6) before integrating.


[tex]\int (sinx cos\frac{\pi}{6}+sin\frac{\pi}{6} cos x)cosx[/tex]

[tex]\int sinx cosx cos\frac{\pi}{6}+\int sin \frac {\pi}{6} cos^2x[/tex]

[tex]\frac{1}{2}cos\frac{\pi}{6}\int sin(2x)+\frac{1}{2}sin\frac{\pi}{6}\int(1+cos2x)[/tex]

Is this now correct ?
 
Last edited:
Nyasha said:
[tex]\int (sinx cos\frac{\pi}{6}+sin\frac{\pi}{6} cos x)cosx[/tex]

[tex]\int sinx cosx cos\frac{\pi}{6}+\int sin \frac {\pi}{6} cos^2x[/tex]

[tex]\frac{1}{2}cos\frac{\pi}{6}\int sin(2x)+\frac{1}{2}sin\frac{\pi}{6}\int(1+cos2x)[/tex]

Is this now correct ?

Yes, that looks right.
 
Dick said:
Yes, that looks right.

Thanks a lot for the help