| |
- ฟังก์ชันเชิงเส้น
f(x) = mx + c เมื่อ m ไม่เท่ากับ 0 y -y1 = m(x-x1) ax + by + c = 0 Linear functions are functions that have x as the input variable, and x is raised only to the first power. - ฟังก์ชันพหุนาม
Polynomial functions are functions with x as an input variable, made up of several terms, each term is made up of two factors, the first being a real number coefficient, and the second being x raised to some non-negative integer power.
Polynomial functions are functions that have this form: f(x) = anxn + an-1xn-1 + ... + a1x + a0 The value of n must be an nonnegative integer. That is, it must be whole number; it is equal to zero or a positive integer. The coefficients, as they are called, are an, an-1, ..., a1, a0. These are real numbers. The degree of the polynomial function is the highest value for n where an is not equal to 0.
- ฟังก์ชันกำลังสอง
f(x) = ax2 + bx + c เมื่อ a, b, และ c ไม่เท่ากับ 0 - ฟังก์ชันกำลังสาม
f(x) = ax3 + bx2 + cx + d เมื่อ a, b, c, และ d เป็นค่าคงตัว และ a ไม่เท่ากับ 0
| | |
|
|