Given:Target:Now for the derivation. For isotropic materials, the following is true:Substitution makes things clearer:To reach the second target equation, I will be leveraging the same isotropic equation, just on the x axis:I can now substitute in σz:Factoring out the σ's gives us the target equation:A similar process can be done for the y axis:Given:Target:Because of how involved I think this problem will get, I will start working term by term. The left hand side has a clean substitution:And since everything here is a constant coefficient but tau, the partial can be moved:The first term of the right-hand-side can be dealt with similarly:Since everything is in-plane:This can be substituted:Through a similar process, you'd get the second term of the right-hand-side and it's easy to just fork the previous term, saving some work:Now would be appropriate to combine all the terms:Things cancel out a little:This vaguely resembles the target equation. It would help to expand and rearrange the right-hand-side though:Now, everything assembled back into the original equation:This allows me to almost factor out a 1−ν out but the partials are swapped in the parenthesis. For the home stretch, I'll have to apply the boundary conditions:Taking a single partial of the boundary conditions:Solving for X and Y partials:Note that the following is true due to a theorem from Differential Equations that I don't remember anymore because I took it a long time ago:This lets us rewrite the X and Y by adding them together:Hey, that's familiar!This makes the right-hand-side:Finally, after factoring out the partials because you can factor out operators like that, you get the target equation:This is a pure bending moment applied to this section. Because there is no shear forces and normal forces (at y=0), this is likely caused by equal and opposite couple-moments on either sides of the beam.The boundary conditions would include positive external moment on the left and vice versa. In other words, the external loads would be:Additional boundary conditions:I will be solving the Airy functions by integration, starting with σx:Now I can differentiate it with x:Since f1′′(x) has a coefficient of y, the other term doesn't, and their sum must equal 0 regardless of the value of y, both terms must be 0 independently:Updating Φ:This can be simplified thanks to the shear:This simplifies the expression for Φ:Confirming σy=0:Now, a few more terms disappear because they play no role after two or more derivatives. I looked this case up and apparently they're called "null functions":So this leaves:Checking the biharmonic equation:So, confirmed, this is the defacto solution for Φ for this loading:Onto the displacement equations:Boundary condition:Rewriting it to the final form:As for the other axis:This f(x) can be solved for using the shear strain condition:This makes the equation for v:The last boundary condition:Finally, v ends up being:And this can be rewritten to the final form:Onto the comparison of my derivation with what we learned in Mechanics of Materials. Since in Mechanics of Materials we did not concern ourselves with the displacement in the x axis and only bothered with calculating the displacement of the neutral axis in the y axis where y=0, I, thereby declare:Note that I am using the course numbers for ME 324 and AERE 321 as the subscripts. As for the equation for the displacement according to Mechanics of Materials:Superposition is dead simple:This would be an appropriate time to address I:Here, w is some unit value.Boundary condition:The other boundary condition:And since x+L will never be negative, we can ignore the Macaulay brackets:And since I plan to plot this just for quick eyeball comparison, I am normalizing v by removing coefficients:Same for the v I calculate using this course's methods:This is so obviously different but I shall plot it with L=1 (unitless). The Python code:The plot:That is undoubtedly the same shape. But it is for certain that including the values for M0, E, h (or I directly) will result in subtle differences. Moreover, the simpler Mechanics of Materials method doesn't predict deformation in the x axis and anything on the y axis but the neutral surface.