Message Boards Message Boards

0
|
504 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Converting from Cartesian into cylindrical coordinates

Posted 1 month ago

Hi;

I am attempting to convert a differential equation from Cartesian Coordinates into Cylindrical Coordinates using 4 different Wolfram conversion Functions detailed in the attached notebook. I am not sure that any of the functions that I tried are giving me the correct answer. However, answer 1 looks more correct than any of the rest since it actually appears to have converted the equation from Cartesian into Cylindrical coordinates. I am assuming that all the conversion functions should give similar answers and change any reference from (x, y) to (r, [Theta]). Additionally, I would like to know if I am using the functions correctly.

I am sure that the problem is something that I am not understanding or not performing correctly, so I would certainly appreciate any insight you could give.

Thanks,
Mitch Sandlin

POSTED BY: Mitchell Sandlin
2 Replies

ToPolarCoordinates in 3 dimensions gives hyperspherical coordinates, not cylindrical. You mention a differential equation, but I cannot see any differential equation in your calculation. You can visualize your integral this way:

reg = ImplicitRegion[0 < x < 1 &&
   -Sqrt[1 - x^2] < y < Sqrt[1 - x^2] &&
   Sqrt[x^2 + y^2] < z < 1,
  {x, y, z}];
% // Region
Volume[reg]
Integrate[1, Element[{x, y, z}, reg]]
POSTED BY: Gianluca Gorni

Thanks, your response helped.

As an aside, I am not sure where the word differential came from, and you are correct in that my request really has nothing to do with differential equations.

Thanks Again,

Mitch Sandlin

POSTED BY: Mitchell Sandlin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract