My class skipped over Linear Approximation when we were doing differentiation in class. I've tried going back over it now, but i don't think I really understand it. Or at least i really have no idea how to do any questions. I don't understand the steps taken in my textbook for this example:
If it's any consolation, since you do specialist, you'll cover Euler's method in there, and they're pretty much the same thing. (and unlike linear approximation, Euler's method comes up a bit more regularly)
Given that f(x) = x^4 - x^3, find in terms of p the approximate increase in f(x) as x increases from 2 to 2 + p, where p is small.
Now, the general way to do these questions is identify what you want:
a) How much you have increased by,
b) What you have increased to.
Once you've figured out which of these you are, you can apply the correct formula - the first being

, and the second being
\approx f(x)+hf'(x))
. However, note that

, and
=\frac{dy}{dx})
, so the second formula reduces to
\approx f(x)+\delta y)
What does this mean? Welp, if you have no idea what to do, you can actually apply the first formula all the time and you'll be fine - you just need to know when you need to add it to f(x) (scenario b) and when you don't add it (scenario a). So, doing it "this way" instead of kinslayer's (read: they're actually the same method, even if they don't look it):
*p \text{ (remember that delta x is p and x is 2)}<br />\\ =(4*8-3*4)p<br />\\ =20p)
Now, we add it to f(x), to get:
\approx f(2)+20p=2^4-2^3+20p=8+20p)
Which matches kinslayer's answer.
For the percentage change questions, do you use the percentage change formula from the start, or is it something you use after you find the linear approximation?
See above. This is certainly a bit of a "real-life" question focusing on what you're actually doing it for, so instead focus solely on the question. What is it asking for? Percentage increase? Did it ask for an approximation of the value? No? Then just give percentage increase.
Is linear approximation ever actually show up in any exams? Is it more likely to show up in exam 1 or exam 2?
If I'm going to be honest with you, I honestly cannot remember the last time it showed up... To memory, I think it was actually cut from the study design, it never showed up. But, it's more likely to come up in exam 1 - in exam 2, you have a calculator that can do approximations, why do a computational method by hand?