lioric Messages 335 Reaction score 26 Thread starter May 23, 2016 #1 Explain to me: Why the 2πf came in front? I lost touch and sort of forgot. Last edited by a moderator: May 23, 2016
soarce Messages 154 Reaction score 24 May 23, 2016 #2 This is the derivation differentiation chain rule: [tex]\frac{df(g(x))}{dx}=\frac{df}{dg}\cdot\frac{dg}{dx}[/tex] Edited by mentor... Last edited by a moderator: May 23, 2016
This is the derivation differentiation chain rule: [tex]\frac{df(g(x))}{dx}=\frac{df}{dg}\cdot\frac{dg}{dx}[/tex] Edited by mentor...
lioric Messages 335 Reaction score 26 May 23, 2016 #3 could you please show me how this works with my example
soarce Messages 154 Reaction score 24 May 23, 2016 #4 In your case ##x=t##, ##f(x)=cos(x)##, ##g(x)=2\pi f x## and ##f(g(x))=(f\circ g)(x)=cos(2\pi f x)##.
In your case ##x=t##, ##f(x)=cos(x)##, ##g(x)=2\pi f x## and ##f(g(x))=(f\circ g)(x)=cos(2\pi f x)##.
jedishrfu Mentor Insights Author Messages 15,773 Reaction score 10,652 May 23, 2016 #5 Another way to demonstrate it is: ##d/dt ( cos (2 * \pi * f * t) ) = ## ## = - sin ( 2 * \pi * f * t ) * d/dt ( 2 * \pi * f * t ) ## ## = - sin ( 2 * \pi * f * t ) * ( 2 * \pi * f ) ## ## = - ( 2 * \pi * f * t ) * sin ( 2 * \pi * f * t ) ##
Another way to demonstrate it is: ##d/dt ( cos (2 * \pi * f * t) ) = ## ## = - sin ( 2 * \pi * f * t ) * d/dt ( 2 * \pi * f * t ) ## ## = - sin ( 2 * \pi * f * t ) * ( 2 * \pi * f ) ## ## = - ( 2 * \pi * f * t ) * sin ( 2 * \pi * f * t ) ##
mathman Science Advisor Homework Helper Messages 8,130 Reaction score 575 May 23, 2016 #6 General formula. Let f'(x)=g(x), then f'(ax)=ag(ax).