Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
mentioned method should be used.BARetired said:fixed end moment for the beam would be the integral of the fixed end moments for concentrated loads along the beam where P = w*dx.
1. As long as the loading function remains first degree polyinomal then method described by Macauley can be used to calculate fixed-end moments. (With modifying the source code to accept more than 3 inputs for each two loading type)
2. If loading function is more complex, then curve estimation should be used by any means of numerical analyse methods (e.g. Fourier Series, finite difference, least square etcc...) to get the load function and to find fixed end moments
For one trapezoidal load, you should be able to generate an exact solution for fixed end moments using area moment principles. The variables would be w1, w2, a, b and L where w1 and w2 are the uniformly varying load at each end, a is the distance from left support to w1, b is the length of load and L is the span of the beam.
For several trapezoidal loads, you would simply sum the results.