Is Implicit Differentiation Valid in Cases Where z is Not a Function of x?

  • Thread starter Thread starter phymatter
  • Start date Start date
  • Tags Tags
    Implicit
phymatter
Messages
131
Reaction score
0
i have a relation z4 + x2z = x5 ,
now i differenciate it implictly to find dz/dx ,
but if we observe carefully we have a relation between x and z , but not a function of x ,
so is this derivative correct or even if implicit Differenciation valid over here ??
 
Physics news on Phys.org
An equation can IMPLICITY define a function!
This is what is contained in the inplicit function theorem.

Suppose you have a two-variable function:
G(x,z)=z^{4}+x^{2}z-x^{5}
Note that if we look at the equation:
G(x,z)=0(*)
we see that the solutions of this equation are the same as the ones to your original equation.

Furthermore, the implicit function theorem states that, under suitable conditions, there exists a function Z(x), so that for ALL x, (*) is satisfied:
G(x,Z(x))=0

Since this holds for all x, we may differentiate our expression (with respect to x), getting:
\frac{\partial{G}}{\partial{x}}+\frac{\partial{G}}{\partial{z}}\frac{dZ}{dx}=0

From this equation, you should be able to solve for dZ/dx.
 
In the case that z is NOT a function of x, your example, or, simpler, x^2+ z^2= 1, solving for z would give two or more expressions give "z as a function of x". Then dz/dx, at a specific value of x, would depend upon which of the values of z for that x you chose. Since differentiating both sides of the formula with respect to x, 4z^3 z'+ 2xz+ x^2z'- 5x^4= 0 for your case or 2x+ 2zz'= 0 for x^2+ z^2= 1 still have both x and z, in order to solve for z' you would have to put in not only the value of x, but the correct value for z. In otherwords, you have to choose one of the possible values and so are reducing to a "single valued" function.
 
Back
Top