Manufacturing · Chapter 1 of 10 · Beginner
Introduction to Manufacturing
There are only a few ways to turn material into a part: pour it, push it, cut it, join it, or print it. Knowing which to use, and what it will cost, is the whole job.
Readiness check
This opening chapter needs basic materials sense and arithmetic. Tick only what you can do closed-notes.
- Recall that material choice affects how a part is made.
- Distinguish a fixed cost from a variable cost.
- Compute a cost per unit from a total.
- Read where two lines cross on a graph.
- Convert between minutes and parts per hour.
The core idea
Every part is made by one of a few process families, and the right choice depends as much on the production volume and cost as on the geometry.
cost/part = material + processing + tooling/Nbreak-even: FA + vAN = FB + vBNthroughput = 1/cycle timeManufacturing turns raw material into finished parts by shaping from liquid (casting), shaping a solid by deformation (forming), removing material (machining), assembling pieces (joining), or building up layers (additive). Each family has a geometry and a volume where it wins. Because tooling is a fixed cost spread over the batch, the cheapest process depends on how many parts you make, so selection is an economics question as much as an engineering one.
The skills, taught in order
This chapter frames the whole course. Five skills cover the families, design for manufacturing, selection by volume, and the cost model that recurs in every later chapter.
1.1 What manufacturing does
Manufacturing converts material into a part of the required shape, size, finish, and properties, at a cost and rate the market allows. The same part can usually be made several ways, so engineering judgment, not a single right answer, decides.
1.2 The process families
Almost every process belongs to one of five families, distinguished by how they create shape.
| Family | How it shapes | Examples |
|---|---|---|
| Casting | solidify from liquid | sand, die, investment |
| Deformation forming | plastic flow of a solid | rolling, forging, extrusion, stamping |
| Machining | remove material | turning, milling, drilling, grinding |
| Joining | assemble pieces | welding, brazing, fastening, adhesive |
| Additive | build up in layers | FDM, SLS, metal AM |
1.3 Design for manufacturing
Design for manufacturing (DFM) shapes the part to suit the process: generous draft angles for casting, near-net shapes to cut machining, simple parting lines, and tolerances no tighter than the function needs. Every unnecessary feature and every extra digit of precision adds cost.
1.4 Process selection by volume
Production volume often decides the process. Low volumes favour low-tooling routes (machining, additive, sand casting); high volumes justify expensive tooling that lowers the per-part cost (die casting, forging, stamping, injection moulding).
| Volume | Typically economical |
|---|---|
| One-off, prototype | machining, additive, sand casting |
| Low to medium | investment casting, sheet forming, machining |
| High | die casting, forging, stamping, injection moulding |
1.5 Manufacturing economics
Unit cost is material plus processing plus tooling spread over the batch: cost/part = cmaterial + cprocessing + Ctooling/N. Comparing two processes, the one with higher tooling but lower per-part cost wins above a break-even quantity. Processing cost ties to cycle time through the machine and labour rate, so faster cycles cut cost and raise throughput.
Engineering connection: this cost model and the family map run through every later chapter, where each process gets its own force, time, and cost equations.
Worked example 1: which process, at what volume?
A bracket can be machined (tooling 2000, then 8 per part) or die-cast (tooling 30 000, then 1.50 per part), all in the same currency. Find the break-even quantity and say which process suits 1000 parts and which suits 20 000.
- ProblemFind the break-even quantity in Figure 1 and choose for 1000 and 20 000 parts.
- Given / findMachining: FA = 2000, vA = 8. Die casting: FB = 30 000, vB = 1.50. Find N* and the choice at each volume.
- AssumptionsBoth processes meet the spec; costs are linear in quantity; tooling is a one-time fixed cost.
- ModelSet the two total-cost lines equal and solve for the crossover quantity.
- EquationsFA + vAN = FB + vBN N* = (FB − FA)/(vA − vB)
- SolveN* = (30 000 − 2000)/(8 − 1.50) = 28 000/6.5 = 4308 parts. At 1000 parts (below N*), machining is cheaper; at 20 000 parts (above N*), die casting is cheaper.
- CheckAt 1000: machining 2000 + 8000 = 10 000 versus die casting 30 000 + 1500 = 31 500, so machining wins. At 20 000: machining 162 000 versus die casting 60 000, so die casting wins. Both confirm the break-even.
- ConclusionGeometry alone would not decide this; volume does. Below a few thousand parts the low-tooling route wins; above it, the expensive die pays for itself. This break-even logic is the heart of process selection.
Worked example 2: unit cost and throughput
A CNC operation has a 1.5 min cycle per part, a combined machine and labour rate of 75 per hour, and a 30 min setup amortized over a batch of 200. Material is 5 per part. Find the throughput and the unit cost.
- ProblemFind the throughput and unit cost for the operation in Figure 2.
- Given / findcycle tc = 1.5 min, rate = 75/h, setup = 30 min over batch 200, material = 5/part. Find parts/h and cost/part.
- AssumptionsSteady running, one part per cycle, setup charged once across the batch.
- ModelThroughput is the inverse of cycle time; unit cost adds material, processing (rate times cycle time), and setup per part.
- Equationsthroughput = 60/tc c = cmat + (rate)(tc) + (rate)(tsetup)/N
- SolveThroughput = 60/1.5 = 40 parts/h. Processing = (75/60)(1.5) = 1.875. Setup = (75/60)(30)/200 = 0.19. Cost = 5 + 1.875 + 0.19 = 7.06 per part.
- CheckMaterial is the largest term, so cutting scrap or buying nearer net shape would help most. Setup is tiny at a batch of 200; at a batch of 10 it would balloon to 3.75 per part, showing why small batches are costly.
- ConclusionCycle time drives both rate and processing cost, while setup punishes small batches. These two levers, cycle time and batch size, are where most cost reduction in machining is found.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Choosing on geometry alone | Expensive tooling picked for a few parts | "What is the production volume?" | Volume drives selection; tooling only pays off above break-even. |
| Ignoring tooling amortization | Per-part cost quoted without setup or dies | "Did I spread the fixed cost over N?" | Add Ctooling/N and setup per part to the unit cost. |
| Over-tight tolerances | Cost balloons for unneeded precision | "Does the function need this tolerance?" | Specify the loosest tolerance that works; precision is expensive. |
| Forgetting material waste | Machining-from-billet cost underestimated | "How much material becomes chips?" | Account for scrap; near-net processes save material. |
Practice ladder
Process A has fixed cost 5000 and 3 per part; process B has fixed cost 15 000 and 1 per part. Find the break-even quantity.
Show answer
N* = (15 000 − 5000)/(3 − 1) = 10 000/2 = 5000 parts. Below it choose A; above it choose B.
For the Worked Example 2 operation, what is the unit cost if the batch drops from 200 to 20?
Show answer
Setup per part = (75/60)(30)/20 = 1.875, so cost = 5 + 1.875 + 1.875 = 8.75 per part. The setup term grew tenfold; small batches carry heavy setup overhead.
A part is machined from a 9 kg billet to a 4 kg finished mass; material is 6 per kg. A near-net forging would start from 5 kg. Compare the material cost (ignore scrap credit).
Show answer
Machining input: 9 × 6 = 54; forging input: 5 × 6 = 30. The forging saves 24 per part in material alone, before any machining-time savings, the case for near-net shapes.
Pick a real product and identify how its main parts are made. Name the process family for each, and explain the choice in terms of geometry and likely volume.
What good work looks like
Each part assigned to a family, the choice justified by geometry and volume, and at least one cost driver (tooling, cycle time, material waste) named.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
Portfolio task
Write a process-selection note for one real part: compare two processes with a break-even, estimate a unit cost, and recommend one for a stated volume.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. Name the five process families.
Casting, deformation forming, machining, joining, and additive.
2. Write the unit-cost model.
cost/part = material + processing + tooling/N.
3. How is the break-even quantity found?
Set the two total-cost lines equal: N* = (FB − FA)/(vA − vB).
4. Why do high volumes justify expensive tooling?
The fixed tooling cost spreads over many parts, lowering the per-part cost below a low-tooling route.
5. Give two DFM principles.
Use near-net shapes to cut machining, and specify the loosest workable tolerance.
Textbook mapping
| Item | Mapping |
|---|---|
| Primary source | Kalpakjian and Schmid, Manufacturing Engineering and Technology, Chapter 1 (Introduction) and process-selection sections |
| Cross-reference | Groover, Ch. 1 · DeGarmo, Ch. 1 |
| Core topics | 1.1 What manufacturing does · 1.2 Process families · 1.3 DFM · 1.4 Selection by volume · 1.5 Economics |
| Engineering connection | The cost model and family map underpin every later chapter. |
| Read next | Chapter 2: Metal Casting. |