I know these questions may seem trivial, but I can't understand the following thing:
Say there's a function $F(x,y,y')=x+y+y', where ~y(x)=x^3$.
$\frac{\partial F}{\partial x} = 1+ \frac{\partial (y)}{\partial x}+\frac{\partial (y')}{\partial x}$
here, on the textbook, it states that $\frac{\partial (y)}{\partial x}=0 ~and ~\frac{\partial (y')}{\partial x}=0$ ...
At first glance, this seemed obvious because the terms y and y' don't have 'x' in them. However, since $y=x^3$, shouldn't $\frac{\partial (y)}{\partial x}=\frac{\partial(x^3)}{\partial x} =3x^2 $ and so on?
Also, in the case above, what is $\frac{\partial F}{\partial y}$?
Shouldn't the $\partial y'/\partial y$ not equal zero, as y' is related to y?