Imagine that the crankshaft system shown here is that of a piston assembly in a car engine. The crank
length AB is R = 40 mm and the position x of the piston C can be shown to vary with the angle as
x=R(cos+2.52-sin2
is 35 m/s.
1. Work out on paper and upload a) what kind of derivative stencil you need, list of all the possible Taylor series expansions needed
and derivation of a second-order, forward-differenced stencil from those expansions.
b) the relationship between piston velocity and angular speed, in a way that can be applied to Python code This problem needs to be solved using the principles of numerical differentiation. DO NOT differentiate the function yourself by using calculus. However, answers from manual differentiation can act as a good check on whether your code is doing what it should.
ii.
P.P gives us the relationship piston velocity and angular speed. Apply stencils derived from Taylor series expansion appropriately, based on the information given.