1 + 1 + 1 + 1 + … 1 1 1 Find value of the expression above.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Golden Ratio
You might also want to clarify that we take the positive solution for the root because the original question clearly shows something greater than 0,
Log in to reply
Consider the following function:
f ( n ) = n + f ( n ) n
This represents the continued fraction function and for n = 1 , we have the given problem. If you find the following limit: n → 1 lim f ( n ) , you'll find that it is positive. So, the negative solution obtained is an extraneous solution and is to be rejected. Only the positive solution is the possible solution. This needn't be mentioned in the problem.
Moreover, if you think logically, the value of the expression is clearly > 1 and hence cannot be negative.
Log in to reply
I didn't mean that it should be mentioned in the problem, but it should be mentioned in the solution. The problem is fine, I just thought that this point wasn't immediately obvious from the solution given. Your explanation of it there is absolutely right.
I don't know that I agree with this being so cut and dry. Plugging in the negative number works consistently (which can be seen simply by plugging to your equation), so to discard it without giving a very, very good reason as to why isn't reasonable.
Also, I'd argue that the value of the expression is not clearly greater than one. That makes the assumption that the rest of the term is also positive. It seems rather circular to me: the expression is positive because its inverse is positive. Substitute in "negative" and the statement still holds. In addition, The only case I know of in which we can neglect the negative value is when it results in something like a division by zero.
You stated that the limit as n approaches 1 is positive. I'd like to see a proof of that, or at least an informal explanation of how you came to that conclusion.
Log in to reply
@Jacob Luciani – We can simply calculate the successive convergents of the continued fraction to conclude our answer too. Since I'm too lazy to calculate them manually, I used W|A. This is the link. Check the convergents section. As you can see, the values converge towards ϕ . But let's prove that. You can see there that the k th convergent ( a k ) is given by,
a k = F k + 1 F k + 2 ⟹ k → ∞ lim a k = k → ∞ lim F k + 1 F k + 2 ,
where F k is the k th term of the Fibonacci sequence with F 0 = 0 , F 1 = F 2 = 1 . Use the closed form of F n to expand out the limit. The closed form is given by solving the linear recurrence of the Fibonacci sequence and is,
F n = 5 ϕ n − ϕ − n
In the limit, k → ∞ ⟹ ϕ − ( k + m ) → 0 for any non-negative integer m
The limit turns out as follows,
k → ∞ lim a k = k → ∞ lim ϕ k + 1 ϕ k + 2 = ϕ
Since ϕ is the positive golden ratio, the continued fraction converges towards ϕ
yes..you're right
i thought of taking the denominator's continuous part as a...i.e my expression would be like...a=1+(1/(1+a))......then i got my answer as root 2........is my assumption is wrong??
Log in to reply
The substitution you made is wrong because of the following: a = 1 + 1 + 1 + 1 + … 1 1 1 = 1 + 1 + 1 + … 1 1 1
Why is that? Why aren't the MHS and RHS equal? Because the RHS is 1 less than the MHS and so the RHS is ( a − 1 ) , not a . Try to solve it again by keeping ( a − 1 ) instead of a in RHS of the equation you formed. That is to say, solve the following equation:
a = 1 + 1 + ( a − 1 ) 1
The answer comes out the same and it is 2 1 + 5 = ϕ
Log in to reply
he is right it is a = 1 + 1/a because the values below are the one that was being substituted..
Log in to reply
@Ojna Eugitaraba – because if u will evaluate 1 + (a - 1) you will come up with a 1 + (a - 1) = a
Log in to reply
@Ojna Eugitaraba – I know that! I was just explaining @Shravani Mamidala the mistake that he/she made.
Log in to reply
@Prasun Biswas – okk...thanks for your reply..it really helped me...thank you all @Ojna Eugitaraba @Prasun Biswas
Shravani, your assumption is right. But solution of the quadratic eqn is wrong. solution of a=1+(1/1+a) is not 2.
Good solution...... easy way.
Great awesome method!
This is called as magic number and has value 1 . 6 1 8
Also named as the Golden ratio..............
Er... It's not necessarily magic, although we do seem to like things proportioned by it. What is further, 2 1 + 5 is not equal to 1 . 6 1 8 in the same way that 2 . 2 is not equal to 2 or that 8 0 0 0 0 0 6 0 0 0 − 8 0 0 0 0 0 0 0 0 0 is not equal to 8 0 0 0 0 0 0 0 0 0 − 8 0 0 0 0 0 0 0 0 0 .
if a = 1 + 1/a so a^2 = a + 1 use a = (-b±√(b^2-4ac))/2a so a = 1 + √5 / 2 we choose positive because a can't be negative
first i thought of guessing it..then i used the same method as Shubhendra did
If x = 1 + 1 + 1 + 1 + ⋯ 1 1 1 1 , then we can say that x is 1 plus 1 divided by all of that all over again--i.e.: x = 1 + x 1 Now multiply both sides by x : x 2 = x + 1 Now subtract x + 1 from both sides: x 2 − x − 1 = 0 Now use the quadratic formula: x = 2 ⋅ 1 1 ± ( − 1 ) 2 − ( 4 ⋅ 1 ⋅ − 1 ) Simplify some: x = 2 1 ± 1 − ( − 4 ) x = 2 1 ± 1 + 4 x = 2 1 ± 5 So x is either 2 1 + 5 or 2 1 − 5 . Finding which of these is true is tricky. I resorted to just iterating the fraction further and further to see upon which value it converges--but you can't always do that because fractal fractions (as Vi Hart calls them) don't always converge.
This is another way of writing the Golden Ratio.
(1+√5)/2 is the answer
suppose x= 1+1/(1+1/(1+1/......)) then x = 1+1/x so x^2-x-1=0 so
x =(1-√5)/2 x =(1+√5)/2 but answer can't be nagative so 1+√5)/2 is the answer
Let the given expression be denoted by X
Then
X = 1 + 1/X
X^2 - X - 1 = 0
Then
X = (1 + square root of 5)/2
Problem Loading...
Note Loading...
Set Loading...
If 1 + 1 + 1 + 1 + … 1 1 1 = a
Then a = 1 + a 1
⇒ a 2 = a + 1
⇒ a 2 − a − 1 = 0
a = 2 1 + 1 2 − 4 ( − 1 ) ( 1 )
So a = 2 1 + 5
Note:- a = 2 1 − 5 because a can't be negative