Menu Close

f-x-y-f-x-f-y-x-y-and-f-4-10-faind-f-2022-




Question Number 179230 by mathlove last updated on 26/Oct/22
f(x+y)=f(x)+f(y)+x∙y  and f(4)=10  faind  f(2022)=?
f(x+y)=f(x)+f(y)+xyandf(4)=10faindf(2022)=?
Answered by mr W last updated on 26/Oct/22
let x=1, y=n−1  f(n)=f(1)+f(n−1)+n−1  f(n−1)=f(1)+f(n−2)+n−2  .....  f(3)=f(1)+f(2)+2  f(2)=f(1)+f(1)+1  Σ:  f(n)=nf(1)+((n(n−1))/2)  f(4)=4f(1)+((4×3)/2)=10  ⇒f(1)=1  ⇒f(n)=n+((n(n−1))/2)=((n(n+1))/2)  f(2022)=((2022×(2022+1))/2)=2045253
letx=1,y=n1f(n)=f(1)+f(n1)+n1f(n1)=f(1)+f(n2)+n2..f(3)=f(1)+f(2)+2f(2)=f(1)+f(1)+1Σ:f(n)=nf(1)+n(n1)2f(4)=4f(1)+4×32=10f(1)=1f(n)=n+n(n1)2=n(n+1)2f(2022)=2022×(2022+1)2=2045253
Commented by Acem last updated on 27/Oct/22
1st: Why did you do the sum? as long as f(4)=10   doesn′t give us that it is like another function    which compts the descending sum of it variable.   We can′t know that unless we calculate some   values then we can notice that   f(x+y)= g(x,y)= (((x+y)(x+y+1))/2)     2nd: 1+2+3+...+ (n−1)= ((n(n−1))/2) so what′s   about sum of f(1)+f(2)+... f(n−1)     3rd: The sum you made dosen′t represents the    main function. The f(4)+f(5)+...f(n)    is something else...   We have f(x+y)....like f(16), f(36)...etc
1st:Whydidyoudothesum?aslongasf(4)=10doesntgiveusthatitislikeanotherfunctionwhichcomptsthedescendingsumofitvariable.Wecantknowthatunlesswecalculatesomevaluesthenwecannoticethatf(x+y)=g(x,y)=(x+y)(x+y+1)22nd:1+2+3++(n1)=n(n1)2sowhatsaboutsumoff(1)+f(2)+f(n1)3rd:Thesumyoumadedosentrepresentsthemainfunction.Thef(4)+f(5)+f(n)issomethingelseWehavef(x+y).likef(16),f(36)etc
Commented by DvMc last updated on 27/Oct/22
For your second point... I believe that   in the response only was replacing   the value of f(n−i) in f(n−i+1)...
ForyoursecondpointIbelievethatintheresponseonlywasreplacingthevalueoff(ni)inf(ni+1)
Commented by mathlove last updated on 27/Oct/22
thanks
thanks
Commented by mr W last updated on 27/Oct/22
i transfered the question to following  recursive sequence:  a_n =a_1 +a_(n−1) +n−1  so we have  a_(n−1) =a_1 +a_(n−2) +n−2  a_(n−2) =a_1 +a_(n−3) +n−3  ....  a_3 =a_1 +a_2 +2  a_2 =a_1 +a_1 +1  sum all:  a_n +a_(n−1) +a_(n−2) +...+a_3 +a_2 =na_1 +a_(n−1) +a_(n−2) +...+a_3 +a_2 +((n(n−1))/2)  ⇒a_n =na_1 +((n(n−1))/2)
itransferedthequestiontofollowingrecursivesequence:an=a1+an1+n1sowehavean1=a1+an2+n2an2=a1+an3+n3.a3=a1+a2+2a2=a1+a1+1sumall:an+an1+an2++a3+a2=na1+an1+an2++a3+a2+n(n1)2an=na1+n(n1)2
Commented by Tawa11 last updated on 28/Oct/22
Great sir
Greatsir
Answered by FelipeLz last updated on 26/Oct/22
f(x+y) = f(x)+f(y)+xy  x = y = a → f(2a) = 2f(a)+a^2      f(4) = 10   2f(2)+4 = 10  f(2) = 3     f(10) = f(8)+f(2)+16 = 2f(4)+f(2)+32 = 55  f(20) = 2f(10)+100 = 210  f(50) = f(40)+f(10)+400 = 2f(20)+f(10)+800 = 1275  f(100) = 2f(50)+2500 = 5050  f(200) = 2f(100)+10000 = 20100  f(500) = f(400)+f(100)+40000 = 2f(200)+f(100)+80000 = 125250  f(1000) = 2f(500)+250000 = 500500  f(2000) = 2f(1000)+1000000 = 2001000     f(2022) = f(2000)+f(22)+44000  f(2022) = 2001000+f(20)+f(2)+40+44000  f(2022) = 2001000+210+3+40+44000  f(2022) = 2045253
f(x+y)=f(x)+f(y)+xyx=y=af(2a)=2f(a)+a2f(4)=102f(2)+4=10f(2)=3f(10)=f(8)+f(2)+16=2f(4)+f(2)+32=55f(20)=2f(10)+100=210f(50)=f(40)+f(10)+400=2f(20)+f(10)+800=1275f(100)=2f(50)+2500=5050f(200)=2f(100)+10000=20100f(500)=f(400)+f(100)+40000=2f(200)+f(100)+80000=125250f(1000)=2f(500)+250000=500500f(2000)=2f(1000)+1000000=2001000f(2022)=f(2000)+f(22)+44000f(2022)=2001000+f(20)+f(2)+40+44000f(2022)=2001000+210+3+40+44000f(2022)=2045253
Commented by mathlove last updated on 27/Oct/22
thanks for all
thanksforall
Answered by Acem last updated on 27/Oct/22
f(4)= f(2)+f(2)+4= 10 ⇒ f(2)= 3  f(2)= f(1)+f(1)+1= 3    ⇒ f(1)= 1  f(3)= f(1)+f(2)+2= 1+3+2= 6 donc f(3)=6   f(4)= 10   We notice that the function f(x+y) represents   the descending sum of the sum of it two variables i.e.   x+y= 4→ 4+3 +2 +1= 10   x+y= 3→ 3+2+1=6 ....etc   i.e.  f(x+y)= g(x,y)= (1/2) (x+y)(x+y+1)   And f(2022)= 2 045 253
f(4)=f(2)+f(2)+4=10f(2)=3f(2)=f(1)+f(1)+1=3f(1)=1f(3)=f(1)+f(2)+2=1+3+2=6doncf(3)=6f(4)=10Wenoticethatthefunctionf(x+y)representsthedescendingsumofthesumofittwovariablesi.e.x+y=44+3+2+1=10x+y=33+2+1=6.etci.e.f(x+y)=g(x,y)=12(x+y)(x+y+1)Andf(2022)=2045253

Leave a Reply

Your email address will not be published. Required fields are marked *