ahhh, this is an easy one
dy/dt = (dy/dx)*(dx/dt)................ this is the chain rule. notice how on the right hand side, the dx cancels out. now just rearrange it to isolate dy/dx
dy/dx = (dy/dt)/(dx/dt)............. just differentiate both equations with respect to t, then substitute in
dy/dx = (2cost + 2sin2t)/(1 + 2sint)...........heres where knowing your double angle results come in handy.
sin2t = 2sintcost
dy/dx = (2cost + 2*2sintcost)/(1+2sint)..... factorise the top taking out 2cost has the highest common factor
dy/dx = (2cost (1+2sint))/(1+2sint)...cancel out (1+2sint)
dy/dx = 2cost
wow the magic of math!
edit: by the way, you can find help on google. i just did a quick search for 'parametric differentiation' and it came up with this
http://www.maths.abdn.ac.uk/~igc/tch...es/node46.html which i think explains it quite well