# Classification of Cost by Behaviour
This classification looks at how cost responds to changes in the level of activity (units produced / sold). It is critical for break-even analysis, marginal costing, and decision-making.
## The Three Behavioural Categories
### 1. Variable Cost
- Total cost changes in direct proportion to the level of output.
- Per-unit cost remains constant.
- Examples: raw material consumed per unit, piece-rate wages, power consumed per machine hour.
### 2. Fixed Cost
- Total cost remains constant within the relevant range, irrespective of output.
- Per-unit cost decreases as output increases (spread over more units).
- Examples: factory rent, depreciation (straight-line), salary of permanent staff.
### 3. Semi-Variable Cost (Mixed Cost)
- A combination of fixed + variable components.
- Has a fixed minimum charge plus a variable element that rises with usage.
- Examples: telephone bill (rental + call charges), electricity (fixed demand charge + units consumed), machine set-up cost.
## Behaviour Summary Table
| Type | Total Cost | Per-unit Cost |
|---|---|---|
| Variable | Increases proportionately | Constant |
| Fixed | Constant | Decreases |
| Semi-Variable | Increases (but not proportionately) | Decreases (irregularly) |
## Decision Tree — How to Identify the Type
```
Does total cost increase when output rises?
│
├── NO → FIXED COST
│
└── YES → Does it rise in the SAME proportion?
│
├── YES → PURE VARIABLE COST
│
└── NO → SEMI-VARIABLE COST
```
## Bifurcating Semi-Variable Cost — High-Low Method
When given cost data at two different activity levels, split semi-variable cost into its fixed and variable components:
$$\text{Variable cost per unit} = \frac{\text{Difference in Total Cost}}{\text{Difference in Units}}$$
$$\text{Total Fixed Cost} = \text{Total Cost} - (\text{Variable cost per unit} \times \text{No. of Units})$$
> The fixed component can be verified using either the high or the low data point — both should give the same answer.
## Why This Matters
- Marginal costing uses only variable cost.
- Break-even analysis needs fixed and variable cost separately.
- Flexible budgets are built on this classification.