The differential equation is dy/dx= f(x,y)= xy with the initial condition, y(0)= 3.
We can write the differential equation as dy= f(x,y)dx= xydx and the integrate both sides:
y=∫0xf(t,y)dt+3 except that, of course we don't know y on the right side to integrate it!
Picard's method starts by, first, replacing y by its initial condition. Here we take
y0=3 and then calculate the next y as
y1=∫0x3tdt+3=23x2+3. Then the next y is
y2=∫0xt(23t2+3)dt+3=∫0x23t3+3tdt+3=83x4+23x2+3.
y3=∫0xt(83t4+23t2+3)dt+3=∫0x(83t5(+23t3+3t)dt+3=483x6+83t4+23t2+3.
Is that enough to "guess" The general form? The powers of x are all even. The numerators of the fractions are "3". The denominators are the hard part. They are 2= 1(2), 8= (2)(4), and 48= (3)(16). I might "guess" that the next denominator is 4(32)= 128 so that the next term is
1283x8. Check if that is correct. So what would the general form be?