HRubss said:
Thanks for the input guys! Any books you guys have to recommend? I know how to do rules such as the product rule, quotient rule, and the chain rule like mentioned above but I don't exactly know why we have to do those rules when solving problems, you know?
The rules that you mentioned are shortcuts that you use for specialized kinds of functions. The alternative to these shortcuts would be to use the limit definition of the derivative (the limit of the difference quotient, ##\lim_{h \to 0}\frac{f(x + h) - f(x)} h## every time.
If your function involves a product, such as ##x^2\cos(x)##, you would use the product rule. If the function involves a quotient, such as ##\frac{x - 1}{x + 3}##, you would most likely use the quotient rule. The different rules are tools that let you differentiate different kinds of functions, similar to the way a carpenter uses one tool to saw a board, and another tool to drill a hole.
HRubss said:
I can do the quadratic equation but I don't know WHY we have to do it.
You use the quadratic formula to solve a quadratic equation. It's as simple as that.
HRubss said:
I hear that many physics laws are proven to be true with math but I have no clue how a Physicist would apply math to the theory in the first place. Maybe I spent too much time learning the steps and not actually understanding why we did those steps? Throughout my years in education, I never actually had a professor prove the steps in an equation, either that or I never really paid attention.
Well those are two completely different things. You can't blame your teachers if you're not sure whether you were paying attention.
HRubss said:
I understand how the Pythagorean Theorem is true because I curiously created a real world scenario. I can also see how Pi is derived from a circle as well after yet again, trying a real world scenario (marking and making one complete revolution of tape and measuring the distance with a ruler) but those are the only 2 things I can really understand about math.
HRubss said:
When you say "don't understand" what do you mean? I can do the work but that's because of memorizing the steps to countless problems. For example, find the x value intercept from this function, y=3x+5. I know to set y=0, subtract the 5 and then divide by 3 to get x alone. x=(5/3). What I don't understand is why we subtracted 5 and then divided by 3.
You are applying the inverse operations, one at a time, to get x all by itself.
To get x by itself you need to go from 3x + 5 to 3x, and then to x.
To undo the "+ 5" operation, you add -5, but you have to do this to both sides so that the resulting equation is equivalent to the one you started with.
That gets us to y - 5 = 3x
To undo the "X 3" operation (X here means "times"), divide by 3 (or multiply by 1/3, which has the same effect). Again, you have to apply the operation to both sides, which takes us to
(1/3)(y - 5) = x, or y/3 - 5/3 = x
HRubss said:
(I know why we set y=0, the y in the ordered pair is 0 whenever it crosses the x-axis) Is there a word of thumb that says to get the variable alone in a function to get it's value? How are these steps naturally correct in our real world? Maybe I'm just thinking too hard.
There's not a rule of thumb. Different equations require different approaches. Linear equations are pretty easy, but quadratic equation require something extra, Equations with radicals require yet another approach, and so on.