Scaling Polynomial Functions for Water Bottle Design

  • Thread starter Thread starter HalcyonStorm
  • Start date Start date
  • Tags Tags
    Revolution Volumes
HalcyonStorm
Messages
7
Reaction score
0

Homework Statement


For an assignment, I'm required to design three water bottle using 3 different polynomial functions. I've used a linear, quadratic and cubic. The first bottle needs to be 600ml, the second 300ml, and the third 1L.

In order to 'create' the bottles, we are to calculate the volume (really the area) between the function and the x-axis as if the bottle were 3D, by rotating it around the axis.

I had no trouble with the first part; I've created my 600ml bottle using the following functions across the given intervals:

1. Quadratic function
f(x) = (-1/24)*(x-6)^2 + 4, from x = 0 to x = 6

2. Linear function
f(x) = 4, from x = 6 to x = 10

3. Cubic function
f(x) = (-3/128)*(x-10)^3 + 4, from x = 10 to x = 14

When these three functions are rotated, the calculated area is approximately 603ml, which is spot on (we are allowed to have a 10% variation from 600ml).

Now, here's the part where I am having trouble. In order to create the new bottles, I wish to scale the functions that I already have down or up, to create bottles of 300ml and 1L.

Homework Equations



Volume of revolution: V = ∏\int^{b}_{a}y^{2}dx

The Attempt at a Solution


I've realized that, obviously, to halve the volume to 300ml I will need to take half of V = ∏\int^{b}_{a}y^{2}dx. However, I have not been able to work out how to retrograde this change to my original functions. I'm starting to get frustrated!

Any help would be greatly appreciated. Thanks!
 
Physics news on Phys.org
Since volume is proportional to a length cubed, to reduce a volume to 1/2 you will have to multiply lengths by 1/\sqrt[3]{2}.
 
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