Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello, I'm new to MATHCAD. I was wondering if the following Dynamic Motions problem can be plotted in MATHCAD prime. If so, please show me how! The plot would need to be just like in the picture.
Solved! Go to Solution.
@HOOD wrote:
Hello, I'm new to MATHCAD. I was wondering if the following Dynamic Motions problem can be plotted in MATHCAD prime. If so, please show me how! The plot would need to be just like in the picture.
For those simple functions using "odesolve" is kind of overkill and was done for demonstration purposes only 😉
See please the chapter 9 here
2⁵ Problems for STEM Education - 1st Edition - Valery Ochkov - Rout (routledge.com)
Thanks Valery for the link! I'm currently trying to get my kids interested in MATHCAD. They (myself included) may find it easier to understand with the help of your book.
Cheers!
Wow! These are all very interesting. Thanks for sharing!
@HOOD wrote:
Hello, I'm new to MATHCAD. I was wondering if the following Dynamic Motions problem can be plotted in MATHCAD prime. If so, please show me how! The plot would need to be just like in the picture.
For those simple functions using "odesolve" is kind of overkill and was done for demonstration purposes only 😉
Werner, thank you very much! I greatly appreciate the "overkill" as well!
I have had MATHCAD for about a year now, but am just now finding the time to tinker with it.
Cheers!
One additional remark: Your pic uses vx and vy for the first derivatives of x and y. This can be done in Prime, too. But in this case you would have to solve not only for x and y but also additionally for vx and vy:
I considered this unnecessary as we could as well define
after the solve block in case vx is needed as a separate function.
Ok, that makes sense. Thanks for the added info!