Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar celtschk‭ · 2021-03-09T07:24:02Z (about 3 years ago)
You are misrepresenting what Hagen von Eitzen wrote. He did *not* write that $z_1$ and $z_2$ depend on only one variable. He wrote that $f$ is a function of only one variable. That's a massive difference.

The question this refers to was whether $z_1=f'(xy)$ or $z_2=f'(x/y)$ are ambiguous, and the correct answer was that it is not because $f$ is a function of only one variable. Note that $f'(xy)$ is *not* the same as $(f(xy))'$, which would be ambiguous assuming $x$ and $y$ are both independent variables, unless we previously established a convention that e.g. primes always refer to a differentiation on $x$.

The notation $f'(xy)$ means that we take the function $f$, which takes *one* argument (let's name it $t$), take the derivative of that function with respect of its argument (no ambiguity here, there's only one argument after all), and *then* insert $xy$ as argument into the derivative we just calculated.

Note that the difference is important even in cases where only one variable is involved. For example, consider $z_3=f'(3x)$. This is *not* the derivative of $f(3x)$, the latter would be written as $z_4=(f(3x))'$ and by the chain rule would evaluate to $z_4=3f'(3x)$. Clearly $3f'(3x)\ne f'(3x)$ unless $f'(t)=0$ for all $t$.