Student: So I have practiced guessing functions and am geting pretty good at it as long as there is one operation. The more complicated functions are harder. Mentor: Yes, they are. The best way to understand such functions is to study one kind at a time. Let's start with functions of the form:
Y = ____ * X + ____ These functions are called linear functions, and are often written as:
Y = m * X + b Where m represents the number multiplied to X and b represents the number added to the result. Student: What's so important about these? Mentor: These functions represent things that increase or decrease steadily. Look at the following function and table of points from the function:
Y = 4 * X + 2
Where does this function "Start" by which I mean what is Y when X is zero? Student: 2. Mentor: Good. What is the change in the function for each step? Student: Do you mean as X gets bigger by 1? Mentor: Yes. Student: Well, if goes from 2 to 6 - which is a change of 4; then from 6 to 10 - which is a change of 4; and then from 10 to 14 --- Oh, I get it! The change is 4! So, the number multiplied is the change and the number added is the start. Mentor: Exactly! This always works. Try some. Student: Here are a few: Y = 10 * X - 1 Change = 10, start = -1 Y = -2 * X + 3 Change = -2, start = 3 Y = 5 * X + 11 Change = 5, start = 11 Mentor: Good! Let's get the terminology right: The change is called the slope and the starting value is called the intercept. We'll learn why these words are used later when we talk about graphs. Can you build a few tables of ordered pairs to further demonstrate these facts about your functions?
![]() Please direct questions and comments about this project to Addison-Wesley math@aw.com © Copyright 1997-2001 The Shodor Education Foundation, Inc. © Copyright 2001 Addison-Wesley. All rights reserved. |