I'm trying to learn about Perturbation, but feel like I'm confused before I've even started.
Right now I'm focused on using them to find solutions to polynomial equations.
The initial example I've been given has $x^3 - 4.001x + 0.002 = 0$, the numbers clearly lend towards $\epsilon$ = 0.001, and you can then have $x^3 - (4 + \epsilon)x + 2\epsilon = 0$
Where I'm confused, is how to apply this to a cubic, when there isn't an obvious value for $\epsilon$.
So, for example, IF we take away the .001 from the first equation & simplify, we have: $x^3 + 4x + 2 = 0$ as our starting equation, how would we then decide a reasonable value for $\epsilon$?
Do we just pick anything reasonably small? (though how small is reasonably?)
Cheers, Belle