1. A Trip Down Memory Lane...
Table of Contents | 2. Exponents and Logarithms ≫Since it’s the first week of the quarter, it’s a great opportunity to recap some helpful formulae and techniques from the first quarter of calculus (Math 31A) and precalculus, which you may have taken a while ago. These skills will be consistently used throughout this quarter, so it’s important that you’re up to speed and that you have a refreshed memory!
The Domain, Range, and Inverse
The domain of a function is the set of all “reasonable” values of that can be input into the function. When I say “reasonable”, I mean that this value of will not cause you to divide by or take the squareroot of a negative number, or perform any other affront to decency. For instance:
- The domain of is all real numbers. I can plug anything I want into and get a number out the other end.
- The domain of is all nonzero real numbers. is not in the domain, since would cause me to divide by .
- The domain of is . No numbers are in the domain because that would make me take a squareroot of a negative number.
Sometimes, we will artificially restrict the domain of a function, such as in “ with the domain ”. This means I am only allowing to take values between and (inclusive), and I am forbidden from using other values of (for no good reason at all).
The range of a function is the set of all possible outputs of . For instance,
- The range of is . It takes every value between and (inclusive), but it doesn’t take any values outside of that.
- The range of is all nonzero real numbers. There is no value of for which .
- The range of is . The squareroot function only selects the positive squareroot, and each of these is the squareroot of some number.
Finally, a function has an inverse if it is one-to-one: no two inputs and in its domain can have the same output. That is, if are both in the domain of , then . Graphically, you can check this using the horizontal line test. If you can draw a horizontal line that intersects the graph of more than once, then does not have an inverse.
If you know has an inverse and you know the formula for , you can find a formula for the inverse algebraically as follows. First, write down the equation , then expand the formula for . Finally, isolate as a function of . The domain of the inverse is restricted to the range of , whatever it may be.
- does not have an inverse, since it crosses the -axis (a horizontal line) many, many times.
- does have an inverse: every horizontal line crosses the graph of at most once. To find its inverse, we set up . Isolating gives , so the inverse is .
- also has an inverse, since horizontal lines cross the graph of at most once. To find the inverse, we set up . Squaring both sides, we have . Isolating gives , so , restricted to the domain .
Derivative and Integral Refresher
I probably won’t review the conceptual basis of derivatives and integrals, that takes way too long (and has entire courses dedicated to it). Instead, let’s rattle off some of the important formulae you will need to remember, starting with basic derivatives and integrals:
Integrals and derivatives distribute over addition and multiplication by real numbers. For instance, Similarly,
For more complicated combinations of functions, you will need to apply the product rule, chain rule, or quotient rule as necessary.
When differentiating a product of functions, differentiate each term in the product while leaving the rest of the terms alone, then add everything together: The comes from the derivative “hitting” the , and the comes from the derivative “hitting” the .
When differentiating nested functions, use the chain rule: differentiate the “outside” function without touching the “inside” function in the nest, then multiply in the derivative of the “inside” function (the “chain”). For instance, The is the derivative of the inside guy, the . Sometimes, the “outside” and “inside” can be hard to tell, but the “inside” function in the chain rule is generally whatever is in parentheses: Here, the “outside” is , and the “inside” is .
I personally don’t use the quotient rule very much — it has a bulky formula that’s annoying to keep track of. If you want it, here it is:
Remark 1. Why do I still need to know these?
A very, very, very significant chunk of this class will be contingent upon your ability to compute derivatives and basic integrals. Some advanced integration techniques require you to take derivatives (several times, even), and we’ll learn about how to approximate functions by using their iterated derivatives!