Proving one Differentiation results to another

  • Thread starter Thread starter Khayyam89
  • Start date Start date
  • Tags Tags
    Differentiation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Khayyam89
Messages
7
Reaction score
0

Homework Statement


I need in proving that the derivative (d[tex]^{n}[/tex]/dx[tex]^{n}[/tex])(sin4x + cos4x) = 4n-1 cos(4x + n[tex]\pi[/tex]/2)


The Attempt at a Solution


I understand implicit differentiation in basic problems but I get stump with the n exponent in the differentiation symbol; am I suppose to treat it as a 2nd, 3rd, 4th ... etc derivative?
If that's so, how should I prove that the left equation equals the right one.

So far I got to: 4(cos3x - sin3x)
 
Physics news on Phys.org
If you want you could try proving it by mathematical induction.

dn/dxn means the nth derivative
 
For the "induction step" you need to prove that IF
[tex]d^n 4(sin^4 x+ cos^4 x)= 4^{n-1} cos(4x+ n\pi/2)[/tex]
then
[tex]d^}{n+1} 4(sin^4 x+ cos^4 x)= 4^{n} cos(4x+ (n+1)\pi/2)[/tex]
You should be able to do that just by differentiating the right hand side of the first equationl.
 
Thank you, I understand now.