Reading Assignment Review lecture notes. From An Introduction to Numerical Methods and Analysis, Review Section 9.3
General Guidelines: Submit the programming portion of the assignment as both a PDF and a MATLAB file. Do not compress or zip the PDF file (it needs to be accessible without downloading it). Present your work in detail (show and comment on what is happening step-by-step).
Problem 1 [50 pts]:
q(x). Assume dx4 the beam 10 meters long, has an area moment of inertia of 8e-5 m4, has one fixed-end boundary condition (w = 0 and w = 0), and one pinned-end boundary condition (w = 0 and w = 0). If we make measurements of the displacement as illustrated in the HW4_P1.png file, what is the beam made of? Assume a constant load of -10kN/m on top of the beam.
Deliverables (Submit the code electronically as LastName_Problem1.m and as a PDF file publication): Code implementation in MATLAB opens the image file and allows you to manually pick and build the displacement profile of the beam, then use the displacement profile to compare with the beam solution for a range of appropriate materials. A comment at the end of the MATLAB code identifies the material based on elastic modulus and know (you can find a list of material properties at: https://www.engineeringtoolbox.com/young-modulus-d_417.html).
Problem 2 [50 pts]: Consider a 4-way intersection from a square ventilation duct (Edge Length = 0.25 meters) that is transporting hot air at a steady temperature. The outside of the duct is at room temperature (20 C), and there are two inlets (one at 25C and one at 30C) and two outlets (both at 27.5C). Using the Poisson Equation for temperature distribution with no heat transfer at the center plane, outlets were across from each other in contrast to next to each other. Assume the temperature gradually changes from the edge temperature (20 C) to the constant duct temperature with 0.025 meters from each edge.
Deliverables (Submit the code electronically as LastName_Problem2.m and as a PDF file publication): Problem formulation in MATLAB comparing both solutions. A short discussion at the end of the MATLAB code commented out.