Circle Problem (Tex not working on other 1)

  • Thread starter Thread starter the.ultimate.maveric
  • Start date Start date
  • Tags Tags
    Circle
the.ultimate.maveric
Messages
3
Reaction score
0
Problem :

A cube is inscribed in a sphere of diameter 1. What is the surface area of the cube?


Solution (attempted!) :

Let there be a circle of radius 0.5 with centre at (0, 0.5).

The equation of this circle is therefore:

x^2 + (y-0.5)^\frac{1}{2} = 0.5^2

x = (y-y^2)^\frac{1}{2}

Integrate x with respect to y gives the area to the left of the curve.

So :

Let x = (y-y^2)^\frac{3}{2}

Let u = (y-y^2)<br /> <br /> \Rightarrow x = u^\frac{3}{2}

And

\frac{\delta x}{\delta y} = \frac{\delta x}{\delta u} \cdot \frac{\delta u}{\delta y}

\frac{\delta x}{\delta u} = \frac{3}{2} u^\frac{1}{2} = \frac{3}{2} (y-y^2)^\frac{1}{2}

\frac{\delta u}{\delta y} = 1 - 2y

\Rightarrow \frac{\delta x}{\delta y} = (\frac{3}{2} (y-y^2)^\frac{1}{2}) \cdot (1 - 2y)

\Rightarrow \frac{\delta x}{\delta y} = (y-y^2)^\frac{1}{2} \cdot (\frac{3}{2} - 3y)

So :

\int_{a}^{b} (y-y^2)^\frac{1}{2} dy = \frac{(y-y^2)^\frac{3}{2}}{(\frac{3}{2} - 3y)} + C

Math1.jpg


Let B and A be defined by this drawing!

B has co-ordinates (0.5,0.5)

To find A co-ordinates. Consider the diagonal line. It is a diameter and thus has length 1.

The edge of the square therefore has length \sqrt{\frac{1}{2}}

Therefore A has y co-ordinate 0.5 - \sqrt{\frac{1}{2}}

\Rightarrow \int_{0.5 - \sqrt{\frac{1}{2}}}^{\frac{1}{2}} (y-y^2)^\frac{1}{2} dy = \left[\frac{(y-y^2)^\frac{3}{2}}{(\frac{3}{2} - 3y)}\right]_{0.5 - \sqrt{\frac{1}{2}}}^{\frac{1}{2}}} = I

\Rightarrow 0.5^2\pi - 4(I - (\frac{1}{2})^2) = Surface area of 1 face

Then times by 6 to get SA of cube

Is this correct?
 
Last edited:
Physics news on Phys.org
why is the circle at (0,0.5)? what is wrong with the origin? Also, is a sphere, not a circle, so the centre can be considered to be at (0,0,0). so, x^2 + y^2 + z^2 = 0.5, if a cube is inside it, then x = y = z where they touch, so 3r^2 = 0.5, this is the distance along each axis (r), from the origin to the point of contact between the cube and the sphere, so the length of one side is double that, then the suface are is simply that squared and multiplied by 6 - Therefore, from all that I've done, if the method is right, the answer is 1.
 
Last edited by a moderator:
Ye I did it that way too! (After I saw your post!)

But was wondering if my method beared water?

6 I = 1 ?!
 
Last edited:
You don't need any calculus. You know that a diagonal across the interior of the cube has length 1. So a line segment from the center to a cube corner has length 1/2. You know that any adjacent 2 of such line segments are perpendicular. You know that the third side of the triangle formed by those 2 adjacent line segments is a diagonal across a face of the cube. One more step and you have found the length of an edge of the cube, from which the cube's surface area is simple to compute.
 
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