Orientation · Module 4 of 10
Problem-Solving, Estimation, and Communication
Engineers do not just get answers; they get answers they can trust and explain. A structured method, a quick estimate, and a clear write-up turn a messy problem into a defensible result.
Readiness check
This module is the method behind every worked example. Tick what you can do comfortably.
- Multiply several numbers in sequence.
- Write a number as a power of ten.
- Recall that energy to lift is weight times height.
- Judge whether an answer seems too big or too small.
- Explain a result in one clear sentence.
The core idea
A reliable engineer follows a method: identify the given and the find, state assumptions, choose a model, solve, and check. Estimation gives a fast order-of-magnitude answer to scope a problem and catch blunders, and a clear write-up communicates the result so others can trust it.
given → find → model → solve → checkorder of magnitude ≈ nearest power of tenlifting energy E = m g hThe hardest part of a problem is rarely the algebra; it is knowing what you are solving and whether the answer is right. A structured method makes both explicit. You state what is given and what you must find, write down the assumptions that simplify the real situation into something solvable, choose a model, the equations that apply, then solve, and finally check the result against physical sense and units. Estimation is the fast companion to this: an order-of-magnitude calculation, rounding everything to the nearest power of ten, tells you whether an answer should be near ten, a thousand, or a million before you compute it precisely, and it catches gross errors immediately. The same instinct scopes open-ended problems, like roughly how much energy a pump needs. Finally, a result is worthless if it cannot be communicated, so engineers report the number with its units, the key assumptions, and often a figure. This method, estimate, and communicate cycle is exactly the shape of every worked example in this course and the ones ahead.
The skills, taught in order
Five skills make problem-solving reliable rather than lucky.
4.1 The structured method
State the given and the find, list assumptions, choose a model, solve, and check. Writing these steps down, even briefly, keeps you from solving the wrong problem and makes your work reviewable by others.
4.2 Estimation
Round every quantity to the nearest power of ten and multiply, to get an order-of-magnitude answer. It takes seconds, needs no calculator, and tells you the scale to expect before any precise work.
4.3 Sanity checks
Ask whether the answer is physically reasonable: right sign, right size, right units. A pump power of a gigawatt for a garden hose is obviously wrong, and the check catches it before it reaches a report.
4.4 Assumptions and models
Every solvable problem is a simplified version of reality. Stating assumptions, like neglecting friction or treating a body as a point, makes clear what the answer applies to and where it might break down.
| Step | Question | Output |
|---|---|---|
| Estimate | What scale should this be? | a power of ten |
| Solve | What does the model give? | a precise number |
| Check | Is it reasonable? | confidence or a red flag |
Estimate to scope, solve to get the number, check to trust it. Skipping the outer two is where errors hide.
4.5 Communicating results
Report the number with its units, the assumptions behind it, and a figure where it helps. A correct answer that no one can follow or trust does no engineering good.
Engineering connection: before running a detailed simulation, engineers estimate the expected result, so if the simulation disagrees by orders of magnitude they suspect the setup, not physics.
Worked example 1: an order-of-magnitude estimate
Roughly how many breaths does a person take in a day, at about 12 breaths per minute?
- ProblemEstimate breaths per day at 12 per minute, as in Figure 1.
- Given / findRate 12 breaths/min. Find breaths per day and its order of magnitude.
- AssumptionsA steady average rate all day, awake and asleep.
- Modelbreaths/day = rate × 60 min/h × 24 h/day.
- EquationsN = 12 × 60 × 24
- SolveN = 17280 ≈ 1.7 × 104.
- CheckRounding to 10 × 60 × 24 gives 14400, the same order of magnitude, confirming the scale.
- ConclusionA person takes on the order of ten thousand breaths a day; the exact figure near 17000 is secondary to knowing the scale.
Worked example 2: estimating a pump's energy
Estimate the energy needed to raise 300 kg of water by 10 m, taking g = 9.81 m/s2.
- ProblemEstimate the energy to lift the water in Figure 2.
- Given / findMass 300 kg, height 10 m, g = 9.81 m/s2. Find the energy.
- AssumptionsIdeal lift with no losses; this is a lower bound on the real energy.
- ModelGravitational potential energy E = m g h.
- EquationsE = 300 × 9.81 × 10
- SolveE = 29430 J ≈ 29.4 kJ.
- CheckOrder of magnitude 300 × 10 × 10 = 3 × 104 J, matching the precise value.
- ConclusionAbout 29 kJ of ideal energy is needed; a real pump needs more, but now we know the scale to expect.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Skipping the check | An unreasonable answer reported | "Does this make physical sense?" | Always test size, sign, and units. |
| False precision in estimates | An estimate quoted to many digits | "Is this an estimate or a solve?" | Estimates give a power of ten, not exact digits. |
| Hidden assumptions | An answer that only works in a special case | "What did I assume?" | State assumptions so the scope is clear. |
| Poor communication | A number no one can follow | "Could a peer reproduce this?" | Report units, assumptions, and a figure. |
Practice ladder
Estimate heartbeats per day at about 70 beats per minute.
Show answer
70 × 60 × 24 = 100800 ≈ 1 × 105, on the order of a hundred thousand.
Estimate the ideal energy to lift 50 kg by 2 m, with g = 9.81 m/s2.
Show answer
E = 50 × 9.81 × 2 = 981 J ≈ 1 kJ.
Estimate the order of magnitude of the number of gas stations in a city of one million people. Show your reasoning.
Show answer
If one station serves roughly a few thousand people, then a million people need on the order of 102 to 103 stations, a few hundred. The reasoning, not the exact figure, is the point.
Estimate the power you produce climbing one flight of stairs, then say what you assumed.
What good work looks like
Lifting 70 kg by about 3 m in 5 s gives E = 70 × 9.81 × 3 ≈ 2060 J, and power = E/t ≈ 410 W. A good answer states the mass, height, and time assumed and checks the number against a light-bulb-scale sense of watts.
Working with AI, and proving it yourself
Use AI as a guide, not an oracle
Portfolio task
Solve one estimation problem fully: state given and find, assumptions, model, an estimate, the solve, and a check.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. Name the steps of the method.
Given and find, assumptions, model, solve, check.
2. What does an estimate give you?
An order of magnitude, the nearest power of ten, to scope the answer.
3. Why state assumptions?
They define what the answer applies to and where it may fail.
4. Write the lifting energy.
E = m g h.
5. What makes a result usable?
Reporting the number with units, assumptions, and a clear figure.
Textbook mapping
This module follows Wickert and Lewis, An Introduction to Mechanical Engineering, 3rd edition. Use these references to read further.
| Topic in this module | Where to read more |
|---|---|
| The problem-solving approach | Wickert and Lewis, Section 3.2, General Technical Problem-Solving Approach |
| Estimation in engineering | Wickert and Lewis, Section 3.6, Estimation in Engineering |
| Communication skills | Wickert and Lewis, Section 3.7, Communication Skills in Engineering |
Section numbers refer to Wickert and Lewis, 3rd edition. Any edition with the same chapter titles is equivalent for study.