Está en la página 1de 7

Se tiene la siguiente viga que está construida de concreto reforzado, con una sección transversal de

0.3m x 0.4m y un módulo de elasticidad de 35GPa. Determine las reacciones, ecuaciones y diagramas
de cortante y momento. Utilizar el software SAP2000 y Wolfram Mathematica.

1. Reacciones de la viga
1.1. Reacción en B
In[ ]:= Expand[Solve[0  -(50 * 1) - ((30 * 5 / 2) * ((5 / 2) / 2)) - ((30 - 10) * (15 / 2 - 5 / 2) / 2) *

(5 / 2 + (15 / 2 - 5 / 2) / 3) - (10 * (15 / 2 - 5 / 2)) * (5 / 2 + (15 / 2 - 5 / 2) / 2) + RB * 6, RB]]


expand⋯ resuelve

RB  
7225
Out[]=
72

1.2. Reacción en A
In[ ]:= ExpandSolve
expand⋯ resuelve

0  - 50 - (30 * 5 / 2) - ((30 - 10) * (15 / 2 - 5 / 2) / 2) - (10 * (15 / 2 - 5 / 2)) + RA +


7225
, RA
72

RA  
8975
Out[]=
72

2. Ecuaciones de Cortante y Momento de la viga


2.1. Corte 1: 0 ⩽ x ⩽ 1

2.1.1. Ecuación de momento interno en el corte 1

Printed by Wolfram Mathematica Student Edition


2 93439 Ejercicio viga completo 2021-20.nb

ExpandSolve0  +(30 * x) * (x / 2) - * x + M1, M1


8975
In[ ]:=
expand⋯ resuelve 72

M1  - 15 x2
8975 x
Out[]=
72

M1  - 15 x2 /. {x  1}
8975 x
In[13]:=
72

M1 
7895
Out[13]=
72

2.1.2. Ecuación de cortante interno en el corte 1

V1  ∂x - 15 x2
8975 x
In[ ]:=
72

V1  - 30 x
8975
Out[]=
72

2.2. Corte 2: 1 ⩽ x ⩽ 5
2

2.2.1. Ecuación de momento corte 2

ExpandSolve0  (30 * x) * (x / 2) + 50 * (x - 1) - * x + M2, M2


8975
In[ ]:=
expand⋯ resuelve 72

M2  50 + - 15 x2
5375 x
Out[]=
72

M2  50 + - 15 x2 /. {x  1}
5375 x
In[14]:=
72

M2 
7895
Out[14]=
72

M2  50 + - 15 x2 /. {x  5 / 2}
5375 x
In[12]:=
72

M2 
20 575
Out[12]=
144

2.2.2. Ecuación de cortante corte 2

Printed by Wolfram Mathematica Student Edition


93439 Ejercicio viga completo 2021-20.nb 3

V2  ∂x 50 + - 15 x2
5375 x
In[ ]:=
72

V2  - 30 x
5375
Out[]=
72

2.3. Corte 3: 5
⩽x⩽6
2

2.3.1. Ecuación de la recta entre los puntos P1  52 ,30) y P2  15


2
,10)

a) Pendiente de la recta
m  (10 - 30) / (15 / 2 - 5 / 2)
m  -4
In[2]:=

Out[2]=

b) Valor de b
In[3]:= Solve[30  - 4 * (5 / 2) + b, b]
resuelve

Out[3]= {{b  40}}

c) Ecuación de la recta
w(x) = -4 x + 40
d) Gráfica de la ecuación de la recta

Printed by Wolfram Mathematica Student Edition


4 93439 Ejercicio viga completo 2021-20.nb

In[4]:= Manipulate[Show[Plot[-4 * x + 40, {x, 5 / 2, 15 / 2}, AxesOrigin  {0, 0}],

ListLinePlot[{{2.5, 0}, {2.5, 30}}], ListLinePlot[{{7.5, 0}, {7.5, 10}}],


manipula mue⋯ representación gráfica origen de ejes

ListLinePlot[{{x, 0}, {x, - 4 * x + 40}}, PlotStyle  Red]], {x, 5 / 2, 15 / 2}]


gráfico de línea de una lista gráfico de línea de una lista

gráfico de línea de una lista estilo de repr⋯ rojo

6.79

30

25

Out[4]= 20

15

10

1 2 3 4 5 6 7

2.3.2. Ecuación de momento corte 3

In[5]:= Expand
expande factores

Solve0  - * x + 50 * (x - 1) + (30 * 5 / 2) * (x - (5 / 2) / 2) + ((- 4 * x + 40) * (x - 5 / 2)) *


8975

resuelve 72

((x - 5 / 2) / 2) + ((30 - (- 4 * x + 40)) * (x - 5 / 2) / 2) * (2 * (x - 5 / 2) / 3) + M3, M3

M3  + - 20 x2 + 
475 6275 x 2 x3
Out[5]=
12 72 3

M3  + - 20 x2 + /. {x  5 / 2}
475 6275 x 2 x3
In[17]:=
12 72 3

M3 
20 575
Out[17]=
144

M3  + - 20 x2 + /. {x  6}
475 6275 x 2 x3
In[18]:=
12 72 3

M3  -
27
Out[18]=
2

Printed by Wolfram Mathematica Student Edition


93439 Ejercicio viga completo 2021-20.nb 5

2.3.3. Ecuación de cortante corte 3

V3  ∂x + - 20 x2 +
475 6275 x 2 x3
In[15]:=
12 72 3

V3  - 40 x + 2 x2
6275
Out[15]=
72

2.4. Corte 4: 6 ⩽ x ⩽ 15
2

2.4.1. Ecuación de momento corte 4

ExpandSolve0  - * x + 50 * (x - 1) +
8975
In[16]:=
expand⋯ resuelve 72

(30 * 5 / 2) * (x - (5 / 2) / 2) + ((-4 * x + 40) * (x - 5 / 2)) * ((x - 5 / 2) / 2) +

((30 - (-4 * x + 40)) * (x - 5 / 2) / 2) * (2 * (x - 5 / 2) / 3) - * (x - 6) + M4, M4


7225
72

M4  - + - 20 x2 + 
1125 375 x 2 x3
Out[16]=
2 2 3

M4  - + - 20 x2 + /. {x  6}
1125 375 x 2 x3
In[19]:=
2 2 3

M4  -
27
Out[19]=
2

M4  - + - 20 x2 + /. {x  15 / 2}
1125 375 x 2 x3
In[20]:=
2 2 3
Out[20]= M4  0

2.4.2. Ecuación de cortante corte 4

V4  ∂x - + - 20 x2 +
1125 375 x 2 x3
In[21]:=
2 2 3

V4  - 40 x + 2 x2
375
Out[21]=
2

3. Gráficas de cortante y momento de la viga

Printed by Wolfram Mathematica Student Edition


6 93439 Ejercicio viga completo 2021-20.nb

3.1. Gráfica de Cortante de la viga


0≤x≤1

V1  - 30 x
8975
72
1≤x≤ 5
2

V2  - 30 x
5375
72
≤x≤6
5
2

V3  - 40 x + 2 x2
6275
72
6≤x≤ 15
2

V4  - 40 x + 2 x2
375
2

- 30 x, {x, 0, 1},
8975
In[26]:= ShowPlot
72 gráfica
mue⋯ representación

- 30 x /. {x  1}, 1, - 30 x /. {x  1},


8975 5375
ListLinePlot1,
gráfico de línea de una lista72 72

- 30 x, {x, 1, 5 / 2}, Plot - 40 x + 2 x2 , {x, 5 / 2, 6},


5375 6275
Plot
72 gráfica
representación 72
representación gráfica

- 40 x + 2 x2 /. {x  6}, 6, - 40 x + 2 x2 /. {x  6},


6275 375
ListLinePlot6,
gráfico de línea de una lista72 2

- 40 x + 2 x2, {x, 6, 15 / 2}, PlotRange  All,


375
Plot
2
representación gráfica rango de rep⋯ todo

AxesOrigin  {0, 0}, AxesLabel  {"x (m)", "V (kN)"}


origen de ejes etiqueta de ejes

V (kN)

100

50
Out[26]=

x (m)
1 2 3 4 5 6 7

-50

Printed by Wolfram Mathematica Student Edition


93439 Ejercicio viga completo 2021-20.nb 7

3.2. Gráfica de Momento de la viga


0≤x≤1

M1  - 15 x2
8975 x
72
1≤x≤ 5
2

M2  50 + - 15 x2
5375 x
72
≤x≤6
5
2

M3  + - 20 x2 +
475 6275 x 2 x3
12 72 3
6≤x≤ 15
2

M4  - + - 20 x2 +
1125 375 x 2 x3
2 2 3

- 15 x2 , {x, 0, 1}, ScalingFunctions  "Reverse",


8975 x
In[27]:= ShowPlot
72
mue⋯ representación gráfica funciones de escalado invierte orden

Plot50 + - 15 x2 , {x, 1, 5 / 2}, ScalingFunctions  "Reverse",


5375 x
72
representación gráfica funciones de escalado invierte orden

+ - 20 x2 + , {x, 5 / 2, 6}, ScalingFunctions  "Reverse",


475 6275 x 2 x3
Plot
12
representación 72
gráfica 3 funciones de escalado invierte orden

+ - 20 x2 + , {x, 6, 15 / 2}, ScalingFunctions  "Reverse",


1125 375 x 2 x3
Plot-
2 gráfica2
representación 3 funciones de escalado invierte orden

PlotRange  All, AxesOrigin  {0, 0}, AxesLabel  {"x (m)", "M (kN.m)"}
rango de rep⋯ todo origen de ejes etiqueta de ejes

M (kN.m)

x (m)
1 2 3 4 5 6 7

50
Out[27]=

100

150

Printed by Wolfram Mathematica Student Edition

También podría gustarte