Skip to main content
1-Visitor
April 4, 2016
Question

How can we plot solid of revolution in Mathcad Prime?

  • April 4, 2016
  • 5 replies
  • 6993 views

I finded the answer for the exercise but I don't know how plot a 3D for the solid of revolution of answer.



5 replies

23-Emerald I
April 4, 2016

You can plot the surface using CreateMesh.

19-Tanzanite
April 4, 2016

To plot a solid of revolution use the CreateMesh function.

1-Visitor
July 23, 2021

could we use g(u)*cos(v) instead of just r*cos(), and if we can how we can plot it in 3d? in Mathcad prime

23-Emerald IV
July 23, 2021

Certainly. Just make sure you define the function g() and provide proper ranges for u and v.

 

Success!
Luc

1-Visitor
July 23, 2021

do you mind graphing the above graph using the build in function in the matrix, with g(u)*cos(v) in Mathcad prime?

ttokoro
21-Topaz I
July 23, 2021

image.pngimage.pngimage.pngimage.png

t.t.
1-Visitor
July 27, 2021

Thank you ttkoro

25-Diamond I
July 23, 2021

@rking-2 wrote:

I finded the answer for the exercise but I don't know how plot a 3D for the solid of revolution of answer.


Prime cannot plot solids, just 3D-surfaces.

Here is how I would suggest to do it:

Werner_E_0-1627047816310.png

 

The left picture shows the result out of the box using Primes autoscaling, in the right pic I fiddled around changing the axis limits and spacing to simulate equal scales on all axis and I also added "labels". You'll have to notice that in Prime what look like the axis unfortunately are NOT the axis of the coordinate system. There seems to be no way to force those "axis" to cross at the origin - this option is only available for 2D-plots.

You may simulate a solid body by modelling and adding the two circular disks at the ends.

Werner_E_1-1627048510602.png

 

But if only the parabola rotates around the x-axis, no solid is created anyway.

Prime 6 sheet attached

1-Visitor
July 27, 2021

Thank you so much Werner_E, i will work on it today with different two regions and see what happens