Processing math: 100%
An archive the questions from Mark's Spring 2019 Complex Dynamics class.

Your personal quadratic

mark

(10 pts by February 13)

Using the strategy for finding numbers a, b, and c that we used on the Your personal monic cubic problem, construct your own personal quadratic f(x)=ax2+bx+c. Then find a numbers α, β, and γ so that the function φ(x)=αx+β conjugates f to g(x)=x2+γ.

Finally, compute the first five terms of the critical orbit of your f, the first five terms of the critical orbit of g, and show that φ maps one to the other.

Ed_Boy

My Initials are WSF. So from last time I have

a=3

b=2

c=0

So my function is f(x)=3x2+2x.

Let g(x)=x2+γ and φ(x)=αx+β.

Then

f(φ(x))=3(αx+β)2+2(αx+β)=(3α2)x2+(6αβ+2α)x+(3β2+2β)

φ(g(x))=α(x2+γ)+β=αx2+(αγ+β)

Setting f(φ(x))=φ(g(x)), we can construct the following system of equations:

3α2=α

6αβ+2α=0

3β2+2β=αγ+β

Solving these equations gives us α=1/3, β=1/3, and γ=0.

So then g(x)=x2 and φ(x)=(1/3)x1/3.

Lastly, we’ll check to see if we got the right α, β, and γ.

f(φ(x))=3((1/3)x1/3)2+2((1/3)x1/3)=(1/3)x21/3

φ(g(x))=(1/3)x21/3

We got it!

Now we will compute the first five terms of the critical orbits for f and g.

First, let’s find the critical points for f and g.

Note that f(x)=6x+2=0 implies that x=1/3 and g(x)=2x=0 implies that x=0.

Using Mathematica and our critical points, we generate the first five terms of the critical orbits for f and g.

For f we have:

NestList[3*#^2 + 2*# &, -1/3, 4]
{-(1/3), -(1/3), -(1/3), -(1/3), -(1/3)}

For g we have:

NestList[#^2 &, 0, 4]
{0, 0, 0, 0, 0}

Interestingly, our critical points for f and g were also fixed points.

Now, we will look at the image of the critical orbit of g, {0,0,0,0,0}, under φ.

Note that φ(0)=(1/3)01/3=1/3.

So then the image of {0,0,0,0,0} under φ is {(1/3),(1/3),(1/3),(1/3),(1/3)}, which is the critical orbit of f.

MikhailTal

Using the same (a,b,c)=(1,1,2) as last time:
f(x)=x2+x+2,
g(x)=x2+γ, and
ϕ(x)=αx+β.

Thus, f(ϕ(x))=(αx+β)2+(αx+β)+2=(α2x2)+(2αβx+αx)+(β2+β+2).
Also, ϕ(g(x))=α(x2+γ)+β=(αx2)+(αγ+β).

Collecting similar terms, we have a system of equations:
α2=α
2αβ+α=0
β2+β+2=αγ+β.
Solving this returns the real solutions of α=1, β=12, and γ=94.
So g(x)=x2+94 and ϕ(x)=x12.

As for the critical points of f and g, we check the zeroes of their derivatives.
f(x)=2x+1=0x=12, which just like Ed_Boy’s, is our β value.
Likewise, g(x)=2x=0x=0.

To find the critical orbits, we plug-and-chug.

Our f-orbit is {12,74,10916,14,137256,203,604,91365,536}.

Our g-orbit is {0,94,11716,14,265256,203,637,68165,536}.

Looking at our critical orbit of g under ϕ, we plug our g-values into ϕ.

Our ϕ(g(x))-orbit is {12,74,10916,14,137256,203,604,91365,536}, exactly our f-orbit.

Thus, we’ve shown that the first five terms of the critical orbit of g and f are connected by the mapping ϕ.

nathan

My a, b, and c values are 1,1, and 1. That means my quadratic is f(x)=x2x+1.

With g(x)=x2+γ and an affine conjugacy function ϕ(x)=αx+β, then

f(ϕ(x))=(αx+β)2+(αx+β)+1=α2x2+2αβxαx+β2β+1 and
ϕ(g(x))=αx2+αγ+β.

The conjugacy relationship f(ϕ(x)=ϕ(g(x)) yeilds the real values 1,12, and 14 for α,β, and γ.

So g(x)=x2+14 and ϕ(x)=x+12.

To verify these claims check if f(ϕ(x)=ϕ(g(x)) is valid.

f(ϕ(x))=(x+12)2(x+12)+1=x2+34

ϕ(g(x))=x2+14+12=x2+34. Looks like f(x) and g(x) are conjugate via the conjugacy ϕ(x).

Since these are conjugate, there should be a relationship between their critical orbits.

Note that for f(x), the critical point is where f(x)=0. f(x)=02x1=0x=1/2 is the critical point of f.

For g(x), the critical point is where g(x)=0. g(x)=02x=0x=0 is the critical point of g.

The orbit of f from x=1/2 is {34,1316,217256,5707365536,38119584974294967296}, and the orbit of g from x=0 is {14,516,89256,2430565536,16644748494294967296}. Notice that when the orbit of g is plugged into ϕ, the result is exactly the critical orbit of f under ϕ.

It is clear that f and g are conjugate.

Lenore

My initials (JAG) give values of a=0, b=1, and c=0, which produces the non-quadratic quadratic f(x)=x.

This is not very exciting for our purposes, and solving for the function’s conjugacy function ϕ(x)=αx+β quickly results in a trivial solution. So instead, since the set of all possible values for a, b, and c is [1,0,1,2,3,4], I chose to substitute my previous values for a=3, b=1, and c=4.

This gives us the quadratic f(x)=3x2x+4.

To say that ϕ(x) conjugates f(x) to g(x)=x2+γ, we must show that f(ϕ(x))=ϕ(g(x)).

f(ϕ(x))=3(αx+β)2(αx+β)+4=(3α2)x2+(6αβα)x+(3β2β+4)

ϕ(g(x))=α(x2+γ)+β=αx2+β+α

We can find a particular solution for f(ϕ(x))=ϕ(g(x)) by setting their corresponding coefficients equal.

3α2=αα=1/3
6αβα=0β=1/6
3β2β+4=β+γγ=45/12

We then plug these values back into f(ϕ(x)) and ϕ(g(x)), which gives us the following:

f(ϕ(x))=3(1/3)2x+(6(1/3)(1/6)1/3)x+3(1/6)21/6+4=1/3x2+47/12
ϕ(g(x))=1/3x2+1/6+45/12=1/3x2+47/12

This confirms that ϕ(x) conjugates f(x) to g(x).

We find the critical points for f(x) and g(y) by solving each function’s derivative for 0:

f(x)=6x1
6x1=0x=1/6
g(x)=2x
2x=0x=0

Computing the first 5 terms of each function’s critical orbit about these points gives us the following:

f(x):[1/6,47/12,2213/48,4865033/768,23667301429073/196608]
g(x):[0,15/4,285/16,82185/256,6754619985/65536]

Unfortunately, the deadline for this post looms 24 minutes away, and I’m having troubling with the last step of proving via these orbital computations that ϕ maps f(x) to g(x), so it remains as mystery as of writing.

mark

This topic was automatically closed after 5 days. New replies are no longer allowed.