To prove that the limit of x^4 as x approaches p is p^4, one can factor x^4 - p^4 into (x - p)(x + p)(x^2 + p^2). The challenge lies in controlling the term (x + p)(x^2 + p^2) without separating cases for p > 0 and p < 0. By bounding delta to |p|, it is possible to establish upper bounds for |(x + p)(x^2 + p^2)|, leading to a conclusion that 15p^3 serves as an upper bound. For the case when p = 0, using delta as |p| + 1 simplifies the analysis, while ensuring that the delta is small enough to avoid issues with the function's behavior. Overall, the discussion emphasizes the importance of selecting an appropriate delta to maintain boundedness in the limit proof.