New Reply

Bending moment graph

 
Share Thread Thread Tools
Jun28-12, 06:56 PM   #1
 

Bending moment graph


how can i graph the equation of the bending moment?
The equation is: σ = MC / I and i want to graph in excel or matlab, , so i know that the graph is a straight line, and i have the values, but i don't know how draw the graph
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Jun29-12, 03:04 AM   #2
 
Welcome to Physics Forums

I suggest you revise bending moment and bending moment diagrams.

http://www.public.iastate.edu/~stati...s/vmdiaga.html.

If you want to know how to use exel etc post in the computer section
 
Jul8-12, 12:45 AM   #3
 
let's say you've got a set of x-coordinates, from x=0 to x=L. If you're using matlab, type the following:

x=linspace(0,L,L)

where L is the total length of the beam. That will give you an entire array of x-values.

I'm assuming M is dependent upon x. You should have some sort of equation already. C and I are constant the whole length of the beam, I hope. (If not, then they still depend on x, and you can simplify MC/I into one big function of x). So now, define M, C, and I in the program:
M= whatever
C= whatever
I = 1/12*whatever*whatever^3

Then, define Sigma in terms of M, C, and I (which are already defined in terms of x).

Sigma = M*C/I

Finally, you can plot the results by typing:

plot(x,Sigma)
 
Jul8-12, 06:09 AM   #4
 

Bending moment graph


Did you do as I suggested and revise what a bending moment is?

You say you want to plot a graph of bending moment but your formula is for something different.

What is sigma, M, C and I in your formula and how is a plot of sigma v x a plot of bending moment?
 
New Reply
Thread Tools


Similar Threads for: Bending moment graph
Thread Forum Replies
determine bending moment and bending stress Engineering, Comp Sci, & Technology Homework 18
Bending stress + bending moment Introductory Physics Homework 1
Bending Moment Engineering, Comp Sci, & Technology Homework 2
Bending Moment:: How are they getting this value? Engineering, Comp Sci, & Technology Homework 10
bending moment General Math 1