Systems of Nonlinear Equations

AI Thread Summary
A 60-foot wire is cut into two pieces to form a square and a circle, aiming for a total enclosed area of 100 square feet. The equations x + y = 60 and (x/4)² + y²/(4π) = 100 are set up, where x is the length for the square and y for the circle. Errors were identified in the setup, specifically that the total length should be 60, not 100, and that y should equal 60 - x. Despite correcting these mistakes, the quadratic equation yielded an impractical solution of x = 74 and a negative radius. Further clarification from the teacher is suggested to resolve the issue.
Lurid
Messages
14
Reaction score
0

Homework Statement



A wire 60 feet long is cut into two pieces. Is it possible to bend one piece into the shape of a square and the other into the shape of a circle so that the total area enclosed by the two pieces is 100 square feet? If this is possible, find the length of the side of the square and radius of the circle.

Homework Equations



x+y=60, where x is one of the pieces cut, and y is the other.

(x/4)2, which is the area of the square the one of the pieces make.

2∏R=y, which is the circle that the the piece y can make.
R=y/(2∏R)
∏R2=area of a circle
∏(y/(2∏R))2=
y2/(4∏)=

Two Equations:
x+y=100
(x/4)2+y2/(4∏)=100

The Attempt at a Solution



(x/4)2+y2/(4∏)=100
∏x2+4y2 = (100)(∏)(16)

y=60/x

∏x2+4(60/x)2 = (1600)(∏)
∏x4-1600∏x2+14400 = 0

I used the quadratic equation, solved for x and y. I plugged it back in and it didn't work out quite well. Is there anything wrong with my arithmetic or set-up? Or maybe it's impossible?

Any help is greatly, greatly appreciated!
 
Physics news on Phys.org
You have two mistakes, although one is typographical:

Lurid said:
Two Equations:
x+y=100

This should be 60, according to the set-up.

y=60/x

According to the above equation, you should have y = 60 - x.
 
Steely Dan said:
You have two mistakes, although one is typographical:



This should be 60, according to the set-up.



According to the above equation, you should have y = 60 - x.

Thanks so much! I can't believe I couldn't catch that.
I still couldn't get a correct answer though (well, it doesn't work because x=74).
 
Lurid said:
Thanks so much! I can't believe I couldn't catch that.
I still couldn't get a correct answer though (well, it doesn't work because x=74).

It's a quadratic equation, so you should get two solutions. What's the other?
 
Steely Dan said:
It's a quadratic equation, so you should get two solutions. What's the other?

It was a negative number, -2.77. I'll just ask my teacher tomorrow. :)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top