You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ <h3>Research Interests</h3>
16
16
<p>I'm interested in open questions related to game theory, optimization, and AI for science that are technically within my reach.
17
17
Current projects include:</p>
18
18
<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>
20
20
<li>Learning PDEs from experimental observations (e.g., for modeling materials structure-property mapping)</li>
21
21
<li>GenAI robust watermarking and attribution</li>
22
22
</ul>
23
23
</section>
24
24
25
25
<sectionid="papers">
26
26
<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. <ahref="https://arxiv.org/abs/2502.00560">arXiv:2502.00560</a></li>
29
+
</ul>
28
30
<ul>
29
31
<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><ahref="https://arxiv.org/abs/2502.00560">arXiv:2502.00560</a> (Best paper award at AAAI Multiagent AI in Real World Workshop 2025) </li>
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).
0 commit comments