Prove that if f(a) = 0, then f(x) = (x-a)g(x)

  • Thread starter Thread starter nietzsche
  • Start date Start date
nietzsche
Messages
185
Reaction score
0

Homework Statement



Prove that if f(a) = 0, then f(x) = (x-a)g(x) where f and g are polynomial functions.

Homework Equations



<br /> x^n-a^n = (x-a)h_n(x)<br />
where hn(x) is a polynomial function.

The Attempt at a Solution


<br /> \begin{align*}<br /> f(x) &amp;= f(x) - f(a)\\<br /> f(x) &amp;= [\lambda_n x^n + \lambda_{n-1} x^{n-1} + ... + \lambda_1 x + \lambda_0] - [\lambda_n a^n + \lambda_{n-1} a^{n-1} + ... + \lambda_1 a + \lambda_0]\\<br /> f(x) &amp;= \lambda_n (x^n-a^n) + \lambda_{n-1} (x^{n-1} - a^{n-1}) +...+ \lambda_1(x-a)+(\lambda_0 - \lambda_0)\\<br /> f(x) &amp;= \lambda_n (x-a)h_n(x) + \lambda_{n-1} (x - a)h_{n-1}(x) +...+ \lambda_1(x-a)\\<br /> f(x) &amp;= (x-a)g(x)<br /> \end{align*}<br /> where $ g(x) = \lambda_nh_n(x) + \lambda_{n-1}h_{n-1}(x) +...+ \lambda_1$<br />

Now, I think what I've done here is valid. But I assumed that the relevant equation that I posted is true, which (I think) it is. Can someone tell me if this is an acceptable proof?

Thanks.
 
Last edited:
Physics news on Phys.org
Is f a polynomial?
That is not true in general.
or do you mean in some limit?
consider
f=exp(x)-1
for a polynomial first prove
f(x)=f(a)+(x-a)g(x)
 
lurflurf said:
Is f a polynomial?
That is not true in general.
or do you mean in some limit?
consider
f=exp(x)-1
for a polynomial first prove
f(x)=f(a)+(x-a)g(x)

right, sorry, f is a polynomial. it was the second part of a question, so they had already mentioned that f is a polynomial in the previous part. i'll fix it.
 
This is correct assuming that you are allowed to use your assumed relevant equation. Did you get it from your book or from somewhere else? If you got it somewhere else, you might want to prove it just to be on the safe side. It's not too difficult.
 
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