Can You Derive the Formula for cos^(n-1)(x) Using a Recursive Method?

  • Thread starter Thread starter Patjamet
  • Start date Start date
  • Tags Tags
    Derivative
Click For Summary
SUMMARY

The discussion centers on deriving the integral of cos8(x) using a recursive method. The integral is expressed as ∫ cos8(x)dx = (1/8)cos7(x)sin(x) + (7/48)cos5(x)sin(x) + (35/192)cos3(x)sin(x) + (35/128)cos(x)sin(x) + (35/128)x + c. Participants emphasize the importance of correctly applying the chain rule during differentiation, particularly when substituting u = cos(x). The conversation highlights common pitfalls in differentiation techniques and the necessity for practice in applying recursive formulas.

PREREQUISITES
  • Understanding of integral calculus, specifically trigonometric integrals.
  • Familiarity with the chain rule in differentiation.
  • Knowledge of recursive formulas in mathematical proofs.
  • Basic proficiency in manipulating trigonometric identities.
NEXT STEPS
  • Study the application of the chain rule in differentiation with trigonometric functions.
  • Explore recursive methods for deriving integrals of trigonometric functions.
  • Practice deriving integrals of cosn(x) for various values of n.
  • Review examples of integrating powers of cosine from calculus textbooks or online resources.
USEFUL FOR

Students and educators in mathematics, particularly those focusing on calculus and integral techniques, as well as anyone looking to strengthen their understanding of differentiation and recursive methods in trigonometry.

Patjamet
Messages
6
Reaction score
0
I'm working on a Maths assignment and one of the problem solving questions is to prove:
\int cos^{8}(x)dx=\frac{1}{8}cos^{7}(x).sin(x)+\frac{7}{48}cos^{5}(x).sin(x)+\frac{35}{192}cos^{3}(x).sin(x)+\frac{35}{128}cos(x).sin(x)+\frac{35}{128}(x)+c

I have looked through my textbook and found a good example which will help me, the book uses a thing they are calling a recursive formula. I've done some research and I've seen the same formula from lots of different information sources.

Exhibit A: http://calc101.com/deriving_reduction_2.html

[STRIKE]They have all given demonstrations on how to get the formula, but when I try to do it myself I run into a problem when differentiating the first function cos^{n-1}(x)[/STRIKE]

Nevermind I was integrating haha, but still; obviously I am rusty on my differentiation techniques so if someone could check this for me that would be fantastic (mainly concerned with my procedure for communication marks etc.) :)

y=cos^{n-1}(x)Allow cos(x) to equal u\frac{dy}{dx}=u^{n-1}....1


\frac{du}{dx}=-sin(x)

\frac{du}{-sin(x)}=dx.....2Sub 2 into 1\frac{dy}{\frac{du}{-sin(x)}}=u^{n-1}

\frac{dy}{du}=(n-1)u^{n-1-1}.-sin(x)

\frac{dy}{du}=(n-1)u^{n-2}.-sin(x)

But u = cosx

\frac{dy}{du}=(n-1)cos^{n-2}(x).-sin(x)
 
Physics news on Phys.org
Patjamet said:
I'm working on a Maths assignment and one of the problem solving questions is to prove:
\int cos^{8}(x)dx=\frac{1}{8}cos^{7}(x).sin(x)+\frac{7}{48}cos^{5}(x).sin(x)+\frac{35}{192}cos^{3}(x).sin(x)+\frac{35}{128}cos(x).sin(x)+\frac{35}{128}(x)+c

I have looked through my textbook and found a good example which will help me, the book uses a thing they are calling a recursive formula. I've done some research and I've seen the same formula from lots of different information sources.

Exhibit A: http://calc101.com/deriving_reduction_2.html

[STRIKE]They have all given demonstrations on how to get the formula, but when I try to do it myself I run into a problem when differentiating the first function cos^{n-1}(x)[/STRIKE]

Nevermind I was integrating haha, but still; obviously I am rusty on my differentiation techniques so if someone could check this for me that would be fantastic (mainly concerned with my procedure for communication marks etc.) :)

y=cos^{n-1}(x)


Allow cos(x) to equal u


\frac{dy}{dx}=u^{n-1}....1
No, you haven't done the derivative yet. y= u^{n-1}
and then dy/dx= (n-1)u^{n-2} <br /> <br /> [/quote]\frac{du}{dx}=-sin(x)<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> \frac{du}{-sin(x)}=dx.....2 </div> </div> </blockquote> Why are you doing this? Use the chain rule: (du/dx)= (du/dy)(dy/dx)<br /> That gives you )n-1)u^{n-2}(-sin(x))= -(n-2)sin(x)cos^{n-2}(x)&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;blockquote data-attributes=&quot;&quot; data-quote=&quot;&quot; data-source=&quot;&quot; class=&quot;bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch&quot;&gt; &lt;div class=&quot;bbCodeBlock-content&quot;&gt; &lt;div class=&quot;bbCodeBlock-expandContent js-expandContent &quot;&gt; Sub 2 into 1&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; \frac{dy}{\frac{du}{-sin(x)}}=u^{n-1} &lt;br /&gt; &lt;br /&gt; \frac{dy}{du}=(n-1)u^{n-1-1}.-sin(x) &lt;br /&gt; &lt;br /&gt; \frac{dy}{du}=(n-1)u^{n-2}.-sin(x) &lt;br /&gt; &lt;br /&gt; But u = cosx&lt;br /&gt; &lt;br /&gt; \frac{dy}{du}=(n-1)cos^{n-2}(x).-sin(x) &lt;/div&gt; &lt;/div&gt; &lt;/blockquote&gt;&lt;br /&gt; But I see no reason to ask about the &amp;quot;n-1&amp;quot; power. For your problem you want to look at cos^n(x). Again, letting u= cos(x), y= u^n so dy/du= n u^{n-1} and du/dx= - sin(x). So dy/dx= (dy/du)(du/dx)= n u^{n-1}(-sin(x))= -n sin(x)cos^{n-1}(x).&lt;br /&gt; &lt;br /&gt; With a little practice, you should be able to do that with actually writing down the &amp;quot;u&amp;quot; substitution: to differentiate cos^n(x) think &amp;quot;The &amp;quot;outer function&amp;quot; is a power so the derivative is n cos^{n-1}(x) and then I multiply by &lt;b&gt;its&lt;/b&gt; derivative, -sin(x)&amp;quot;.
 
Doh, the chain rule.

Thank you very much, looks like I have a lot of revision to do!
 

Similar threads

Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K