Engineering method: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1:
The '''engineering method''' is a practical method for solving problems that underpins the practice of [[engineering]] in all its various fields. It can be compared to the more well-known '''scientific method''', which exists to answer questions empirically. While there is no single definitive method that is unanimously agreed upon, the following definition serves as a universalconsensus baseline.
 
{| class="wikitable" style="margin: auto;"
|+ Methods
|-
! Engineering !! Scientific
|-
| <em><span style="color:green">Identification</span></em>:<br>What is the [[bugs|problem behavior]] in the system[[machine]]? || <em><span style="color:green">Formulation</span></em>:<br>What is the observation that remains unexplained?
|-
|colspan="2"| These are the fundamental questions when beginning the method. A concise explanation of the goal is required before attempting to achieve it.
|-
| <em><span style="color:green">Analysis</span></em>:<br>What is the most likely cause of the problem behavior? || <em><span style="color:green">Hypothesis</span></em>:<br>What is the most likely answer to the question?
|-
|colspan="2"| These questions lead to a <em>justification</em>. They identify the cause of the problem or the result of experimentation, but more importantly it primes an explanation of why this is likely to be. In engineering this lays out a path to solve the problem, and in science it lays out a path for experimentation.
|-
| <em><span style="color:green">Implementation</span></em>:<br>How cancould youone implement a possible solution? || <em><span style="color:green">Experimentation</span></em>:<br>How cancould youone conduct an empirical experiment?
|-
|colspan="2"| Upon completion, these questions lead to a result. If this result matches the defined prediction and justification, we may end here. If not, we need to repeat this and the previous step, revising our model and <em>iterating</em>.