New Reply

Solutions to Ax^2 +By^2=(A+B)^(2n+1)

 
Share Thread Thread Tools
Jan7-13, 12:40 AM   #1
 
Blog Entries: 2

Solutions to Ax^2 +By^2=(A+B)^(2n+1)


No not the trival solution but generally GCD(x,y) = 1 when GCD(A,B)=1

[tex] x = \sum_{k=0}^{n}(-A)^k*B^{n-k}*\binom{2n+1}{2k+1}[/tex]

[tex] y = \sum_{k=0}^{n}(-B)^k*A^{n-k}*\binom{2n+1}{2k+1}[/tex]

My question is was this known before?

Example A=8, B = 3, n = 1

x = 1*3*3 - 8*1*1 = 1; y = 1*8*3 -3*1*1 = 21; 8*1^2 + 3*21^2 = 11^3

for n = 2, x = 131; y = 89; 8*131^2 + 3*89^2 = 11^5
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
New Reply
Thread Tools


Similar Threads for: Solutions to Ax^2 +By^2=(A+B)^(2n+1)
Thread Forum Replies
Matrices: Number of solutions of Ax=c if we know the solutions to Ax=b Calculus & Beyond Homework 4
Solutions to Dummit & Foote Academic Guidance 0
Complex-valued solutions to real-valued solutions Calculus & Beyond Homework 2