អាំងទែប៉ូឡាស៊ុយង · Linear Interpolation
“អាំងទែប៉ូឡាស៊ុយង” មានន័យថា ការប៉ាន់ស្មានតម្លៃមួយនៅចន្លោះចំណុចទិន្នន័យពីរដែលយើងស្គាល់។ វាពឹងផ្អែកលើខ្សែកោង (ឬបន្ទាត់ត្រង់សម្រាប់ linear) រួចគណនាតម្លៃក្នុងចន្លោះ។
“Interpolation” means estimating a value between two known data points. In linear interpolation, we assume a straight line between the points and compute the in‑between value.
រូបមន្ត (Linear):
Formula (Linear):
y = y₁ + ( (x₀ − x₁) / (x₂ − x₁) ) × (y₂ − y₁)
ម៉ាស៊ីនគណនា · Calculator
Calculator
សូមបញ្ចូល x₀ ស្ថិតនៅចន្លោះ x₁ និង x₂ (អាច extrapolate បាន ប៉ុន្តែត្រូវមានការយកចិត្តទុកដាក់)
Enter x₀ between x₁ and x₂ (extrapolation is allowed but use with care).
លទ្ធផល
Result
ជំហានគណនា
Computation Steps
ឧទាហរណ៍រហ័ស
Quick Example
| x | y | ចង់រក y នៅ x = 15 | Find y at x = 15 |
|---|---|---|---|
| 10 | 20 | y = 20 + (15−10)/(20−10) × (40−20) = 30 | |
| 20 | 40 | ||
សម្គាល់៖ ឯកតាត្រូវតែដូចគ្នាសម្រាប់ x និង y នៅក្នុងករណីវាស់វែង (ឧ. °C, m, mm, MPa)។
Note: Keep units consistent for x and y when applicable (e.g., °C, m, mm, MPa).
Tags:
Order Material