In a function, we may have the dependent variables x and y which are dependent on the third independent variable. If x = f(t) and y = g(t), then derivative is calculated as dy/dx = f'(x)/g'(x). Suppose, if x = 4 + t2 and y = 4t2 -5t4 , then let us find the parametric derivative.
dx/ dt = 2t and dy/dt = 8t -20t3
dy/dx = (dy/dt)/(dx/dt)
dy/dx = (8t -20t3 )/2t
=2t(4-10t2 )/2t
dy/dx = 4-10t2
Leave a Reply