Question

Use bisection method to determine the point of maximum deflection of the beam subject to a linearly increasing distributed load shown in the figure below

Use bisection method to determine the point of maximum deflection of the beam subject to a linearly increasing distributed load shown in the figure below (the value of x where dy/dx= 0). Then substitute this value into the equation to determine the value of the maximum deflection. Use the following parameter values in your computation: L = 600 cm, E=50,000 kN/cm2, I=30,000 cm4, and w0 =1.75 kN/cm. 

image.png

7 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution:- the values and figure(diagram) given in the question are as follows:

length of beam(L)=600 cm

E=50000 kN/cm^2

I=30000 cm^4

Wo=1.75 kN/cm

deflection equation-

y=(W_{o}/120EIL)(-x^5+2L^2x^3-L^4x) , [Eq-1]

where, y=deflection

Wo

for maximum deflection, dy/dx=0

dy/dx=(W_{o}/120EIL)(-5x^4+2L^2*3x^2-L^4)

dy/dx=(W_{o}/120EIL)(-5x^4+6L^2x^2-L^4)

0=(W_{o}/120EIL)(-5x^4+6L^2x^2-L^4)

put value of L=6 m in above equation

0=(W_{o}/120EIL)(-5x^4+216x^2-1296)

0=(-5x^4+216x^2-1296)

f(x)=-5x^4+216x^2-1296=0 , [Eq-1]

Calculating root of above function by bisection method-

f(3)=-405+1944-1296=+243

f(2)=-80+864-1296=-512

root of above function in between 3 and 2

first approximation-

x1=(3+2)/2=2.5

f(2.5)=-195.3125+1350-1296=-141.3125

root of above function in between 3 and 2.5

second approximation-

x2=(3+2.5)/2=2.75 m

f(2.75)=+51.5429

root of above function in between 3 and 2.75

third approximation-

x3=(2.5+2.75)/2=2.625 m

f(2.875)=-45.028

root of above function in between 3 and 2.625

fourth approximation-

x4=(2.625+2.75)/2=2.6875 m

f(2.687)=+2.8735

root of above function in between 2.6875 and 2.625

fifth approximation-

x5=(2.625+2.6875)/2=2.65625 m

f(2.65625)=-20.88

root of above function in between 2.6875 and 2.65625

sixth approximation-

x6=(2.65625+2.6875)/2=2.6718 m

f(2.6718=-8.872

root of above function in between 2.6875 and 2.6718

seventh approximation-

x7=(2.6718+2.6875)/2=2.67965=2.68 m

f(2.68)=-2.5359

root of above function in between 2.6875 and 2.68

eighth approximation-

x8=(2.68+2.6875)/2=2.6837 m

f(2.6837)=+0.3233

root of above function in between 2.6837 and 2.68

ninth apprximation-

x9=(2.68+2.68375)/2=2.6835

f(2.6835)=+0.168

value of 0.16 ia very near to zero so the root of function is 2.6835

the maximum deflection occur at a distance 2.6835 m from left side

calculating maximum deflection(ymax)-

put values in above equation-(1)

for calculating maximum deflection put x=268.35 cm in above equation-(1)

ymax={1.75/(120*50000*30000*600)}*{-268.35^5+2*600^2*268.35^3-600^4*268.35}

ymax=-0.360633 cm

[negative sign represent deflection is vertically downward]

maximum deflection(ymax)=-0.360633 cm

[Ans]

Add a comment
Know the answer?
Add Answer to:
Use bisection method to determine the point of maximum deflection of the beam subject to a linearly increasing distributed load shown in the figure below
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Figure P5.13a shows a uniform beam subject to a linearly increasing distributed load. The equation for the resulting elastic curve is (see Fig. P5.135)

     Figure P5.13a shows a uniform beam subject to a linearly increasing distributed load. The equation for the resulting elastic curve is (see Fig. P5.135) Use bisection to determine the point of maximum deflection (that is, the value of x where dy/dx = 0). Then substitute this value into Eq. (P5.13) to determine the value of the maximum deflection. Use the following parameter values in your com- putation: L = 600 cm, E = 50,000 kN/cm², I = 30,000 cm, and w0...

  • The deflection of a uniform beam subject to a linearly increasing distributed load can be compute...

    The deflection of a uniform beam subject to a linearly increasing distributed load can be computed by using the following equation: y = ( 120EIL Given that L 600 cm, I 30,000 cm, wo-2500 N/cm, and E 50,000 KN/cm2 2. Develop a Matlab code that would implement the Golden-Section search method to find the maximum deflection until the error falls below 1% with initial guesses of Xi = 0 and Xu-L. Display all of the following: xl, xu, d, x1...

  • Uniform beam under distributed load

    Case 1: Uniform beam under distributed load.In the shown Figure, a uniform beam subject to a linearly increasing distributed load. The deflection \(y(\mathrm{~m})\) can be expressed by \(y=\frac{w_{o}}{120 E I L}\left(-x^{5}+2 L^{2} x^{3}-L^{4} x\right)\)Where \(E\) is the modulus of elasticity and \(I\) is the moment of inertia \(\left(\mathrm{m}^{4}\right), L\) length of beam.Use the following parameters \(L=600 \mathrm{~cm}\), \(E=50,000 \mathrm{kN} / \mathrm{cm}^{2}, I=30.000 \mathrm{~cm}^{4}, w_{\mathrm{o}}=2.5\)\(\mathrm{kN} / \mathrm{cm}\), to find the requirements1) Develop MATLAB code to determine the point of maximum deflection...

  • Problem statement Beam Deflection: Given the elastic deflection equation for a beam with the boundary and...

    Problem statement Beam Deflection: Given the elastic deflection equation for a beam with the boundary and loading conditions shown below, determine the maximum downward deflection (i.e. where dy/dx = 0) of a beam under the linearly increasing load wo = 10 kN/m. Use the following parameter values: L = 10m, E = 5x108 kN/m², 1 = 3x10-4 m4. Use the initial bracket guesses of XL = 0 m and xu = 10 m. Wo. wol(x5 + 2L?x3 – L^x), (1)...

  • I wonder how to a problem 5.13. This problem is related to applied numerical methods with Matlab(third edition). I want Matlab code. 5.13 Figure P5.13a shows a uniform beam subject to a lin- early...

    I wonder how to a problem 5.13. This problem is related to applied numerical methods with Matlab(third edition). I want Matlab code. 5.13 Figure P5.13a shows a uniform beam subject to a lin- early increasing distributed load. The equation for the result- ing elastic curve is (see Fig. P5.13b) htm U) (P5.13) 3 3" Use bisection to determine the point of maximum deflection (i.e, the value of x where dy/dx 0). Then substitute this value into Eq. (P5 13) to...

  • For the beam and loading shown in the figure, integrate the load distribution to determine the...

    For the beam and loading shown in the figure, integrate the load distribution to determine the equation of the elastic curve for the beam, and the maximum deflection for the beam. Assume that EI is constant for the beam. Assume E⁢I=25000 kN⋅m2, L=2.4 m, and w0=61 kN/m. (a) Use your equation for the elastic curve to determine the deflection at  x=1.5⁢ m. Enter a negative value if the deflection is downward, or a positive value if it is upward. (b)...

  • Need help!! 1. (25 Points) In the figure below, figure (a) shows a uniform beam subject...

    Need help!! 1. (25 Points) In the figure below, figure (a) shows a uniform beam subject to a linearly increasing distributed load which starts a 0 at the left end and increases to Wo on the right end. As depicted in (b), the beam deflection can be computed with 4 120EIL where E is the modulus of elasticity [kN/cm2] and I is the moment of inertia [cm]. Calculate each of thee following quantities (take the derivatives by hand) and plot...

  • Golden method

    The deflection of a uniform beam subject to a linearly increasing distributed load can be computed asy=w0120EIL(−x5+2L2x3–L4x)y=w0120EIL(−x5+2L2x3–L4x)Given thatL=500cm,E=50,000kN/cm2,I=30,000cm4, andw0=2.0kN/cm,determine the point of maximum deflection graphically, using the golden-section search until the approximate error falls belowεs= 1% with initial guesses ofxl=0andxu=L

  • Use Macaulay's method to determine the maximum displacement in the beam with a uniformed distributed load...

    Use Macaulay's method to determine the maximum displacement in the beam with a uniformed distributed load of 10 kN/m applied to the middle section of the beam as shown in the figure below. The beam is made of steel with E = 210 MPa and a cross section in mm as shown. soamm I= axbone where a= 200mm, 6=60omm. 30KN lokN/m 25 kV - Reaction forces Bending moment as a function of a - Integrations BCs -solving for constants of...

  • The beam is shown in the figure below. Use the slope-deflection method. The support Ais pinned,...

    The beam is shown in the figure below. Use the slope-deflection method. The support Ais pinned, support B is a roller, and support C is fixed. Assume El = 21537 kNm2. The support at B settles by 73 mm (downwards). The segment AB is subjected to a uniformly distributed load w= 11 kN/m. The segment BC is subjected to a point load P = 91 KN. Enter the digit one in the answer box. The link will be provided on...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT