Calculating the cut out section of a box

  • Thread starter Thread starter Emethyst
  • Start date Start date
  • Tags Tags
    Box Cut Section
Emethyst
Messages
117
Reaction score
0

Homework Statement


a rectangular box with no top is formed by cutting out equal squares from the corners of a square sheet of metal, 10 cm by 10cm, and bending up the 4 sides. What size of square must be removed from each corner to generate a box with a volume of 50cm^3? (Note: there are 2 answers.)


Homework Equations


Tangent Line Approximation and Newton's Method



The Attempt at a Solution


This is a question where I do not know where to start. I know I am supposed to find the height of the box using the volume formula and am given the volume, but I don't know how to calculate the length. To me this seems to be a change in value question, where the volume is changing, but I don't think this is right :-p. Could anyone be of assistance here please to get me on the right track for this question? Thanks in advance.
 
Physics news on Phys.org
first of all, Tangent Line Approximation and Newton's Method will be of no help to you here.

Code:
. . . . _______________ . . . .
.      |               |      .
.      | s           s |      .
.______|               |______.
|   s                     s   |
|                             |
|                             |
|                             |
|                             |
|                             |
|                             |
|   s                     s   |
|______                 ______|
.      |               |      .
.      | s           s |      .
. . . .|_______________|. . . .

|<---------- 10cm ----------->|

As to solving the problem, try looking at my picture.

EDIT: you shouldn't need any calculus to do this.
 
Thanks foxjwill, I just put down both the tangent line approximation and Newton's Method because this is a question from those sections in my Calculus unit :-p. So from what I can see, 10-2s=L (or A=L^2-4s^2, V=L^2s) , where s is what I am looking for. I need to find L first then plug it into one of the formulas to find s. Would this be a case of substituting one equation into another, or would this be wrong?

*L is the variable I assigned to the base sides, in case no one knew where that came from.
 
Emethyst said:
Thanks foxjwill, I just put down both the tangent line approximation and Newton's Method because this is a question from those sections in my Calculus unit :-p. So from what I can see, 10-2s=L (or A=L^2-4s^2, V=L^2s) , where s is what I am looking for. I need to find L first then plug it into one of the formulas to find s. Would this be a case of substituting one equation into another, or would this be wrong?

Yup. it would be a case of substituting one equation into another.
 
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