(Civil eng.) The maximum load that can be placed at the end of a symmetrical wooden beam, such as the rectangular beam shown in Figure 2.20, can be calculated as the following:
L is the maximum weight in lbs of the load placed on the beam.
S is the stress in lbs/in2.
I is the beam’s rectangular moment of inertia in units of in4.
d is the distance in inches that the load is placed from the fixed end of the beam (the
“moment arm”).
c is one-half the height in inches of the symmetrical beam.
For a 2” × 4” wooden beam, the rectangular moment of inertia is given by this formula:
a. Using this information, design, write, compile, and run a C++
maximum load in lbs that can be placed at the end of an 8-foot
the stress on the fixed end is
b. Use the program developed in Exercise 9a to determine the maximum load in lbs that can be placed at the end of a 3” × 6” wooden beam so that the stress on the fixed end is
Want to see the full answer?
Check out a sample textbook solutionChapter 2 Solutions
C++ for Engineers and Scientists
- (Automotive) a. An automobile engine’s performance can be determined by monitoring its rotations per minute (rpm). Determine the conversion factors that can be used to convert rpm to frequency in hertz (Hz), given that 1rotation=1cycle,1minute=60seconds,and1Hz=1cycle/sec. b. Using the conversion factors you determined in Exercise 7a, convert 2000 rpm into hertz.arrow_forward(Mechanics) The deflection at any point along the centerline of a cantilevered beam, such as the one used for a balcony (see Figure 5.15), when a load is distributed evenly along the beam is given by this formula: d=wx224EI(x2+6l24lx) d is the deflection at location x (ft). xisthedistancefromthesecuredend( ft).wistheweightplacedattheendofthebeam( lbs/ft).listhebeamlength( ft). Eisthemodulesofelasticity( lbs/f t 2 ).Iisthesecondmomentofinertia( f t 4 ). For the beam shown in Figure 5.15, the second moment of inertia is determined as follows: l=bh312 b is the beam’s base. h is the beam’s height. Using these formulas, write, compile, and run a C++ program that determines and displays a table of the deflection for a cantilevered pine beam at half-foot increments along its length, using the following data: w=200lbs/ftl=3ftE=187.2106lb/ft2b=.2fth=.3ftarrow_forwardMatlabarrow_forward
- 3t 8. A parametrie equation is given by x= (Note that the y = denominator approaches 0 when t approaches -1) Plot the function (the plot is called the Folium of Descartes) by plotting two curves in the same plot-one for -30 sts-1.6 and the other for -0.65 ts 40.arrow_forwardEach end of a cord with u = 4.80 g/m is attached to two opposite walls. The distance between the walls is the length of the cord. A block of mass m hangs from the middle of the cord. Neglect the mass of the cord in calculating the tension. M. 3L 4 2 m (a) Find an expression for the transverse wave speed in the cord as a function of the mass of the block. (Use the following as necessary: m. Do not include units in your answer. Assume that m is measured in kg and v is measured in m/s.) v = (b) What is the mass of the block (in kg) if the wave speed is 66.0 m/s? kg Need Help? Read Itarrow_forwardIn C Programming Language solve the following programarrow_forward
- A thermometer reading 50°C is taken outside where the temperature is30°C. Five minute later the reading is 40°C. Find the temperature reading 10minutes later after the thermometer was brought outside.arrow_forwardExercise#5: Calculate the total surface area of cylinderarrow_forward(Statics) An annulus is a cylindrical rod with a hollow center, as shown in Figure 6.7. Its second moment of inertia is given by this formula: I4(r24r14) I is the second moment of inertia (m4). r2 is the outer radius (m). r1 is the inner radius (m). a. Using this formula, write a function called annulusMoment ( ) that accepts two double-precision numbers as parameters (one for the outer radius and one for the inner radius), calculates the corresponding second moment of inertia, and displays the result. b. Include the function written in Exercise 5a in a working program. Make sure your function is called from main(). Test the function by passing various data to it.arrow_forward
- In the triangle shown a = 5 in., b = 7 in., and y = 25°. Define a, b, and y as variables, and then: (a) Calculate the length of c by substituting the variables in the Law of Cosines. (Law of Cosines: c² = a² + b²-2abcosy) (b) Calculate the angles a and ẞ (in degrees) using the Law of Sines. (c) Verify the Law of Tangents by substituting the results from part (b) into the right and left sides of the equation. (Law of Tangents: a-b an [{(c. – B)] a+h tan [(a+b)] с а b B>B aarrow_forwardMatlab A rocket is launched vertically and at t-0, the rocket's engine shuts down. At that time, the rocket has reached an altitude of ho- 500 m and is rising at a velocity of to 125 m/s. Gravity then takes over. The height of the rocket as a function of time is: h(t)-ho+vot-gt², t20 where g -9.81 m/s². The time t-0 marks the time the engine shuts off. After this time, the rocket continues to rise and reaches a maximum height of Amax meters at time t = tmax. Then, it begins to drop and reaches the ground at time t = tg. a. Create a vector for times from 0 to 30 seconds using an increment of 2 s. b. Use a for loop to compute h(t) for the time vector created in Part (a). e. Create a plot of the height versus time for the vectors defined in Part (a) and (b). Mark the and y axes of the plot using appropriate labels. d. Noting that the rocket reaches a maximum height, max, when the height function, h(t), attains a maxima, compute the time at which this occurs, max, and the maximum height,…arrow_forwardThis is not a graded assignment but a part of a review I'm studying, please do not reject the question, and thank you in advance for your solution!arrow_forward
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr