Let the roots be p and q, so their sum is p + q = -b/a and their product is pq = c/a. The condition states p + q equals (1/p)^2 + (1/q)^2, which expands to (p^2 + q^2)/(p^2 * q^2). Substituting the sum and product values gives (-b/a) = ((b^2 - 2ac)/a^2) / (c^2/a^2). This simplifies to -b/a = (b^2 - 2ac)/c^2, and cross-multiplying yields -bc^2 = ab^2 - 2a^2c. Dividing by abc results in -c/a = b/c - 2a/b, which rearranges to 2a/b = b/c + c/a. This proves the terms a/b, b/c, and c/a are in arithmetic progression, making their reciprocals b/a, c/b, and a/c in arithmetic progression; consequently, the inverted sequence a/c, b/a, c/b is in harmonic progression.