Website Title: How Can Limits Help Solve This Word Problem with Intervals?

  • Thread starter Thread starter Justabeginner
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
34 replies · 4K views
F'(c)= 0 tells you that some c, when plugged into this equation: [itex]a_0 + a_1x + ... + a_nx^n[/itex] is a zero. The problem is asking you to prove that [itex]a_0 + a_1c + ... + a_nc^n[/itex] is equal to zero.
 
Physics news on Phys.org
I think I can try.

In the context of this problem, Rolle's Theorem tells us that there exists a c in (0,1) such that F'(c)=0. The integral of a0 + a1x + … + anxn is a0n + a1x^2/2 + … + anxn^2/2. When you plug in zero and one (a and b) into the equation, f(a) and f(b) are equal to zero (and equal to each other), thereby supporting one of the three hypotheses of the Rolle’s Theorem. The other hypotheses states that the function is differentiable on the interval which it is because the derivative of the integrated equation is the original equation. Subsequently, the function is continuous on that interval, supporting the last of the hypotheses of the Rolle’s Theorem.

^Sorry for the lack of LaTeX in that summary- I hope it is still clear enough.
 
Justabeginner said:
I think I can try.

In the context of this problem, Rolle's Theorem tells us that there exists a c in (0,1) such that F'(c)=0. The integral of a0 + a1x + … + anxn is a0n + a1x^2/2 + … + anxn^2/2. When you plug in zero and one (a and b) into the equation, f(a) and f(b) are equal to zero (and equal to each other), thereby supporting one of the three hypotheses of the Rolle’s Theorem. The other hypotheses states that the function is differentiable on the interval which it is because the derivative of the integrated equation is the original equation. Subsequently, the function is continuous on that interval, supporting the last of the hypotheses of the Rolle’s Theorem.

^Sorry for the lack of LaTeX in that summary- I hope it is still clear enough.

If this were a real class and you were to hand in this problem, you would begin with a statement of the problem including what you are given and what you are to prove, like this:

Show that if [itex]\frac{a_0}{1} + \frac{a_1}{2} + ... \frac{a_n}{(n+1)} = 0[/itex]

then [itex]a_0 + a_1x + ... + a_nx^n = 0[/itex] for some x in the interval [0, 1]. Then your argument would begin like this. Let:
$$
F(x) = \int_0^x a_0+a_1t+...+a_nt^n\, dt =
a_0x + \frac{a_1x^2}{2} + ... + \frac{a_nx^{n+1}}{n+1}$$

At this point you would observe that since ##F## is a polynomial, both it and its derivative exist and are continuous on [0,1]. Now you observe that obviously ##F(0)=0## and$$
F(1) =a_0 + \frac{a_1}{2} + ... + \frac{a_n}{n+1}$$which is given to be ##0##. So you have ##F(1)=F(0)##.

That completes checking the hypotheses of Rolle's theorem so now you state the conclusion: There exists a ##c## in (0,1) such that ##F'(c) = 0##. Since$$
F'(x) = a_0 + a_1x + ... + a_nx^n$$this says that$$
a_0 + a_1c + ... + a_nc^n=0$$which is what we were trying to prove (we have found the required value of x).

I would normally not give a complete writeup such as this, but since you are learning the subject on your own, I thought you might learn something from a proper writeup.
 
Last edited:
  • Like
Likes   Reactions: 1 person
Professor Kurtz, thank you so much for going over this with me in detail. I truly appreciate it. I didn't know the format for a 'proof' of this kind (or that it is required to write it in this way). I can say that I understand the material now, and it is all thanks to you.