Skip to content

FBD Feedback Structure

mkraska edited this page Nov 25, 2024 · 11 revisions

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

Tryout Space

In order to try code snippets in jsfiddle,

  1. copy the code from the wiki page to the clipboard
  2. follow the link for the JSXGraph version you want to try
  3. Replace the code in the HTML section (contents of <p hidden id="init">) with the content of the clipboard
Clone this wiki locally