Wikipedia:Reference desk/Archives/Mathematics/2012 July 21

Source: Wikipedia, the free encyclopedia.
<
Mathematics
Mathematics desk
< July 20 << Jun | July | Aug >> July 22 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


July 21

System of bilinear equations

We know that system of linear equations can be solved in polynomial time (in terms of input bits). I want to know how we solve bilinear equations and if we can solve, can we solve in polynomial time (in terms of input bits)? — Preceding unsigned comment added by Karun3kumar (talkcontribs) 15:32, 21 July 2012 (UTC)[reply]

See System of polynomial equations. Bo Jacoby (talk) 18:45, 21 July 2012 (UTC).[reply]
Here is a PDF of a 1997 paper called Systems of bilinear equations that discusses the general problem and how it can be solved. Looie496 (talk) 19:19, 21 July 2012 (UTC)[reply]

(2x)^y=x

what is y?

example: 9^y=4.5

thank you — Preceding unsigned comment added by 79.180.141.120 (talk) 19:13, 21 July 2012 (UTC)[reply]

(for x > 0)--Wrongfilter (talk) 20:24, 21 July 2012 (UTC)[reply]
--CiaPan (talk) 20:40, 21 July 2012 (UTC)[reply]

Function inversion via control theory

I have an unknown function ; writing , we have and everywhere (a sort of monotonicity). I suspect that f is convex in the same sense, but doing without that assumption would of course be more powerful.

I would like to evaluate (with a precision dependent on the computational effort expended) and the simpler where . The numerical tool I have available takes the form of a dynamical system on (where the dots indicate many additional dimensions). In this dynamical system (the reason for calling them dimensions will be given in a moment), and there exist known functions and such that . However, and do not exist (they oscillate chaotically and thus serve as something like pink noise), and they may differ significantly from for some time after whatever initial state.

So far, the obvious approach is to choose a for each of a number of pairs , evaluate by integrating for some period of time (dependent on desired accuracy), and then obtain some sort of fit and thence .

However, the reason x and y were included in is that there may exist a better algorithm that approaches the solution continuously (a sort of optimal control and/or stochastic filter) by varying them during one (long) integration. The system will take time to "recover" towards after such a change, and it's easy to overcontrol by reacting to fluctuations in and , so what's the best approach here? --Tardis (talk) 22:53, 21 July 2012 (UTC)[reply]

or ? 75.166.200.250 (talk) 06:41, 22 July 2012 (UTC)[reply]
0. The only way they change is by external intervention in the controlling algorithm. --Tardis (talk) 07:12, 22 July 2012 (UTC)[reply]
I feel terrible that I can't wrap my mind around the textual description of this. I always do this on the Math Desk, but if you could explain a little more about the application I might be able to help more, but for now, all I can offer is to suggest going through
PID controller and seeing if anything jumps out at you. 75.166.200.250 (talk) 03:57, 23 July 2012 (UTC)[reply
]
All that really jumps out at me from the PID scheme is that the P term considered to be the most fundamental seems questionably useful; the solution of will give only if it happens that . It's the integral term that's useful, as can be trivially seen by differentiating: , so that u decays exponentially to whatever value causes . Lots of linked articles seem relevant, though, like , which can occur here not through saturation but via the lag in the approach of to .
As for the application, it's a molecular dynamics simulation: x is density, y is specific energy, is pressure, and is temperature. You can change density and specific energy (within reason) at any time by scaling coordinates (for density) or velocities (for specific energy). Then the system will adopt a new structure (producing a new pressure) and rebalance its mix of potential and kinetic energy (producing a new temperature). However, the instantaneous measure of temperature is simply kinetic energy (up to a scalar constant), so it oscillates forever around the new value; pressure behaves similarly. The goal is to adjust the density and specific energy in response to produce a goal average pressure and temperature without being mislead by noise or oscillations and without overcorrecting because of the delay before a new oscillation is adopted. Standard barostats and thermostats exist, but they tend to hold the pressure and temperature constant (and thus drive fluctuations in the density and energy) rather than allowing them to oscillate naturally. --Tardis (talk) 06:38, 24 July 2012 (UTC)[reply]