• YOU can help the next generation of students in the community!
    Share your trial papers and notes on our Notes & Resources page

Got a tricky question! (1 Viewer)

adzy

New Member
Joined
May 15, 2005
Messages
21
Gender
Male
HSC
2005
A question 8 from a trial paper

Evaluate summation from n=1 to infinity of 1/(1+u_n) given that (u_n+1) = u_n + (u_n)^2 and u_1 = 1/3

I go to as far as summation of n=1 to infinity of: U_n / U_n+1 but uh...I don't think that really does anything.
 

justchillin

Member
Joined
Jun 11, 2005
Messages
210
Gender
Male
HSC
2005
for this question to be answered im assuming they've given u a lead-in...ie some other expression for u_n. If this is the case, which I'm sure it is, then the limit as n approaches infinity is equal to (theoritically) the limit as n approaches infinity plus one. Let the limit = M say and evaluate (proably a quadratic in M). Hope that helps...
 

MAICHI

Member
Joined
Jul 24, 2005
Messages
146
Gender
Male
HSC
N/A
u_n actually goes off to infinity or else the summation can't converge. The series converges by comparing to geometric series R^n with R<1, because the ratio of every next term is smaller than 1. But I don't see any simple way you can find an expression for R, maybe some other method.
 

MAICHI

Member
Joined
Jul 24, 2005
Messages
146
Gender
Male
HSC
N/A
damo676767 said:
by u_n do you meen un ?
I think it's like this.



*sigh*, anyone got any clues? I kinda wish the series actually diverges, so you just write infinity.
 

Stefano

Sexiest Member
Joined
Sep 27, 2004
Messages
296
Location
Sydney, Australia
Gender
Male
HSC
2005
MAICHI said:
I think it's like this.



*sigh*, anyone got any clues? I kinda wish the series actually diverges, so you just write infinity.
Is that 4 unit? My school never covered sums to infinity.
 

acmilan

I'll stab ya
Joined
May 24, 2004
Messages
3,989
Location
Jumanji
Gender
Male
HSC
N/A
I did a short C code and, unless i made an error, it seems to diverge. So maybe you just need to prove it diverges
Edit: no it doesnt, my mistake, it seems to converge to 3.

Code:
#include < stdio.h>

int main()
{
    float sum = 0, i = 0, u_n = 1.0/3.0;
    for (i; i < 10; i++)
    {
        sum = sum + 1/(1 + u_n);
        u_n = u_n + u_n*u_n;
        printf("%8f\n", sum);
    }
}
Output:
0.750000
1.442308
2.051330
2.538160
2.854090
2.981421
2.999661
3.000000
3.000000
3.000000
 
Last edited:

KFunk

Psychic refugee
Joined
Sep 19, 2004
Messages
3,323
Location
Sydney
Gender
Male
HSC
2005
I'd like to see the lead in to the question.
 

justchillin

Member
Joined
Jun 11, 2005
Messages
210
Gender
Male
HSC
2005
I dont think you can do this without a lead in... its like finding the limit to infinity of the fibonnaci series say... find 2 experssions for the same thing, let lim n app infinity = lim n app infinity + 1...then etc
 

adzy

New Member
Joined
May 15, 2005
Messages
21
Gender
Male
HSC
2005
This is SGS 1994 4U Trial Paper

There is no follow up question but the preevious questions before that were:

a) If I_n = integral x^n * e^(x^2) dx show that I_n + (n-1) I_(n-2) = 2e (n>=2)

Edit: Shoulw the answer read I_n + (n-1)/2 (or times two?) * I_(n-2) = 2e? What they have is what I typed above but my answer to that doesn't seem to match.

ii) Evaluate I_5

b) f(x) is given by f(x) = x - ln (1+x^2)
i) Show that f'(x) >=0 for all values of x
ii) Deduce that e^x > 1+x^2 for all positive values of x
c) The summation question

There doesn't seem to be a lead in question and I'm not sure that the previous questions are direclty related.

Yeah, the question is exactly as MAICHI's picture says.
 
Last edited:

justchillin

Member
Joined
Jun 11, 2005
Messages
210
Gender
Male
HSC
2005
U_n+1 = U_n(1+U_n)
Let u_n = n (for my typing sake)
1/n - 1/(N+1) = 1/n - 1/n(1+n)
= 1+ n -1/ (n(1+n))
1/ 1+n
now.....
sum to infinity of 1/1+n = 1/1+U-1+ 1/1+u_2+.....
= (1/u_1 - 1/u_2) + (1/u_2 - 1/U-3) +.....
= 1/U_1
= 1/(1/3)
= 3
 

justchillin

Member
Joined
Jun 11, 2005
Messages
210
Gender
Male
HSC
2005
Yeh it comes under harder 3 unit...this question doesnt do anything new anyway, u just have to play around with the expression...
 

KFunk

Psychic refugee
Joined
Sep 19, 2004
Messages
3,323
Location
Sydney
Gender
Male
HSC
2005
justchillin said:
U_n+1 = U_n(1+U_n)
Let u_n = n (for my typing sake)
1/n - 1/(N+1) = 1/n - 1/n(1+n)
= 1+ n -1/ (n(1+n))
1/ 1+n
now.....
sum to infinity of 1/1+n = 1/1+U-1+ 1/1+u_2+.....
= (1/u_1 - 1/u_2) + (1/u_2 - 1/U-3) +.....
= 1/U_1
= 1/(1/3)
= 3
Nice method, it's very simple. I geuss you can safely assume that u<sub>n</sub> --> &infin; as n--> &infin; but first would you show that there is a term u<sub>k</sub> where u<sub>k</sub> > 1 or just not bother?
 

MAICHI

Member
Joined
Jul 24, 2005
Messages
146
Gender
Male
HSC
N/A
Well done justchillin, *pat on back*.

Thats called a telescoping series method what justchillin just used. But that's a bad question, unless telescoping series is a popular question in these type of exams, which is really not, you should really be given a lead in.
 

justchillin

Member
Joined
Jun 11, 2005
Messages
210
Gender
Male
HSC
2005
I dont think you'd have 2 bother? But im a lazy man... :) And yes telescoping series is exactly what I used...
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top