This is called extrapolation. Beware though. That is a long way to extrapolate out on little data. Linear extrapolation is the least risky thing to do. A nice thing is that the same formula that works for linear interpolation will also extrapolate.
I strongly recommend avoiding extrapolation that uses high order polynomials. Even quadratic extrapolation is a terrible thing to do in some cases. And extrapolation for any long distance is just crazy.
In some cases, the extrapolant would be expected to level off. (Your knowledge of a system is important. Without some input from the user, I recommend avoiding extrapolation at all.) But if the system should be expected to level off, then a logical thing to do is some variety of negative exponential extrapolation.