How can I integrate trig functions using u-substitution and n-substitution?

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 · 2K views
marc017
Messages
7
Reaction score
0
This isn't homework, It is just book problems that I am practicing, I am checking some answers with wolfram and others with the book answers.

Homework Statement



[tex] \begin{align}<br /> \int \frac{sin(w)\,dw}{\sqrt{1-cos(w)}}\\<br /> \end{align}[/tex]

Homework Equations



I used u substitution... Not sure if I approached this problem the correct way

The Attempt at a Solution



[tex] \begin{align}<br /> \int \frac{sin(w)\,dw}{\sqrt{1-cos(w)}}\\<br /> \end{align}[/tex]

Using U sub... U = cos(w), du = -sin(w)

[tex] \begin{align}<br /> - \int \frac{\,du}{\sqrt{1-u}}\\<br /> \end{align}[/tex]

Using n sub... n=1-u, dn = -1

[tex] \begin{align}<br /> \int \frac{\,du}{\sqrt{n}} = 2\sqrt{(1-cos(w))} + C\\<br /> \end{align}[/tex]
 
Last edited:
Physics news on Phys.org
marc017 said:
This isn't homework, It is just book problems that I am practicing, I am checking some answers with wolfram and others with the book answers.

Homework Statement



[tex] \begin{align}<br /> \int \frac{sin(w)\,dw}{\sqrt{1-cos(w)}}\\<br /> \end{align}[/tex]


Homework Equations



I used u substitution... Not sure if I approached this problem the correct way

The Attempt at a Solution



[tex] \begin{align}<br /> \int \frac{sin(w)\,dw}{\sqrt{1-cos(w)}}\\<br /> \end{align}[/tex]

Using U sub... U = cos(w), du = -sin(w)

[tex] \begin{align}<br /> - \int \frac{\,du}{\sqrt{1-u}}\\<br /> \end{align}[/tex]

Using n sub... n=1-u, dn = -1

[tex] \begin{align}<br /> \int \frac{\,du}{\sqrt{n}} = 2\sqrt{(1-cos(w))} + C\\<br /> \end{align}[/tex]

Looks good. One nice thing about these types of problems is that you can check them yourself. If your answer is correct, you should be able to differentiate it and get the integrand.

As for your substitution, what you did is OK, but you can kill two birds with one stone by letting u = 1 - cos(w). Then du = sin(w)dw.
 
Mark44 said:
Looks good. One nice thing about these types of problems is that you can check them yourself. If your answer is correct, you should be able to differentiate it and get the integrand.

As for your substitution, what you did is OK, but you can kill two birds with one stone by letting u = 1 - cos(w). Then du = sin(w)dw.

Thank you.. I was checking the integrals on wolfram but it seems to work much better if I take my answer and try to get the integral. And I can't believe I didn't think of the 1-cos(w) substitution :redface:

I just found this forum and you guys have been a lot of help! Maybe one day i will be good enough to answer other people's questions.
 
marc017 said:
Thank you.. I was checking the integrals on wolfram but it seems to work much better if I take my answer and try to get the integral.
...
Speaking of using WolframAlpha, their result for this integration is ##\displaystyle \ \frac{4 \sin^2(x/2)}{(1-\cos(x))^{3/2}}+C \ .##

By the way, this is equivalent to your answer.