Kinta said:
I mean exactly that. To me, it appears that you're arbitrarily chopping off the ##\alpha \eta## portion of the function's first argument when taking the partial of the function with respect to it and chopping off the ##\alpha \eta'## portion of the function's second argument when taking the partial of the function with respect to it.
If I understand what you're conveying, then my confusion is only solidified. What I think you're noting is that the ##y## and ##y'## terms on the left-hand side of the very first equation I posted are unequal to those on the right-hand side of it. This would clear things right up for me had the author of the text, from which I'm getting this equation, not previously defined this function as ##f(Y,Y',x)##. In the text, this is written about three lines prior to the first equation that I gave. I would like to believe that, because he wrote it this way so recently, if he meant that ##\frac {\partial f}{\partial \alpha} = \eta \frac {\partial f}{\partial Y} + \eta' \frac {\partial f}{\partial Y'}##, he would've written it this way. However, if the community here sees no sense in the literal form of the equation in which he gives it, I may have to assume it was an error.
I appreciate the help I'm getting with this.
I think you need to just take a fresh look at what a function is. Let's take an example:
##f(X, Y, Z) = X^2 + 2Y^2 + 3Z##
Now, that is the definition of a function. ##X, Y, Z## are essentially dummy variables. That means that, for example:
##f(y, y', x) = y^2 + 2y'^2 + 3x##
And
##f(cos(x), sin(y), tan(z)) = cos^2(x) + 2sin^2(y) + 3tan(z)##
Now:
##\frac{\partial f}{\partial X} = 2X##, ##\frac{\partial f}{\partial Y} = 4Y## and ##\frac{\partial f}{\partial Z} = 3##
And, if we have ##f(y, y', x)##, which simply means we are using ##f## as a function to operate on these variables, then:
##\frac{\partial f}{\partial y} = 2y##, ##\frac{\partial f}{\partial y'} = 4y'## and ##\frac{\partial f}{\partial x} = 3##
In fact, we can deconstruct the original equation a little more, by defining:
##g(\alpha, y, y', x) = f(y + \alpha \eta, \, y' + \alpha \eta', \, x)##
And, in fact, then we have:
##\frac {\partial g}{\partial \alpha} = \eta \frac {\partial f}{\partial X} + \eta' \frac {\partial f}{\partial Y}##
If you want, you could use the ##f## I gave above and use it to define ##g##, and use the partial derivatives to verify this equation in this case.