I know this is basic and I've read up on partial derivatives but to double check and make sure I have it correct. I have three problems where I need to calculate the partial derivative with respect to X. Z is another variable. C is constant but unknown:
- Y = Z*X*5
- Y = XC + ZC + $15x^{2}$
- y = $X^{1/2}$ + Z
My answers are as follows:
- 5Z (is it 5Z or just 5?)
- Z + 15
- Z(or is it $.5X^{-1/2}$)
Any and all help would be greatly appreciated. If my answers are wrong, please provide the correct one so I can work backwards to solve the problem. Thank you.
For #2, consider the function $f(x)=xc$, where $c$ is a constant. Surely you agree that $f'(x)=c$, not $f'(x)=0$. Your calculation for 2 is quite off.
Assuming $x$ and $X$ are the same variable, the answer to 2 should be $\frac{\partial}{\partial X} Y = C+30X$.