Question

Problem statement Beam Deflection: Given the elastic deflection equation for a beam with the boundary and loading conditions2. Write a Matlab function named Bisection that returns a vector with the location of the maximum downward deflection of beam

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

clc clear L = 10; E = 5e8; I = 3e-4; WO = 10; dy_dx =@(x) wo*(-5*x^4+6*L^2*x^2-L^4)/(120*E*I*L); a = 0; b = 10; tolerence = lroot = 4.4720 error = 6.1035e-04 iter =

Add a comment
Know the answer?
Add Answer to:
Problem statement Beam Deflection: Given the elastic deflection equation for a beam with the boundary and...
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
  • 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...

  • 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...

  • 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. 

  • SOLVE USING MATLAB PLEASE THANKS! The governing differential equation for the deflection of a cantilever beam...

    SOLVE USING MATLAB PLEASE THANKS! The governing differential equation for the deflection of a cantilever beam subjected to a point load at its free end (Fig. 1) is given by: 2 dx2 where E is elastic modulus, Izz is beam moment of inertia, y 1s beam deflection, P is the point load, and x is the distance along the beam measured from the free end. The boundary conditions are the deflection y(L) is zero and the slope (dy/dx) at x-L...

  • 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...

  • y P = 35 lips С For the beam and loading shown, determine the deflection at...

    y P = 35 lips С For the beam and loading shown, determine the deflection at point C. Use E = 29 10° psi. W14 X 30 a L = 15 ft [x = 1, y = 0] [x = 0, y = 0] [x = 0, y = y] dy dy dx dx Ya a 2 ft What is the deflection of the beam at point (in inches)?

  • 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)...

  • 2. The governing differential equation that relates the deflection y of a beam to the load w ia w...

    2. The governing differential equation that relates the deflection y of a beam to the load w ia where both y and w are are functions of r. In the above equation, E is the modulus of elasticity and I is the moment of inertia of the beam. For the beam and loading shown in the figure, first de m, E = 200 GPa, 1 = 100 × 106 mm4 and uo 100 kN/m and determine the maximum deflection. Note...

  • Questions 23 through 31 (2 points each): The cantilever beam AB shown below is loaded with a constant distributed load of 2000 N/m. The beam is 0.2m high by 0.1m wide. It is made of an elastic materi...

    Questions 23 through 31 (2 points each): The cantilever beam AB shown below is loaded with a constant distributed load of 2000 N/m. The beam is 0.2m high by 0.1m wide. It is made of an elastic material with Young's modulus E-80 GPa and Possion ratio v-0.3. У 2000 Nm 6m Im 29) The slope of the deformed beam dy/dx at point A is approximately 30) The slope of the deformed beam dy/dx at point B is approximately 31) The...

  • 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

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