Moment- axial force intrection
Show older comments
Hi, I have this equation for moment-axial force interaction: 0.25*(M/M0)^2 + (N/N0) = 1. This equation produces the following curve. Now, I need to make a change to this equation so that the first term becomes (M/M0)^2, and the second term can be changed while keeping (N/N0). The other side of the equation remains the same. ((M/M0)^2+?? = 1). I need to get the same curve as in the figure.2 Comments
Walter Roberson
on 11 Dec 2023
You currently have an equation of the form
and you want an equation of the form
with C currently unknown.
Let us solve:
A/4 + B = 1 --> A + 4*B = 4 --> A = 4 - 4*B
and your target is
A + C = 1 --> A = 1 - C
so 4 - 4*B = 1 - C and solve for C, gives C = 1 + 4B - 4 --> C = 4*B - 3
So your target equation is then
A + (4*B - 3) == 1
Gumaa Abdelrhim
on 11 Dec 2023
Answers (0)
Categories
Find more on Assembly in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!