I would like to model the second order rate equation using the following criteria: \begin{align} A_\text{initial}&=8\,500\,000,\\ A_\text{final} &=1\,200\,000,\\ t &=38. \end{align}
I'd like to create a plot that looks like the 2nd order chart shown in the following image:

How can I use my criteria to extrapolate the data in between $A_\text{initial}$ and $A_\text{final}$?
The second order differential rate law is $-\frac{d[A]}{dt} = k[A]^2$
First separate the two varaibles: $[A]$ and $t$ by putting them on different sides of the equation
$-\frac{d[A]}{[A]^2} = k\ dt$
Now integrate both sides
$\int -\frac{d[A]}{[A]^2} = \int k\ dt$
Doing the integration gives the formula describing the concentration as a function of time:
$\frac{1}{[A]} = kt+c$
The value $c$ is an unknown constant from the integration. There is also the unknown constant $k$, we will have to use your data to find these two constants.
First, at the starting time ($t=0$) you know that $[A]=8.5 \times 10^6$. Putting this into the formula we got from integrating gives:
$\frac{1}{8.5 \times 10^6} = k(0)+c$
So clearly $c=\frac{1}{8.5 \times 10^6}$. Now put that information into the formula that relates concentration and time
$\frac{1}{[A]} = kt+\frac{1}{8.5 \times 10^6}$
Now use your data for the final time. When $t=38$ then $[A] = 1.2 \times 10^6$
$\frac{1}{1.2 \times 10^6} = k(38)+\frac{1}{8.5 \times 10^6}$
This gives us the value of $k$:
$k = \frac{1}{38}(\frac{1}{1.2 \times 10^6} - \frac{1}{8.5 \times 10^6}) \approx 1.88 \times 10^{-8}$
Finally, putting this value of $k$ into the formula for concentration gives:
$\frac{1}{[A]} = (1.88 \times 10^{-8})t+\frac{1}{8.5 \times 10^6}$
You can use this formula to predict the concentration for any time $t$