FBD Feedback Structure - mkraska/meclib GitHub Wiki

Feedback Structure

Back to Feedback for Free Body Diagrams

  • Free Body Diagram
  • Force and moment balance (equations of equillibrium)
    • Expression for resultant forces and moments match the free body diagram, see Sums of Forces and Moments
    • Reference point for moment balance appropriately selected (such that two reactions go through that point)
  • Solution for the unknown reactions, given as list of equations
    • Are the balances satisfied? Apply ev(balance, solution)
    • No tricky additional equations (solution might contain all zero reactions and setting the external load to zero).
    • No spurious equations for other variables not being part of the problem (use fb_vars()).

The input scaffold of the question should not give away too much of the solution.

  • Name and number of the reactions
    • Don't use them in the input description of their values. Use matrix input with equations A_x=2*F
  • Choice of reference point for moment balance
    • Let the student indicate the reference point using "crosshair"

FBD Example Question