For distinct non-zero reals a = b , find the value of n such that
a n + b n a n + 1 + b n + 1
is the arithmetic mean of a and b .
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.
there is a typo, it should be b n + 1 rather than b n + a
"Find out the value if n", will be "Find out the value of n"
Note:- a is not equal to b, its -a or a ?? writes well.
There is another way to see that n = 0 is the only solution.First,assume that a = 0 and take a = 2 , b = 1 .Then plug in the values and solving will yield n = 0 ,a contradiction.Therefore the only value of n is 0 .
A question from NCERT Class XI Mathematics Textbook!
solving the eqn. we get,a^n=B^n =>n=0
Problem Loading...
Note Loading...
Set Loading...
Easiest method, Just observe n = 0 is a solution. :P
Here is the complete solution. Given,
a n + b n a n + 1 + b n + 1 = 2 a + b a n + 1 + b n + a + a b n + b a n a n + 1 + b n + 1 = 2 1
Just take its reverse and see that
2 = a n + 1 + b n + 1 a n + 1 + b n + a + a b n + b a n
2 = 1 + a n + 1 + b n + a a b n + b a n 1 = a n + 1 + b n + a a b n + b a n
Now, we feel no harm in cross multiplying, so, lets do it
a n + 1 + b n + 1 = a b n + b a n a n ( a − b ) − b n ( a − b ) = 0 So, either a n = b n or a = b
But Given that a = b , Thus a n = b n Now taking log on both sides, we get n = 0 is the solution..
Personally, I think my First observation is much simpler :D