...
(b) Now assume that the tendon is compliant with stiffness
Mathinline |
---|
body | --uriencoded--k = 100~\text%7BN/cm%7D |
---|
|
. Further assume that both the muscle and tendon have linear force–length relationships (see figures below). Design an algorithm (using pseudocode or a flowchart) to solve for the muscle force (
), starting from an initial guess for muscle length (
Mathinline |
---|
body | --uriencoded--\ell%5eM |
---|
|
) and iterating until a stopping condition is met. Just describe the algorithm (do not try to solve for
).
(c) Complete one iteration of the algorithm you designed in part (b) using the properties and scenario described above. Use the initial guess
Mathinline |
---|
body | --uriencoded--\ell%5eM = 22.5~\text%7Bcm%7D |
---|
|
. Based on your calculations, how should you change your guess to get closer to the point where the muscle and tendon are in equilibrium?
...