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.
@hemang sarkar You could prove that there would be 'at least' one solution but not exactly, only one !
Log in to reply
But as the function is strictly increasing, it would cut the x axis only once. Hence there is exactly one real solution.
My solution is similar to Hemang's. Dividing both sides by 2 0 1 5 x , we can write the equation as ( 2 0 1 3 / 2 0 1 5 ) x + ( 2 0 1 4 / 2 0 1 5 ) x = 1 . The LHS, being the sum of two functions of exponential decay, is decreasing with a range of ( 0 , ∞ ) . Thus our equation has exactly 1 solution .
Sir, I cannot understand after division by 2015^x has taken place..
If X=1, then we have: 2013 + 2014 = 2015. Are you sure this is true???
Divide both sides of equation by (2015^x). It becomes: (2013/2015)^x + (2014/2015)^x = 1.
Since the left hand side can take all possible positive values when x ranges over the real numbers, there is at least one solution for x. On the other hand, since the left hand side is strictly decreasing function, there is at most one solution for x. Thus there is exactly one solution for x, this solution can be found by differentiating the above equation and solving
2013^x+2014^x=2015^x Simplify the left, then you get 4027^x=2015^x. X=0
False, a m + b m does not equal to ( a + b ) m . If it was true, then 3 2 + 4 2 would have the answer of 49, which is clearly not the case bacause the answer is 25.
Problem Loading...
Note Loading...
Set Loading...
divide both sides by (2014)^x. define f(x) = (2015/2014)^x - (2013/2014)^x - 1 this is continuous and differentiable. f'(x) = ln(2015/2014) * (2015/2014)^x + ln(2014/2013) * (2013/2014)^x >0 thus f(x) is strictly increasing. f(0) = -1 also as x tends to infinity, f(x) tends to infinity and thus there must be exactly one value where f(x) is 0