%%% MATLAB CODE
clear all
clc
%%% Input the parameters %%%
L = input('Enter beam length: ');
FR = input('Enter flexural rigidity: ');
F = input('Enter force: ');
M = input('Enter beam moment: ');
%%% Deflection and slope calculation %%%
c1 = F/(6*FR);
c2 = M/(2*FR);
p = [c1 (c2-(3*c1*L)) 0 0]; %Deflection polynomial
x = linspace(0,L,100);
y = polyval(p,x);
indexy = find(y==0);
sp = polyder(p); %Slope polynomial
s = polyval(sp,x);
indexs = find(s==0);
plot(x,y,'-.b')
hold on
plot(x,s,'--r')
plot(x(indexy),y(indexy),'g*');
plot(x(indexs),y(indexs),'bX');
xlabel('Length')
legend('Deflection','Slope','Zero deflection','Zero
slope')

In case of any queries feel free to comment, I will be happy to help you
Consider a cantilever beam under a concentrated force and moment as shown below. The deflections ofthe...
Problem-1 (15 points) A cantilever beam ACB supports a concentrated load P and a couple moment Mo, as shown in the figure below. (a) Determine the total strain energy of the beam, (b) Determine the deflections δ and δ8 at points C and B respectively. (c) Determine the angle of rotations 0 and θι, at points C and B respectively. Use the Castigliano's theorem(s). Assume that the beam's flexural rigidity is EI Mo
Problem-1 (15 points) A cantilever beam ACB...
Cantilever beam under a concentrated load. One end is fixed. Solve for the deflection and stress of the cantilever. y= 1/EI [-1/6Fx^3 + 1/2FL^2x - 1/3FL^3] E Modulus of Elasticity 70 GPa I Second Moment of Inertia (bh^3)/12 Length 0.55m Height 0.0127m Thickness 0.0635m Load m=4.53kg applied 0.0325m away from the free end and gravity = 9.81m/s^2
QUESTION 1:(15 points) Determine the natural frequency of the system corsisting of a cantilever beam and a spring in Fig.1. Assuming the beam and the spring to be massless, the system has the single DOF defined as the vertical deflection under a weight W 1.2kN .The beam has a length L=4m and the flexural rigidity EI = 2400 kM㎡. The spring has the stiffness 60 kN/m . EI t L Fig.1
The bending moment diagram of a fixed ended beam with an external moment couple of 200 kip-ft applied at midspan is shown below. The flexural rigidity EI is constant. In terms of El, determine (a) The equations for the slope v'(x) for each segment of the beam. (b) The equations for the deflection v(x) for each segment of the beam. (c) The slope at midspan. (d) BONUS 15%): Determine the maximum vertical deflection, the maximum slope, and the locations of each.
***use Method of superposition to solve***
2.5 k 35 k-in. Problem 9.5-7 The cantilever beam ACB shown in the figure has flexural rigidity EI = 2.1 x 106 k-in.2 Calculate the downward deflections and 8, at points Cand B, respectively, due to the simultaneous action of the moment of 35 k-in. applied at point C and the concentrated load of 2.5 k applied at the free end B. B 48 in. 48 in.
A cantilever beam of length L and constant EI carries a
concentrated load P at a distance of L/4 from the free end. Use any
method that you chose to develop an expression for the deflection
of the free end. VEI = ?
Loading Loading Function wwx) Shear V /w(xdx Moment M-Vax 1/4 M = M-a) V-M, M-M V-a) N-P) 03 V- M- (3 shop
For the loading shown in the below figure, knowing that wo 2 kN/m, the length of the beam is L 2 m, and the bending rigidity EI-204 kN-m2, a) Find the deflection equation for the beam by integration. Clearly specify the conditions to determine the constants of integration b) Find the vertical force needed at point A to prevent vertical displacement at point A (v(0)-0) c) Find the moment needed at point A to have zero slope at point A...
HW16.11. Cantilever beam with distributed load Consider a cantilever beam subjected to a uniform distributed load as indicated below. ty L/4 L/2 Draw the free-body diagram and corresponding shear force and bending moment diagrams. To draw the shear force and bending moment diagrams, you MUST use the minimum number of lines (straight or curved), i.e., the minimum number of objects created by clicking the two buttons under "V and M lines" FBD FBD Concentrated forces: FBD Distributed loads: ttt ???
A cantilever beam AB is subjected to a triangle loading with concentrated moment (see figure). The moment curvature equation is shown (from the left). (El=constant) 1. Determine the deflection at point A. 2. Determine the rotation at point A. 3 kN/m 15 kN-m A B 6 m d2v ΕΙ 5x3 3 x2 – 15 2 dx2 6
Draw the Shear Force (V) and Bending Moment (MI) diagrams of statically indeterminate beam shown in figure using “Force Method”. The (roller) support at "B" settles 35 mm. The moment of inertia is given by (1) for regions "AB", "BC" and "CD"; however it is equal to (21) for the region “DE”. ("B" is the roller and “E" is the fixed type of support). [The flexural rigidity: EI=40000 kNm] 60 KN y 10 kN/m A - Tu (21) 1.5m 11...