If ( w − 1 ) ( w + 1 ) = w , find the value of w 1 0 + w 1 0 1
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.
He ////// ..
Log in to reply
Krishna, the generalized idea you're talking about is Binomial Theorem. You can pdf it on the net for now. BTW i really appreciate your curiosity. Keep that buddy!
Log in to reply
Sure @Sanjeet Raria - I do know that its the binomial theorem :P...but wanted to know to simplify the binomial coefficients for higher powers- Just that's all, when such questions come up in exams with weird numbers, i lose my cool trying to redraw the pascal's tri...or maybe mentally restate the theorem LOL
Log in to reply
@Krishna Ar – And I also know the 1,5,10,10,5,,,1 :P thing!!
for those who might be thinking about AM-GM here, the variable, w here need not be a positive real or even real. It is just the whole value that matters.
I would like to know if there exists another solution without using messy algebra, using instead some properties of the golden ratio I found w 1 0 = 5 5 w + 3 4 which we know the exact value, but I wasn't able to do the same with w 1 0 1 Any ideas?
Log in to reply
Might my solution be what you're looking for? I wouldn't say it uses messy algebra, anyway.
When expanding ( w − 1 ) ( w + 1 ) = w we get w 2 − w − 1 = 0 , which is the characteristic equation of any Fibonnaci-like sequence, given by F n = F n − 1 + F n − 2 . General solutions to this recurrence relation are of the form F n = a w n + b w n 1 for w = 2 1 + 5 , since w and w 1 are the zeroes of the equation. The values for a and b relate to F 0 and F 1 .
In our current case, we want to know w 1 0 + w 1 0 1 , so we want to know the tenth value in the sequence corresponding to a = b = 1 . We find that F 0 = 2 , F 1 = 1 and easily calculate the successive terms of ( F n ) from here: 3 , 4 , 7 , 1 1 , 1 8 , 2 9 , 4 7 , 7 6 , 1 2 3 and so F n = 1 2 3 .
Marvellous.
Awesome and beautiful :) (y)
Notice that there's a small error with ± : the roots are w and w − 1 . Since 10 is even, this doesn't affect the result or method.
@Hari Eeshwar I brought the image here. Hope you don't have a problem with it..
( w − 1 ) ( w + 1 ) = w
w 2 − 1 = w
Dividing both sides by w ,we get
w − w 1 = 1
Squaring and adding 2 to both sides,we have
w 2 + w 2 1 = 3
Simultaneously squaring and subtracting 2 from both sides,we get the following equations:
w 4 + w 4 1 = 7 and w 8 + w 8 1 = 4 7
Now note that: w 1 0 + w 1 0 1 = ( w 2 + w 2 1 ) ( w 8 + w 8 1 ) - ( w 6 + w 6 1 )
In this equation we only have to find the value of ( w 6 + w 6 1 )
Now ( w 6 + w 6 1 )
= ( w 2 + w 2 1 ) 3 − 3 ( w 2 + w 2 1 )
= 3 3 − 3 . 3
= 1 8
Now substituting this value in the main equation,
w 1 0 + w 1 0 1
= ( w 2 + w 2 1 ) ( w 8 + w 8 1 ) - 1 8
= 3 . 4 7 − 1 8
= 1 2 3
can anyone put up a solution with complex numbers?
By the first equation, w = ± ϕ = 2 5 ± 1 .
Then w 1 0 + w 1 0 1 = 2 1 0 1 ( ∑ i = 0 1 0 ( ( i 1 0 ) 5 i ( − 1 ) 1 0 − i ) + ∑ i = 0 1 0 ( ( i 1 0 ) 5 i ) ) = 2 9 1 ∑ k = 0 5 ( ( 2 k 1 0 ) 5 2 k ) = 2 9 1 6 2 9 7 6
(w^2)-1=w or w-(1/w)=1 or (w-1/w)^2=1^2 [squaring both sides] or w^2+(1/w^2)-2=1 or w^2+(1/w^2)=1+2 or (w+1/w)^2-2=3 or (w+1/w)^2=5 so w+1/w=sqrt 5,Now w^10+(1/w)^10=(w^5)^2+(1/w^5)^2=(w^5+1/w^5)^2-2={(w^3+1/w^3)(w^2+1/w^2)-(w+1/w)}^2-2=[{(w+1/w)^3-3(w+1/w)}{(w+1/w)^2-2}-(w+1/w)]^2-2=[{(sqrt 5)^3-3 sqrt 5}{(sqrt 5)^2-2}-sqrt 5}^2-2=[(5 sqrt5-3 sqrt5) 3-(sqrt 3)]^2-2=[2 sqrt5 3-sqrt5]^2-2=[6 sqrt5-sqrt5]^2-2=[5 sqrt5]^2-2=125-2=123(ans)
This is hard to read...
Problem Loading...
Note Loading...
Set Loading...
Given w 2 − 1 = w = > ( w − w 1 ) = 1 Squaring, we get ( w 2 + w 2 1 ) = 3 Now, ( w 2 + w 2 1 ) 5 = ( w 1 0 + w 1 0 1 ) + 5 ( w 6 + w 6 1 ) + 1 0 ( w 2 + w 2 1 ) Now we need ( w 6 + w 6 1 ) We get this term here, ( w 2 + 1 / w 2 ) 3 = ( w 6 + w 6 1 ) + 3 ( w 2 + 1 / w 2 ) On solving, ( w 6 + w 6 1 ) = 1 8 Putting all the values in our main equation, ( w 1 0 + 1 / w 1 0 ) = 3 5 − 5 ( 1 8 ) − 1 0 ( 3 ) = 1 2 3