I'm doing research for Bézier curves for school, and I don't really understand how to fill in a point in an equation. I mean, I'd like to represent this on an x,y (or t,y) curve, but what do I need to fill in to calculate, say, B(1) or B(2)? I can't just fill in x and y coordinates.
$B(t) = (1-t)\cdot P_0+ t \cdot P_1$