Erbil said:
You're right.But I don't have a enough time so I'm looking for shortway to do this.
Because I can't remember how we find the minimum and maximum points on parametric forms?
You just differentiate x and y wrt t. The ratio gives dy/dx (or dx/dy by inverting the ratio). So a local max or min of y is where dy/dt = 0, and a local max or min of x is where dx/dt = 0. Figuring out whether max or min is a little trickier, but that should become apparent as you build up the sketch. Plotting one or two specific points can remove any ambiguity.
Elimination of the parameter can only be done in special cases. The first in the OP is an example, so is the second though a little harder. You do have to be careful, though. Consider x = cos t, y = cos t. Elimination produces y = x, but values of each outside [-1,1] are not possible.
Or can you help me to graph the first function.It will be good for me to get the idea.
OK, but in the interests of being able to use the method generally I won't do it by elimination.
dy/dt = 2 cos(2ωt) = 0 gives 2ωt = (n+1/2)π, for which (x,y) = (0,±1).
dx/dt = -2 sin(2ωt) = 0 gives 2ωt = nπ, for which (x,y) = (±1,0).
In connecting up these extrema, there is still an ambiguity. E.g. in going from (-1,0) to (0,1), does it curve up and to the right or does it go up and to the left off to some asymptote, then reappear from (-∞,+∞), coming down and to the right to reach (0,1)? To answer that, you can either plot some intermediate point or simply observe that cos and sin are each limited to being in the range [-1,1].