Consider a point parameterized in spherical coordinates. Its coordinates are:
x = r sin θ cos ϕ y = r sin θ sin ϕ z = r cos θ
It is known that:
x θ = ∂ θ ∂ x = r cos θ cos ϕ
Now consider the spherical coordinate parameters be expressed in terms of Cartesian coordinates. For θ , this turns out to be:
θ = arccos ( x 2 + y 2 + z 2 z )
Compute the quantity: θ x = ∂ x ∂ θ
After computing, eliminate x , y and z using the relations above to write the resulting expression in terms of r , θ and ϕ . Is the following true or false? x θ = θ x 1
In other words, is the following true or false?
∂ θ ∂ x = ∂ x ∂ θ 1
Bonus: Explain why? Also, do this little exercise for the other cartesian and spherical parameters to verify your finding.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Thank you so much for this solution. Really appreciate it.
So basically, the coefficients of d y and d z will be zero for the above example, am I correct?
Log in to reply
Yes. Same for the other two equations for d y and d z .
Here's what I came up with.
θ = a c o s ( x 2 + y 2 + z 2 z )
∂ x ∂ θ = 1 − x 2 + y 2 + z 2 z 2 − 1 ( − 2 z ) ( x 2 + y 2 + z 2 ) − 3 / 2 ( 2 x )
Making some substitutions:
∂ x ∂ θ = 1 − c o s 2 θ x z r − 3 = sin θ x z r − 3 = sin θ r 2 sin θ cos θ cos ϕ r − 3 = r cos θ cos ϕ = r cos θ cos ϕ 1
Intuitively, I expected this reciprocal property to be true. So that's a surprise
Suppose we try a simpler example:
f = x 2 + y x = f − y ∂ x ∂ f = 2 x ∂ f ∂ x = 2 1 ( f − y ) − 1 / 2 = 2 x 1
In the simpler case, the reciprocal rule works. I am reading some articles about the requirements for the reciprocal property to be true, but I haven't come to any sound conclusions yet.
@Steven Chase I guess the answer , fluke. And it got correct(I am first solver also) Well, I think we can also use some logical ways to answer this (True or False) questions. If it was true then why should author write the problem. It means there is something fault. BTW nice problem.
Thanks for the solution. I have been dwelling on this too and am referring to articles. Nothing helpful so far. If you arrive at a reason, please do share it with me.
Perhaps I'm missing something (it's late here, and social isolation with two young children is taking its toll) but isn't this a simpler example still? x y = t + u = t − u
We have t = 2 1 ( x + y ) , so t x = 2 1 , but of course x t = 1 . At least, I think this is an example of the same thing!
Log in to reply
Yes, it is an example of the same thing. Thanks for sharing.
Shortcut: use chain rule . cos θ − sin θ ∂ x ∂ θ r x 2 + y 2 ∂ x ∂ θ ∂ x ∂ θ ∂ x ∂ θ = r z = − r 2 z ∂ x ∂ r = r 2 z r x = r 2 z x 2 + y 2 x = r cos θ cos φ The reason why the reciprocal rule isn't valid here is because we use two completely different set of coordinates to describe position. So, we have x ( r , θ , φ ) , but not x ( r , y , z ) . Changing only r coordinate yields two different scenarios in these two cases - in the former it corresponds to moving in radial direction, but in the latter it actually corresponds to moving in x-direction. Hence, the other coordinates also matter! For example, the counter-example which @Steven Chase gave is of this latter kind while the example by @Chris Lewis is of the former kind.
Problem Loading...
Note Loading...
Set Loading...
Let x = x ( r , θ , Φ ) . Then d x = ∂ r ∂ x d r + ∂ θ ∂ x d θ + ∂ Φ ∂ x d Φ = ∂ r ∂ x ( ∂ x ∂ r d x + ∂ y ∂ r d y + ∂ z ∂ r d z ) + ∂ θ ∂ x ( ∂ x ∂ θ d x + ∂ y ∂ θ d y + ∂ z ∂ θ d z ) + ∂ Φ ∂ x ( ∂ x ∂ Φ d x + ∂ y ∂ Φ d y + ∂ z ∂ Φ d z ) = ( ∂ r ∂ x . ∂ x ∂ r + ∂ θ ∂ x . ∂ x ∂ θ + ∂ Φ ∂ x . ∂ x ∂ Φ ) d x + similar terms containing d y and d z . So
∂ r ∂ x . ∂ x ∂ r + ∂ θ ∂ x . ∂ x ∂ θ + ∂ Φ ∂ x . ∂ x ∂ Φ = 1 .
Since none of the terms in the L. H. S. is identically zero, therefore none is identically one also.