Underfitting (Intuition) Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Underfitting (Intuition).
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
Underfitting occurs when a model is too simple to capture the true pattern in the data, performing poorly on both training data and new data.
The model misses important structureβit's not learning enough.
Read the full concept explanation βHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: Underfitting: too simple. The model can't capture real patterns.
Common stuck point: Underfitting is not always obvious from training error alone β it shows up most clearly when the model cannot follow known patterns even in training data.
Worked Examples
Example 1
easySolution
- 1 Underfitting: the model is too simple to capture the U-shaped pattern β a line cannot represent a curve
- 2 R^2 = 0.05: only 5% of variation explained β the model is nearly useless
- 3 Diagnosis: both training error and test error are high (model fails everywhere)
- 4 Fix: use a quadratic model \hat{y} = ax^2 + bx + c which can capture U-shapes; check that R^2 improves significantly
Answer
Example 2
mediumPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
easyExample 2
hardRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.