Find Fixed Points for x^2+3x+1=0

morbello
Messages
73
Reaction score
0
ive got a question on how to get a fixed point. on the equation for.

\frac{1}{8}X^2+\frac{11}{8}X+\frac{1}{2}

do you find the two factors to get the fixed points. or run the equation though a quadratic formula to get the fixed points.

i have an = which is x^2-3X-4=0 but i don't know how the fraction 11/8X =3X in the equation.

Homework Statement




Homework Equations





The Attempt at a Solution


A fixed point for a function, f, is a value of x such that f(x)= x.
Here
f(x)= \frac{1}{8}X^2+\frac{11}{8}X+\frac{1}{2}= x
The easiest way to handle the fractions is to multiply the entire equation by 8:
x^2+ 11x+ 1= 8x
or
x^2+ 3x+ 1= 0
 
Last edited by a moderator:
Physics news on Phys.org
Yes, that's how you do it. But I wouldn't use both X and x for the variable. Use the same symbol in each instance.
 
thank you for your help.
 
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