ME 100: Introduction to Mechanical Engineering Practice (1 & 2)
Estimated study time: 8 minutes
Table of contents
Sources and References
Primary texts: Engineering Design: A Project-Based Introduction by Dym, Little, and Orwin (Wiley); Engineering Graphics with AutoCAD by Bethune; Thinking Like an Engineer: An Active Learning Approach by Stephan, Bowman, Park, Sill, and Ohland.
Supplementary texts: Fundamentals of Engineering Drawing and Graphics Technology by Giesecke et al.; Python for Everybody by Severance; Engineering Your Future by Oakes, Leone, and Gunn; Pro-ENGINEER Wildfire Instructor by Toogood.
Online resources: MIT OpenCourseWare 2.00AJ Exploring Sea, Space, and Earth; Autodesk Inventor and SolidWorks official tutorials; Engineers Canada guideline on the practice of engineering; NSPE Code of Ethics; IEEE Transactions on Professional Communication.
Chapter 1: The Mechanical Engineering Profession
1.1 Role and Scope
Mechanical engineering concerns the design, analysis, manufacture, and maintenance of systems that convert, transmit, and apply energy through mechanical means. The discipline ranges from micro-scale mechanisms to heavy industrial machinery, from biomedical devices to aerospace vehicles. A practising engineer operates at the intersection of physical science, materials, mathematics, manufacturing, and human factors.
1.2 Licensure and Responsibility
In Canada, the practice of engineering is regulated by provincial bodies under the Professional Engineers Act. Licensure requires an accredited degree, engineering experience under a professional mentor, a law-and-ethics examination, and good character. A licensed engineer accepts legal responsibility for work within their area of competence.
1.3 Ethics
Engineering codes of ethics codify principles of safety, honesty, confidentiality, conflict-of-interest management, and continuing competence. Ethical reasoning frameworks such as principle-based analysis, consequentialist assessment, and virtue ethics help engineers navigate ambiguous situations involving whistleblowing, bribery, design shortcuts, environmental impact, and data falsification.
Chapter 2: The Design Process
2.1 Client, Problem, and Requirements
Design begins with a client need, often poorly defined. The engineer translates this need into a problem statement, then elicits requirements. Functional requirements describe what the artefact must do; performance requirements quantify how well; constraint requirements set limits on cost, mass, dimensions, or regulatory compliance.
2.2 A Canonical Workflow
A typical design process comprises problem identification, information gathering, concept generation, concept selection, detailed design, prototyping and testing, and delivery. Iteration pervades every stage: new information from testing feeds back into requirements and concept generation.
2.3 Concept Generation and Selection
Brainstorming, morphological analysis, and biomimicry expand the concept space. Pugh matrices and weighted decision matrices provide structured selection. A weighted sum \( S_k = \sum_j w_j r_{jk} \) aggregates criterion ratings \( r_{jk} \) for concept \( k \) under weights \( w_j \), with pairwise comparison or the analytic hierarchy process to derive weights.
Chapter 3: Engineering Graphical Communication
3.1 Sketching
Freehand sketching communicates ideas rapidly without the overhead of software. Isometric, oblique, and orthographic sketches convey three-dimensional intent; section views reveal internal structure; annotated sketches include critical dimensions, materials, and notes.
3.2 Orthographic Projection
Third-angle projection (standard in North America) and first-angle projection (standard in Europe) differ in the placement of views relative to the object. The six principal views (front, top, right, left, bottom, rear) unambiguously define geometry when augmented with dimensions, tolerances, and notes.
3.3 Computer-Aided Design
Parametric CAD software captures design intent through features, constraints, and assembly mates. A sketch is extruded, revolved, or swept to generate solid geometry; parameters linked by equations enable families of parts. Assembly models resolve mating relationships, detect interferences, and support motion studies. Drawings automatically update as the model evolves.
3.4 Dimensioning and Tolerancing
Dimensions locate features; tolerances bound variation. Geometric dimensioning and tolerancing (GD&T) under ASME Y14.5 expresses form, orientation, location, profile, and runout controls relative to datums. Proper tolerance allocation balances manufacturing cost against functional requirements.
Chapter 4: Measurement and Data Analysis
4.1 Measurement Concepts
Every measurement has a true value, a measured value, and an error. Error decomposes into systematic (bias) and random components. Accuracy refers to closeness to true value; precision, to reproducibility. Resolution is the smallest distinguishable increment.
4.2 Uncertainty Propagation
For a derived quantity \( y = f(x_1, x_2, \ldots) \) with independent random errors, the combined standard uncertainty is
\[ u_y^2 = \sum_{i} \left(\frac{\partial f}{\partial x_i}\right)^2 u_{x_i}^2. \]The extended uncertainty \( U = k u_y \), typically with \( k = 2 \) for 95% coverage, is reported to the client.
4.3 Descriptive Statistics and Regression
Sample mean, standard deviation, and confidence intervals summarise data. Linear regression fits \( y = \beta_0 + \beta_1 x + \varepsilon \) by least squares, with coefficient of determination
\[ R^2 = 1 - \frac{\sum (y_i - \hat{y}_i)^2}{\sum (y_i - \bar{y})^2}. \]Residual plots diagnose violation of assumptions. Non-linear models may be linearised through transformation or fitted directly.
Chapter 5: Programming and Computation
5.1 Digital Computing Fundamentals
Numbers are represented in binary; floating-point uses IEEE 754 standard. Finite precision induces round-off and cancellation errors. The machine epsilon \( \varepsilon_m \) bounds the relative round-off; algorithms are evaluated for stability and conditioning as well as for speed.
5.2 Algorithms and Control Flow
Sequencing, selection (if/else), and iteration (for, while) are the building blocks of algorithms. Functions encapsulate reusable logic with well-defined inputs and outputs. Recursion expresses self-similar problems succinctly at the cost of stack usage.
5.3 A Working Vocabulary
Core constructs in an introductory language such as Python or MATLAB include variables, types, arithmetic and logical operators, strings, lists, dictionaries, file input/output, plotting, and numerical libraries. Engineers use these to automate repetitive calculations, process measurement data, and prototype simulations.
Chapter 6: Safety and Intellectual Property
6.1 Workplace and Laboratory Safety
Risk assessment identifies hazards, estimates their severity and probability, and implements controls according to the hierarchy: elimination, substitution, engineering controls, administrative controls, and personal protective equipment. In the laboratory, safe practices include use of safety glasses, understanding of material safety data sheets, emergency-stop locations, and safe operation of hand and power tools.
6.2 Design for Safety
Fail-safe design, redundancy, interlocks, fault detection, and clear user interfaces prevent and mitigate harm. Failure mode and effects analysis assigns severity, occurrence, and detection scores to potential failures, producing a risk priority number that drives mitigation effort.
6.3 Intellectual Property
Engineering work generates intellectual property, protected through patents, trade secrets, copyrights, and trademarks. A patent grants a limited-term exclusivity in exchange for public disclosure of a novel, non-obvious, useful invention. Engineers must also respect others’ IP through prior-art searches and licensing.
Chapter 7: Professional Communication
7.1 Written Communication
Engineering writing is concise, precise, audience-aware, and evidence-based. Memos, technical reports, proposals, and journal articles follow disciplinary conventions for structure, tone, and citation. Figures and tables are referenced, captioned, and integrated with the narrative.
7.2 Oral and Graphical Communication
Oral presentations structure information for immediate comprehension, emphasising conclusions, supporting evidence, and calls to action. Slide design foregrounds data, suppresses chartjunk, and respects accessibility. Graphical communication includes posters, infographics, and engineering drawings.
7.3 Teamwork
Engineers work in teams whose performance depends on psychological safety, clear roles, shared goals, and constructive conflict. Project management tools such as Gantt charts, work-breakdown structures, and risk registers coordinate tasks, manage dependencies, and track progress toward delivery.