Find Limit: Homework Statement & Equations

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 2K views
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
 
utkarshakash said:
x lna

No.

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

Thanks for pointing out.
 
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.