Identify stationarity and apply differencing to achieve stationarity
A time series plot and autocorrelation function are shown and you must judge whether the series is stationary and, if not, how to make it so.
Look at the time plot for trend, seasonality, and changing variance. Check the ACF for slow decay (suggesting non-stationarity). Apply first differencing to remove a linear trend or seasonal differencing for a seasonal pattern. Re-check the ACF — for a stationary series, autocorrelations should drop off quickly.
ARIMA(p, d, q): differencing order d makes the series stationary.