0% found this document useful (0 votes)
53 views3 pages

mm1 PDF

1) The document describes using direct integration and universal equation methods to determine the deflection of a beam section A. 2) Given data such as load and section properties are used to determine the bending moment and shear force equations. 3) The deflection equations are integrated and the constants are solved to determine the deflection at specific points. 4) The same problem is then solved using universal equation methods and the deflection equations are plotted for both methods.

Uploaded by

syr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views3 pages

mm1 PDF

1) The document describes using direct integration and universal equation methods to determine the deflection of a beam section A. 2) Given data such as load and section properties are used to determine the bending moment and shear force equations. 3) The deflection equations are integrated and the constants are solved to determine the deflection at specific points. 4) The same problem is then solved using universal equation methods and the deflection equations are plotted for both methods.

Uploaded by

syr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Determine a flecha na secção A usando o método de integração directa e as equações universais

Dados: w=q=1200 N/m ; P1=1800 N ; Rb=3600 N ; E=


21x10^9 I=4400 cm^4

Resolução pelo método de integração directa


O restart:
O Mfab:=-1200*z*z/2;EIYYab:=Mfab;EITab:=int(EIYYab,z)+C1;EIYab:=
int(EITab,z)+C2;
Mfab := K600 z2
EIYYab := K600 z2
EITab := K200 z3 CC1
EIYab := K50 z4 CC1 z CC2 (1)
O z:=1.8:f1:=EIYab;z:='z':
f1 := K524.8800 C1.8 C1 CC2 (2)
O Mfbc:=-1200*1.8*(z-0.9)+3600*(z-1.8);EIYYbc:=Mfbc;EITbc:=int
(EIYYbc,z)+C3;EIYbc:=int(EITbc,z)+C4;
Mfbc := 1440.0 z K4536.00
EIYYbc := 1440.0 z K4536.00
2
EITbc := 720. z K4536. z CC3
EIYbc := 240. z3 K2268. z2 CC3 z CC4 (3)
O z:=1.8:f2:=EIYbc;f3:=EITab-EITbc;z:='z':
f2 := K5948.640 C1.8 C3 CC4
f3 := 4665.600 CC1 KC3 (4)
O Mfcd:=-1200*1.8*(z-0.9)+3600*(z-1.8)-1800*(z-3.6);EIYYcd:=Mfcd;
EITcd:=int(EIYYcd,z)+C5;EIYcd:=int(EITcd,z)+C6;
Mfcd := K360.0 z C1944.00
EIYYcd := K360.0 z C1944.00
EITcd := K180. z2 C1944. z CC5
3 2
EIYcd := K60. z C972. z CC5 z CC6 (5)
O z:=3.6:f4:=EIYbc=EIYcd;f5:=EITbc-EITcd;z:=5.4:f6:=EIYcd;z:='z':
f4 := K18195.840 C3.6 C3 CC4 = 9797.760 C3.6 C5 CC6
f5 := K11664.00 CC3 KC5
f6 := 18895.680 C5.4 C5 CC6 (6)
O aa:=solve({f1,f2,f3,f4,f5,f6},{C1,C2,C3,C4,C5,C6});
aa := C1 = 2041.200000, C2 = K3149.280000, C3 = 6706.800000, C4 = K6123.600000, C5 = (7)
K4957.200000, C6 = 7873.200000
O assign(aa):
O with(plots):
O g1:=plot(EIYab,z=0..1.8):g2:=plot(EIYbc,z=1.8..3.6):g3:=plot
(EIYcd,z=3.6..5.4):
O display({g1,g2,g3},title=`Deformada da viga`);
Deformada da viga

0
1 2 3 4 5
z

K1000

K2000

K3000

O z:=0:Ya:=EIYab/(2.1e6*1e4*4400e-8);z:='z':
Ya := K0.003408311688 (8)
Resolução usando as equações universais
O restart:
O EIYab:=EIY0+EIT0*x-w*x^4/4!;EIYbc:=EIYab+w*(x-1.8)^4/4!+Rb*
(x-1.8)^3/3!;EIYcd:=EIYbc-P*(x-3.6)^3/3!;
1
EIYab := EIY0 CEIT0 x K w x4
24
1 1 1
EIYbc := EIY0 CEIT0 x K w x4 C w x K1.8 4 C Rb x K1.8 3
24 24 6
(9)
1 1 1 1
w x4 C w x K1.8 4 C Rb x K1.8 3 K 3
EIYcd := EIY0 CEIT0 x K P x K3.6 (9)
24 24 6 6
O x:=1.8:f1:=EIYab;x:=5.4:f2:=EIYcd;x:='x':
f1 := EIY0 C1.8 EIT0 K0.4374000000 w
f2 := EIY0 C5.4 EIT0 K28.43100000 w C7.776000000 Rb K0.9720000000 P (10)
O aa:=solve({f1,f2},{EIY0,EIT0});
aa := EIT0 = 7.776000000 w K2.160000000 Rb C0.2700000000 P, EIY0 = K13.55940000 w (11)
C3.888000000 Rb K0.4860000000 P
O assign(aa):
O w:=1200:Rb:=3600:P:=1800:
O with(plots):
O g1:=plot(EIYab,x=0..1.8):g2:=plot(EIYbc,x=1.8..3.6):g3:=plot
(EIYcd,x=3.6..5.4):
O display({g1,g2,g3},title=`Deformada da viga`);
Deformada da viga

0
1 2 3 4 5
x

K1000

K2000

K3000

O Ya:=EIY0/(2.1e6*1e4*4400e-8);
Ya := K0.003408311688 (12)

You might also like