Given: (a+b3)2=52+303, where a and b are natural numbers
Find: a+b
Expand the left side using (x+y)2=x2+2xy+y2:
(a+b3)2=a2+2ab3+3b2
Match both sides of the equation:
a2+3b2+2ab3=52+303
Since we have rational and irrational parts on both sides, we can equate the coefficients separately.
Set up two equations:
Rational parts: a2+3b2=52 ... (1)
Irrational parts: 2ab=30 ... (2)
From equation (2): ab=15
Since a and b are natural numbers, a must be a factor of 15.
Factors of 15: 1,3,5,15
Test each possibility in equation (1):
If a=1,b=15: 12+3(152)=1+675=676=52
If a=3,b=5: 32+3(52)=9+75=84=52
If a=5,b=3: 52+3(32)=25+27=52 ✓
If a=15,b=1: 152+3(12)=225+3=228=52
Therefore a=5 and b=3
a+b=5+3=8