I have a function $V$ which is a product of two functions: $$V = λ(x_1^α+x_2^α).$$ How would I be able to differentiate it with respect to $λ$ and $α$, i.e., $$\frac{∂V}{∂λ},\ \frac{∂V}{∂α}?$$ Thanks.
Asked
Active
Viewed 46 times
0
-
The same way you do like any other partial derivative: hold one variable fixed and allow the other to vary. – Sean Roberson Oct 02 '18 at 02:34
1 Answers
2
That's easy. $$\frac{\partial V}{\partial\lambda}=x_1^\alpha+x_2^\alpha$$ and $$\frac{\partial V}{\partial\alpha}=\lambda(x_1^\alpha \ln x_1+x_2^\alpha \ln x_2)$$
Sujit Bhattacharyya
- 3,030