MEC101 C3 - Eng. Soln.
MEC101 C3 - Eng. Soln.
MEC101 C3 - Eng. Soln.
CHAPTER 3
ENGINEERING SOLUTIONS
Chapter 3
ENGINEERING SOLUTIONS
Problem analysis
The engineering method
Problem presentation
Computer solution
Use of computer software in engineering solutions
1
13-Sep-17
Learning Objectives
Practice of Engineering
• Accumulate knowledge & experience
• Use in fundamental area in engineering
2
13-Sep-17
Problem Solving
• Combination of
1. Knowledge
2. Experience
3. Process
4. Art
• Ability to solve technical problems (involves a
combination of art and sciences)
Problem Analysis
• Before the solution taken, consider the follows:
3
13-Sep-17
Problem solving
Can be more efficient if it follows a process
Engineering Method
• As an example of a process!
• Consists of six basic steps
Engineering Method
1. Recognize and understand the problem
2. Accumulate data and verify accuracy
3. Use visual images and symbols
4. Select appropriate theory or principal
5. Make necessary assumption
6. Solve the problem
7. Verify and Check Results
4
13-Sep-17
10
5
13-Sep-17
11
12
6
13-Sep-17
13
14
7
13-Sep-17
15
16
8
13-Sep-17
17
Problem Presentation
1. Problem statement
2. Diagram
3. Theory
4. Assumptions
5. Solutions Steps
6. Identify results and verify accuracy
18
1. Problem statement
9
13-Sep-17
19
2. Diagram
“A picture paints a
thousand words!!”
Prepare a diagram with all pertinent
dimensions, flow rates, currents, voltages,
weights etc.
A very efficient method of showing
given and needed information.
Appropriate way of illustrating the
physical setup, which may be difficult to
describe adequately in words.
20
3. Theory
10
13-Sep-17
21
4. Assumptions
22
11
13-Sep-17
23
24
12
13-Sep-17
25
26
General Suggestions
13
13-Sep-17
27
GUIDELINES
1. COVER PAGE
28
1. TITLE
2. OBJECTIVE
3. EQUIPMENT
14
13-Sep-17
29
4. PROCEDURE
• This section includes a description of what you did. A step by step
format is the best approach.
30
6. DISCUSSION
15
13-Sep-17
31
Analysis Interpretation
32
7. CONCLUSION
16
13-Sep-17
33
Computer Solutions
34
COMPUTER SOLUTION
A simple problem may require only brief hand
calculations or the use of engineering calculator.
17
13-Sep-17
35
Spreadsheet
Math Calculation Packages
Programming Languages
Flowcharting
Computer Aided Design (CAD)
36
Spreadsheet
Example software :-
EXCEL, Lotus 123 and Quattro Pro.
18
13-Sep-17
37
Example Software :-
Maple, MathCAD, Mathematica, Matlab.
38
Programming Languages
Example :-
FORTRAN, C++,Visual Basic, MATLAB
Prepare solution to certain problems
19
13-Sep-17
39
Flowcharting
Logic diagram to describe each step that the
program must perform to arrive at the
solution.
A popular logic tool used for showing an
algorithm in graphics form.
Programmer prepares flowchart before
coding.
40
Purpose of Flowcharting
An aid in developing the logic of a
program.
Verification that all possible conditions
have been considered in a program.
Provides means of communication with
others about the program.
A guide in coding the program.
Documentation for the program.
20
13-Sep-17
41
Flowcharting
Most common flowchart symbols are:
Choices
• Selection structure
• Repetitive structure
42
Example of Flowchart:
Sequential Structure
21
13-Sep-17
43
Example of Flowchart:
Selection Structure
44
Example of Flowchart:
Repetition Structure
22
13-Sep-17
45
46
23
13-Sep-17
47
NEXT CLASS
Chapter 4
ENGINEERING ESTIMATION & APPROXIMATIONS
Errors
Significant Digits
Accuracy and precision
Approximations
24