Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > The Academy > Tilted Knowledge and How-To


 
 
LinkBack Thread Tools
Old 11-16-2003, 09:26 AM   #1 (permalink)
Tilted
 
Calc question...

A hemispherical bubble is placed on a spherical bubble of radius 1. A smaller hemisperical bubble is placed on the first one. This process continues until n bubbles have been used. Prove that the maximum height of any bubble tower with n bubbles is 1 + n^1/2

I"ve been working on this for a couple hours and have no idea.
Jaseca is offline  
Old 11-16-2003, 12:04 PM   #2 (permalink)
Banned
 
Location: 'bout 2 feet from my iMac
there seems to be a detail missing here... how does the bubble size change per bubble? maybe i'm misunderstanding what you mean by "hemispherical bubble"... clarify?
cheerios is offline  
Old 11-16-2003, 07:03 PM   #3 (permalink)
Insane
 
Yeah I need a picture...
__________________
"find what's good and make it last"
-Bouncing Souls
hahaha is offline  
Old 11-16-2003, 08:29 PM   #4 (permalink)
Tilted
 
Here is the best we can do for a picture...


On those are really hemispheres. The rate of change isn't given, its just assumed to meet be 1+ sqrt(n) in the end.

I know that picture is horrible... My version was worse, someone had to make that for me. I don't do graphic stuff...
Jaseca is offline  
Old 11-16-2003, 08:46 PM   #5 (permalink)
Insane
 
Location: West Virginia
I dont see how its possible, but *shrug*. If this is from a book, can we get the 'exact' wording of the question?
__________________

- Artsemis
~~~~~~~~~~~~~~~~~~~~
There are two keys to being the best:
1.) Never tell everything you know
Artsemis is offline  
Old 11-16-2003, 09:01 PM   #6 (permalink)
Banned
 
Location: Farm country, South Dakota
This is the exact wording of the probelm. We really can't do much better. Any thing you are questioning we have also. All we are really looking for i a fresh perspective and possibly new ideas.
SuperMidget is offline  
Old 11-16-2003, 10:24 PM   #7 (permalink)
Banned
 
I'd try usin other theorms to sub in with eachother to try this... thats a damn hard question tho
thegreek is offline  
Old 11-17-2003, 09:25 AM   #8 (permalink)
!?!No hay pantalones!?!
 
saltfish's Avatar
 
Location: Indian-no-place
So you're saying 1 + n^(1/2) ?

I get a bit rusty on order of operations...

-SF
saltfish is offline  
Old 11-17-2003, 11:02 AM   #9 (permalink)
Pure Chewing Satisfaction
 
Moskie's Avatar
 
Location: can i use bbcode [i]here[/i]?
hehe, this might be fun, i haven't done calc in forever, but i'll give it a try.

The way I'm starting this out is:

let r(n) be the radii of the (hemi)spheres. So r(1)=1, as defined in the problem. And r(n) < r(n-1). Now we have to show that the summation of all r's has a maximum value of 1+n^(1/2).

Does that sound right?

**edit** Found a stupid error in my logic. We don't just sum up the value of the radii, it's more complicated than that.... *continues scribbling*

ok, so who can figure out this part: if one hemisphere is stacked whose radius is x less than the sphere, how much height is added to the stack?
__________________
Greetings and salutations.

Last edited by Moskie; 11-17-2003 at 11:15 AM..
Moskie is offline  
Old 11-17-2003, 05:03 PM   #10 (permalink)
Psycho
 
Location: PA
This is a really neat problem. The thing that everyone has missed is that it says the *maximum* height is 1+sqrt(n). This is a maximization problem.

I'll get you started on the n=2 case.

Start at the centerline of the big bubble. Then define an angle a up to the bottom of the second bubble. Cos a=R2. the radius of the second bubble, and Sin a=h, the vertical distance from the center of bubble 1 to the bottom of bubble 2.

h=Sin a=sqrt(1-(Cos a)^2)=sqrt(1-R2^2)

The total height of the tower is

H=1+h+R2=1+R2+sqrt(1-R2^2)
(the 1 is from the bottom half of the big bubble)

Maximizing H gives H=1+sqrt(2). Now repeat for arbitrary n.

Sorry that probably sounds like gibberish without a picture to go along.

Last edited by stingc; 11-17-2003 at 05:34 PM..
stingc is offline  
Old 11-17-2003, 07:18 PM   #11 (permalink)
Junkie
 
hmm

Edit used periods to help with spacing

Here is the way I did it but I came up with a different solution then the problem. Can anyone find my logic error?

First I make one assumption:

The maximum height of the entire bubble tree can be found by maximizing the height of every touching pair of bubbles.

Now if this is incorrect someone please explain to me why.

Ok the rest will be full of crappy notation that can be written very well in this text editor but I will try.

First we draw a line going horizontal across each radius. This breaks our tree into n+1 intervals (1 interval is the bottom of the base circle radius, 1 interval is the top circle radius, and the rest of the intervals are the distances between consecutive radiuses.

If we denote the distance between the Nth and Nth+1’s circles radius as D(n) and the radius of the Nth circle as R(n) we then have our height

H(n)=R(1)+R(n)+[D(1)+...+D(n-1)]

Ok I hope you are still following (a tablet PC would be nice right about now).

Let’s now look at a simple example with 2 circles.

If we set the radius of our larger circle to be R(n) and the smaller circles radius to be R(n+1) then we can say the following.

If we draw a line between the radius of the larger circle and connect it to a point where the two circles touch that distance is R(n). Then if we draw from the bottom circle’s radius straight up to the top circles radius and then complete the triangle we have the following triangle.

...... R(n+1)
...... -------
...... |...../
D(n)..|..../ R(n)
...... |../
...... |/
We then have D(n)=sqrt(R(n)^2-R(n+1)^2)

Back to our original height equation for 2 circles we now have

H(n+1)= R(n) + R(n+1) + D(n)

H(n+1)= R(n) + R(n+1) + sqrt(R(n)^2-R(n+1)^2)

We now want to maximize this using R(n+1) as our variable

R(n) is a constant

H’(n)=1-1*R(n+1)/sqrt(R(n)^2-R(n+1)^2)

Setting this equal to zero and solving gives us

R(n+1)=R(n)/sqrt(2)

This is a FO linear recursion with which gives us a general solution of

R(n)=(1/sqrt(2))^(n-1)*R(1)

So we now know the maximized radius at every height. Our calc work is done and now all we need to do is a simplifying of our original series


H(n)=R(1)+R(n)+[D(1)+...+D(n-1)]

We know R(1)=1
We know R(n)=(1/sqrt(2))^(n-1)

So now let’s look at our summation of the Ds

n-1
Sum sqrt[ ((1/sqrt(2))^(2k-2) – (1/sqrt(2))^(2k)) ]
k=1


working with what is inside of the outside sqrt we can factor out a (1/sqrt(2))^(2k-2) leaving us with

n-1
Sum sqrt[ ((1/sqrt(2))^(2k-2)*(1 – (1/sqrt(2))^2) ]
k=1

OR

n-1
Sum sqrt[ ((1/sqrt(2))^(2k-2)*(1/2) ]
k=1


By putting in the outer square root as a 1/2 power we have

n-1
Sum (1/sqrt(2))^(k-1)*(1/sqrt(2))
k=1

We can then place the last 1/sqrt(2) into our exponent by adding 1 to th power.

n-1
Sum (1/sqrt(2))^k
k=1

Now don’t forget about our first 2 terms that we still have. We have the 1 + (1/sqrt(2))^(n-1)

We can add our 1 directly into our sum by lowering k by 1.


.......................n-1
(1/sqrt(2))^(n-1) + Sum (1/sqrt(2))^k
.......................k=0

The summation is now a geometric series with base 1/sqrt(2) giving us the final equation for H(n)

H(n)= (1/sqrt(2))^(n-1) + 1-(1/sqrt(2))^n
..............................--------------------
....................................1-1/sqrt(2)

Placing values into this match the equation 1+sqrt(n) for H(1) and H(2). After that it gets of a minor amount.

My guess is my initial assumption might be wrong.

Last edited by Rekna; 11-17-2003 at 07:25 PM..
Rekna is offline  
Old 11-25-2003, 06:01 PM   #12 (permalink)
Insane
 
Sorry, but you lost me at the end of the first line. OK, I admit, I was never really good at math.
sky_driver is offline  
 

Tags
calc, question


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 07:48 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62