<p>
</p>
<p>Maybe I can help you visualize this better (although I think the problem might be your thinking of the origin as (0, 0) on an x vs t graph, not a y vs x graph).</p>
<p>Let’s start out with a simple function. How about x(t) = (x-1)^2 - 1. And let’s only look at the range [0, 3]. </p>
<p>Now, let’s graph this as a parametric function, so we can see where the particle is on a “y versus x” graph, rather than a “x versus t” graph. Put your calculator into parametric mode. For x(t) we insert our function above, and for y(t) we type in zero, because for this problem it’s not moving in that direction.</p>
<p>Now, staying at the “Y=” part of your calculator, move the cursor over to the FAR left. You should have it highlighted on a diagonal line. Hit enter twice; the diagonal line should now have changed into a “0” with a line next to it - looks something like “-0”.</p>
<p>Next, let’s set our window. Set Tmin=0, Tmax=3, Tstep=0.05, Xmin= -2, Xmax= 6, Ymin= -3, Ymax= 3.</p>
<p>Finally, let’s graph the function. Hit “Graph” and watch carefully (if you need to watch it again, go back to “Y=”, highlight the equals signs, and press enter twice). What we’re watching is the actual motion of the particle (the ‘O’ represents our particle) on a real y vs x graph.</p>
<p>Now can you see where the particle is “furthest from the origin”? It’s furthest from the origin when the “x” values is largest. So how do we find when the x-value is the largest? Find absolute extrema of x(t).</p>
<p>Hopefully that helps you understand the question much more easily than before.</p>