Jump To Content

LearnHub



FUNCTION -JEE (Question)

ANKIT PANDE saidSat, 27 Jun 2009 15:12:11 -0000 ( Link )

a function f is defined for all positive integers and satisfies f(1)=2005 and f(1)+f(2)—-——f(n)=n^2f(n) for all n>1.find value of f(2004).please explain the methodology.

Actions
Vote
Current Rating
2
Rate Up
Rate Down
4 Total Votes
  1. PHOENIX 09 saidMon, 29 Jun 2009 16:29:47 -0000 ( Link )

    IS THE ANSWER 1/1002

    Actions
    Vote
    Current Rating
    1
    Rate Up
    Rate Down
    1 Total Vote

    Post Comments

  2. ANKIT PANDE saidTue, 30 Jun 2009 13:26:35 -0000 ( Link )

    YES,NOW DO TELL ME THYE METHODOLOGY

    Actions
    Vote
    Current Rating
    1
    Rate Up
    Rate Down
    1 Total Vote

    Post Comments

  3. PHOENIX 09 saidTue, 30 Jun 2009 15:04:34 -0000 ( Link )

    IT FORMS A G.P. THEN WE SOLVE IT.

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    2 Total Votes

    Post Comments

  4. PHOENIX 09 saidTue, 30 Jun 2009 15:09:01 -0000 ( Link )

    NOT A G.P. BUT, A SEQUENCE IS FORMED.

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    2 Total Votes

    Post Comments

  5. ANKIT PANDE saidWed, 01 Jul 2009 14:16:27 -0000 ( Link )

    YEAH,SOMEWHAT BUT STILL BEATING AROUND THE BUSH

    Actions
    Vote
    Current Rating
    1
    Rate Up
    Rate Down
    1 Total Vote

    Post Comments

  6. Sureshbala saidThu, 02 Jul 2009 12:16:20 -0000 ( Link )

     f(1) + f(2) + ..............+ f(n-1) + f(n) = n^2 \times f(n)

    \Rightarrow f(1) + f(2) + ........ + f(n-1) = n^2 \times f(n) - f(n)

    \Rightarrow f(1) + f(2) + ........ + f(n-1) = f(n)[(n^2 - 1)] .......(1)

    By the given definition , we have

    \Rightarrow f(1) + f(2) + ........ + f(n-1) = (n-1)^2 \times f(n-1) .......(2)

    From (1) and (2), we have

     f(n)[(n^2 - 1)] = f(n-1)\times (n-1)^2

    \Rightarrow \frac{f(n)}{f(n-1)} = \frac{n-1}{n+1}

    Now, we have

     \frac{f(2)}{f(1)} \times \frac{f(3)}{f(2)} \times \frac{f(4)}{f(3)} \times \frac{f(5)}{f(4)} \times.. ....\times \frac{f(2003)}{f(2002)} \times\frac{f(2004)}{f(2003)}

     = \frac{1}{3} \times \frac{2}{4} \times \frac{3}{5} \times \frac{4}{6} \times .. ..... \times \frac{2002}{2004} \times\frac{2003}{2005}

     \Rightarrow \frac{f(2004)}{f(1)} = \frac{2}{2004 \times 2005}

     \Rightarrow \frac{f(2004)}{2005} = \frac{2}{2004 \times 2005}

     \Rightarrow f(2004) = \frac{1}{1002}

    Actions
    Vote
    Current Rating
    3
    Rate Up
    Rate Down
    3 Total Votes

    Post Comments

  7. mahesh25 saidSat, 04 Jul 2009 11:46:54 -0000 ( Link )

    Sorry friend the above solution is wrong

    The correct solution is here

    given that f(1)=2005

    and for n > 1 f(1) + f(2) + f(3) + ....... +f(n) + = n^2 f(n) .......... (1)

    Equation 1 can be written as

    \frac{ f(1) + f(2) + f(3) + .......+f(n-1) }{} +f(n) + = n^2 ... (2)

    Now \frac{f(1) +f(2) +f(3) + .......+f(n-1) }{} =  (n-1)^2 f(n-1).... (3)

    ( Since from equation 1)

    Now substitute the vale of equation 3 in equation 2

    We get  (n-1)^2 f(n-1) +f(n)=  n^2 f(n)

    This can be written as (n-1)(n-1) .f(n-1) =  n^2 .f(n) – f(n)

    (n-1)(n-1) .f(n-1) =   (n^2 -1 ) .f(n)

    (n-1)(n-1) .f(n-1) =   (n -1)(n+1) .f(n)

    (n-1).f(n-1) = (n+1).f(n)

    \frac{f(n)}{f(n-1)} = \frac{(n-1)}{(n+1)}  ......... (4)

    now given that f(1)=2005

    Now to find f(2) put n =2 in equation (4)

    We get \frac{f(2)}{f(1)} = \frac{1}{3}

    f(2)=\frac{1.f(1)}{3}  =\frac{1.2005}{3}  ( since f(1) =2005 )

    Now to find f(3) put n =3 in equation (4)

    We get \frac{f(3)}{f(2)} = \frac{2}{4}

    f(3)=\frac{2.f(2)}{4}  =\frac{2}{4}  .\frac{1.2005}{3}  ( since f(2) =\frac{1.2005}{3}  )

    Now to find f(4) put n =4 in equation (4)

    We get \frac{f(4)}{f(3)} = \frac{3}{5}

    f(4)=\frac{3.f(3)}{5}  =\frac{3}{5} .\frac{2}{4}  .\frac{1.2005}{3}  ( since f(3)==\frac{2}{4}  .\frac{1.2005}{3}

    Now to find f(5) put n =5 in equation (4)

    We get \frac{f(5)}{f(4)} = \frac{4}{6}

    f(5)=\frac{4.f(4)}{6}  =\frac{4}{6} . \frac{3}{5} .\frac{2}{4}  .\frac{1.2005}{3}  ( since f(4)= \frac{3}{5} .\frac{2}{4}  .\frac{1.2005}{3}

    f(5) = \frac{4}{6} . \frac{3}{5} .\frac{2}{4}  .\frac{1.2005}{3}

    This is is true for first 5 terms

    The above equation can be written as

    f(5) = \frac{4}{6} . \frac{3}{5} .\frac{2}{4} .\frac{1}{3}.\frac{1.2005.2}{2}

    If we generalise for n terms

    The numarator is 1.2.3.4…....(n-1) = (n-1)!

    And the denominator is 1.2.3.4.5.6…..( n+1) = (n+1)! ( by 0bserving the above statement )

    so f(n) = \frac{(n-1)....4.3.2.1.2005.2}{(n+1).n........6.5.4.3.2.1} = \frac{2.(n-1)!.2005}{(n+1)!}

    f(n) = \frac{2.(n-1)!.2005}{(n+1).n.(n-1)!}

    f(n) = \frac{2.2005}{n.(n+1)}

    Now substitute n = 2004 in the above equation

    We have f(2004) = \frac{2.2005}{2004.2005}

    f(2004) = \frac{2}{2004}
    f(2004) = \frac{1}{1002}
    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    2 Total Votes

    Post Comments

  8. sonamgupta saidSat, 04 Jul 2009 13:49:41 -0000 ( Link )

    sir i didnt get it

    Actions
    Vote
    Current Rating
    1
    Rate Up
    Rate Down
    1 Total Vote

    Post Comments

  9. mahesh25 saidTue, 07 Jul 2009 09:39:51 -0000 ( Link )

    f(n) = \frac{2.2005}{n.(n+1)}

    This formulae is useful to solve the problem

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    2 Total Votes

    Post Comments

Your Answer
Textile is Enabled (View Reference)