No fear! The question is referring to one of the two different quotients used to find a derivative (until, that is, they show you the major shortcuts...). Your difference quotient is:
Lim f(x) - f(a)
x→a x - a
You already have a formula using x:
f(X) = X² -3X + 4
but you must also plug in "a" for X to get...
f(A) = A² - 3A + 4
They go into the difference quotient to make:
f’(X) = Lim (X²-3X+4) - (A²-3A+4)
x→A X - A
This step varies depending on the problem, but basically, simplify and/or factor as needed:
f’(X) = Lim X²-3X+4-A²+3A-4
X→A X - A
= Lim X²-3X-A²+3A
X→A X - A And now, the fun part! You need factoring by grouping! Sort of...
= Lim X²-A² -3X+3A
X→A X - A
= Lim (X-A)(X+A) -3(X-A)
X→A X - A
= Lim (X-A)(X+A-3) I factored out the "X-A", leaving everything else behind.
X→A X - A Now, the (X-A) cancels, leaving...
= Lim X+A-3
X→A
= A+A-3 = 2A - 3
Or, in terms of X...
= 2X - 3
b) I will leave this for you with a hint that we just found the slope, often written as "m". If you replace the m in their example with your slope from part I, you will get their tangent equation.