How is the quotient of two constants calculated in a given equation?

  • Thread starter Thread starter fysiikka111
  • Start date Start date
  • Tags Tags
    Constants quotient
AI Thread Summary
The discussion revolves around solving the equation F_{1}^2 + 2F_{1}F_{2} - F_{2}^2 = 0, where F_{1} and F_{2} are components of a force. Participants suggest using the quadratic formula to isolate F_{1} and F_{2}, treating them as variables despite being constants. A more effective method proposed involves completing the square, leading to the solutions F_{1} = (1 - √2)F_{2} and F_{1} = (1 + √2)F_{2}. This approach clarifies how to derive the quotient F_{1}/F_{2} = 1 ± √2. The conversation highlights the importance of correctly manipulating equations to find meaningful solutions.
fysiikka111
Messages
41
Reaction score
0

Homework Statement


Part of a larger problem. I know that
F_{1}^2+2F_{1}F_{2}-F_{2}^2=0
where F_{1} and F_{2} are x and y components of a force. Hence
\frac{F_{1}}{F_{2}}=1\pm\sqrt{2}
I can't see how that step is done.

Homework Equations



The Attempt at a Solution


{F_{1}=\sqrt{F_{2}^2+2F_{1}F_{2}}
F_{2}=\sqrt{F_{1}^2-2F_{1}F_{2}}
Stuck here.
Thanks
 
Physics news on Phys.org
If you were asked to solve x^2+2x=0 for x, you wouldn't say x=\sqrt{-2x} but would rather solve it using the quadratic formula. Do the same for F1 and F2, you can treat F1 as the variable x that you need to solve and F2 as a constant, and vice versa.
 
Mentallic said:
If you were asked to solve x^2+2x=0 for x, you wouldn't say x=\sqrt{-2x} but would rather solve it using the quadratic formula. Do the same for F1 and F2, you can treat F1 as the variable x that you need to solve and F2 as a constant, and vice versa.

I did actually try that way also, with answer:
\frac{F_{1}}{F_{2}}=\frac{F_{2}\pm\sqrt{1+F_{2}^2}}{-F_{1}\pm\sqrt{1+F_{1}^2}}
I can't see how to simplify that either. But since F1 and F2 are constants, isn't it meaningless to take their roots?
Thanks
 
fysiikka111 said:
I did actually try that way also, with answer:
\frac{F_{1}}{F_{2}}=\frac{F_{2}\pm\sqrt{1+F_{2}^2}}{-F_{1}\pm\sqrt{1+F_{1}^2}}
Note quite, if we have x^2+2xy-y^2=0 and solve for x, we get x=\frac{-2y\pm\sqrt{4y^2+4y^2}}{2}=y\left(-1\pm\sqrt{2}\right)

fysiikka111 said:
I can't see how to simplify that either. But since F1 and F2 are constants, isn't it meaningless to take their roots?
Thanks

What do you mean take their roots? As in use the quadratic formula to solve them? They can be thought of as variables even though they are actually constant. We are able to interchange between F1 being a variable and F2 the constant and vice versa.
 
Thanks!
 
fysiikka111 said:

Homework Statement


Part of a larger problem. I know that
F_{1}^2+2F_{1}F_{2}-F_{2}^2=0
where F_{1} and F_{2} are x and y components of a force. Hence
\frac{F_{1}}{F_{2}}=1\pm\sqrt{2}
I can't see how that step is done.

Homework Equations



The Attempt at a Solution


{F_{1}=\sqrt{F_{2}^2+2F_{1}F_{2}}
F_{2}=\sqrt{F_{1}^2-2F_{1}F_{2}}
Stuck here.
Thanks

To add to what Mentallic said, when you solve for a variable, you end up with an equation in which the variable appears by itself on one side and does not appear on the other side. You have not solved for F1 if it appears on both sides of your final equation. Same for F2.

For example, if x2 + 2x - 1 = 0, you have not solved for x if you rewrite this equation as
x = \pm \sqrt{1 - 2x}
 
I would have done it this way:
Complete the square
F_1^2+ 2F_1F_2- F_2^2= F_1^2+ 2F_1F_2+ F_2^2- 2F_2^2
= (F_1+ F_2)^2- 2F_2^2
a "difference of squares" which can be written a "product of sum and difference" so
(F_1+ F_2)^2- 2F_2^2= (F_1+ F_2- \sqrt{2}F_2)(F_1+ F_2+ \sqrt{2)F_2)= 0
so we must have either
F_1+ F_2- \sqrt{2}F_2= F_1+ (1-\sqrt{2})F_2= 0
so that F_1= (1-\sqrt{2})F_2 and so
\frac{F_1}{F_2}= 1- \sqrt{2}

or
F_1+ F_2+ \sqrt{2}F_2= F_1+ (1+\sqrt{2}) F_2= 0
so that F_1= (1+ \sqrt{2})F_2 and so
\frac{F_1}{F_2}= 1+ \sqrt{2}
 
HallsofIvy said:
I would have done it this way:
Complete the square
F_1^2+ 2F_1F_2- F_2^2= F_1^2+ 2F_1F_2+ F_2^2- 2F_2^2
= (F_1+ F_2)^2- 2F_2^2
a "difference of squares" which can be written a "product of sum and difference" so
(F_1+ F_2)^2- 2F_2^2= (F_1+ F_2- \sqrt{2}F_2)(F_1+ F_2+ \sqrt{2)F_2)= 0
so we must have either
F_1+ F_2- \sqrt{2}F_2= F_1+ (1-\sqrt{2})F_2= 0
so that F_1= (1-\sqrt{2})F_2 and so
\frac{F_1}{F_2}= 1- \sqrt{2}

or
F_1+ F_2+ \sqrt{2}F_2= F_1+ (1+\sqrt{2}) F_2= 0
so that F_1= (1+ \sqrt{2})F_2 and so
\frac{F_1}{F_2}= 1+ \sqrt{2}

Ahh much more elegant :wink:
Just a little query - your math says F_1+(1-\sqrt{2})F_2=0 so solving from this we should get \frac{F_1}{F_2}=-(1-\sqrt{2}) and also F_1+(1+\sqrt{2})F_2=0 thus \frac{F_1}{F_2}=-(1+\sqrt{2})

I'm probably missing something blindingly obvious here...
 
Back
Top