Interpolation Activity
Interpolation Activity
2. Given two points (x1,y1) and (x2,y2), the linear interpolation formula for a point x between x1
and x2 is y=y1+m(x−x1). What does m represent?
A. The distance between the two points.
B. The x-intercept of the line.
C. The slope of the line segment.
D. The y-intercept of the line.
3. If you have points (1,5) and (3,11), what is the estimated y-value when x=2 using linear
interpolation?
A.6
B.8
C.7
D.9
10. What type of curve is formed when you apply linear interpolation between two points?
A.A sine wave
B.A parabola
C.A straight line segment
D.An exponential curve