Problem with solving an equation

  • Thread starter Thread starter Parashurama
  • Start date Start date
AI Thread Summary
The discussion revolves around finding a formula for the variable x in a volume equation for a box created by cutting corners from a 50x50 unit square. The volume function is defined as V(x) = x(50 - 2x)², but the user initially struggles to isolate x for a given volume. After attempts with Maple, the user realizes that they misinterpreted the problem and that a direct formula is unnecessary. Instead, they can use the volume equation and numerical tables to determine the appropriate x value for a specific volume. The issue is ultimately resolved by clarifying the approach to solving for x.
Parashurama
Messages
3
Reaction score
0

Homework Statement


I have a square 50x50 units. I want to make a pool(box without a lid), and then cut away the corners. The "corner-square" is x^2.
What I want is a formula X(v) that gives me the x value needed to get a fixed volume.


Homework Equations


The V(x) function is base x height, x(50-2x)^2. But i have problems isolating x based on this formula.



The Attempt at a Solution


If i try solving it in Maple I get:
25/2 + 1/2sqrt(625-2v) and 25/2 - 1/2sqrt(625-2v)
but this makes no sense to me.

I've calculated the max volume at x=25/3 to be 250000/27, and the function is only valid from x=0..25.

I guess the answers Maple gives me is because it does not know og my 0..25 range, but I don't know how to make that part of the calculation.

If the problem is unclear, please say so and I will try to explain better.
 
Physics news on Phys.org
If each side is 50 and you "cut away" x^2 from each corner then you base will have sides of length 50- 2x. The base will have area (50- 2x)^2 and the box will have height x. The volume is x(50- 2x)^2.

Now, what is it you specifically want to do? Solve x(50- 2x)^2= v for any v? Multiplying out the left side gives 4x^3- 200x^2+ 2500x= v or the cubic equation 4x^2- 200x^2+ 2500x- v= 0. Your "Maple" solution looks like a quadratic formula- you may have left out an "x".
 
Thanks for answering!
What I want is a function that gives me the x value needed to make a box with a cirtain volume.

I will check my equations in Maple tonight, when I get back from work.
 
I did leave out an x, but still did not get a sensible answer. But when I read the problem text once more a saw that I was not supposed to make a formula, but use the formula V=x(50-2x)^2 and use tables to narrow down to the volume you needed.

So the problem is solved that way and that I figuerd out :P

Thanks for the help!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top