the inconsistency depending on fixpoint-selection
#24
Gottfried Wrote:I tried to find one e, for which the resulting powerseries are linear scalings of each other, such that

g0(x)=c * g1(x)

This is possible.

Assume again, that, denoting the fixpoints p and q, such that
f(x) = x + (x - p) (x - q)
Denote also the substitution
z = x' = x/e - d
and the backsubstitution
x" = (x + d)*e
Recall, that for a fixpoint p, d and e must be selected that p = e*d

If I select
Code:
ยด
    e0 = 1 + (p-q)    d0=p/e0          // first fixpoint
    e1 = 1 + (q-p)    d1=q/e1          // second fixpoint
then the resulting G0 and G1-matrices provide the same powerseries with a linear scaling.

Ok, short verification:
\( \begin{align*}
g_0(x)&=f(x'')'\\
&=(x''+(x''-p)(x''-q))'\\
&=(xe_0+p + (xe_0+p-p)(xe_0+p-q))'\\
&=\frac{xe_0+e_0d + (xe_0)(xe_0+p-q)}{e_0} - d \\
&= x+x(xe_0+p-q)\\
&= x^2e_0 + x(1+p-q) = e_0(x^2+x)
\end{align*} \)
\( g_1(x)=e_1(x^2+x) \)
right. Thats indeed interesting.

Quote:Anyway- this does not (yet?) provide a linear scaling for the half-powers

Yes and thats the critical point here. There is no such law like
\( (cf)^{\circ t}=c^tf^{\circ t} \)
but at least we have traced back the regular iteration at different fixed points to the regular iteration of different scalings. Does this also work for higher order polynomials?
Reply


Messages In This Thread
RE: the inconsistency depending on fixpoint-selection - by bo198214 - 03/09/2008, 09:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Exotic fixpoint formulas tommy1729 2 4,660 06/20/2023, 10:10 PM
Last Post: tommy1729
  Iteration exercises: f(x)=x^2 - 0.5 ; Fixpoint-irritation... Gottfried 23 90,501 10/20/2017, 08:32 PM
Last Post: Gottfried
  (Again) fixpoint outside Period tommy1729 2 10,543 02/05/2017, 09:42 AM
Last Post: tommy1729
  Polygon cyclic fixpoint conjecture tommy1729 1 8,814 05/18/2016, 12:26 PM
Last Post: tommy1729
  The " outside " fixpoint ? tommy1729 0 5,772 03/18/2016, 01:16 PM
Last Post: tommy1729
  2 fixpoint pairs [2015] tommy1729 0 6,127 02/18/2015, 11:29 PM
Last Post: tommy1729
  [2014] The secondary fixpoint issue. tommy1729 2 12,470 06/15/2014, 08:17 PM
Last Post: tommy1729
  Simple method for half iterate NOT based on a fixpoint. tommy1729 2 12,332 04/30/2013, 09:33 PM
Last Post: tommy1729
  2 fixpoint failure tommy1729 1 8,605 11/13/2010, 12:25 AM
Last Post: tommy1729
  abs f ' (fixpoint) = 0 tommy1729 2 12,551 09/09/2010, 10:13 PM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)