I find $Δ^n y(x)$ to be quite confusing and i dont know if i have understood it correctly. Does it mean simply raising the $Δy(x)$ difference to a power, or something else entirely? I know the formula of finding $Δ^n y(x)$ but im having trouble conceptualizing what it actually means.
The information about it on the internet is also very sparse, except for some advanced sources that my current math knowledge dont allow me to comprehend
Edit more context:
I saw it in a chapter which is about recursive functions. In short, it says that recursive equations and difference equations are equivalent. E.g. it says that $$\Delta^3 y(x)−2\Delta^2y(x)+5\Delta y(x)+7y(x)=3\cos x$$ can be expressed as $$y(x+3)−5y(x+2)+12y(x+1)−y(x)=3\cos x$$ But thats how the chapter starts and doesnt provide further context