The Core Challenge
We are tasked with finding an integer a such that the limit
exists. The existence of a limit at a point x=7 requires that the path from the left must meet the path from the right at the exact same destination.
Mathematically, we require LHL=RHL. Because the Greatest Integer Function (GIF) jumps at every integer, x=7 is a critical point where we must be extremely vigilant.
Phase 1
The Left Hand Limit (LHL)
Imagine standing on the number line just to the left of 7, represented as x→7−, or roughly x=6.9.
First, we evaluate [x]. Since 6≤6.9<7, the greatest integer [6.9] is 6.
Next, we evaluate [1−x]. If x=6.9, then 1−x=1−6.9=−5.9. The greatest integer of −5.9 is −6.
Substituting these into our expression, the numerator becomes 18−(−6)=24, and the denominator becomes 6−3a. Thus:
Phase 2
The Right Hand Limit (RHL)
Now, we step to the right of 7, represented as x→7+, or roughly x=7.1.
Here, [x] is [7.1]=7. For the second part, 1−x=1−7.1=−6.1. The greatest integer of −6.1 is −7.
Substituting these into our expression, the numerator becomes 18−(−7)=25, and the denominator becomes 7−3a. Thus:
Phase 3
The Bridge
For the limit to exist, our LHL and RHL must be equal. We set up the equation:
Now, we cross-multiply to solve for a:
Expanding this, we get:
Rearranging the terms, we find:
This simplifies to 3a=−18. Finally, dividing by 3, we arrive at the final result:
a=−6