Volume Equations

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
There should be a direct way to do it. I'm trying not do to it with the slice method tb46 linked to.

This is the equation for the volume of an Exponential Horn
V=(St/k)*(e^(k*x)-1)

It is very easy to use as I already have St, K, and x from the cross-sectional area equations. Mo=St*e^(k*x)

The parabolic I can't remember right now, but it is similarly easy.



Conical cross-sectional area is:
Mo=St*((x+Xo)/Xo)^2

Hyperbolic cross-sectional area is:
Mo=St*((COSH(x/Xo)+(m*SINH(x/Xo)))^2
 
In the general form, volume of a rotation, its: the integral from a->b of pi()*(y^2)dx

You substitute for y^2 and perform the integration.

For a sphere, for example, the equation of the boundary curve is x^2 + y^2 = r^2

Re-arranging: y^2 = r^2 -x^2

Substituting, the volume of a hemisphere is: the integral from 0 -> r of pi()*(r^2 - x^2)

Which evaluates to [0 -> r] [pi()*(r^2*x - x^3/3)]

=pi()*(r^3-[r^3/3])

= 2/3 pi()*r^3

therefore volume of a sphere = 4/3 pi()*r^3

You just need the equation of your hyperbolic in terms of y, then you can work out y^2 and substitute, integrate.

vol_of_sphere.JPG

w
 
Conical horn volume
V =(1/3)*PI()*x*((r1^2)+(r2^2)+(r1*r2))

r1=sqrt(St/PI())
r2=sqrt(Mo/PI())
x=distance
St=throat Sd
Mo=mouth Sd

No, that just can't be right.

The formula is obtained by calculating the volume of the cone as it would be if extended to a point (the original formula I gave), and subtracting the volume contained by the cone which is 'missing'

(1/3 * pi * r1^2 * h1)-(1/3 * pi * r2^2 * h2)

where r2 is the radius of the throat, r1 is the radius of the mouth, h1 is the distance from the mouth to the point of the cone as it would be if extended to a point and h2 is the distance from the throat to the point of the cone.

By inspection it is obvious that the second formula,

(1/3 * pi * r1^2 * h1)-(1/3 * pi * r2^2 * h2)

rearranged,

Can never contain this term

(r1*r2)

which is in the formula you have given. The formula you have given, moreover has no provision for calculating the value of h1 or h2.

Taking x as the distance from throat to mouth since h1 = x + h2 we have:

(1/3 * pi * r1^2 * [x+h2])-(1/3 * pi * r2^2 * h2)=

1/3 *pi * [(r1^2 * [x+h2])-(r2^2 * h2)]

(x+h2)/h2=r1/r2 (similar triangles)
x+h2=h2*r1/r2

so in terms of h2 we have

1/3 *pi * [(r1^2 * [h2*r1/r2])-(r2^2 * h2)]
=1/3 *pi * h2 * [(r1^2 * [r1/r2])-(r2^2)]
=1/3 *pi * h2 * [(r1^3/r2)-(r2^2)]

but

h2=h1-x
h1=h2*r1/r2

therefore

h2=h2*(r1/r2)-x
x=[(h2*r1)/r2]-h2
x=h2[(r1/r2)-1]
h2=x/[(r1/r2)-1]

hence in terms of x

1/3* pi * x/[(r1/r2)-1] * [(r1^3/r2)-(r2^2)]

w

It's a bit late. I'll look at it again in the morning
 
No, that just can't be right.
It works out right against everything I have checked it with.

Looking back over tb46's link I found =(1/3)*PI()*x*((r1^2)+(r1*r2)+(r2^2)), which I missed the first time scanning for the hyp bits. Due to the mix and match style of addition and multiplication, it works out the same as mine.

All three give the same answer. ;)

Now, can you pull the hyp one off? I never got it to fly.
 
Last edited:
Hi,

I'm not even going to try to correct my mistakes anymore :) divide by 2 divide, by 3 what's the difference? (volume = (area1 +area2)/2 x height). I'll try to attach two pages from the VNR Concise Encyclopedia of Mathematics. Kepler's rule may be what you're looking for.

Regards,
 

Attachments

  • 2010_Nov30_solid geometry_ 001b.jpg
    2010_Nov30_solid geometry_ 001b.jpg
    160.6 KB · Views: 66
  • 2010_Nov30_solid geometry_ 002b.jpg
    2010_Nov30_solid geometry_ 002b.jpg
    125.1 KB · Views: 70
Last edited:
Does anyone have the equation for the volume of a hyperbolic horn on hand.

Hi soho54,

Given S1, S2, L12 and T, the volume of a hyperbolic-exponential horn can be calculated as follows:

A = 1 + T
B = 1 - T
C = -2 * Sqrt(S2 / S1)

m = Ln((-C + Sqrt(C ^ 2 - 4 * A * B)) / (2 * A)) / L12

V1 = A ^ 2 / (2 * m) - B ^ 2 / (2 * m)

V2 = 2 * A * B * L12
V2 = V2 + A ^ 2 * Exp(2 * m * L12) / (2 * m)
V2 = V2 + B ^ 2 * Exp(-2 * m * L12) / (-2 * m)

Volume = S1 / 4 * (V2 - V1)

I derived the expressions for Hornresp some years ago :).

Hope this helps.

Kind regards,

David
 
Last edited:
Given S1, S2, L12 and T, the volume of a hyperbolic-exponential horn can be calculated as follows:

The expressions can be further simplified if required:

A = 1 + T
B = 1 - T
C = 2 * Sqrt(S2 / S1)

m = 2 * Ln((C + Sqrt(C ^ 2 - 4 * A * B)) / (2 * A)) / L12

V1 = (A ^ 2 - B ^ 2) / m
V2 = 2 * A * B * L12 + (A ^ 2 * Exp(m * L12) - B ^ 2 * Exp(-m * L12)) / m

Volume = S1 * (V2 - V1) / 4

Kind regards,

David
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.