You may be given functions with different variables, and asked to find a specific derivative.
For example,
you are given x = t^2, and y = (3t^3) - 4
You are asked to find dy/dx.
dy/dx = dy/dt * dt/dx, since the dts cancel out.
dy/dt = 9t^2
dx/dt = 2t, so dt/dx = 1/2t
So dy/dx = 9t^2 * (1/2t)
dy/dx = 9t/2
This is a simple example. I hope that helps.
For example,
you are given x = t^2, and y = (3t^3) - 4
You are asked to find dy/dx.
dy/dx = dy/dt * dt/dx, since the dts cancel out.
dy/dt = 9t^2
dx/dt = 2t, so dt/dx = 1/2t
So dy/dx = 9t^2 * (1/2t)
dy/dx = 9t/2
This is a simple example. I hope that helps.