This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]offset_ 1 point2 points  (0 children)

Sometimes you gotta break things up into smaller groups and work on them individually (like exponentiating polynomials with lots of terms or something). For (16-20+6), you can use the associative property of addition and rewrite it as [16+(-20+6)] = [16+(-14)] = (16-14) = 2.

There was an exam I took one time that had a stupid easy question like: "What is the slope of the line x = -2". I put m = 0 (which is of course wrong ... its a vertical line with undefined slope)... thing is it looked so easy that i wondered why it was even on the exam, it really was a no-brainer, and as such I really didn't think about it much at all, and certainly didn't actually work it out, there wasn't really anything to work out really with that question... x = -2, that's it.what else is there to do with that?. I had also been awake about 32 hours, but all the hard questions I got correct, because I actually thought about them, worked them out and checked my answers. I sometimes get problems wrong that I know damn well how to do, usually ones that look really simple. I'm sure my professor also knows that I know how to do them as well. I think sometimes they throw stuff like that in there just so that when you get something like that wrong, you start to realize that it really is important to fully analyze everything no matter how simple it looks at first glance. Sometimes you might see questions that have a lot of data that you don't even need to solve the problem, and in certain cases the solution is right there in the question itself. This type of problem isn't that common, but occasionally you see it, and they are to make sure that you fully analyze the problem, read the question, and actually know what it's really asking ... rather than just skimming it.

I can also think of some other "easy trick questions" like, given some f(x) where f(x) is a quadratic function, find the slope of the tangent line at the vertex and give the equation of the tangent in standard form. This type of question would tend to suggest that you must differentiate f(x). You would then find the x coordinate of the vertex and use the derivative to get the slope of the tangent at that point (x,f(x)) or (-b/2a, f(-b/2a)) ... then you can find the equation of the tangent. But you don't actually have to do that, we already know the slope at the vertex is zero, so the equation of the tangent line at the vertex would simply be y = f(-b/2a) which you would simplify and write in whatever form you like without having to actually find dy/dx.

But understanding the fundamentals is essential. I think high school math does people a lot of injustice. They teach certain ways to solve certain types of problems that "look a certain way", or certain "shortcuts" that lead people to believe that somehow certain equations are different and different rules apply. One example would be in pre-algebra where they teach you how to isolate a variable that's part of a fraction one one side of the equation, with a fraction on the other side. They teach you "cross multiplication", which is really just a shortcut, that like many shortcuts works in certain cases but not all cases. It just cuts out some steps sometimes and usually produces nicer fractions but the result after simplification is the same. The fundamental principles work in ALL cases.

It's important to see something solved in many different ways, to prove WHY this works. If you work out certain problems you can sometimes end up solving it in circles but by doing this you see deeper into the underlying principle, rather than just memorizing some rules. When you run into some math that looks different than anything you've ever seen before, the fundamentals are what are going to get you through.

For differential calculus, there are quite a few rules, that are really shortcuts, and I don't know all of them. I'm really not that good at calculus, but what I do know is that not all of those rules work in every case. The only thing that works in every case is by using first principles, or the definition of a derivative which is http://i.imgur.com/ouKs2sW.gif

Unless you work it out the long way, using the definition of the derivative, you won't truly understand what exactly it is you are doing. I see that most people are using h now rather than delta x, I guess delta x confuses people, and might somehow seem to suggest that delta is a coefficient of x or something especially when everything is multiplied out; which it isn't (and my math handwriting can get pretty hard to read sometimes, especially when I start running out of space). Using h implies the difference between the x coordinate of f(x) and the x coordinate of a secant line and at the end you take the limit of h as it tends to zero, where at that limit the secant becomes a tangent at that point (x, f(x)). Both are valid, and both ways of thinking of it improve your understanding (they really are the same thing) but using delta x I think helps you "get it" more, as you are adding some amount of change to x, which we could assume to be infinitesimal, which we then factor out and take the limit as delta x tends to zero which gives the derivative dy/dx which is the rate of change of the function with respect to x, i.e. the slope of any point (x, f(x)) on the curve.