Find Limit: Homework Statement & Equations

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the limit as x approaches 0 of the expression \(\left( \frac{1^x + 2^x + \ldots + n^x}{n} \right)^{1/x}\). This involves concepts from calculus, particularly limits and the application of L'Hôpital's Rule.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore rewriting the limit expression and applying L'Hôpital's Rule. Some suggest taking the natural logarithm of the expression to simplify the limit evaluation. Others discuss the form of the function involved and question the differentiation steps taken in the process.

Discussion Status

There are multiple approaches being discussed, including the use of L'Hôpital's Rule and logarithmic transformation. Some participants express uncertainty about specific steps in the differentiation process, while others confirm their findings with computational tools like MATLAB.

Contextual Notes

Participants note that for \(n=1\), the limit simplifies to 1. There is also mention of the form of the function \(f_n(x) = \sum_{i=1}^n i^x\) and its behavior as \(x\) approaches 0, indicating a need for careful consideration of assumptions in the limit evaluation.

utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement



[itex]\stackrel{lim}{x→0} \left( \dfrac{1^x+2^x+...n^x}{n} \right) ^{1/x}[/itex]

Homework Equations



The Attempt at a Solution


Let the quantity inside the bracket be represented by t.Rewriting

[itex](1+t-1)^{\frac{1}{t-1}.(t-1).\frac{1}{x}} \\<br /> e^{(t-1)/x} \\<br /> \stackrel{lim}{x→0} \left( \dfrac{1^x+2^x+...n^x-n}{nx} \right)[/itex]

Using L Hospital's Rule
[itex]\stackrel{lim}{x→0} \left( \dfrac{x(ln1+ln2...ln n)}{n} \right)[/itex]

Now if I put x=0 I get limit as e^0 = 1. But this is not the correct answer.
 
Physics news on Phys.org
if n= 1 our answer is as 1x = 1.

Take the ln of the expression. Then we get:

limx->0 ln((1x+...+nx)/n)/x

If we plug in x = 0 we get ln(1)/0 = 0/0 so we can use L'hopital's rule getting as d/dx x = 1:

limx->0 n/(1x+..._nx) * (ln(1)1n+...+ln(n)nx)/n =
limx->0 (ln(1)1x+...+ln(n)nx)/(1x+...+nx).

This is continuous at 0 so we can plug in x=0 to get:

(ln(1) + ... + ln(n))/(1+...+1) = (ln(1) + ... + ln(n))/(n).

So the original limit is exp((ln(1) + ln(2) ... + ln(n))/n)

edit: checked with MATLAB this is right.
 
Last edited:
utkarshakash said:

Homework Statement



[itex]\stackrel{lim}{x→0} \left( \dfrac{1^x+2^x+...n^x}{n} \right) ^{1/x}[/itex]

Homework Equations



The Attempt at a Solution


Let the quantity inside the bracket be represented by t.Rewriting

[itex](1+t-1)^{\frac{1}{t-1}.(t-1).\frac{1}{x}} \\<br /> e^{(t-1)/x} \\<br /> \stackrel{lim}{x→0} \left( \dfrac{1^x+2^x+...n^x-n}{nx} \right)[/itex]

Using L Hospital's Rule
[itex]\stackrel{lim}{x→0} \left( \dfrac{x(ln1+ln2...ln n)}{n} \right)[/itex]

Now if I put x=0 I get limit as e^0 = 1. But this is not the correct answer.

You have a limit of the form
[tex]\lim_{x \to 0} \left( \frac{f_n(x)}{n}\right)^{1/x},\\<br /> f_n(x) = \sum_{i=1}^n i^x[/tex]
Never mind l'Hospital; just look at the form of ##f_n(x)## for small |x|, then use some familiar limit results.
 
deluks917 said:
if n= 1 our answer is as 1x = 1.


limx->0 n/(1x+..._nx) * (ln(1)1n+...+ln(n)nx)/n =
limx->0 (ln(1)1x+...+ln(n)nx)/(1x+...+nx).


edit: checked with MATLAB this is right.

I can't understand this step. Please tell me how you have differentiated the numerator?
 
utkarshakash said:
Using L Hospital's Rule
[itex]\stackrel{lim}{x→0} \left( \dfrac{x(ln1+ln2...ln n)}{n} \right)[/itex]

What's the derivative of ##a^x## w.r.t x, where a is some constant?
 
I just canceled the n's. In latex:

[itex]\frac{n}{1x+..._nx} \frac{ln(1)1n+...+ln(n)nx}{n}[/itex]
 
I just canceled the n's. In latex:

[itex]\frac{n}{1^x+...+n^x} \frac{ln(1)1^n+...+ln(n)n^x}{n} = \frac{ln(1)1^n+...+ln(n)n^x}{1^x+...+n^x}[/itex]
 
Approach 1: Take natural logarithm on both sides as, ln y = lim x->0 f(x).. Then you apply L' Hospital's Rule.

Approach 2: Write the given limit in the form of lim n→0 (1+n)1/n = e and then evaluate accordingly.
 
Pranav-Arora said:
What's the derivative of ##a^x## w.r.t x, where a is some constant?

x lna
 
  • #11
utkarshakash said:
x lna

No.

dextercioby has already pointed out the correct derivative. Redo it.
 
  • #12
dextercioby said:
No, it's ln a times a^x.

Thanks for pointing out.
 
  • #13
deluks917 said:
edit: checked with MATLAB this is right.

Can you type in the exact command that you used to find limit in matlab? It seems my command is giving me incorrect result.
 

Similar threads

Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
390
  • · Replies 13 ·
Replies
13
Views
4K
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K