Multivariable chain rule (x/y)

31 Views Asked by At

Let $k=\frac xy$ and $F(x,y)$ be a differentiable function. Now how to calculate $$\frac{\delta}{\delta k}\frac{F(x,y)}{y}$$ Will it be equal to $\frac{\delta F}{\delta x}?$

1

There are 1 best solutions below

0
On

I answered yesterday about a similar question. The fact is that you have to write your $F$ as a function of $k$, since you're deriving with respect to $k$.

In your case:

$$F(x, y) = F\left(ky, \frac{x}{k}\right)$$

Now you can take the derivative.

Let's make an example.

Be $F(x, y) = x^2 - 2y$ then your $k = \frac{x}{y}$ hence

$$x = ky ~~~~~~~ y = \frac{x}{k}$$

$$F(x, y) = x^2 - 2y \to (ky)^2 - 2\frac{x}{k} = k^2y^2 - \frac{2x}{k}$$

Now you can take the derivative with respect to $k$ because $k$ does figure directly in your function. Don't forget that you have a $y$ term in the denominator which has to be written as $x/k$ hence

$$\frac{d}{dk} \frac{F}{y} = \frac{d}{dk} \frac{k}{x}\left(k^2y^2 - \frac{2x}{k}\right)$$

$$\frac{d}{dk} \frac{F}{y} = \frac{d}{dk} \left(\frac{k^3 y^2}{x} - 2\right)$$

$$\frac{d}{dk} \frac{F}{y} = \frac{3k^2y^2}{x}$$

Now it's a call back to what $k$ is, and we find

$$\frac{3\frac{x^2}{y^2} y^2}{x} = 3x$$