Are implicit and partial differentiations related?

  • Context: Undergrad 
  • Thread starter Thread starter nomadreid
  • Start date Start date
  • Tags Tags
    Implicit Partial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
nomadreid
Gold Member
Messages
1,779
Reaction score
258
I was working two different but superficially related problems, and noticed that if I did something that is generally not allowed, the results were connected by a negative sign. My questions are whether this will always turn out this way, and if so, why.
The two problems were

(A) implicit differentiation: given f(x, y(x)) = f(x,y) =(x^3)(y^2) = c for a constant c, then dy/dx = -3y/2x
(B) partial differentiation: given f(x,y) =z=(x^3)(y^2) , then δf/δx = 3(x^2)(y^2) & δf/δy =2(x^3)y so doing something that is not allowed, (δf/δx)/(δf/δy) = δy/δx = 3y/2x.


Coincidence, or can this be generalized (that dy/dx = the negative of working with the partial derivatives in this way), and the sloppiness justified? [My own impression is that it shouldn't be, but perhaps there is some better link between implicit and partial differentiations that someone can point out.]
 
on Phys.org
right you are, jedishrfu. Thanks.