Skip to main content

A solid is generated by revolving the region bounded by `y = x^2/2` and `y = 2` about the y-axis. A hole, centered along the axis of revolution, is...

Given ,


`y=(x^2)/2 ` and `y=2`


A solid is generated by revolving the region bounded by these curves about y-axis.


So ,let us find the volume of the solid generated. It is as follows:


Using the shell method we can find the volume of the solid


`V= 2*pi int_a^b p(x)h(x)dx`


but we have to find the range of x


so ,


let us find the intersection points


=>


`2= x^2/2`


=> `x^2=4`


=>`x^2-4=0`


so,`x=+-2 ,`


as only the ranges is between 0 to a positive number,


So, `0<=x<=2`


So, volume


= `2*pi int_0^2 (x)(2-(x^2/2))dx`


=`2*pi int_0^2(2x-(x^3)/2)dx`


=`2*pi [2x^2/2 -x^4/8]_0^2`


`=2*pi[[4-2]-[0]]`


=`4pi`


Now given that a hole, centered along the axis of revolution, is drilled through this solid so that one fourth of the volume


so the volume of the hole `= 1/4* 4pi = pi`


now we have to find the diameter .


as we know that the radius of the hole can be calculated by getting the range of the x with respect to the hole .


now we can find the volume of the hole


it is given as


`V= 2*pi int_a^b p(x)h(x) dx`


but V_hole = `pi`



=>` pi = 2*pi int_a^b p(x)h(x) dx`


let `a =0` and `b = x_0`  so we have to find the radius`x_0`  and then the diameter.


=>`pi = 2*pi int_0^(x_0) (x)(2-x^2/2) dx`


=>`pi= 2*pi int_0^(x_0) (2x-x^3/2) dx`


=>`pi = 2*pi [2x^2/2 - x^4/8]_0^(x_0) `


=> `1=2[(x_0)^2 - (x_0)^4/8]`


=> `1 = 2(x_0)^2 -(x_0)^4/4`


let `u= (x_0)^2`


=>`1=2u - u^2/4`


=>`4= 8u - u^2`


=>` u^2-8u +4=0`


so u = `(-(-8)+-sqrt(64-16))/2`


       =`(8+-sqrt(48))/2`


      = `(8+-4sqrt(3))/2`


      = `2(2+-sqrt(3))`


      = `4+-2sqrt(3) `


so, `u= (x_0)^2`


`x_0=sqrt(4+-2sqrt(3) )`


as` x_0<2` if it is beyond the hole is not possibe in the solid


so ,


`x_0=sqrt(4-2sqrt(3) ) =0.7320 ` is the radius of the hole


now the diameter of the hole is` 2*(x_0) = 2*(sqrt(4-2sqrt(3) ))=1.464`

Comments

Popular posts from this blog

Is there a word/phrase for "unperformant"?

As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...

Is 'efficate' a word in English?

I routinely hear the word "efficate" being used. For example, "The most powerful way to efficate a change in the system is to participate." I do not find entries for this word in common English dictionaries, but I do not have an unabridged dictionary. I have checked the OED (I'm not sure if it is considered unabridged), and it has no entry for "efficate". It does have an entry for "efficiate", which is used in the same way. Wordnik has an entry for "efficate" with over 1800 hits, thus providing some evidence for the frequency of use. I personally like the word and find the meaning very clear and obvious when others use it. If it's not currently an "officially documented" word, perhaps its continued use will result in it being better documented.