Constructing a Bending Moment Function Using McCauley's Method

AI Thread Summary
A user is attempting to derive the deflection equation for a 1.2 m beam supported at two points with applied forces. They initially split the beam into sections and calculated bending moments but encountered discrepancies in their results. Feedback suggests that while they identified parts of the moment expression, they need to combine these segments into a cohesive bending moment function using McCauley's method. Additionally, they were advised on the correct number of constants of integration required for their calculations. Ultimately, the user successfully derived the correct deflection equation with the provided guidance.
James20
Messages
4
Reaction score
0
I have A beam of 1.2 m long, supports at 0m and 0.8 m. forces of 10 N at 0.4 m and 5N at 1.2 m I need to find the deflection equation for this situation. Can someone have a look and see if they can come up with the equation. As I have tried but my results do not match what I am expecting
 
Engineering news on Phys.org
James20 said:
I have A beam of 1.2 m long, supports at 0m and 0.8 m. forces of 10 N at 0.4 m and 5N at 1.2 m I need to find the deflection equation for this situation. Can someone have a look and see if they can come up with the equation. As I have tried but my results do not match what I am expecting

Why don't you post your calculations? You may have made some mistakes in calculating deflections for this beam.
 
I split the beam into 3 sections and found the moments acting at each section so section on 2.5 x second section -7.5x and the last section 5x I then integrated twice for each section and got 5/12x^3 +c1x + c2
5/4x^3 +c3x +c4 and 5/6x^3 + c5x + c6 all equal to yEI. Does what I have done so far seem right to you because all I did next was find the constants and if this part isn't right then if my constants are wrong it won't matter as it's all wrong
Cheers
 
James20 said:
I split the beam into 3 sections and found the moments acting at each section so section on 2.5 x second section -7.5x and the last section 5x

You have found some of the parts of the moment expression, but these parts act over limited portions of the beam.

For instance, starting at the first support, M(x) = 2.5 x, for 0 ≤ x ≤ 0.4 m
Similarly, the next part, M(x) = -7.5 x for 0.4 < x ≤ 0.8 m
Finally, M(x) = 5 x for 0.8 < x ≤ 1.2 m

You've got to write the bending moment function is such a way that all of the segments of the bending moment curve are treated together. This is difficult to do with regular algebra, but there are special ways to construct a bending moment function in a piece-wise manner. McCauley's method is one such procedure:

http://www.codecogs.com/library/engineering/materials/beams/macaulay-method.php

I then integrated twice for each section and got 5/12x^3 +c1x + c2
5/4x^3 +c3x +c4 and 5/6x^3 + c5x + c6 all equal to yEI.

You've wound up with too many constants of integration. When you integrate the moment equation to find the slope, you'll generate one constant of integration. When you integrate the slope equation to find the deflection, you'll generate another constant of integration as follows:

M(x) = bending moment as a function of position x

Θ(x) = slope as a function of position x

y(x) = deflection as a function of position x

Θ(x) = ∫ M(x) dx = Θ(x) + C1

y(x) = ∫ Θ(x) dx = ∫ [Θ(x) + C1] dx = ∫∫ M(x) dx dx + C1 * x + C2

The boundary conditions for this beam are that the deflection = 0 at the two supports, so you can have at most two constants of integration.

Does what I have done so far seem right to you because all I did next was find the constants and if this part isn't right then if my constants are wrong it won't matter as it's all wrong
Cheers

You're on the right track. You just have to make some adjustments in how you construct the bending moment function and then integrate it.
 
SteamKing said:
You have found some of the parts of the moment expression, but these parts act over limited portions of the beam.

For instance, starting at the first support, M(x) = 2.5 x, for 0 ≤ x ≤ 0.4 m
Similarly, the next part, M(x) = -7.5 x for 0.4 < x ≤ 0.8 m
Finally, M(x) = 5 x for 0.8 < x ≤ 1.2 m

You've got to write the bending moment function is such a way that all of the segments of the bending moment curve are treated together. This is difficult to do with regular algebra, but there are special ways to construct a bending moment function in a piece-wise manner. McCauley's method is one such procedure:

http://www.codecogs.com/library/engineering/materials/beams/macaulay-method.php
You've wound up with too many constants of integration. When you integrate the moment equation to find the slope, you'll generate one constant of integration. When you integrate the slope equation to find the deflection, you'll generate another constant of integration as follows:

M(x) = bending moment as a function of position x

Θ(x) = slope as a function of position x

y(x) = deflection as a function of position x

Θ(x) = ∫ M(x) dx = Θ(x) + C1

y(x) = ∫ Θ(x) dx = ∫ [Θ(x) + C1] dx = ∫∫ M(x) dx dx + C1 * x + C2

The boundary conditions for this beam are that the deflection = 0 at the two supports, so you can have at most two constants of integration.
You're on the right track. You just have to make some adjustments in how you construct the bending moment function and then integrate it.
Thank you i will give it another go
 
SteamKing said:
You have found some of the parts of the moment expression, but these parts act over limited portions of the beam.

For instance, starting at the first support, M(x) = 2.5 x, for 0 ≤ x ≤ 0.4 m
Similarly, the next part, M(x) = -7.5 x for 0.4 < x ≤ 0.8 m
Finally, M(x) = 5 x for 0.8 < x ≤ 1.2 m

You've got to write the bending moment function is such a way that all of the segments of the bending moment curve are treated together. This is difficult to do with regular algebra, but there are special ways to construct a bending moment function in a piece-wise manner. McCauley's method is one such procedure:

http://www.codecogs.com/library/engineering/materials/beams/macaulay-method.php
You've wound up with too many constants of integration. When you integrate the moment equation to find the slope, you'll generate one constant of integration. When you integrate the slope equation to find the deflection, you'll generate another constant of integration as follows:

M(x) = bending moment as a function of position x

Θ(x) = slope as a function of position x

y(x) = deflection as a function of position x

Θ(x) = ∫ M(x) dx = Θ(x) + C1

y(x) = ∫ Θ(x) dx = ∫ [Θ(x) + C1] dx = ∫∫ M(x) dx dx + C1 * x + C2

The boundary conditions for this beam are that the deflection = 0 at the two supports, so you can have at most two constants of integration.
You're on the right track. You just have to make some adjustments in how you construct the bending moment function and then integrate it.
Thank managed to get the answer thanks to yoir help
 
I have Mass A being pulled vertically. I have Mass B on an incline that is pulling Mass A. There is a 2:1 pulley between them. The math I'm using is: FA = MA / 2 = ? t-force MB * SIN(of the incline degree) = ? If MB is greater then FA, it pulls FA up as MB moves down the incline. BUT... If I reverse the 2:1 pulley. Then the math changes to... FA = MA * 2 = ? t-force MB * SIN(of the incline degree) = ? If FA is greater then MB, it pulls MB up the incline as FA moves down. It's confusing...
Hi. I noticed that all electronic devices in my household that also tell time eventually lag behind, except the ones that get synchronized by radio signal or internet. Most of them are battery-powered, except my alarm clock (which runs slow as well). Why does none of them run too fast? Deliberate design (why)? Wrong temperature for quartz crystal? Decreasing battery voltage? Or just a coincidence?
Back
Top