The parametric curves I'm working with are:
$ x=t^2-t$ and $y=\sqrt{t+2}$
I need to find the slope of the tangent at t = 2
I found the derivative wrt t for both:
$ dx/dt = 2t-1$, $dy/dt={1\over 2\sqrt{t+2}}$
The answer I got is:
$y={\sqrt{3}\over 2}x +2-\sqrt{3}$
Can someone please verify if my answer is right?
Your answer is not correct. Your derivatives wrt $t$ are correct, so $\frac{dy}{dx} |_{t=2} = \frac{1/(2 \sqrt{2+2})}{2(2) - 1} = \frac{1}{12}$. Can you continue?