Sliding the whole picture
Adding 3 to a function lifts its entire graph up by 3, like sliding a photo up on a wall. Transformations move a familiar shape without redrawing it from scratch.
Reading transformations
f(x)+k shifts up, f(x−h) shifts right, −f(x) flips vertically, a·f(x) stretches. The parent shape stays; only its position changes.