Rouben Rostamian

MaplePrimes Activity


These are replies submitted by Rouben Rostamian

@C_R The rotation of the inner circle in the second example appears to be chaotic but I wouldn't know how to verify that.

@Earl The case where the outer circle is fixed is much simpler, but since it has only one degree of freedom, it's not a special case of the one treated here.  Doing it would be an instructive exercise.

@Kitonum That's a very clever solution.  I like it!

@vv Yes, you are right in that the Gateaux differential can be nonlinear in general.

In the problem at hand, however, the functional is Frechet differentiable if we assume q(w) is positive and bounded away from zero.  In that case the Gateaux and Frechet derivatives agree, and the differenial is linear.

@mayzal After making a few adjustments to your worksheet, I got pdsolve() to work and return a module. However, the evaluation of the module fails.  See the attached worksheet.

I have no further ideas on how to proceed.  Perhaps someone else may chime in.

question4-alt.mw

@mayzal One of your PDEs is

diff(X_dimensionless[1](t), t)  = ... P_dimensionless(z, t) ...

The right-hand side depends on z and therefore X_dimensionless[1] depends on z.  Shouldn't that be X_dimensionless[1](z,t)?

Aside: What is the point of the "_dimensionless" suffixes in your variable names?  Remove the horrible clutter by dropping those suffixes.  P(z,t) is as good a name for the dimensionless pressure as P_dimensionless(z,t), and is much easier to read.

@Kitonum The Wikipedia page Bernoulli quadrisection problem gives an example of an isosceles triangle which can be quadrisected in two different ways.

Kitonum, that's an excellent solution to a nontrivial problem.  Congratulations and vote up!

PS: In this post's first paragraph you write that your procedure applies to convex domains, but the examlpes show that it works with non-convex domains as well. Perhaps you meant simply connected?

@C_R I have no Maple Sim so I cannot be of help here, but let us know if you make further progress in what you are doing.

I don't have Maple Sim but I am guessing that what you are seeing is due to Maple Sim's attempt to simulate the dynamics of a massless disk.  Give the disk a little mass (something like 1e-6) and see if that helps.

Here is an interesting exercise: Calculate the vertical component of the force that the floor exerts on the disk. Is that force always possitive?

When that force becomes negative, the disk will lift off the floor!

@acer Filed a bug report.  Included Kitonum's examples as well.

Additionally, submitted a separate SCR suggesting an improvement to implicitplot3d.  Currently, implicitplot is designed to handle variable ranges, as seen in the samples in this thread. Implicitplot3d, however, requires fixed (constant) bounds on the ranges.  That's too limiting and it can be improved.

 

@Kitonum Good catches!  The graph I plotted in Maple 2021 looked sort of correct, so I did not inversitage it any further.

Thank you all, mmcdaraacerKitonumdharr,  for your varied suggestions.  The substring method seems to be the most direct.  I didn't know about it.  Despite its name, substring extracts characters from both strings and names, as documented in its help page.

My calculation shows, if I am not mistaken, that the ratio of the areas is 

72/5*(sqrt(2)-1)

which is approximately 5.965, not 6 as claimed.

Edit: Oops, I found my error.  Sorry.

3 4 5 6 7 8 9 Last Page 5 of 99