MHB Partial Volume of a Cylinder Calculation

AI Thread Summary
The discussion revolves around calculating the partial volume of a cylinder for an Excel spreadsheet project. A user seeks clarification on a specific formula, particularly the R sq cos -1 section, and how to apply the cosine function within it. Another participant suggests a formula format for Excel, emphasizing the importance of parentheses for proper order of operations. Despite attempts, the original poster finds the provided formula does not work in Excel and decides to continue investigating. The conversation highlights the challenges of applying mathematical formulas in spreadsheet software.
CivCalc
Messages
2
Reaction score
0
It's been a long time since I've attended school, over 33 years ago. So my question may seem basic to many here. I wish to calculate the partial volume of a cylinder for my excel spreadsheet project. The formula I've found is attached. (unable to type it)

But I do not fully understand this formula. Particulalry the R sq cos -1 section. Could somebody please explain how I use cos
Thank You

View attachment 7715
 

Attachments

  • Formula.PNG
    Formula.PNG
    3 KB · Views: 136
Mathematics news on Phys.org
Hello, and welcome to MHB! (Wave)

I don't use Excel, but I imagine it would be something like:

Code:
V=L*(R^2*ACOS((R-D)/R)-(R-D)*SQRT(2*R*D-D^2))
 
Thanks for response. No doesn't work on excel but that's OK, I'll investigate further
 
CivCalc said:
Thanks for response. No doesn't work on excel but that's OK, I'll investigate further

The Basic Spreadsheet
View attachment 7728
B1:B3 are the desired input values.

The formula in B5
View attachment 7729
I added a few sets of parentheses to emphasize order of operations.

You COULD name the cell ranges and refer to their meanings, rather than the cell addresses.
 

Attachments

  • Spreadsheet1.jpg
    Spreadsheet1.jpg
    8.6 KB · Views: 132
  • Spreadsheet2.jpg
    Spreadsheet2.jpg
    5.8 KB · Views: 124
Yeah, I figured what I gave was correct. :)
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top