Peon666 Messages 107 Reaction score 0 Thread starter Apr 9, 2010 #1 4/t [cos(wt/2)-1] = -8/t sin(wt/4) ?
nicksauce Science Advisor Homework Helper Messages 1,270 Reaction score 8 Apr 9, 2010 #2 This equation simply is not true. For t >0, the LHS is always <= 0, while the RHS becomes both positive and negative. See: http://www.wolframalpha.com/input/?i=plot+-8/t*sin(t/4)+and+(4/t)*(cos(t/2)-1)
This equation simply is not true. For t >0, the LHS is always <= 0, while the RHS becomes both positive and negative. See: http://www.wolframalpha.com/input/?i=plot+-8/t*sin(t/4)+and+(4/t)*(cos(t/2)-1)
g_edgar Messages 606 Reaction score 0 Apr 9, 2010 #3 double-angle formula, [itex]\cos(2\theta) = 1-2 \sin^2(\theta)[/itex] so [itex]\cos(2\theta)-1 = -2 \sin^2(\theta)[/itex] ... so your original formula is correct except for a missing square.
double-angle formula, [itex]\cos(2\theta) = 1-2 \sin^2(\theta)[/itex] so [itex]\cos(2\theta)-1 = -2 \sin^2(\theta)[/itex] ... so your original formula is correct except for a missing square.