tomwilliam2 said:
My thinking exactly, but it does seem that a few of the knowledgeable posters in the thread you indicated agree with my son's textbook. It would appear that the way I was taught (i.e. that f(x) = ax + b is linear) is really a simplification, and they should have called it an affine function. It still strikes me as strange though, given that "linear" should mean you can graphically represent it using a line...
To be crystal clear, what linearity really means is, ##f## is linear iff
##f(a + b) = f(a) + f(b)##
and
##f(\lambda a) = \lambda f(a)##
- - - -
graphically that second statement can be interpreted as saying if you double your input, you double your output. This is a simple idea that most students should grasp. (Maybe a simple example like ##y = 7x## vs ##y = 7x + 100## would hit the idea home?)
The first statement can be interpreted as saying that you can draw two line segments on the right (e.g. one line segment is from ##\big(0,0\big) \to \big(a,f(a)\big)## and the other is ##\big(0,0\big) \to \big(b,f(b)\big)##) and add them heads to tails, to get the line segment on the left hand side ##f(a + b)##
- - - -
if instead you use a function ##f## where
##f(x) = mx +c ## and ##c \neq 0##
then you break the definition of linearity because
##f(a + b) = m(a+b) + c \neq m(a+b) + 2c = \big(ma + c\big) + \big(mb + c\big) = f(a) + f(b)##
this is why you want the line to go through the origin.
- - - -
in your original post you mention ##\frac{\Delta x }{\Delta y}## which is equal to ##= m##. Yes this is key for linearity. But the point is that in linear functions this is the only thing you need to know. With affine functions, you need to juggle intercepts as well.
- - - -
These misconceptions apparently bleed all the way into College Algebra.
Personally, I didn't appreciate the difference until Linear Algebra -- where people make distinctions between vector spaces and affine spaces. I'm surprised that they are making the distinction at 13, though it should be helpful later on.
If I was teaching it at that age level, I'd probably say
##f(x) = mx +c ##
gives the equation of a line. Let's plot some examples and see. Now the really good stuff is easiest to use... what's the easiest to use? When the lines go through the origin. (Then give the double input, to double output example.) Mathematicians like easy to use stuff and...
- - - -