Finding roots of the derivative of a polynomial.

Jesssa
Messages
50
Reaction score
0
hey

i'm trying to figure out how to approach part b of this problem,

http://imageshack.us/a/img850/6059/asdasdno.jpg

so i can see that you can apply the mean value theorem to p'(x)

so there exists some c between a and b such that

f'(c) = [f(b) - f(a)] / (b-a)=0

so p'(x) has a root between a and b,

however

P(x) = p'(x) + kp(x)

and p(x) only has roots a and b on the interval (a,b) and nothing else

so P(c) = 0 + kp(c) which is only 0 for k=0 or c=a or b


this is making me a big confused on how to continue with the question,

does anyone have any ideas?
 
Last edited by a moderator:
Physics news on Phys.org
An obvious first step is to differentiate the given function:
p'(x)= m(x-a)^{m-1}(x- b)^nq(x)+ n(x- a)^m(x- b)^{n-1}q(x)+ (x- a)^m(x- b)^n q'(x)
Now factor out (x- a)^{m-1} and (x- b)^{n-1}:
p'(x)= (x-a)^{m-1}(x- b)^{m-1}(m(x- b)^nq(x)+ n(x- a)q(x)+ (x- a)(x- b)q'(x))
so that r(x)= m(x- b)^nq(x)+ n(x- a)q(x)+ (x- a)(x- b)q'(x)

Now show that r(a) and r(b) have different signs.
 
thanks for replying!

sorry if i am miss understanding something, but it seems like you are describing the steps of part a of the question.

i'm having trouble seeing how the sign of r(a) and r(b) effects P(x) = p'(x) + kp(x) (part b)
since here the zero of P(x) is in the interval (a,b).

p'(x) is not 0 always at x=a or b because it will depend on the value of n and m,

and the fact that it says 'for any k in ℝ" makes me think that the kp(x) must be zero so
kp(x) = 0, but its for all k in ℝ so p(x) = 0 but that is only true at x=a or x=b
but if x=a or x=b then p'(x) is not equal to zero unless bot m,n≠1
 
Last edited:
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