Given f find g such that g(x)=f(x-1)

  • Thread starter Thread starter krozer
  • Start date Start date
krozer
Messages
12
Reaction score
0

Homework Statement


Find two complex polynomials f and g such that f(0)=f(-1)=1, f(1)=3 and g(x)=f(x-1)

2. The attempt at a solution
Using Lagrange polynomial I got f such that f(0)=f(-1)=1, f(1)=3
Such f is defined by

f(x)=x2+x+1

Now that I've found f I need to find g such that g(x)=f(x-1), but I don't have any idea of how to do that. Any hint would be appreciated.
 
Last edited:
Physics news on Phys.org
krozer said:

Homework Statement


Find two complex polynomials f and g such that f(0)=f(-1)=1, f(1)=3 and g(x)=f(x-1)

2. The attempt at a solution
Using Lagrange polynomial I got f such that f(0)=f(-1)=1, f(1)=3
Such f is defined by

f(x)=x2+x+1

Now that I've found f I need to find g such that g(x)=f(x-1), but I don't have any idea of how to do that. Any hint would be appreciated.
Given that f(x) = x2+x+1

Find f(x-1) .
 
You clearly know how to do some fairly complicated Calculus so surely you know how to evaluate a function! Just replace each "x" in f(x)= x^2+ x+ 12 with x- 1.
 
Notice that if you define:
<br /> h(x) \equiv f(x) - 1<br />
then x = 0, and x = -1 are zeros of h. The simplest polynomial that can be written is:
<br /> h(x) = A x (x + 1)<br />
Then, use the fact that h(1) = f(1) - 1 = 3 - 1 = 2 to determine A. You can go back to f trivially then.

Once you have chosen a particular choice for f, finding g, as explained in the above posts, is fairly trivial (just substitute x \rightarrow x - 1, expand and simplify).
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top