How do you differentiate the following parametric equation: x(t)=1/t, y(t)=1/(1-t^2) x(t)=1t,y(t)=11−t2?
1 Answer
Mar 9, 2018
dx/dt = -1/t^2 dxdt=−1t2
dy/dt = (2t)/(1-t^2)^2 dydt=2t(1−t2)2
Which leads to:
dy/dx = (-2t^3)/(1-t^2)^2 dydx=−2t3(1−t2)2
Explanation:
We have:
x(t) = 1/t \ \ and\ \ y(t) = 1/(1-t^2)
Differentiating each parametric term wrt
dx/dt = -1/t^2
And:
dy/dt = -(1-t^2)^(-2)(-2t) = (2t)/(1-t^2)^2
This is is technically the answer to the question, however more likely we would be asked to find
dy/dx = (dy/dt) / (dx/dt)
\ \ \ \ \ = ((2t)/(1-t^2)^2) / (-1/t^2)
\ \ \ \ \ = (-2t^3)/(1-t^2)^2