Implicit Partial Differentiation

AI Thread Summary
To find the partial derivative \partial z / \partial x for the equation x + y + z = cosh(xyz), one must first clarify what variables are being held constant. The discussion emphasizes that if z is treated as a function of x and y, then y should be held constant while x varies. A worked example demonstrates how to differentiate both sides of an equation to isolate \partial z / \partial x. The final expression for \partial z / \partial x is derived as \frac{yz\sinh(xyz) - 1}{1 - xy\sinh(xyz)}. Proper notation, such as parentheses around xyz, is also highlighted for clarity.
jdstokes
Messages
520
Reaction score
1
If there is such a thing. I need to find \partial z / \partial x given x + y + z = \cosh xyz. I've never seen the likes of this before and I haven't a clue where to start. Would a reasonable start be to take \partial /\partial x of both sides? If so, it seems like I'm going to end up with an expression in terms of partial differntials.
 
Physics news on Phys.org
jdstokes said:
If there is such a thing. I need to find \partial z / \partial x given x + y + z = \cosh xyz. I've never seen the likes of this before and I haven't a clue where to start. Would a reasonable start be to take \partial /\partial x of both sides? If so, it seems like I'm going to end up with an expression in terms of partial differntials.

The symbol \partial z / \partial x is incomplete. We do it all the time, but a symbol for a partial derivative is never complete without specifying what is being held constant when the derivative is taken. You need to decide from the context of your problem what is being held constant here. If z is being held constant, then the partial derivative is zero. On the other hand, if z = z(x,y) and only y is being held constant it is a completely different problem.
 
All I am given is that z is given implicitly as a function of x and y by the above equation. I take this to mean that y is held constant while x and z are allowed to vary.
 
How about mine:

z^2=Sin[xz]+xy

Assuming z is a differentiable function of x and y and I want the partial of z with respect to x, let's take that partial of both sides:

\frac{\partial}{\partial x}\{z^2=Sin[xz]+xy\}

2z\frac{\partial z}{\partial x}=Cos[xz](x\frac{\partial z}{\partial x}+z)+y

Isolating the partial:

\frac{\partial z}{\partial x}=\frac{zCos(xz)+y}{2z-xCos[xz]}

Now, I bet you can do yours!
 
Thanks for the worked example. I got \frac{\partial z}{\partial x} = \frac{yz\sinh xyz -1}{1 - xy\sinh xyz}.
 
jdstokes said:
Thanks for the worked example. I got \frac{\partial z}{\partial x} = \frac{yz\sinh xyz -1}{1 - xy\sinh xyz}.

Put parenthesis around xyz. It's ambiguous as written. :smile:
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top