Skip to content

Commit 4c5479f

Browse files
committed
updated publication and MEE342 hw1
1 parent 3eb4465 commit 4c5479f

5 files changed

Lines changed: 403 additions & 2 deletions

File tree

_images/mechdesign/hw1_6.png

1.05 MB
Loading

_images/mechdesign/hw1_7.png

468 KB
Loading

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ <h3>Research Interests</h3>
1616
<p>I'm interested in open questions related to game theory, optimization, and AI for science that are technically within my reach.
1717
Current projects include:</p>
1818
<ul>
19-
<li>2p0s differential games with incomplete information and temporal logic specifications (e.g., for football strategic planning)</li>
19+
<li>2p0s differential games with imperfect information and temporal logic specifications (e.g., football strategic planning)</li>
2020
<li>Learning PDEs from experimental observations (e.g., for modeling materials structure-property mapping)</li>
2121
<li>GenAI robust watermarking and attribution</li>
2222
</ul>
2323
</section>
2424

2525
<section id="papers">
2626
<h3>Selected Publications</h3>
27-
27+
<ul>
28+
<li>Ghimire, M., Zhang, L., Xu, Z., & Ren, Y. (2026). <i>Solving Football by Exploiting Equilibrium Structure of 2p0s Differential Games with One-Sided Information</i> ICLR 2026. <a href="https://arxiv.org/abs/2502.00560">arXiv:2502.00560</a></li>
29+
</ul>
2830
<ul>
2931
<li>Ghimire, M., Zhang, L., Xu, Z., & Ren, Y. (2025). <i>A Scalable Solver for 2p0s Differential Games with One-Sided Payoff Information and Continuous Actions, States, and Time.</i> <a href="https://arxiv.org/abs/2502.00560">arXiv:2502.00560</a> (Best paper award at AAAI Multiagent AI in Real World Workshop 2025) </li>
3032
</ul>

mee342_hw1_2026.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,50 @@ $I_2$ be for the beam to have minimal maximum deflection? (Optional)
8585
<img src="/_images/mechdesign/hw1_5.png" alt="Drawing" style="height: 200px;"/>
8686

8787

88+
### Problem 5 (From bending moment to deflection)
89+
90+
Consider beam analysis where the beam is positioned along the $x$-axis and deflection along $y$-axis. Let $M(x)$, $E(x)$, $I(x)$, $\rho(x)$ be the bending moment, Young's modulus, moment of inertia along $y$-axis, and the curvature radius, respectively. Show step-by-step the following relationship:
91+
92+
$$
93+
\frac{1}{\rho(x)} = \frac{M(x)}{E(x)I(x)}.
94+
$$
95+
96+
Then explain that for small beam defection, we have
97+
98+
$$
99+
\frac{1}{\rho(x)} \approx \frac{d^2y}{dx^2}.
100+
$$
101+
102+
### Problem 6 (Stress due to bending)
103+
104+
Consider beam analysis where the beam is positioned along the $x$-axis and deflection along $y$-axis. Focus on a cross-section at some location $x$ along the beam. Let $M$, $V$ and $I$ be the bending moment, shear force, and moment of inertia along $y$-axis, respectively, at this cross-section. Let $\sigma(y)$, $\tau(y)$, and $b(y)$ be the normal stress, shear stress, and cross-section width, respectively, along $y$-axis, *considering the neutral axis of the cross-section as the origin*. Let $c$ be the distance from the neutral axis of the cross-section to its top (we assume that the cross-section is symmetric along its neutral axis). Show step-by-step the following relationship:
105+
106+
$$
107+
\sigma(y) = -\frac{M}{I}y,
108+
$$
109+
110+
and
111+
112+
$$
113+
\tau(y) = \frac{V}{Ib(y)}\int_y^c y'b(y')dy'.
114+
$$
115+
116+
### Problem 6 (Shigley's 11th Exercise 4-11 Superposition)
117+
For the wire form of diameter d shown in figure below, determine the deflection of
118+
point B in the direction of the applied force F (neglect the effect of transverse shear).
119+
120+
<img src="/_images/mechdesign/hw1_6.png" alt="Drawing" style="height: 400px;"/>
121+
122+
### Problem 7 (Shigley's 11th Exercise 4-122)
123+
The steel beam ABCD shown is simply supported at C as shown and supported at B
124+
and D by shoulder steel bolts, each having a diameter of 8 mm. The lengths of BE
125+
and DF are 50 mm and 65 mm, respectively. The beam has a second area moment of
126+
21 $\times 10^3$ $mm^4$. Prior to loading, the members are stress-free. A force of 2 kN is then
127+
applied at point A. Determine the stresses in the bolts and the deflections of points A, B, and D.
128+
129+
<img src="/_images/mechdesign/hw1_7.png" alt="Drawing" style="height: 400px;"/>
130+
131+
88132
<script>
89133
window.MathJax = {
90134
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] }

0 commit comments

Comments
 (0)