Structural Calculations for Beams Using Calculus via Sympy Jul 2022

Something about calculus and Sympy is lovable
I find it effective to use closed form solutions and to be able to develop/verify special cases using well-known (and well worn) formulas.

I built a Jupyter notebook. Here is my summary of the contents.

  1. Given a beam with fixed ends and a single concentrated load P:
    (a) Write the equation for the reactions, R1, R2, M1, and M2,
    (b) Plot the reaction R1 for all possible locations of P,
    (c) Build a function, using indefinite integration to determine R1 and R2 for a partial uniform moment, w,
    (d) Build a function, using definite integration to determine R1 and R2 for a partial uniform moment, w,
    (e) Consider the point load, P, located at a distance, A, from the left support. What location A would result in the maximum moment at the left support?,
    (f) Consider a partial uniform load, applied to the beam only over a distance L/2, what location of the uniform load would result in the maximum moment at the left support?,
    (g) Determine the solution of M1 for any arbitrary partial uniform loading, w,
    (h) Determine the solution of R1 for any arbitrary partial uniform loading, w,
    (Bonus 1) Determine the solution of M1 for various ‘checkered’ uniform loadings, w,
    (Bonus 2) Determine the solution of R1 for various ‘checkered’ uniform loadings, w.


    My Jupyter Notebook

    Click to see notebook PDF.


    Live Charts

    Click to see R1 plot; hover over data points to see data values; use finger or mouse to select rectangular area of interest

    Click to see M1 plot; hover over data points to see data values; use finger or mouse to select rectangular area of interest


Leave a Reply

Your email address will not be published. Required fields are marked *