Key Concepts and Formulas
- Definition of the Derivative: The derivative of a function f(x) at a point x=a, denoted by f′(a), is defined as:
f′(a)=h→0limhf(a+h)−f(a)
or equivalently,
f′(a)=x→alimx−af(x)−f(a)
- L'Hôpital's Rule: If the limit of a quotient of two functions, x→alimh(x)g(x), results in an indeterminate form such as 00 or ∞∞, then the limit is equal to the limit of the quotient of their derivatives, provided the latter limit exists:
x→alimh(x)g(x)=x→alimh′(x)g′(x)
- Algebraic Manipulation of Limits: We can often rewrite expressions within limits to simplify them or to reveal a known form, such as the definition of the derivative.
Step-by-Step Solution
-
Identify the Limit Expression and Given Information:
We are asked to find the limit:
L=x→alimx−axf(a)−af(x)
We are given that f(x) is differentiable at x=a, with f′(a)=2 and f(a)=4.
-
Check for Indeterminate Form:
As x→a, the numerator approaches a⋅f(a)−a⋅f(a)=a⋅4−a⋅4=0.
As x→a, the denominator approaches a−a=0.
Since the limit results in the indeterminate form 00, we can use L'Hôpital's Rule or algebraic manipulation.
-
Method 1: Using L'Hôpital's Rule:
Let g(x)=xf(a)−af(x) and h(x)=x−a.
Then g′(x)=dxd(xf(a)−af(x))=f(a)−af′(x).
And h′(x)=dxd(x−a)=1.
Applying L'Hôpital's Rule:
L=x→alimh′(x)g′(x)=x→alim1f(a)−af′(x)
Now, substitute x=a into the expression, as the limit of f′(x) as x→a is f′(a) (since f is differentiable at a, f′ is continuous at a in the neighborhood of a).
L=f(a)−af′(a)
Substitute the given values f(a)=4 and f′(a)=2:
L=4−a(2)=4−2a
-
Method 2: Algebraic Manipulation (Connecting to the Definition of Derivative):
We want to manipulate the expression to resemble the definition of the derivative. The definition of the derivative is x→alimx−af(x)−f(a)=f′(a).
Let's rewrite the numerator by adding and subtracting a term that will help us isolate the derivative term. A common strategy is to add and subtract af(a):
L=x→alimx−axf(a)−af(a)+af(a)−af(x)
Group the terms:
L=x→alim(x−axf(a)−af(a)+x−aaf(a)−af(x))
Factor out common terms in each numerator:
L=x→alim(x−af(a)(x−a)+x−aa(f(a)−f(x)))
For x=a, we can cancel (x−a) in the first term:
L=x→alim(f(a)+a⋅x−af(a)−f(x))
We can split this into two limits:
L=x→alimf(a)+x→alim(a⋅x−af(a)−f(x))
The first limit is simply f(a) because f(a) is a constant with respect to x.
L=f(a)+a⋅x→alim(−x−af(x)−f(a))
We can pull the constant a out of the limit and move the negative sign:
L=f(a)−a⋅x→alim(x−af(x)−f(a))
The limit term x→alim(x−af(x)−f(a)) is the definition of f′(a).
L=f(a)−a⋅f′(a)
Substitute the given values f(a)=4 and f′(a)=2:
L=4−a(2)=4−2a
Both methods yield the same result.
Common Mistakes & Tips
- Incorrectly Applying L'Hôpital's Rule: Ensure that the limit indeed results in an indeterminate form (00 or ∞∞) before applying L'Hôpital's Rule.
- Algebraic Errors: Be careful with signs and factoring when manipulating the expression algebraically. A common mistake is misplacing the negative sign when rearranging terms to match the derivative definition.
- Recognizing the Derivative Definition: The expression x→alimx−af(x)−f(a) is fundamental. If you can rewrite the given limit to include this form, it often simplifies the problem.
Summary
The problem asks for the evaluation of a limit involving a differentiable function and its values at a point. We first confirm that the limit is in an indeterminate form. We then employ two valid methods: L'Hôpital's Rule, which involves taking derivatives of the numerator and denominator, and algebraic manipulation, which rewrites the expression to explicitly use the definition of the derivative. Both methods lead to the expression f(a)−af′(a). Substituting the given values f(a)=4 and f′(a)=2, we find the limit to be 4−2a.
The final answer is 4−2a.