Skip to content

Commit 341b6e0

Browse files
committed
updated hw3 2024
1 parent 521def6 commit 341b6e0

1 file changed

Lines changed: 21 additions & 24 deletions

File tree

_posts/teaching/mechdesign/2022-02-26-homework3.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,28 @@ A ductile hot-rolled steel bar has a minimum yield strength in tension and compr
3434
Using the distortion-energy and maximum-shear-stress theories determine the factors of safety
3535
for the following principal stresses:
3636

37-
* <img src="https://render.githubusercontent.com/render/math?math=\sigma_A = 100 MPa, \sigma_B = 100 MPa">
38-
* <img src="https://render.githubusercontent.com/render/math?math=\sigma_A = 100 MPa, \sigma_B = -100 MPa">
39-
* <img src="https://render.githubusercontent.com/render/math?math=\sigma_A = -50 MPa, \sigma_B = -100 MPa">
37+
* $\sigma_A = 100 MPa$, $\sigma_B = 100 MPa$
38+
* $\sigma_A = 100 MPa$, $\sigma_B = -100 MPa$
39+
* $\sigma_A = -50 MPa$, $\sigma_B = -100 MPa$
4040

4141
### Problem 2 (10 Points)
4242

4343
A ductile material has the properties
44-
<img src="https://render.githubusercontent.com/render/math?math=S_{yt}=60ksi, S_{yc}=75ksi">
45-
Using the ductile Coulomb-Mohr theory, determine the factor of safety for the states of stress given below:
44+
$S_{yt}=60ksi$, $S_{yc}=75ksi$ Using the ductile Coulomb-Mohr theory,
45+
determine the factor of safety for the states of stress given below:
4646

47-
* <img src="https://render.githubusercontent.com/render/math?math=\sigma_x = 25 kpsi, \sigma_y = 15 kpsi">
48-
* <img src="https://render.githubusercontent.com/render/math?math=\sigma_x = -12 kpsi, \sigma_y = 15 kpsi, \tau_{xy} = -9 kpsi">
47+
* $\sigma_x = 25 kpsi$, $\sigma_y = 15 kpsi$
48+
* $\sigma_x = -12 kpsi$, $\sigma_y = 15 kpsi$, $\tau_{xy} = -9 kpsi$
4949

5050
### Problem 3 (10 Points)
5151

52-
A brittle material has the properties
53-
<img src="https://render.githubusercontent.com/render/math?math=S_{ut} = 30 kpsi, S_{uc} = 90 kpsi">.
52+
A brittle material has the properties $S_{ut} = 30 kpsi$, $S_{uc} = 90 kpsi$.
5453
Using the brittle Coulomb-Mohr and modified-Mohr theories,
5554
determine the factor of safety for the following states of
5655
plane stress.
5756

58-
* <img src="https://render.githubusercontent.com/render/math?math=\sigma_x = -15 kpsi, \sigma_y = 10 kpsi, \tau_{xy} = -15 kpsi">
59-
* <img src="https://render.githubusercontent.com/render/math?math=\sigma_x = 15 kpsi, \sigma_y = -15 kpsi">
57+
* $\sigma_x = -15 kpsi$, $\sigma_y = 10 kpsi$, $\tau_{xy} = -15 kpsi$
58+
* $\sigma_x = 15 kpsi$, $\sigma_y = -15 kpsi$
6059

6160

6261
### Problem 4 (20 Points)
@@ -79,23 +78,21 @@ minimum shaft diameter to avoid yielding.
7978
Prepare the following materials for your team presentation.
8079

8180
1. (15 Points) A presentation that covers key concepts for others to understand the workflow of your analysis and design code.
82-
* For **Shaft** teams: The presentation should cover (1) a summary of fatigue analysis with sample problems,
83-
(2) an overview of the shaft design process, i.e., the determination of shaft dimensions based on its connected
81+
* For **Shaft** teams: The presentation should cover
82+
(1) an overview of the shaft design process, i.e., the determination of shaft dimensions based on its connected
8483
components and design requirements (e.g., safety factors for fatigue, yielding, and deflection failure modes),
85-
(3) a summary of critical points on a shaft, and (4) an introduction to your code with a sample use case.
84+
(2) a summary of critical points on a shaft, and (3) an introduction to your code with a sample use case.
8685

87-
* For **Gear** teams: The presentation should cover
86+
* For **Gear** and **Key/Bearing** teams: The presentation should cover
8887
(1) an introduction to spur gear (nomenclature, key parameters and their relationships, geometric constraints, force analysis),
8988
(2) an overview of the gear design process, i.e., the determination of gear ratio, geometric parameters, and gear materials based on
90-
design requirements (e.g., safety factors for wear and yielding failure modes), and (3) an introduction to your code with a sample use case.
89+
design requirements (e.g., safety factors for wear and yielding failure modes),
90+
(3) an introduction to your code with a sample use case,
91+
(4) an introduction to key and bearing (nomenclature, parameters, and existing catalog),
92+
(5) an overview of the key and the bearing design process, and
93+
(6) an introduction to your code with sample use cases.
9194

92-
* For **Key/Bearing** teams: The presentation should cover
93-
(1) an introduction to key and bearing (nomenclature, parameters, and existing catalog),
94-
(2) an overview of the key and the bearing design process, and
95-
(3) an introduction to your code with sample use cases.
96-
97-
2. (15 Points) A repo on GitHub that contains the following:
95+
2. (15 Points) A repo on GitHub (or other opensource platforms) that contains the following:
9896
* A main code that executes the component-wise analysis and design functions.
9997
* A readme file that explains the expected inputs and outputs of the code.
100-
* Note that the code can be written in any language of your choice.
101-
Please convert it to Matlab and Python using chatGPT and upload these versions for the convenience of other users.
98+
* The code can be written in any language of your choice.

0 commit comments

Comments
 (0)