bobsmith76
- 336
- 0
Homework Statement
I don't understand why
∂f/∂x = xy = y
whereas
∂f/∂x = x2 + y2 = 2x
Why does the y disappear in the second but not in the first?
The discussion clarifies the concept of partial derivatives, specifically addressing why the variable y appears in the derivative of the function f(x, y) = xy but not in f(x, y) = x² + y². When differentiating ∂f/∂x = xy, y is treated as a constant, resulting in ∂/∂x (xy) = y. Conversely, in ∂f/∂x = x² + y², the term y² is independent of x, leading to ∂/∂x (x² + y²) = 2x, where the derivative of y² is zero.
PREREQUISITESStudents of calculus, educators teaching multivariable calculus, and anyone seeking to deepen their understanding of partial derivatives and their applications.