Find the constant polynomial g closest to f

Cassi
Messages
18
Reaction score
0

Homework Statement


In the real linear space C(1, 3) with inner product (f,g) = integral (1 to 3) f(x)g(x)dx, let f(x) = 1/x and show that the constant polynomial g nearest to f is g = (1/2)log3.

Homework Equations

The Attempt at a Solution


I seem to be able to get g = log 3 but I do not know where the 1/2 comes from. Here is what I did:
Let fn = summation (k=0 to n) (f, gk) gk
Therefore, (f, gk) = integral (1 to 3) (1/t)(gk)dt and (f, g0) = 0
Hence, (f, g1) = integral (1 to 3) (1/t)dt = log(t) evaluated from 1 to 3 = log (3) - log(1) = log(3) - 0 = log(3).
I don't see where the 1/2 comes from or where my mistake is?
 
Physics news on Phys.org
You need to find the constant k which minimizes the distance between f = 1/t and g = k. The distance is defined in terms of the inner product by \| f - g \| = \sqrt{(f-g,f-g)}. Since squaring is strictly increasing on the positive reals it suffices instead to minimize
\| f - g \|^2 = \int_1^3 (f(t) - g(t))^2\,dt.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top