Thermodynamics, Linear Interpolation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 29K views
CursedAntagonis
Messages
23
Reaction score
0

Homework Statement


I have been trying to learn how to use linear interpolation to find out the data needed from the thermodynamics chart, however, the book that is assigned does not even talk about it. Could someone please explain how linear interpolation is used? Thanks
 
Physics news on Phys.org
The assumption with linear interpolation is that the two points (x1, y1) and (x2, y2) are connected with a line. Using the two point equation of a line, we get:

y - y1 = m (x - x1), where m = (y2 - y1)/(x2 - x1)

Thus for x3 that is between x1 and x2, we get:

y3 = y1 + (x3 - x1) (y2 - y1)/(x2 - x1)