help me to find two consecutive differentiation with respect to x?

1 view (last 30 days)
n/a

Accepted Answer

Thorsten
Thorsten on 6 Sep 2016
Edited: Thorsten on 6 Sep 2016
If I remember my high-school algebra correctly, it's
q = 3*(1-cos(pi*x/10))= 3 - 3*cos(pi/10*x)
dq/dx = 3*sin(pi/10*x)*pi/10;
(d/dx)(dq/dx)= dq/dx^2 = 3*cos(pi/10*x)*pi^2/100;

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!