Intermediate-value theorem (approximation) ?

njama
Messages
215
Reaction score
1
intermediate-value theorem (approximation) ?

Homework Statement



Use the Intermediate-Value Theorem to show that there is a right circular cylinder of height h and radius less than r, whose volume is equal to that of a right circular cone of height h and radius r.

Homework Equations



V_{cylinder}=\pi r^2 h

V_{cone}=1/3 \pi r^2 h

The Attempt at a Solution



Here is my assumption:

Since the radius r of the basis of the cone is greater than the radius r1 of the cylinder, we can write the formulas as follows:

V_{cylinder}=\pi r_{1}^2 h , r_1 < r

V_{cone}=1/3 \pi r^2 h

Now, because we need to find r1 so that V_{cylinder}=V_{cone}

\pi r_{1}^2 h = 1/3 \pi r^2 h

So we need to find:

r_{1}^2 = 1/3 (r^2)

or

r_{1}^2 - (1\sqrt{3})^2r^2=0

(r_1 - 1\sqrt{3}r)(r_1 + 1\sqrt{3}r)=0

We need to find r_1 - 1\sqrt{3}r=0 or r_1 + 1\sqrt{3}r=0

Now I've found that r_1 = \pm 1\sqrt{3}r

Now is my goal to prove using the intermediate value theorem that the statement above is true?

Now the length of the radius r1 is between (0,r) because (r1 < r )

(0+r)/2 = r/2

Now the solution is between (r/2,r).

(r/2 + r)/2 = 3r/4

Now the solution is between (r/2,3r/4).

Should I continue doing this until I get close number to 1/\sqrt{3}r ??
 
Last edited:
Physics news on Phys.org


Let the volume of the cylinder be denoted

V \left(r_1\right) = \pi r_1^2h.

It's clear that this function is continuous on any closed interval, hence the IVT may be applied. Your goal is to show that there exists some c such that

V \left(c\right) = \frac{1}{3} \pi r^2 h,

with c&lt;r. If you can show that there exists a and b such that

V \left(a\right) &lt; \frac{1}{3} \pi r^2 h and V \left(b\right) &gt; \frac{1}{3} \pi r^2 h,

then the IVT will guarantee the existence of your c value. Then, you must show that c&lt;r. You've already done most of the work already...can you see it? How would you find a suitable a and b value?

EDIT: Also, this is NOT an approximation. The V\left(c\right) value that the IVT will give you is EXACTLY equal to \frac{1}{3} \pi r^2 h.
 
Last edited:


But why c < r, is it because r1 < r?

Why I need to show
<br /> V \left(a\right) &lt; \frac{1}{3} \pi r^2 h<br />
and V \left(b\right) &gt; \frac{1}{3} \pi r^2 h

?
 


I suggest you go back and look at the precise statement of the IVT. Here it is from MathWorld (I've modified their variables to fit my hint):

If f is continuous on [a,b], and x is any number between f(a) and f(b) inclusive, then there is at least one number c in the closed interval such that f(c)=x.

Our function is the volume of the cylinder, V\left(r_1\right). To apply the IVT to this function, we need to make sure the theorem's hypotheses are satisfied. This is a step that many students skip, and to their detriment. Is V continuous? What closed interval is it continuous on?

In terms of how the theorem is stated, we're dealing with x= \frac{1}{3}\pi r^2 h. If you can find a,b such that V\left(a\right) &lt; x and V\left(b\right) &gt;x, then the IVT guarantees the existence of c such that V\left(c\right) = x. Can you see that? How do you find a and b?

Once you find c, you must show that c&lt;r because that is a condition stated in the problem.
 


Thanks. For I moment I missed that part.

V is continuous everywhere because for every number k in the domain the limit:

\lim_{r_1 \rightarrow k} V(r_1) = V(k)

\lim_{r_1 \rightarrow k} V(r_1)=\lim_{r_1 \rightarrow k} \pi r_{1}^2 h = \pi k^2 h =V(k)

Because it is continuous everywhere, we can choose any numbers [a,b].

Because the volume of the cylinder is 3 * V(of cone), I would choose b=r so that V(b)= пb^2h and a=0 so that V(a)=0.

Now I trapped \frac{1}{3}\pi r^2 h between 0 and \pi r^2 h.

Is this correct?
 


Is this better?
 
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