Just to make work a bit more simple, let's assume that a unit vectors in the i and j directions are 1 meter in length each. I'd also prefer to name the two axes x and y, rather than i and j, just as to avoid confusion with terms like initial velocity.
The velocity in the x direction is constant at 7 m/s
The velocity in the y direction is constant at 4 m/s
At t=0, you're told that the position vector is equal to 0.
These are the kinematic equations describing motion at a constant velocity, they can be constructed using integration, or the more intuitive definitions of velocity and initial position.
\vec x(t)=\vec v_{x}t + x_0
\vec y(t)=\vec v_{y}t+y_0
Now, you know exactly how those relations look like, since you know the constant velocities and the initial positions. Try and substitute t for t*, and define t*=-t
See what sort of expression that nets you.
Like GURU said, the integration constant in physics is often very closely associated with the initial conditions of the system. Once you reach more advanced subject material such as work and energy, or others, you'll often find integration leaves you with other constants that are dependent on the initial conditions of the system.
One way to look at it is through dimensional considerations. You can only take the sum of two quantities that have the same dimensions. So the only constants you can add to an expression describing, displacement, for instance, are ones who themselves describe displacement.
For an expression dependent on any sort of variable, a(b)=kb^n+c just look at the 'initial' conditions, where b=0 and you'll find c.