Saturday, July 12, 2014

Magic Words


Hocus pocus.
Alakazam!
Open sesame.
Abracadraba.

The world of literature is full of magic words. When we see them, we recognize them for what they are: words of mystery and power. Power to turn a dove into a mouse or move mountains.

The real world is full of magic words too, with power to make blood run cold. Words like “calculus,” “algebra,” and “division.”

I’ve seen the power of these words myself. If I mention “algebra” to certain members of my family, their minds shut down. They don’t want to hear that word. It’s a scary, scary word. They don’t know that they already know a little algebra, but they just don’t call it that.

This is a common pattern. When I was in high school, I was in a program where I’d go to a grade school and teach some of the advanced students extra math. That’s how I ended up teaching division to third graders. When I said we were going to learn division, their eyes filled with fear. “Division,” one of them said, “I’ve heard that’s really hard.”

I told her to picture having eight apples, and two people, and asked how many apples each person would get if you wanted to split the apples evenly. She knew it was four. She was floored when I told her that was division.

No, that’s not all of division and yes, it gets harder. She wouldn’t have been able to tell me how many apples each person should get when there were 43,417 apples and 23 people at that point. But she knew the basics, and we could work from there.

The basic idea of algebra is we’re going to give a name to a number. This is a thing that you already do. You might not know algebra, but you can talk about spending “all the money you have” or “all the money that’s in your pocket.” You can check the weather for today’s high temperature. Basically, algebra is that. Algebra likes to give things short names instead of long names, though: super-short names, actually. One letter long.

So we could say “Let’s call the number of dollars you had in your pocket this morning ‘m’. “ and a simple problem would be “You started with some amount of money this morning, and you spent $10 at lunch, and you have $15 left.” You could write that as
                m - 10 = 15
and find that you started the day with $25.

That’s the basic idea of algebra. There’s more to it, just like there was more to division. In this case, you learn some rules to move numbers around and to solve things that are more complex than this.

Calculus builds on algebra to talk about things that change. One of the things you do in calculus is find out how quickly a function is changing. This is handy in a bunch of situations. For instance, “speed” is how fast position is changing, and “acceleration” is how fast speed is changing.

That’s the basic idea, and it’s not so scary. If you want to, we can do a little math to go with it. If you don’t want to play along with the math, go ahead and skip to the last paragraph.

When you have a function that’s a line, the rate of change is a number that we call the slope. (“Rise over run, graphing is fun.”) So for
                y  = 5x + 3
the slope is 5. Every time you go one unit right, you go five units up. Lines and constant numbers aren’t super-interesting here, so let’s look at a different function:
                y = x
2 Some of the values that will be on this function are:

x
y
-1
1
0
0
1
1
2
4
3
9

 

You can see that the rate of change isn’t always the same: when x goes from 0 to 1, y goes up by 1. When x goes from 2 to 3, y goes up by 5.

So if the rate of change isn’t just a number, what is it? Well, it’s still the slope. Rise/run. So we can find the rate of change if we know two points. But the rate of change isn’t the same at all the points. Hm.

Well, any point we pick will have an x value, and we know what the y value is because we know the formula for the curve. So we can say that one point is (x, x2).  And another point is ( (x+h), (x+h) 2). Let’s see what that looks like. Let’s take our first point to be (0,0). If we pick h = 3, then the other point is (3,9) and our guess for the slope at (0,0) is 9/3 = 3. Well, what if we pick a different value for h?

If we pick h = 2, then the other point is (2, 4) and the slope is 4/2 = 2. Um.

If we pick h = 1, then the other point is (1,1) and the slope is 1/1 = 1. We can see that the slope changes depending on what value we pick for h. But if we want the value that’s most accurate, we should get as close to the curve as we can.

Back to the values we know. Before we guess any values for h, we have these points: (x, x2) and ( (x+h), (x+h) 2). What if we try to figure out the slope from there?

(x+h) 2 = x2 + 2xh + h2, so we can rewrite the points as (x, x2) and (x+h, x2 + 2xh + h2). We can take the difference in y values and the difference in x values from there:

Rise/run = ((x2 + 2xh + h2) - x2) / ((x + h) - x), which is the same as (2xh + h2)/h, or 2x + h. That matches what we saw before: when we picked x = 0 and h =3, we got a slope of (2x+h) = 2*0 + 3 = 3.

Now we’re back where we were before, but with a formula in hand: the slope is 2x + h. We said we want to get as close to the curve as we can, which means we’re going to make h really small: it’s going to approach 0. When h gets really close to 0, we see that the formula for the slope gets really close to 2x + 0, or just 2x. So when x = 0, the slope is 0. When x = 10, the slope is 20.

As with the other things, there’s more to it than that, but that’s the basic idea of the first semester of calculus, coming at you a little fast.

The important thing is to know that there are going to be words you’ve heard of, words that you’ve heard represent really hard things. You should be ready to look at them, stare them down, and say “you have no power here.”

No comments:

Post a Comment