Proving the Limit of Z(n) = b for Z(n) = ((a^n + b^n))^(1/n) with 0 < a < b

  • Thread starter Thread starter semidevil
  • Start date Start date
  • Tags Tags
    Tips
semidevil
Messages
156
Reaction score
2
so I need to show that Z(n) := ((a^n + b^n))^(1/n), show that the limit of Z(n) = b, given 0 < a < b.

been going back and forth and can't think of anything, but here are some random thoughts.

-basically, if I look at this in terms of definition, it is saying to show that |Z(n) - b | < episilon
- a < b means a^n < b^n
-can I conlcude that b is an upperbound?

are any of these important to solving this proof?

any ideas guys? I'm just stumped and dotn know where to start.
 
Physics news on Phys.org
HINT:Use the fact that the limit and the natural logarithm commute...It should come out pretty easily.

Daniel.
 
Forget the logarithms. You know that
Z(n) < (b^n + b^n) ^ (1/n) = 2^(1/n) * b
and
Z(n) > (b^n ) ^ (1/n) = b

Just evaluate the limits...
 
Last edited:
Back
Top