
Andrew K. answered 11/24/19
Student-Athlete and Physics/Computer Science Double Major at MIT
Given the equation for x, we can calculate the acceleration of the point by taking the second derivative of x with respect to t. By taking the first derivative, we get the velocity, which is given by v = dx/dt = 0.1 * (pi/8) * cos(pi * t / 8 + pi/4). Taking the derivative of the velocity we get a = dv/dt = d^2x/dt^2 = -0.1 * (pi/8)^2 * sin(pi * t / 8 + pi/4). We know from Newton's second law that F=ma, so if we multiply the equation for a which we got by m, we get the force, so F = -1.6 * 10^-2 * (0.1) * (pi/8)^2 * sin(pi * t/8 + pi/4). We know that sin can take values from -1 to 1, so because F has a negative sign in front, it will be maximized for sin(pi*t/8 + pi/4) = -1. Plugging -1 in for sin(pi*t/8 + pi/4) and evaluating everything we get F_max = 2.467 * 10^-4.
Hope this helps! Let me know if I can clarify anything!