Mathematical Modeling Question using a 2-cycle

masterred
Messages
2
Reaction score
0

Homework Statement


a. Use algebra and calculus to find the positive fixed point p(c) (in terms of c) and identify its exact interval of stability.
b. Use algebra and calculus to find the exact interval of stability of this fixed point
c. Use algebra to find the point p1(c), p2(c) of the 2-cycle (in terms of c), and identify its exact interval of stability.
d. Use algebra and calculus to find the exact interval of stability of this 2-cycle.

Homework Equations


fc(x) = 4/x + x/2 - c for 0<c<2.3

The Attempt at a Solution


I did part a and solved that 4/x + x/2 - c = x and got -c + sqrt(c^2+8).
For part b I was supposed to take the derivative of 4/x + x/2 - c which I got to be -4/x^2 + 1/2. I was then supposed to replace x with -c+sqrt(c^2+8) and make it into an inequality -1<-4/(-c+sqrt(c^2+8))<1 and solve and I broke it up and found c<1 (not sure if this is correct).
For part c I was supposed to solve 4/(4/x + x/2 -c) + .5(4/x + x/2 -c) = x and I got -12c^2x^2 - 4cx^3 + 64cx + 3x^4 - 16x^2 - 64. I was then supposed to divide x-(-c+sqrt(c^2+8) into that problem via long division and I keep trying but I am never to find the exact solution.
 
Physics news on Phys.org
masterred said:

Homework Statement


a. Use algebra and calculus to find the positive fixed point p(c) (in terms of c) and identify its exact interval of stability.
b. Use algebra and calculus to find the exact interval of stability of this fixed point
c. Use algebra to find the point p1(c), p2(c) of the 2-cycle (in terms of c), and identify its exact interval of stability.
d. Use algebra and calculus to find the exact interval of stability of this 2-cycle.

Homework Equations


fc(x) = 4/x + x/2 - c for 0<c<2.3

The Attempt at a Solution


I did part a and solved that 4/x + x/2 - c = x and got -c + sqrt(c^2+8).

For part b I was supposed to take the derivative of 4/x + x/2 - c which I got to be -4/x^2 + 1/2. I was then supposed to replace x with -c+sqrt(c^2+8) and make it into an inequality -1<-4/(-c+sqrt(c^2+8))<1 and solve and I broke it up and found c<1 (not sure if this is correct).

You can rearrange \left| -\frac{4}{x^2} + \frac12\right| &lt; 1 as |x^2 - 8| &lt; 2x^2 or 8 -2x^2 &lt; x^2 &lt; 8 + 2x^2. Now x^2 &lt; 8 + 2x^2 holds for all real x, but the other inequality yields x^2 &gt; \frac83. Now setting x = \sqrt{c^2 + 8} - c will yield <br /> \frac83 + c^2 &gt; c\sqrt{c^2 + 8} and as c is positive it is legitimate to conclude that <br /> \left(\frac83 + c^2\right)^2 &gt; c^2(8 + c^2). Now the c^4 terms cancel and you have an inequality for c^2.

For part c I was supposed to solve 4/(4/x + x/2 -c) + .5(4/x + x/2 -c) = x and I got -12c^2x^2 - 4cx^3 + 64cx + 3x^4 - 16x^2 - 64. I was then supposed to divide x-(-c+sqrt(c^2+8) into that problem via long division and I keep trying but I am never to find the exact solution.

I don't get a term in x^3, but the rest of the expression I agree with. This might explain why you can't divide by what should be a known factor.

However multiplying polynomials is much easier than dividing them. I would suggest writing <br /> 3x^4 - (12c^2 +16)x^2 + 64cx - 64 = (3x^2 + Ax + B)(x^2 + 2cx - 8) as you know it must factorize in that way. Now multiply out the right hand side and compare coefficients of powers of x to determine A and B in terms of c. Then solve 3x^2 + Ax + B = 0.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top