Skip to content

Commit fe76c84

Browse files
committed
update mee342 hw1 and index.html
1 parent c201441 commit fe76c84

2 files changed

Lines changed: 113 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ <h3>Selected Publications</h3>
5353
<h3>Current Students</h3>
5454
<ul>
5555
<li>Mukesh Ghimire (PhD, co-advised by Dr. Zhe Xu) – Differential games</li>
56-
<li>Sheng Cheng (PhD, co-advised by Dr. Yezhou Yang) – AI for science</li>
5756
<li>Guangyu Nie (PhD) – AI for science </li>
5857
</ul>
5958

6059
<h3>Past Students</h3>
6160
<ul>
61+
<li>Sheng Cheng (PhD, co-advised by Dr. Yezhou Yang) - Amazon </li>
6262
<li>Lei Zhang (PhD) – Postdoc at Purdue</li>
6363
<li>Ruijin Cang (PhD) – Google</li>
6464
<li>Houpu Yao (PhD) – Google</li>

mee342_hw1_2026.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
layout: default
3+
title: MEE342 Homework 1 2026
4+
---
5+
6+
### Instructions
7+
8+
1. Please submit a single **PDF** file on Canvas.
9+
2. If you have codes, please put them in the same PDF file.
10+
3. This homework is **DUE on Feb. 1**.
11+
12+
### Disclaimer
13+
Images for Problems 2 and 3 are taken from Shigley's.
14+
15+
16+
### Problem 1 (10 Points)
17+
18+
For the plane stress $\sigma_x = -8MPa$, $\sigma_y = 7MPa$, $\tau_{xy} = 6MPa$ cw,
19+
draw a Mohr's circle diagram properly labeled,
20+
find the principal normal and shear stresses, and determine the angle from the
21+
$x$ axis to $\sigma_1$.
22+
Draw stress elements as in Fig. 3-11c and d (Shigley's) and label all details.
23+
24+
25+
### Problem 2 (30 Points)
26+
27+
A countershaft carrying two V-belt pulleys is shown in the figure. Pulley A receives power from a
28+
motor through a belt with the belt tensions shown. The power is transmitted through the shaft and
29+
delivered to the belt on pulley B. Assume the belt tension on the loose side at B is 15 percent of
30+
the tension on the tight side.
31+
32+
* Determine the tensions in the belt on pulley B, assuming the shaft is running at a constant
33+
speed.
34+
35+
* Find the magnitudes of the bearing reaction forces, assuming the bearings act as simple
36+
supports.
37+
38+
* Draw shear-force and bending-moment diagrams for the shaft. If needed, make one set for the
39+
horizontal plane and another set for the vertical plane.
40+
41+
* At the point of maximum bending moment, determine the bending stress and the torsional
42+
shear stress.
43+
44+
* At the point of maximum bending moment, determine the principal stresses and the maximum
45+
shear stress.
46+
47+
<img src="/_images/mechdesign/hw1_3.png" alt="Drawing" style="height: 400px;"/>
48+
49+
### Problem 3 (20 Points)
50+
51+
The cantilevered bar in the figure is made from a ductile material and is statically loaded with
52+
$F_y = 200lbf$ and
53+
$F_x = F_z = 0$. Analyze the stress situation in rod AB by obtaining the following
54+
information.
55+
56+
* Determine the precise location of the critical stress element.
57+
58+
* Sketch the critical stress element and determine magnitudes and directions for all stresses acting
59+
on it. (Transverse shear may only be neglected if you can justify this decision.)
60+
61+
* For the critical stress element, determine the principal stresses and the maximum shear stress.
62+
63+
<img src="/_images/mechdesign/hw1_4.png" alt="Drawing" style="height: 400px;"/>
64+
65+
### Problem 4 (20 Points for Part 1 and 2)
66+
67+
Consider a cantilever beam as shown in the figure with length
68+
$l$ and the left end fixed to a wall.
69+
70+
1. Derive the deflection $y$ of the beam along
71+
$x$ under a single downward force $F$ on the right,
72+
and assume that the moment of inertia $I$ is constant along
73+
$x$.
74+
(Show complete derivation instead of the final function
75+
$y(x)$)
76+
77+
2. Now consider that the beam has two connected parts, with the part on the left (of length
78+
$l/2$) having a moment of
79+
inertia
80+
$I_1$,
81+
and the part on the right
82+
$I_2$.
83+
Derive the deflection $y$ again.
84+
Ignore stress concentration.
85+
86+
3. Further, consider that the cross-sections for the two parts are both circular, and the total volume
87+
of the beam is constant. What should
88+
$I_1$ and
89+
$I_2$ be for the beam to have minimal maximum deflection? (Optional)
90+
91+
<img src="/_images/mechdesign/hw1_5.png" alt="Drawing" style="height: 200px;"/>
92+
93+
### Problem 5 (20 Points)
94+
95+
1. *Form your project team*. Choose from one of these: (1) Shaft, (2) Gear + Bearing + key. Each team should have at most 5 people.
96+
97+
2. *Formulate a pseudo code (flow chart) for component-wise analysis and design*.
98+
99+
* For shaft teams, please read Chapter 6 on Fatigue Failure Resulting from Variable Loading and
100+
Chapter 7 on Shafts and Shaft Components (Sections 7-4 to 7-5). Start with Example 7-2 that runs through the whole design process,
101+
list down the concepts you do not understand, and then seek answers to these questions from Chapters 6 and 7.
102+
103+
* For gear+ teams, please read Chapter 13 Gears-General Sections 13-1 to 13-8 and 13-13 and
104+
Chapter 14 Spur and Helical Gears. For Chapter 14, start with Section 14-19 and the example within, list down
105+
the concepts you do not understand, and then seek answers from the chapter. For bearing and key,
106+
please read Chapter 11 on Rolling-Contact Bearings and Chapter 7 Section 7-7.
107+
108+
* The pseudo code should specify (1) the inputs, e.g.,
109+
static and dynamic loading conditions, geometry, target safety factors, (2) the outputs, e.g.,
110+
detailed component geometry design, material selection, performance metrics, and (3) the design flow.
111+
112+
* As a starting point, your submission does not have to be perfect but needs to show your best effort.

0 commit comments

Comments
 (0)