Anda di halaman 1dari 37

MENCARI DEFLEKSI

Input Data
p =.
q =.
t =.
a = 8.5;
b = 5.5;
h = 0.15;
Ex = 27.75 * 10 ^ 10;
Ey = 3 * 10 ^ 10;
vx = 0.2;
vy = 0.3;
k1 = 1.8364 * 10 ^ 7;
k2 = 3.06818 * 10 ^ 6;
ρ = 2400;
m0 = 0;
DR = 0.05;

td3 = 2
2

k=0
0

KEKAKUAN LENTUR & KEKAKUAN TORSI


Dx = Ex * h ^ 3  12 * 1 - (vx * vy)
8.30286 × 107

Dy = Ey * h ^ 3  12 * 1 - (vx * vy)


8.97606 × 106

B= Dx * Dy
2.72996 × 107

2 * B * q2 * a2
β= + p2 b2
Dx

30.25 p2 + 47.5113 q2
2 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

2 * B * p2 * b2
θ= + q2 a2
Dy

184.004 p2 + 72.25 q2

Input Beban Mesin


p0 = 7000;

p2 = 3 * 10 ^ 4;

x0 = 3 * a  8;

y0 = b  2;

ωm = 300;

Input Nilai p dan q


p[1, 1] = 0.96787;
p[1, 2] = 0.990628;
p[1, 3] = 0.996516;
p[1, 4] = 0.998395;
p[1, 5] = 0.999143;
q[1, 1] = 0.976746;
q[1, 2] = 1.9893;
q[1, 3] = 2.99446;
q[1, 4] = 3.9967;
q[1, 5] = 4.99778;
p[2, 1] = 1.98806;
p[2, 2] = 1.99271;
p[2, 3] = 1.99598;
p[2, 4] = 1.99774;
p[2, 5] = 1.99865;
q[2, 1] = 0.994467;
q[2, 2] = 1.99471;
q[2, 3] = 2.9962;
q[2, 4] = 3.99737;
q[2, 5] = 4.998173;
p[3, 1] = 2.99416;
p[3, 2] = 2.99544;
p[3, 3] = 2.99679;
p[3, 4] = 2.99784;
p[3, 5] = 2.99854;
q[3, 1] = 0.998173;
q[3, 2] = 1.9975;
q[3, 3] = 2.99768;
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 3

q[3, 4] = 3.99811;
q[3, 5] = 4.99851;
p[4, 1] = 3.9966;
p[4, 2] = 3.99705;
p[4, 3] = 3.99764;
p[4, 4] = 3.9982;
p[4, 5] = 3.99866;
q[4, 1] = 0.999186;
q[4, 2] = 1.99871;
q[4, 3] = 2.99859;
q[4, 4] = 3.9987;
q[4, 5] = 4.99888;
p[5, 1] = 4.99779;
p[5, 2] = 4.99798;
p[5, 3] = 4.99826;
p[5, 4] = 4.99857;
p[5, 5] = 4.99885;
q[5, 1] = 0.999572;
q[5, 2] = 1.99927;
q[5, 3] = 2.99912;
q[5, 4] = 3.99911;
q[5, 5] = 4.99917;

NATURAL FREKUENSI
Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,
π4
ω[i, j] =  *
ρ * h + m0
p[i, j] 4 p[i, j] * q[i, j] 2 q[i, j] 4 k
Dx * +2*B* + Dy * + ;
a a*b b ρ * h + m0
Print["ω[", i, ",", j, "]=", ω[i, j]]
4 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

ω[1,1]=110.606

ω[1,2]=268.255

ω[1,3]=527.105

ω[1,4]=888.335

ω[1,5]=1352.32

ω[2,1]=310.239

ω[2,2]=465.49

ω[2,3]=723.854

ω[2,4]=1085.04

ω[2,5]=1549.09

ω[3,1]=639.462

ω[3,2]=794.195

ω[3,3]=1052.12

ω[3,4]=1413.1

ω[3,5]=1877.06

ω[4,1]=1099.3

ω[4,2]=1253.91

ω[4,3]=1511.65

ω[4,4]=1872.47

ω[4,5]=2336.34

ω[5,1]=1690.1

ω[5,2]=1844.68

ω[5,3]=2102.33

ω[5,4]=2463.07

ω[5,5]=2926.87

FUNGSI POSISI ARAH - X


Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,
2 * B * (q[i, j]) ^ 2 * a ^ 2
Bet[i, j] =  + (p[i, j]) ^ 2 * b ^ 2 ;
Dx
Print["β[", i, ",", j, "]=", Bet[i, j]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 5

β[1,1]=8.58281

β[1,2]=14.7548

β[1,3]=21.3556

β[1,4]=28.0906

β[1,5]=34.8845

β[2,1]=12.9053

β[2,2]=17.583

β[2,3]=23.3887

β[2,4]=29.6632

β[2,5]=36.1628

β[3,1]=17.8474

β[3,2]=21.4708

β[3,3]=26.4312

β[3,4]=32.1142

β[3,5]=38.1976

β[4,1]=23.035

β[4,2]=25.9439

β[4,3]=30.1766

β[4,4]=35.2598

β[4,5]=40.877

β[5,1]=28.3382

β[5,2]=30.7497

β[5,3]=34.3959

β[5,4]=38.9315

β[5,5]=44.0828

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,


F1[i, j] = (Dx * ((Bet[i, j]) / (a * b)) * Pi) - vx * Dx * ((q[i, j]) / b) ^ 2 * Pi;
Print["F1[", i, ",", j, "]=", F1[i, j]]
6 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

F1[1,1]=4.62426 × 107

F1[1,2]=7.54996 × 107

F1[1,3]=1.0369 × 108

F1[1,4]=1.29184 × 108

F1[1,5]=1.51562 × 108

F1[2,1]=7.02996 × 107

F1[2,2]=9.12425 × 107

F1[2,3]=1.15016 × 108

F1[2,4]=1.37949 × 108

F1[2,5]=1.58688 × 108

F1[3,1]=9.78613 × 107

F1[3,2]=1.12915 × 108

F1[3,3]=1.31976 × 108

F1[3,4]=1.51614 × 108

F1[3,5]=1.70035 × 108

F1[4,1]=1.26802 × 108

F1[4,2]=1.37865 × 108

F1[4,3]=1.52864 × 108

F1[4,4]=1.69157 × 108

F1[4,5]=1.84978 × 108

F1[5,1]=1.5639 × 108

F1[5,2]=1.64675 × 108

F1[5,3]=1.764 × 108

F1[5,4]=1.89638 × 108

F1[5,5]=2.0286 × 108

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,


F2[i, j] = Dx * (p[i, j] / a) ^ 2 * Pi + vx * Dx * (q[i, j] / b) ^ 2 * Pi;
Print["F2[", i, ",", j, "]=", F2[i, j]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 7

F2[1,1]=5.0273 × 106

F2[1,2]=1.03676 × 107

F2[1,3]=1.90491 × 107

F2[1,4]=3.11464 × 107

F2[1,5]=4.66802 × 107

F2[2,1]=1.59747 × 107

F2[2,2]=2.11979 × 107

F2[2,3]=2.9865 × 107

F2[2,4]=4.19654 × 107

F2[2,5]=5.75045 × 107

F2[3,1]=3.40843 × 107

F2[3,2]=3.92748 × 107

F2[3,3]=4.79201 × 107

F2[3,4]=6.00128 × 107

F2[3,5]=7.55495 × 107

F2[4,1]=5.93879 × 107

F2[4,2]=6.45686 × 107

F2[4,3]=7.32028 × 107

F2[4,4]=8.52876 × 107

F2[4,5]=1.00821 × 108

F2[5,1]=9.19001 × 107

F2[5,2]=9.70771 × 107

F2[5,3]=1.05706 × 108

F2[5,4]=1.17786 × 108

F2[5,5]=1.33315 × 108

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


C1[i, j] = Cosh[(Bet[i, j] * π) / (b)];
Print["C1[", i, ",", j, "]=", C1[i, j]]]]
8 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

C1[1,1]=67.3162

C1[1,2]=2286.44

C1[1,3]=99 227.3

C1[1,4]=4.64894 × 106

C1[1,5]=2.25271 × 108

C1[2,1]=794.998

C1[2,2]=11 501.4

C1[2,3]=316 941.

C1[2,4]=1.14152 × 107

C1[2,5]=4.67553 × 108

C1[3,1]=13 376.5

C1[3,2]=105 971.

C1[3,3]=1.80184 × 106

C1[3,4]=4.62898 × 107

C1[3,5]=1.49486 × 109

C1[4,1]=258 957.

C1[4,2]=1.36407 × 106

C1[4,3]=1.53052 × 107

C1[4,4]=2.79129 × 108

C1[4,5]=6.90645 × 109

C1[5,1]=5.35522 × 106

C1[5,2]=2.12327 × 107

C1[5,3]=1.7041 × 108

C1[5,4]=2.27322 × 109

C1[5,5]=4.31036 × 1010

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


S1[i, j] = Sinh[(Bet[i, j] * π) / (b)];
Print["S1[", i, ",", j, "]=", S1[i, j]]]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 9

S1[1,1]=67.3087

S1[1,2]=2286.44

S1[1,3]=99 227.3

S1[1,4]=4.64894 × 106

S1[1,5]=2.25271 × 108

S1[2,1]=794.997

S1[2,2]=11 501.4

S1[2,3]=316 941.

S1[2,4]=1.14152 × 107

S1[2,5]=4.67553 × 108

S1[3,1]=13 376.5

S1[3,2]=105 971.

S1[3,3]=1.80184 × 106

S1[3,4]=4.62898 × 107

S1[3,5]=1.49486 × 109

S1[4,1]=258 957.

S1[4,2]=1.36407 × 106

S1[4,3]=1.53052 × 107

S1[4,4]=2.79129 × 108

S1[4,5]=6.90645 × 109

S1[5,1]=5.35522 × 106

S1[5,2]=2.12327 × 107

S1[5,3]=1.7041 × 108

S1[5,4]=2.27322 × 109

S1[5,5]=4.31036 × 1010

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


c1[i, j] = Cos[(p[i, j] * π)];
Print["c1[", i, ",", j, "]=", c1[i, j]]]]
10 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

c1[1,1]=- 0.99491

c1[1,2]=- 0.999567

c1[1,3]=- 0.99994

c1[1,4]=- 0.999987

c1[1,5]=- 0.999996

c1[2,1]=0.999297

c1[2,2]=0.999738

c1[2,3]=0.99992

c1[2,4]=0.999975

c1[2,5]=0.999991

c1[3,1]=- 0.999832

c1[3,2]=- 0.999897

c1[3,3]=- 0.999949

c1[3,4]=- 0.999977

c1[3,5]=- 0.999989

c1[4,1]=0.999943

c1[4,2]=0.999957

c1[4,3]=0.999973

c1[4,4]=0.999984

c1[4,5]=0.999991

c1[5,1]=- 0.999976

c1[5,2]=- 0.99998

c1[5,3]=- 0.999985

c1[5,4]=- 0.99999

c1[5,5]=- 0.999993

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


s1[i, j] = Sin[(p[i, j] * π)];
Print["s1[", i, ",", j, "]=", s1[i, j]]]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 11

s1[1,1]=0.100768

s1[1,2]=0.0294388

s1[1,3]=0.0109451

s1[1,4]=0.00504223

s1[1,5]=0.00269234

s1[2,1]=- 0.0375018

s1[2,2]=- 0.0229002

s1[2,3]=- 0.0126289

s1[2,4]=- 0.00709994

s1[2,5]=- 0.00424114

s1[3,1]=0.0183459

s1[3,2]=0.0143252

s1[3,3]=0.0100843

s1[3,4]=0.00678579

s1[3,5]=0.00458671

s1[4,1]=- 0.0106812

s1[4,2]=- 0.00926757

s1[4,3]=- 0.00741409

s1[4,4]=- 0.00565484

s1[4,5]=- 0.00420972

s1[5,1]=0.00694286

s1[5,2]=0.00634597

s1[5,3]=0.00546634

s1[5,4]=0.00449246

s1[5,5]=0.00361282

Fori = 1, i ≤ 5, i ++,
Bet[i, j] * π * x
Forj = 1, j ≤ 5, j ++, X[i, j] = Cosh  + b * p[i, j] *
a*b
c1[i, j] - C1[i, j]  - Bet[i, j] * s1[i, j] + b * p[i, j] * S1[i, j] *
Bet[i, j] * π * x p[i, j] * π * x
Sinh  - Cos -
a*b a
- Bet[i, j] * c1[i, j] + Bet[i, j] * C1[i, j] 
p[i, j] * π * x
Bet[i, j] * s1[i, j] - b * p[i, j] * S1[i, j] * Sin  ;
a
Print["X[", i, ",", j, "]=", X[i, j]]
12 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

X[1,1]=
- Cos[0.357724 x] + Cosh[0.576764 x] + 1.64028 Sin[0.357724 x] - 1.01735 Sinh[0.576764 x]

X[1,2]=
- Cos[0.366135 x] + Cosh[0.991517 x] + 2.70934 Sin[0.366135 x] - 1.00047 Sinh[0.991517 x]

X[1,3]=- Cos[0.368311 x] + Cosh[1.4351 x] + 3.89646 Sin[0.368311 x] - 1.00001 Sinh[1.4351 x]

X[1,4]=- Cos[0.369006 x] + Cosh[1.88768 x] + 5.11559 Sin[0.369006 x] - 1. Sinh[1.88768 x]

X[1,5]=- Cos[0.369282 x] + Cosh[2.34423 x] + 6.34807 Sin[0.369282 x] - 1. Sinh[2.34423 x]

X[2,1]=
- Cos[0.734785 x] + Cosh[0.867234 x] + 1.17871 Sin[0.734785 x] - 0.998688 Sinh[0.867234 x]

X[2,2]=
- Cos[0.736504 x] + Cosh[1.18157 x] + 1.60415 Sin[0.736504 x] - 0.99991 Sinh[1.18157 x]

X[2,3]=
- Cos[0.737712 x] + Cosh[1.57172 x] + 2.13052 Sin[0.737712 x] - 0.999997 Sinh[1.57172 x]

X[2,4]=- Cos[0.738363 x] + Cosh[1.99337 x] + 2.69971 Sin[0.738363 x] - 1. Sinh[1.99337 x]

X[2,5]=- Cos[0.738699 x] + Cosh[2.43014 x] + 3.28975 Sin[0.738699 x] - 1. Sinh[2.43014 x]

X[3,1]=- Cos[1.10664 x] + Cosh[1.19934 x] + 1.08385 Sin[1.10664 x] - 1.00008 Sinh[1.19934 x]

X[3,2]=- Cos[1.10711 x] + Cosh[1.44283 x] + 1.30325 Sin[1.10711 x] - 1.00001 Sinh[1.44283 x]

X[3,3]=- Cos[1.10761 x] + Cosh[1.77617 x] + 1.60361 Sin[1.10761 x] - 1. Sinh[1.77617 x]

X[3,4]=- Cos[1.108 x] + Cosh[2.15807 x] + 1.94772 Sin[1.108 x] - 1. Sinh[2.15807 x]

X[3,5]=- Cos[1.10826 x] + Cosh[2.56688 x] + 2.31614 Sin[1.10826 x] - 1. Sinh[2.56688 x]

X[4,1]=
- Cos[1.47714 x] + Cosh[1.54795 x] + 1.04793 Sin[1.47714 x] - 0.999996 Sinh[1.54795 x]

X[4,2]=
- Cos[1.47731 x] + Cosh[1.74343 x] + 1.18014 Sin[1.47731 x] - 0.999999 Sinh[1.74343 x]

X[4,3]=- Cos[1.47752 x] + Cosh[2.02786 x] + 1.37247 Sin[1.47752 x] - 1. Sinh[2.02786 x]

X[4,4]=- Cos[1.47773 x] + Cosh[2.36945 x] + 1.60344 Sin[1.47773 x] - 1. Sinh[2.36945 x]

X[4,5]=- Cos[1.4779 x] + Cosh[2.74693 x] + 1.85867 Sin[1.4779 x] - 1. Sinh[2.74693 x]

X[5,1]=- Cos[1.84718 x] + Cosh[1.90432 x] + 1.03094 Sin[1.84718 x] - 1. Sinh[1.90432 x]

X[5,2]=- Cos[1.84725 x] + Cosh[2.06638 x] + 1.11862 Sin[1.84725 x] - 1. Sinh[2.06638 x]

X[5,3]=- Cos[1.84735 x] + Cosh[2.3114 x] + 1.25119 Sin[1.84735 x] - 1. Sinh[2.3114 x]

X[5,4]=- Cos[1.84747 x] + Cosh[2.61619 x] + 1.4161 Sin[1.84747 x] - 1. Sinh[2.61619 x]

X[5,5]=- Cos[1.84757 x] + Cosh[2.96236 x] + 1.60338 Sin[1.84757 x] - 1. Sinh[2.96236 x]

FUNGSI POSISI ARAH - Y


Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,
2 * B * (p[i, j]) ^ 2 * b ^ 2
Tet[i, j] =  + (q[i, j]) ^ 2 * a ^ 2 ;
Dy
Print["θ[", i, ",", j, "]=", Tet[i, j]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 13

θ[1,1]=15.5338

θ[1,2]=21.5983

θ[1,3]=28.8197

θ[1,4]=36.5719

θ[1,5]=44.5907

θ[2,1]=28.2614

θ[2,2]=31.9082

θ[2,3]=37.1707

θ[2,4]=43.4607

θ[2,5]=50.3979

θ[3,1]=41.4919

θ[3,2]=44.0373

θ[3,3]=47.9764

θ[3,4]=52.9958

θ[3,5]=58.8183

θ[4,1]=54.8743

θ[4,2]=56.8185

θ[4,3]=59.9185

θ[4,4]=64.0051

θ[4,5]=68.9023

θ[5,1]=68.3243

θ[5,2]=69.8939

θ[5,3]=72.4345

θ[5,4]=75.8482

θ[5,5]=80.0226

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,


F3[i, j] = Dy * (Tet[i, j] / (a * b)) ^ 2 * Pi - vy * Dy * (p[i, j] / a) ^ 2 * Pi;
Print["F3[", i, ",", j, "]=", F3[i, j]]
14 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

F3[1,1]=3.00366 × 106

F3[1,2]=5.90392 × 106

F3[1,3]=1.06002 × 107

F3[1,4]=1.71404 × 107

F3[1,5]=2.55375 × 107

F3[2,1]=9.84248 × 106

F3[2,2]=1.26715 × 107

F3[2,3]=1.73604 × 107

F3[2,4]=2.39033 × 107

F3[2,5]=3.23039 × 107

F3[3,1]=2.11629 × 107

F3[3,2]=2.39709 × 107

F3[3,3]=2.86465 × 107

F3[3,4]=3.5185 × 107

F3[3,5]=4.35845 × 107

F3[4,1]=3.69815 × 107

F3[4,2]=3.97829 × 107

F3[4,3]=4.44515 × 107

F3[4,4]=5.09852 × 107

F3[4,5]=5.93826 × 107

F3[5,1]=5.73068 × 107

F3[5,2]=6.01057 × 107

F3[5,3]=6.47709 × 107

F3[5,4]=7.13016 × 107

F3[5,5]=7.96966 × 107

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,


F4[i, j] = Dy * (q[i, j] / b) ^ 2 * Pi + vy * Dy * (p[i, j] / a) ^ 2 * Pi;
Print["F4[", i, ",", j, "]=", F4[i, j]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 15

F4[1,1]=999 039.

F4[1,2]=3.80393 × 106

F4[1,3]=8.47514 × 106

F4[1,4]=1.50074 × 107

F4[1,5]=2.34013 × 107

F4[2,1]=1.3847 × 106

F4[2,2]=4.17406 × 106

F4[2,3]=8.83506 × 106

F4[2,4]=1.53629 × 107

F4[2,5]=2.37558 × 107

F4[3,1]=1.97851 × 106

F4[3,2]=4.7701 × 106

F4[3,3]=9.42841 × 106

F4[3,4]=1.59534 × 107

F4[3,5]=2.4344 × 107

F4[4,1]=2.80094 × 106

F4[4,2]=5.59468 × 106

F4[4,3]=1.02532 × 107

F4[4,4]=1.67773 × 107

F4[4,5]=2.51668 × 107

F4[5,1]=3.85606 × 106

F4[5,2]=6.65097 × 106

F4[5,3]=1.13101 × 107

F4[5,4]=1.78342 × 107

F4[5,5]=2.62232 × 107

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


C2[i, j] = Cosh[(Tet[i, j] * π) / (a)];
Print["C2[", i, ",", j, "]=", C2[i, j]]]]
16 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

C2[1,1]=155.732

C2[1,2]=1464.94

C2[1,3]=21 132.8

C2[1,4]=370 945.

C2[1,5]=7.18535 × 106

C2[2,1]=17 192.6

C2[2,2]=66 176.9

C2[2,3]=462 831.

C2[2,4]=4.73214 × 106

C2[2,5]=6.14592 × 107

C2[3,1]=2.28579 × 106

C2[3,2]=5.85603 × 106

C2[3,3]=2.51128 × 107

C2[3,4]=1.60541 × 108

C2[3,5]=1.38097 × 109

C2[4,1]=3.21446 × 108

C2[4,2]=6.59456 × 108

C2[4,3]=2.07384 × 109

C2[4,4]=9.39171 × 109

C2[4,5]=5.73868 × 1010

C2[5,1]=4.63487 × 1010

C2[5,2]=8.27915 × 1010

C2[5,3]=2.11731 × 1011

C2[5,4]=7.47701 × 1011

C2[5,5]=3.49779 × 1012

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


S2[i, j] = Sinh[(Tet[i, j] * π) / (a)];
Print["S2[", i, ",", j, "]=", S2[i, j]]]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 17

S2[1,1]=155.729

S2[1,2]=1464.94

S2[1,3]=21 132.8

S2[1,4]=370 945.

S2[1,5]=7.18535 × 106

S2[2,1]=17 192.6

S2[2,2]=66 176.9

S2[2,3]=462 831.

S2[2,4]=4.73214 × 106

S2[2,5]=6.14592 × 107

S2[3,1]=2.28579 × 106

S2[3,2]=5.85603 × 106

S2[3,3]=2.51128 × 107

S2[3,4]=1.60541 × 108

S2[3,5]=1.38097 × 109

S2[4,1]=3.21446 × 108

S2[4,2]=6.59456 × 108

S2[4,3]=2.07384 × 109

S2[4,4]=9.39171 × 109

S2[4,5]=5.73868 × 1010

S2[5,1]=4.63487 × 1010

S2[5,2]=8.27915 × 1010

S2[5,3]=2.11731 × 1011

S2[5,4]=7.47701 × 1011

S2[5,5]=3.49779 × 1012

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


c2[i, j] = Cos[(q[i, j] * π)];
Print["c2[", i, ",", j, "]=", c2[i, j]]]]
18 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

c2[1,1]=- 0.997333

c2[1,2]=0.999435

c2[1,3]=- 0.999849

c2[1,4]=0.999946

c2[1,5]=- 0.999976

c2[2,1]=- 0.999849

c2[2,2]=0.999862

c2[2,3]=- 0.999929

c2[2,4]=0.999966

c2[2,5]=- 0.999984

c2[3,1]=- 0.999984

c2[3,2]=0.999969

c2[3,3]=- 0.999973

c2[3,4]=0.999982

c2[3,5]=- 0.999989

c2[4,1]=- 0.999997

c2[4,2]=0.999992

c2[4,3]=- 0.99999

c2[4,4]=0.999992

c2[4,5]=- 0.999994

c2[5,1]=- 0.999999

c2[5,2]=0.999997

c2[5,3]=- 0.999996

c2[5,4]=0.999996

c2[5,5]=- 0.999997

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


s2[i, j] = Sin[(q[i, j] * π)];
Print["s2[", i, ",", j, "]=", s2[i, j]]]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 19

s2[1,1]=0.0729896

s2[1,2]=- 0.0336087

s2[1,3]=0.0174035

s2[1,4]=- 0.0103671

s2[1,5]=0.00697428

s2[2,1]=0.0173816

s2[2,2]=- 0.0166183

s2[2,3]=0.0119378

s2[2,4]=- 0.00826229

s2[2,5]=0.00573966

s2[3,1]=0.00573966

s2[3,2]=- 0.0078539

s2[3,3]=0.00728843

s2[3,4]=- 0.00593758

s2[3,5]=0.00468096

s2[4,1]=0.00255725

s2[4,2]=- 0.00405264

s2[4,3]=0.00442963

s2[4,4]=- 0.00408406

s2[4,5]=0.00351858

s2[5,1]=0.0013446

s2[5,2]=- 0.00229336

s2[5,3]=0.0027646

s2[5,4]=- 0.00279601

s2[5,5]=0.00260752

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,


Tet[i, j] * π * y
Y[i, j] = Cosh  + b * q[i, j] * c2[i, j] - C2[i, j] 
a*b
Tet[i, j] * π * y
- Tet[i, j] * s2[i, j] + b * q[i, j] * S2[i, j] * Sinh  -
a*b
q[i, j] * π * y
Cos  - - Tet[i, j] * c2[i, j] + Tet[i, j] * C2[i, j] 
b
q[i, j] * π * y
Tet[i, j] * s2[i, j] - b * q[i, j] * S2[i, j] * Sin  ;
b
Print["Y[", i, ",", j, "]=", Y[i, j]]
20 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

Y[1,1]=
- Cos[0.557916 y] + Cosh[1.04387 y] + 2.91409 Sin[0.557916 y] - 1.00779 Sinh[1.04387 y]

Y[1,2]=- Cos[1.13629 y] + Cosh[1.4514 y] + 1.97261 Sin[1.13629 y] - 0.999273 Sinh[1.4514 y]

Y[1,3]=- Cos[1.71043 y] + Cosh[1.93668 y] + 1.74996 Sin[1.71043 y] - 1.00005 Sinh[1.93668 y]

Y[1,4]=
- Cos[2.28291 y] + Cosh[2.45763 y] + 1.66373 Sin[2.28291 y] - 0.999997 Sinh[2.45763 y]

Y[1,5]=- Cos[2.85473 y] + Cosh[2.99649 y] + 1.6222 Sin[2.85473 y] - 1. Sinh[2.99649 y]

Y[2,1]=
- Cos[0.568038 y] + Cosh[1.89916 y] + 5.16735 Sin[0.568038 y] - 1.00006 Sinh[1.89916 y]

Y[2,2]=
- Cos[1.13938 y] + Cosh[2.14422 y] + 2.90839 Sin[1.13938 y] - 0.999984 Sinh[2.14422 y]

Y[2,3]=- Cos[1.71143 y] + Cosh[2.49787 y] + 2.25563 Sin[1.71143 y] - 1. Sinh[2.49787 y]

Y[2,4]=- Cos[2.28329 y] + Cosh[2.92055 y] + 1.97679 Sin[2.28329 y] - 1. Sinh[2.92055 y]

Y[2,5]=- Cos[2.85495 y] + Cosh[3.38673 y] + 1.83332 Sin[2.85495 y] - 1. Sinh[3.38673 y]

Y[3,1]=- Cos[0.570155 y] + Cosh[2.78825 y] + 7.55779 Sin[0.570155 y] - 1. Sinh[2.78825 y]

Y[3,2]=- Cos[1.14097 y] + Cosh[2.9593 y] + 4.0084 Sin[1.14097 y] - 1. Sinh[2.9593 y]

Y[3,3]=- Cos[1.71227 y] + Cosh[3.22401 y] + 2.90991 Sin[1.71227 y] - 1. Sinh[3.22401 y]

Y[3,4]=- Cos[2.28372 y] + Cosh[3.56131 y] + 2.41004 Sin[2.28372 y] - 1. Sinh[3.56131 y]

Y[3,5]=- Cos[2.85514 y] + Cosh[3.95258 y] + 2.13949 Sin[2.85514 y] - 1. Sinh[3.95258 y]

Y[4,1]=- Cos[0.570734 y] + Cosh[3.68754 y] + 9.98527 Sin[0.570734 y] - 1. Sinh[3.68754 y]

Y[4,2]=- Cos[1.14166 y] + Cosh[3.8182 y] + 5.16865 Sin[1.14166 y] - 1. Sinh[3.8182 y]

Y[4,3]=- Cos[1.71279 y] + Cosh[4.02651 y] + 3.63313 Sin[1.71279 y] - 1. Sinh[4.02651 y]

Y[4,4]=- Cos[2.28405 y] + Cosh[4.30113 y] + 2.91027 Sin[2.28405 y] - 1. Sinh[4.30113 y]

Y[4,5]=- Cos[2.85535 y] + Cosh[4.63022 y] + 2.5061 Sin[2.85535 y] - 1. Sinh[4.63022 y]

Y[5,1]=- Cos[0.570954 y] + Cosh[4.59138 y] + 12.4279 Sin[0.570954 y] - 1. Sinh[4.59138 y]

Y[5,2]=- Cos[1.14198 y] + Cosh[4.69686 y] + 6.35631 Sin[1.14198 y] - 1. Sinh[4.69686 y]

Y[5,3]=- Cos[1.71309 y] + Cosh[4.86759 y] + 4.39126 Sin[1.71309 y] - 1. Sinh[4.86759 y]

Y[5,4]=- Cos[2.28429 y] + Cosh[5.09698 y] + 3.44841 Sin[2.28429 y] - 1. Sinh[5.09698 y]

Y[5,5]=- Cos[2.85552 y] + Cosh[5.37751 y] + 2.9104 Sin[2.85552 y] - 1. Sinh[5.37751 y]

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


Xxo[i, j] = X[i, j] /. x → x0;
Print["Xxo[", i, ",", j, "]=", Xxo[i, j]]]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 21

Xxo[1,1]=1.17913

Xxo[1,2]=2.13549

Xxo[1,3]=3.21704

Xxo[1,4]=4.34044

Xxo[1,5]=5.47935

Xxo[2,1]=1.61559

Xxo[2,2]=1.8701

Xxo[2,3]=2.22429

Xxo[2,4]=2.62105

Xxo[2,5]=3.03632

Xxo[3,1]=0.538739

Xxo[3,2]=0.443249

Xxo[3,3]=0.320649

Xxo[3,4]=0.185092

Xxo[3,5]=0.0421499

Xxo[4,1]=- 1.03645

Xxo[4,2]=- 1.1727

Xxo[4,3]=- 1.36811

Xxo[4,4]=- 1.60079

Xxo[4,5]=- 1.85693

Xxo[5,1]=- 1.31761

Xxo[5,2]=- 1.35214

Xxo[5,3]=- 1.40365

Xxo[5,4]=- 1.46711

Xxo[5,5]=- 1.53887

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


Yyo[i, j] = Y[i, j] /. y → y0;
Print["Yyo[", i, ",", j, "]=", Yyo[i, j]]]]
22 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

Yyo[1,1]=2.86377

Yyo[1,2]=1.07116

Yyo[1,3]=- 1.74134

Yyo[1,4]=- 1.00627

Yyo[1,5]=1.6187

Yyo[2,1]=5.15798

Yyo[2,2]=1.02976

Yyo[2,3]=- 2.24965

Yyo[2,4]=- 1.0075

Yyo[2,5]=1.83044

Yyo[3,1]=7.55487

Yyo[3,2]=1.01633

Yyo[3,3]=- 2.90625

Yyo[3,4]=- 1.00704

Yyo[3,5]=2.13714

Yyo[4,1]=9.98398

Yyo[4,2]=1.01053

Yyo[4,3]=- 3.63091

Yyo[4,4]=- 1.00593

Yyo[4,5]=2.50434

Yyo[5,1]=12.4272

Yyo[5,2]=1.00729

Yyo[5,3]=- 4.38987

Yyo[5,4]=- 1.00482

Yyo[5,5]=2.90909

FAKTOR NORMALISASI
Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,
Q[i, j] = NIntegrateX[i, j] ^ 2 * (Y[i, j]) ^ 2, {x, 0, a}, {y, 0, b};
Print["Q[", i, ",", j, "]=", Q[i, j]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 23

Q[1,1]=274.191

Q[1,2]=405.175

Q[1,3]=702.762

Q[1,4]=1127.39

Q[1,5]=1676.68

Q[2,1]=641.375

Q[2,2]=338.088

Q[2,3]=353.627

Q[2,4]=440.637

Q[2,5]=569.789

Q[3,1]=1312.42

Q[3,2]=479.138

Q[3,3]=357.728

Q[3,4]=352.29

Q[3,5]=389.706

Q[4,1]=2266.64

Q[4,2]=709.859

Q[4,3]=440.335

Q[4,4]=367.211

Q[4,5]=356.1

Q[5,1]=3504.01

Q[5,2]=1016.38

Q[5,3]=567.754

NIntegrate::slwcon :
Numerical integration converging too slowly; suspect one of the following: singularity, value of the integration
is 0, highly oscillatory integrand, or WorkingPrecision too small. 

Q[5,4]=424.461

NIntegrate::slwcon :
Numerical integration converging too slowly; suspect one of the following: singularity, value of the integration
is 0, highly oscillatory integrand, or WorkingPrecision too small. 

NIntegrate::eincr :
The global error of the strategy GlobalAdaptive has increased more than 2000 times. The global error is expected
to decrease monotonically after a number of integrand evaluations. Suspect one of the following: the
working precision is insufficient for the specified precision goal; the integrand is highly oscillatory or it
is not a (piecewise) smooth function; or the true value of the integral is 0. Increasing the value of the
GlobalAdaptive option MaxErrorIncreases might lead to a convergent numerical integration. NIntegrate
obtained 372.83770022801656` and 0.0005881987201064006` for the integral and error estimates. 

Q[5,5]=372.838

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,


f1[i, j] = ω[i, j] * 1 - DR ^ 2 ;
Print["f1[", i, ",", j, "]=", f1[i, j]]
24 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

f1[1,1]=110.468

f1[1,2]=267.92

f1[1,3]=526.446

f1[1,4]=887.224

f1[1,5]=1350.63

f1[2,1]=309.851

f1[2,2]=464.907

f1[2,3]=722.949

f1[2,4]=1083.68

f1[2,5]=1547.15

f1[3,1]=638.662

f1[3,2]=793.202

f1[3,3]=1050.8

f1[3,4]=1411.33

f1[3,5]=1874.71

f1[4,1]=1097.93

f1[4,2]=1252.34

f1[4,3]=1509.75

f1[4,4]=1870.13

f1[4,5]=2333.42

f1[5,1]=1687.99

f1[5,2]=1842.37

f1[5,3]=2099.7

f1[5,4]=2459.99

f1[5,5]=2923.21

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


f2[i, j] = ω[i, j] * DR;
Print["f2[", i, ",", j, "]=", f2[i, j]]]]
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 25

f2[1,1]=5.53029

f2[1,2]=13.4128

f2[1,3]=26.3553

f2[1,4]=44.4167

f2[1,5]=67.6159

f2[2,1]=15.5119

f2[2,2]=23.2745

f2[2,3]=36.1927

f2[2,4]=54.2519

f2[2,5]=77.4544

f2[3,1]=31.9731

f2[3,2]=39.7098

f2[3,3]=52.6059

f2[3,4]=70.655

f2[3,5]=93.8529

f2[4,1]=54.9651

f2[4,2]=62.6956

f2[4,3]=75.5823

f2[4,4]=93.6236

f2[4,5]=116.817

f2[5,1]=84.5052

f2[5,2]=92.2339

f2[5,3]=105.117

f2[5,4]=123.154

f2[5,5]=146.343

FUNGSI BEBAN DINAMIK


Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,
Xxo[i, j] * Yyo[i, j]
Tp1[i, j] = *
ρ * h * Q[i, j] * f1[i, j]
t
 p0 * Cos[ωm * τ] * Exp- f2[i, j] * (t - τ) * Sin [f1[i, j] * (t - τ)] ⅆ τ ;
0
Print["Tp1[", i, ",", j, "]=", Tp1[i, j]];

Tp1[1,1]=3.09677 × 10-7
(9.92547 ⅇ-5.53029 t Cos[(110.468 + 0. ⅈ) t] - 9.92547 Cos[(300. + 0. ⅈ) t] -
0.653231 ⅇ-5.53029 t Sin[(110.468 + 0. ⅈ) t] + 0.423505 Sin[(300. + 0. ⅈ) t])

Tp1[1,2]=5.85333 × 10-8
(86.7084 ⅇ-13.4128 t Cos[(267.92 + 0. ⅈ) t] - 86.7084 Cos[(300. + 0. ⅈ) t] -
38.9738 ⅇ-13.4128 t Sin[(267.92 + 0. ⅈ) t] + 38.6828 Sin[(300. + 0. ⅈ) t])
26 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

Tp1[1,3]=- 4.20607 × 10-8 (19.4803 Cos[300. t] - 19.4803 ⅇ-26.3553 t Cos[(526.446 + 0. ⅈ) t] +


1.63994 Sin[300. t] - 1.90977 ⅇ-26.3553 t Sin[(526.446 + 0. ⅈ) t])

Tp1[1,4]=- 1.21294 × 10-8 (8.87028 Cos[300. t] - 8.87028 ⅇ-44.4167 t Cos[(887.224 + 0. ⅈ) t] +


0.338121 Sin[300. t] - 0.558399 ⅇ-44.4167 t Sin[(887.224 + 0. ⅈ) t])

Tp1[1,5]=1.08795 × 10-8 (5.43446 Cos[300. t] - 5.43446 ⅇ-67.6159 t Cos[(1350.63 + 0. ⅈ) t] +


0.126799 Sin[300. t] - 0.300228 ⅇ-67.6159 t Sin[(1350.63 + 0. ⅈ) t])

Tp1[2,1]=1.16478 × 10-7 (107.844 Cos[300. t] - 107.844 ⅇ-15.5119 t Cos[(309.851 + 0. ⅈ) t] +


160.642 Sin[300. t] - 160.934 ⅇ-15.5119 t Sin[(309.851 + 0. ⅈ) t])

Tp1[2,2]=3.40332 × 10-8 (25.381 Cos[300. t] - 25.381 ⅇ-23.2745 t Cos[(464.907 + 0. ⅈ) t] +


2.79789 Sin[300. t] - 3.07609 ⅇ-23.2745 t Sin[(464.907 + 0. ⅈ) t])

Tp1[2,3]=- 5.4369 × 10-8 (11.6323 Cos[300. t] - 11.6323 ⅇ-36.1927 t Cos[(722.949 + 0. ⅈ) t] +


0.58208 Sin[300. t] - 0.823886 ⅇ-36.1927 t Sin[(722.949 + 0. ⅈ) t])

Tp1[2,4]=- 1.53616 × 10-8 (6.97041 Cos[300. t] - 6.97041 ⅇ-54.2519 t Cos[(1083.68 + 0. ⅈ) t] +


0.208676 Sin[300. t] - 0.406726 ⅇ-54.2519 t Sin[(1083.68 + 0. ⅈ) t])

Tp1[2,5]=1.75128 × 10-8 (4.6871 Cos[300. t] - 4.6871 ⅇ-77.4544 t Cos[(1547.15 + 0. ⅈ) t] +


0.0943085 Sin[300. t] - 0.252935 ⅇ-77.4544 t Sin[(1547.15 + 0. ⅈ) t])

Tp1[3,1]=1.34883 × 10-8 (13.9679 Cos[300. t] - 13.9679 ⅇ-31.9731 t Cos[(638.662 + 0. ⅈ) t] +


0.840224 Sin[300. t] - 1.09395 ⅇ-31.9731 t Sin[(638.662 + 0. ⅈ) t])

Tp1[3,2]=3.29257 × 10-9
(3.19739 Cos[300. t] + 7.05078 Cos[300. t] - 10.2482 ⅇ-39.7098 t Cos[(793.202 + 0. ⅈ) t] -
0.116143 Sin[300. t] + 0.567688 Sin[300. t] - 0.683831 ⅇ-39.7098 t Sin[(793.202 + 0. ⅈ) t])

Tp1[3,3]=- 6.88631 × 10-9 (7.22604 Cos[300. t] - 7.22604 ⅇ-52.6059 t Cos[(1050.8 + 0. ⅈ) t] +


0.224277 Sin[300. t] - 0.425785 ⅇ-52.6059 t Sin[(1050.8 + 0. ⅈ) t])

Tp1[3,4]=- 1.04136 × 10-9 (5.1784 Cos[300. t] - 5.1784 ⅇ-70.655 t Cos[(1411.33 + 0. ⅈ) t] +


0.115126 Sin[300. t] - 0.283716 ⅇ-70.655 t Sin[(1411.33 + 0. ⅈ) t])

Tp1[3,5]=3.42496 × 10-10
(2.21477 Cos[300. t] + 1.60642 Cos[300. t] - 3.82118 ⅇ-93.8529 t Cos[(1874.71 + 0. ⅈ) t] +
0.132 Sin[300. t] - 0.0693274 Sin[300. t] - 0.201328 ⅇ-93.8529 t Sin[(1874.71 + 0. ⅈ) t])

Tp1[4,1]=- 1.15503 × 10-8 (6.8655 Cos[300. t] - 6.8655 ⅇ-54.9651 t Cos[(1097.93 + 0. ⅈ) t] +


0.202436 Sin[300. t] - 0.399019 ⅇ-54.9651 t Sin[(1097.93 + 0. ⅈ) t])

Tp1[4,2]=- 3.70285 × 10-9 (5.91027 Cos[300. t] - 5.91027 ⅇ-62.6956 t Cos[(1252.34 + 0. ⅈ) t] +


0.14999 Sin[300. t] - 0.331814 ⅇ-62.6956 t Sin[(1252.34 + 0. ⅈ) t])

Tp1[4,3]=2.0756 × 10-8 (4.8125 Cos[300. t] - 4.8125 ⅇ-75.5823 t Cos[(1509.75 + 0. ⅈ) t] +


0.0994244 Sin[300. t] - 0.260683 ⅇ-75.5823 t Sin[(1509.75 + 0. ⅈ) t])

Tp1[4,4]=6.51343 × 10-9
(2.22122 Cos[300. t] + 1.60981 Cos[300. t] - 3.83103 ⅇ-93.6236 t Cos[(1870.13 + 0. ⅈ) t] +
0.132447 Sin[300. t] - 0.0694504 Sin[300. t] - 0.201897 ⅇ-93.6236 t Sin[(1870.13 + 0. ⅈ) t])

Tp1[4,5]=- 1.5546 × 10-8 (3.04204 Cos[300. t] - 3.04204 ⅇ-116.817 t Cos[(2333.42 + 0. ⅈ) t] +


0.0397164 Sin[300. t] - 0.157399 ⅇ-116.817 t Sin[(2333.42 + 0. ⅈ) t])

Tp1[5,1]=- 7.68995 × 10-9 (4.26972 Cos[300. t] - 4.26972 ⅇ-84.5052 t Cos[(1687.99 + 0. ⅈ) t] +


0.0782548 Sin[300. t] - 0.227661 ⅇ-84.5052 t Sin[(1687.99 + 0. ⅈ) t])
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 27

Tp1[5,2]=- 2.02043 × 10-9 (3.89183 Cos[300. t] - 3.89183 ⅇ-92.2339 t Cos[(1842.37 + 0. ⅈ) t] +


0.0650123 Sin[300. t] - 0.205421 ⅇ-92.2339 t Sin[(1842.37 + 0. ⅈ) t])

Tp1[5,3]=1.43578 × 10-8 (3.39387 Cos[300. t] - 3.39387 ⅇ-105.117 t Cos[(2099.7 + 0. ⅈ) t] +


0.0494367 Sin[300. t] - 0.176969 ⅇ-105.117 t Sin[(2099.7 + 0. ⅈ) t])

Tp1[5,4]=3.92172 × 10-9 (2.88072 Cos[300. t] - 2.88072 ⅇ-123.154 t Cos[(2459.99 + 0. ⅈ) t] +


0.0356153 Sin[300. t] - 0.14856 ⅇ-123.154 t Sin[(2459.99 + 0. ⅈ) t])

Tp1[5,5]=- 1.14098 × 10-8 (2.41375 Cos[300. t] - 2.41375 ⅇ-146.343 t Cos[(2923.21 + 0. ⅈ) t] +


0.0250033 Sin[300. t] - 0.123404 ⅇ-146.343 t Sin[(2923.21 + 0. ⅈ) t])

For[i = 1, i ≤ 5, i ++, For[j = 1, j ≤ 5, j ++,


Defbef1[i, j] = X[i, j] * Y[i, j] * Tp1[i, j];
Print["Defbef1[", i, ",", j, "]=", Defbef1[i, j]]]];

Defbef1[1,1]=3.09677 × 10-7
(9.92547 ⅇ-5.53029 t Cos[(110.468 + 0. ⅈ) t] - 9.92547 Cos[(300. + 0. ⅈ) t] -
0.653231 ⅇ-5.53029 t Sin[(110.468 + 0. ⅈ) t] + 0.423505 Sin[(300. + 0. ⅈ) t])
(- Cos[0.357724 x] + Cosh[0.576764 x] + 1.64028 Sin[0.357724 x] - 1.01735 Sinh[0.576764 x])
(- Cos[0.557916 y] + Cosh[1.04387 y] + 2.91409 Sin[0.557916 y] - 1.00779 Sinh[1.04387 y])

Defbef1[1,2]=5.85333 × 10-8
(86.7084 ⅇ-13.4128 t Cos[(267.92 + 0. ⅈ) t] - 86.7084 Cos[(300. + 0. ⅈ) t] -
38.9738 ⅇ-13.4128 t Sin[(267.92 + 0. ⅈ) t] + 38.6828 Sin[(300. + 0. ⅈ) t])
(- Cos[0.366135 x] + Cosh[0.991517 x] + 2.70934 Sin[0.366135 x] - 1.00047 Sinh[0.991517 x])
(- Cos[1.13629 y] + Cosh[1.4514 y] + 1.97261 Sin[1.13629 y] - 0.999273 Sinh[1.4514 y])

Defbef1[1,3]=- 4.20607 × 10-8


(19.4803 Cos[300. t] - 19.4803 ⅇ-26.3553 t Cos[(526.446 + 0. ⅈ) t] +
1.63994 Sin[300. t] - 1.90977 ⅇ-26.3553 t Sin[(526.446 + 0. ⅈ) t])
(- Cos[0.368311 x] + Cosh[1.4351 x] + 3.89646 Sin[0.368311 x] - 1.00001 Sinh[1.4351 x])
(- Cos[1.71043 y] + Cosh[1.93668 y] + 1.74996 Sin[1.71043 y] - 1.00005 Sinh[1.93668 y])

Defbef1[1,4]=- 1.21294 × 10-8


(8.87028 Cos[300. t] - 8.87028 ⅇ-44.4167 t Cos[(887.224 + 0. ⅈ) t] +
0.338121 Sin[300. t] - 0.558399 ⅇ-44.4167 t Sin[(887.224 + 0. ⅈ) t])
(- Cos[0.369006 x] + Cosh[1.88768 x] + 5.11559 Sin[0.369006 x] - 1. Sinh[1.88768 x])
(- Cos[2.28291 y] + Cosh[2.45763 y] + 1.66373 Sin[2.28291 y] - 0.999997 Sinh[2.45763 y])

Defbef1[1,5]=1.08795 × 10-8 (5.43446 Cos[300. t] - 5.43446 ⅇ-67.6159 t Cos[(1350.63 + 0. ⅈ) t] +


0.126799 Sin[300. t] - 0.300228 ⅇ-67.6159 t Sin[(1350.63 + 0. ⅈ) t])
(- Cos[0.369282 x] + Cosh[2.34423 x] + 6.34807 Sin[0.369282 x] - 1. Sinh[2.34423 x])
(- Cos[2.85473 y] + Cosh[2.99649 y] + 1.6222 Sin[2.85473 y] - 1. Sinh[2.99649 y])

Defbef1[2,1]=1.16478 × 10-7 (107.844 Cos[300. t] - 107.844 ⅇ-15.5119 t Cos[(309.851 + 0. ⅈ) t] +


160.642 Sin[300. t] - 160.934 ⅇ-15.5119 t Sin[(309.851 + 0. ⅈ) t])
(- Cos[0.734785 x] + Cosh[0.867234 x] + 1.17871 Sin[0.734785 x] - 0.998688 Sinh[0.867234 x])
(- Cos[0.568038 y] + Cosh[1.89916 y] + 5.16735 Sin[0.568038 y] - 1.00006 Sinh[1.89916 y])

Defbef1[2,2]=3.40332 × 10-8 (25.381 Cos[300. t] - 25.381 ⅇ-23.2745 t Cos[(464.907 + 0. ⅈ) t] +


2.79789 Sin[300. t] - 3.07609 ⅇ-23.2745 t Sin[(464.907 + 0. ⅈ) t])
(- Cos[0.736504 x] + Cosh[1.18157 x] + 1.60415 Sin[0.736504 x] - 0.99991 Sinh[1.18157 x])
(- Cos[1.13938 y] + Cosh[2.14422 y] + 2.90839 Sin[1.13938 y] - 0.999984 Sinh[2.14422 y])
28 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

Defbef1[2,3]=- 5.4369 × 10-8 (11.6323 Cos[300. t] - 11.6323 ⅇ-36.1927 t Cos[(722.949 + 0. ⅈ) t] +


0.58208 Sin[300. t] - 0.823886 ⅇ-36.1927 t Sin[(722.949 + 0. ⅈ) t])
(- Cos[0.737712 x] + Cosh[1.57172 x] + 2.13052 Sin[0.737712 x] - 0.999997 Sinh[1.57172 x])
(- Cos[1.71143 y] + Cosh[2.49787 y] + 2.25563 Sin[1.71143 y] - 1. Sinh[2.49787 y])

Defbef1[2,4]=- 1.53616 × 10-8


(6.97041 Cos[300. t] - 6.97041 ⅇ-54.2519 t Cos[(1083.68 + 0. ⅈ) t] +
0.208676 Sin[300. t] - 0.406726 ⅇ-54.2519 t Sin[(1083.68 + 0. ⅈ) t])
(- Cos[0.738363 x] + Cosh[1.99337 x] + 2.69971 Sin[0.738363 x] - 1. Sinh[1.99337 x])
(- Cos[2.28329 y] + Cosh[2.92055 y] + 1.97679 Sin[2.28329 y] - 1. Sinh[2.92055 y])

Defbef1[2,5]=1.75128 × 10-8 (4.6871 Cos[300. t] - 4.6871 ⅇ-77.4544 t Cos[(1547.15 + 0. ⅈ) t] +


0.0943085 Sin[300. t] - 0.252935 ⅇ-77.4544 t Sin[(1547.15 + 0. ⅈ) t])
(- Cos[0.738699 x] + Cosh[2.43014 x] + 3.28975 Sin[0.738699 x] - 1. Sinh[2.43014 x])
(- Cos[2.85495 y] + Cosh[3.38673 y] + 1.83332 Sin[2.85495 y] - 1. Sinh[3.38673 y])

Defbef1[3,1]=1.34883 × 10-8 (13.9679 Cos[300. t] - 13.9679 ⅇ-31.9731 t Cos[(638.662 + 0. ⅈ) t] +


0.840224 Sin[300. t] - 1.09395 ⅇ-31.9731 t Sin[(638.662 + 0. ⅈ) t])
(- Cos[1.10664 x] + Cosh[1.19934 x] + 1.08385 Sin[1.10664 x] - 1.00008 Sinh[1.19934 x])
(- Cos[0.570155 y] + Cosh[2.78825 y] + 7.55779 Sin[0.570155 y] - 1. Sinh[2.78825 y])

Defbef1[3,2]=3.29257 × 10-9
(3.19739 Cos[300. t] + 7.05078 Cos[300. t] - 10.2482 ⅇ-39.7098 t Cos[(793.202 + 0. ⅈ) t] -
0.116143 Sin[300. t] + 0.567688 Sin[300. t] - 0.683831 ⅇ-39.7098 t Sin[(793.202 + 0. ⅈ) t])
(- Cos[1.10711 x] + Cosh[1.44283 x] + 1.30325 Sin[1.10711 x] - 1.00001 Sinh[1.44283 x])
(- Cos[1.14097 y] + Cosh[2.9593 y] + 4.0084 Sin[1.14097 y] - 1. Sinh[2.9593 y])

Defbef1[3,3]=- 6.88631 × 10-9 (7.22604 Cos[300. t] - 7.22604 ⅇ-52.6059 t Cos[(1050.8 + 0. ⅈ) t] +


0.224277 Sin[300. t] - 0.425785 ⅇ-52.6059 t Sin[(1050.8 + 0. ⅈ) t])
(- Cos[1.10761 x] + Cosh[1.77617 x] + 1.60361 Sin[1.10761 x] - 1. Sinh[1.77617 x])
(- Cos[1.71227 y] + Cosh[3.22401 y] + 2.90991 Sin[1.71227 y] - 1. Sinh[3.22401 y])

Defbef1[3,4]=- 1.04136 × 10-9 (5.1784 Cos[300. t] - 5.1784 ⅇ-70.655 t Cos[(1411.33 + 0. ⅈ) t] +


0.115126 Sin[300. t] - 0.283716 ⅇ-70.655 t Sin[(1411.33 + 0. ⅈ) t])
(- Cos[1.108 x] + Cosh[2.15807 x] + 1.94772 Sin[1.108 x] - 1. Sinh[2.15807 x])
(- Cos[2.28372 y] + Cosh[3.56131 y] + 2.41004 Sin[2.28372 y] - 1. Sinh[3.56131 y])

Defbef1[3,5]=3.42496 × 10-10
(2.21477 Cos[300. t] + 1.60642 Cos[300. t] - 3.82118 ⅇ-93.8529 t Cos[(1874.71 + 0. ⅈ) t] +
0.132 Sin[300. t] - 0.0693274 Sin[300. t] - 0.201328 ⅇ-93.8529 t Sin[(1874.71 + 0. ⅈ) t])
(- Cos[1.10826 x] + Cosh[2.56688 x] + 2.31614 Sin[1.10826 x] - 1. Sinh[2.56688 x])
(- Cos[2.85514 y] + Cosh[3.95258 y] + 2.13949 Sin[2.85514 y] - 1. Sinh[3.95258 y])

Defbef1[4,1]=- 1.15503 × 10-8 (6.8655 Cos[300. t] - 6.8655 ⅇ-54.9651 t Cos[(1097.93 + 0. ⅈ) t] +


0.202436 Sin[300. t] - 0.399019 ⅇ-54.9651 t Sin[(1097.93 + 0. ⅈ) t])
(- Cos[1.47714 x] + Cosh[1.54795 x] + 1.04793 Sin[1.47714 x] - 0.999996 Sinh[1.54795 x])
(- Cos[0.570734 y] + Cosh[3.68754 y] + 9.98527 Sin[0.570734 y] - 1. Sinh[3.68754 y])

Defbef1[4,2]=- 3.70285 × 10-9


(5.91027 Cos[300. t] - 5.91027 ⅇ-62.6956 t Cos[(1252.34 + 0. ⅈ) t] +
0.14999 Sin[300. t] - 0.331814 ⅇ-62.6956 t Sin[(1252.34 + 0. ⅈ) t])
(- Cos[1.47731 x] + Cosh[1.74343 x] + 1.18014 Sin[1.47731 x] - 0.999999 Sinh[1.74343 x])
(- Cos[1.14166 y] + Cosh[3.8182 y] + 5.16865 Sin[1.14166 y] - 1. Sinh[3.8182 y])
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 29

Defbef1[4,3]=2.0756 × 10-8 (4.8125 Cos[300. t] - 4.8125 ⅇ-75.5823 t Cos[(1509.75 + 0. ⅈ) t] +


0.0994244 Sin[300. t] - 0.260683 ⅇ-75.5823 t Sin[(1509.75 + 0. ⅈ) t])
(- Cos[1.47752 x] + Cosh[2.02786 x] + 1.37247 Sin[1.47752 x] - 1. Sinh[2.02786 x])
(- Cos[1.71279 y] + Cosh[4.02651 y] + 3.63313 Sin[1.71279 y] - 1. Sinh[4.02651 y])

Defbef1[4,4]=6.51343 × 10-9
(2.22122 Cos[300. t] + 1.60981 Cos[300. t] - 3.83103 ⅇ-93.6236 t Cos[(1870.13 + 0. ⅈ) t] +
0.132447 Sin[300. t] - 0.0694504 Sin[300. t] - 0.201897 ⅇ-93.6236 t Sin[(1870.13 + 0. ⅈ) t])
(- Cos[1.47773 x] + Cosh[2.36945 x] + 1.60344 Sin[1.47773 x] - 1. Sinh[2.36945 x])
(- Cos[2.28405 y] + Cosh[4.30113 y] + 2.91027 Sin[2.28405 y] - 1. Sinh[4.30113 y])

Defbef1[4,5]=- 1.5546 × 10-8 (3.04204 Cos[300. t] - 3.04204 ⅇ-116.817 t Cos[(2333.42 + 0. ⅈ) t] +


0.0397164 Sin[300. t] - 0.157399 ⅇ-116.817 t Sin[(2333.42 + 0. ⅈ) t])
(- Cos[1.4779 x] + Cosh[2.74693 x] + 1.85867 Sin[1.4779 x] - 1. Sinh[2.74693 x])
(- Cos[2.85535 y] + Cosh[4.63022 y] + 2.5061 Sin[2.85535 y] - 1. Sinh[4.63022 y])

Defbef1[5,1]=- 7.68995 × 10-9


(4.26972 Cos[300. t] - 4.26972 ⅇ-84.5052 t Cos[(1687.99 + 0. ⅈ) t] +
0.0782548 Sin[300. t] - 0.227661 ⅇ-84.5052 t Sin[(1687.99 + 0. ⅈ) t])
(- Cos[1.84718 x] + Cosh[1.90432 x] + 1.03094 Sin[1.84718 x] - 1. Sinh[1.90432 x])
(- Cos[0.570954 y] + Cosh[4.59138 y] + 12.4279 Sin[0.570954 y] - 1. Sinh[4.59138 y])

Defbef1[5,2]=- 2.02043 × 10-9


(3.89183 Cos[300. t] - 3.89183 ⅇ-92.2339 t Cos[(1842.37 + 0. ⅈ) t] +
0.0650123 Sin[300. t] - 0.205421 ⅇ-92.2339 t Sin[(1842.37 + 0. ⅈ) t])
(- Cos[1.84725 x] + Cosh[2.06638 x] + 1.11862 Sin[1.84725 x] - 1. Sinh[2.06638 x])
(- Cos[1.14198 y] + Cosh[4.69686 y] + 6.35631 Sin[1.14198 y] - 1. Sinh[4.69686 y])

Defbef1[5,3]=1.43578 × 10-8 (3.39387 Cos[300. t] - 3.39387 ⅇ-105.117 t Cos[(2099.7 + 0. ⅈ) t] +


0.0494367 Sin[300. t] - 0.176969 ⅇ-105.117 t Sin[(2099.7 + 0. ⅈ) t])
(- Cos[1.84735 x] + Cosh[2.3114 x] + 1.25119 Sin[1.84735 x] - 1. Sinh[2.3114 x])
(- Cos[1.71309 y] + Cosh[4.86759 y] + 4.39126 Sin[1.71309 y] - 1. Sinh[4.86759 y])

Defbef1[5,4]=3.92172 × 10-9 (2.88072 Cos[300. t] - 2.88072 ⅇ-123.154 t Cos[(2459.99 + 0. ⅈ) t] +


0.0356153 Sin[300. t] - 0.14856 ⅇ-123.154 t Sin[(2459.99 + 0. ⅈ) t])
(- Cos[1.84747 x] + Cosh[2.61619 x] + 1.4161 Sin[1.84747 x] - 1. Sinh[2.61619 x])
(- Cos[2.28429 y] + Cosh[5.09698 y] + 3.44841 Sin[2.28429 y] - 1. Sinh[5.09698 y])

Defbef1[5,5]=- 1.14098 × 10-8


(2.41375 Cos[300. t] - 2.41375 ⅇ-146.343 t Cos[(2923.21 + 0. ⅈ) t] +
0.0250033 Sin[300. t] - 0.123404 ⅇ-146.343 t Sin[(2923.21 + 0. ⅈ) t])
(- Cos[1.84757 x] + Cosh[2.96236 x] + 1.60338 Sin[1.84757 x] - 1. Sinh[2.96236 x])
(- Cos[2.85552 y] + Cosh[5.37751 y] + 2.9104 Sin[2.85552 y] - 1. Sinh[5.37751 y])

Fori = 1, i ≤ 5, i ++,
Forj = 1, j ≤ 5, j ++, Wbef1[i, j] = Defbef1[i, j] /. x → a  2, y → b  2
5 5
Wbeftot1 =   Re[Wbef1[i, j]];
i=1 j=1
30 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

Max[Table[Wbeftot1, {t, 0, td3, 0.05}]]

0.000121347

Min[Re[Table[Wbeftot1, {t, 0, td3, 0.05}]]]

- 0.000121603

tab1bef05 = Re[Table[Wbeftot1, {t, 0, td3, 0.05}]];


Export["tab1bef05.xlsx", tab1bef05]
tab1bef05.xlsx

Gbo = Plot[Wbeftot1, {t, 0, td3}, PlotRange → {- 0.0003, 0.0003},


AxesLabel → {"time(s)", "Dynamic deflection(m)"}]
Dynamic deflection(m)
0.0003

0.0002

0.0001

time(s)
0.5 1.0 1.5 2.0

-0.0001

-0.0002

-0.0003

3 D Pelat 0 < t < td3


5 5
defbef1totalxy1 =   Re[Defbef1[i, j]] /. t → td3 - 0.0001;
i=1 j=1

Plot3D[- defbef1totalxy1, {x, 0, a}, {y, 0, b}, PlotRange → {- 0.0003, 0.0003}]


Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 31

MOMEN TERHADAP SB X dan Y


UNTUK 0 ≤ t ≤ td3
Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,
momenxy1[i, j] = - Dx * D[Defbef1[i, j], {x, 2}] + vy * D[Defbef1[i, j], {y, 2}]

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++,


momenyx1[i, j] = - Dy * D[Defbef1[i, j], {y, 2}] + vx * D[Defbef1[i, j], {x, 2}]
5 5
momenxy1total1 =   Re[momenxy1[i, j]] /. t → td3 - 0.0001, y → b  2;
i=1 j=1

5 5
momenyx1total1 =   Re[momenyx1[i, j]] /. x → a  2, t → td3 - 0.0001;
i=1 j=1

Max[Re[Table[momenxy1total1, {x, 0, a, 0.01}]]]


7157.72

Min[Re[Table[momenxy1total1, {x, 0, a, 0.01}]]]


- 5887.39

tabmxvsxbef05 = Re[Table[momenxy1total1, {x, 0, a, 0.01}]];


Export["tabmxvsxbef05.xlsx", tabmxvsxbef05]

tabmxvsxbef05.xlsx

Gbmxy1total1 = Plot[momenxy1total1, {x, 0, a},


PlotRange → {- 5000, 5000}, AxesLabel → {"x(m)", "Mx(Nm)"}]
Mx(Nm)

4000

2000

x(m)
2 4 6 8

-2000

-4000

Max[Re[Table[momenyx1total1, {y, 0, b, 0.01}]]]


408.798

Min[Re[Table[momenyx1total1, {y, 0, b, 0.01}]]]


- 682.455
32 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

tabmyvsybef05 = Re[Table[momenyx1total1, {y, 0, b, 0.01}]];


Export["tabmyvsybef.xlsx", tabmyvsybef05]

tabmyvsybef.xlsx

Gbmyx1total1 = Plot[momenyx1total1, {y, 0, b},


PlotRange → {- 2000, 2000}, AxesLabel → {"y(m)", "My(Nm)"}]
My(Nm)
2000

1000

y(m)
1 2 3 4 5

-1000

-2000

5 5
gambarmomenx1total1 =   Re[momenxy1[i, j]] /. t → td3 - 0.0005;
i=1 j=1
5 5
gambarmomeny1total1 =   Re[momenyx1[i, j]] /. t → td3 - 0.0005;
i=1 j=1

Plot3D[gambarmomenx1total1, {x, 0, a}, {y, 0, b}, PlotRange → {- 5000, 5000}]


Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 33

Plot3D[gambarmomeny1total1, {x, 0, a}, {y, 0, b}, PlotRange → {- 2000, 2000}]

SHEAR TERHADAP SUMBU T

UNTUK 0 ≤ t ≤ td3

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++, Qx1[i, j] =


- Dx * D[Defbef1[i, j], {x, 3}] + - B * D[Defbef1[i, j], {x, 1}, {y, 2}]

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++, Qy1[i, j] =


- Dy * D[Defbef1[i, j], {y, 3}] + - B * D[Defbef1[i, j], {y, 1}, {x, 2}]
5 5
Qx1total1 =   Re[Qx1[i, j]] /. x → a  2, y → b  2;
i=1 j=1
5 5
Qy1total1 =   Re[Qy1[i, j]] /. x → a  2, y → b  2;
i=1 j=1

Max[Re[Table[Qx1total1, {t, 0, td3, 0.001}]]]


6604.34

Min[Re[Table[Qx1total1, {t, 0, td3, 0.001}]]]


- 6625.22
34 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

GbQxtotal1 = Plot[Qx1total1, {t, 0, td3},


PlotRange → {- 1500, 1500}, AxesLabel → {"t(s)", "Qx(N)"}]

Qx(N)
1500

1000

500

t(s)
0.5 1.0 1.5 2.0

-500

-1000

-1500

Max[Re[Table[Qy1total1, {t, 0, td3, 0.0005}]]]


754.982

Min[Re[Table[Qy1total1, {t, 0, td3, 0.0005}]]]


- 754.645

GbQytotal1 = Plot[Qy1total1, {t, 0, td3},


PlotRange → {- 500, 500}, AxesLabel → {"t(s)", "Qy(N)"}]
Qy(N)

400

200

t(s)
0.5 1.0 1.5 2.0

-200

-400
Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 35

SHEAR TERHADAP SB. X DAN Y

UNTUK 0 ≤ t ≤ td3

Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++, Qxy1[i, j] =


- Dx * D[Defbef1[i, j], {x, 3}] + - B * D[Defbef1[i, j], {x, 1}, {y, 2}]
Fori = 1, i ≤ 5, i ++, Forj = 1, j ≤ 5, j ++, Qyx1[i, j] =
- Dy * D[Defbef1[i, j], {y, 3}] + - B * D[Defbef1[i, j], {y, 1}, {x, 2}]
5 5
Qxy1total1 =   Re[Qxy1[i, j]] /. t → td3 - 0.0005, y → b  2;
i=1 j=1
5 5
Qyx1total1 =   Re[Qyx1[i, j]] /. x → a  2, t → td3 - 0.0005;
i=1 j=1

Max[Re[Table[Qxy1total1, {x, 0, a, 0.01}]]]


3996.49

Min[Re[Table[Qxy1total1, {x, 0, a, 0.01}]]]


- 3862.63

tabqxvsxbef05 = Re[Table[Qxy1total1, {x, 0, a, 0.01}]];


Export["tabqxvsxbef05.xlsx", tabqxvsxbef05]

tabqxvsxbef05.xlsx

GbQxy1total1 = Plot[Qxy1total1, {x, 0, a},


PlotRange → {- 10 000, 10 000}, AxesLabel → {"x(m)", "Qx(N)"}]
Qx(N)
10 000

5000

x(m)
2 4 6 8

-5000

-10 000

Max[Re[Table[Qyx1total1, {y, 0, b, 0.01}]]]


635.232

Min[Re[Table[Qyx1total1, {y, 0, b, 0.01}]]]


- 961.362
36 Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb

tabqyvsybef05 = Re[Table[Qyx1total1, {y, 0, b, 0.01}]];


Export["tabqyvsybef05.xlsx", tabqyvsybef05]

tabqyvsybef05.xlsx

GbQyx1total1 = Plot[Qyx1total1, {y, 0, b},


PlotRange → {- 5000, 5000}, AxesLabel → {"y(m)", "Qy(N)"}]
Qy(N)

4000

2000

y(m)
1 2 3 4 5

-2000

-4000

5 5
gambarshearx1total1 =   Re[Qxy1[i, j]] /. {t → td3 - 0.0005};
i=1 j=1
5 5
gambarsheary1total1 =   Re[Qyx1[i, j]] /. {t → td3 - 0.0005};
i=1 j=1

Plot3D[gambarshearx1total1, {x, 0, a}, {y, 0, b}, PlotRange → {- 10 000, 10 000}]


Koreksi-Defleksi pelat h15 cm d5% 3per8 beban mesin.nb 37

Plot3D[gambarsheary1total1, {x, 0, a}, {y, 0, b}, PlotRange → {- 10 000, 10 000}]

Anda mungkin juga menyukai