Ive found an equation x²-x-1=0 and i need to solve for x to find the golden ratio. I have to find an exact valure for x and a decimal approximation for the golden ratio correct to 6 places. Thankyou
Also need negative root. Thankyou
Ive found an equation x²-x-1=0 and i need to solve for x to find the golden ratio. I have to find an exact valure for x and a decimal approximation for the golden ratio correct to 6 places. Thankyou
Also need negative root. Thankyou
i recommend you see Golden ratio for more info.
I also have one more question about fibonacci numbers (didnt know weather to make new thread or post it here):
I have found this:
1²+1²+2²=2*3
1²+1²+2²+3²=3*5
1²+1²+2²+3²+5²=5*8
etc
From this i have to find an equation. This is what i have come up with:
F(n)*f(n+1)=F(n)²+f(n-1)².........f(1)²
Where i write n+1 i mean the following fiboanci number and n-1 the previous.
Is this equation somewhat correct if not what changes must be made?
the equation seems ok to me.
i was trying to find a post where someone went through completing the square step by step, but i couldn't find it. i guess you can try online on wikipedia or something if you're interested--you're going to have to learn it eventually
and yes, your first instinct was right, new questions go in new threads
i guess i'll try to show you completing the square by doing an example, hopefully you can follow. let's use the characteristic equation for the golden ratio again.
x^2 - x - 1 = 0
first thing, we want to make sure the coefficient of x^2 is 1, we're good here for that condition. if we were not, we would divide through by the coefficient to get it to one. so, now on to the method
x^2 - x = 1 ....................................put the constant on one side
x^2 - x + (-1/2)^2 = 1 + (-1/2)^2 ....add half the coefficient of x to both sides
(x - 1/2)^2 = 5/4 ...........................solve the right side and contract the left side by putting x and half the coefficient of x in brackets and squaring them.
x - 1/2 = +/- sqrt(5/4) ....................take the squareroot of both sides
x = 1/2 +/- sqrt(5/4) .......................solve for x
x = 1/2 +/- sqrt(5)/sqrt(4) ................simplify
x = 1/2 +/- sqrt(5)/2 .......................simplify even more
x = (1 +/- sqrt(5))/2 ........................combined fractions
it's always the same steps above, except for the simplification part. if you were doing another problem, you could stop at the "solve for x" line and compute your answers there, but everything before that is routine