Simultaneous Equations (How to test for redundancy)

AI Thread Summary
The discussion focuses on solving three simultaneous equations to express F without involving y²₀ or y²₁. The user is concerned about redundancy when solving equations 2 and 3 separately to eliminate y² terms. It is clarified that substituting y₀ from equation 2 into equation 3 to solve for y₁, and vice versa, is a standard method that does not create redundancy. The resulting expressions for y₀ and y₁ can be substituted back into equation 1 to find F in terms of x₀ and x₁. Ultimately, the approach is valid and can yield unique numerical values for the variables involved.
miniradman
Messages
191
Reaction score
0

Homework Statement


I have three equations:

## F = ρw(x_0 y^2_0 - x_1 y^2_1) + \frac{1}{2} γ w (x^2_0 - x^2_1)## ----- 1

##y_0 = y_1 \frac{x_1}{x_0}## ----- 2

##\frac{y^2_0}{2} + gx_0 = \frac{y^2_1}{2} + gx_1## ------ 3

Homework Equations


N/A

The Attempt at a Solution


My goal is to have ##F## expressed without either ##y^2_0## or ##y^2_1## involved in the equation. My problem is that equations 2 and 3 involve both ##y^2_0## and ##y^2_1## so when it comes to eliminate one of them in equation 1, I re-introduce the other in the equation (and vice-versa). My question is whether or not it's legal to simultaneously solve equations 2 and 3 in two different ways (have ##y^2_0## and ##y^2_1## as subjects), then substitute each equation back in equation 1? Does solving the same simultaneous equation twice to obtain two equations with different subjects make them redundant?
 
Physics news on Phys.org
miniradman said:

Homework Statement


I have three equations:

## F = ρw(x_0 y^2_0 - x_1 y^2_1) + \frac{1}{2} γ w (x^2_0 - x^2_1)## ----- 1

##y_0 = y_1 \frac{x_1}{x_0}## ----- 2

##\frac{y^2_0}{2} + gx_0 = \frac{y^2_1}{2} + gx_1## ------ 3

Homework Equations


N/A

The Attempt at a Solution


My goal is to have ##F## expressed without either ##y^2_0## or ##y^2_1## involved in the equation. My problem is that equations 2 and 3 involve both ##y^2_0## and ##y^2_1## so when it comes to eliminate one of them in equation 1, I re-introduce the other in the equation (and vice-versa). My question is whether or not it's legal to simultaneously solve equations 2 and 3 in two different ways (have ##y^2_0## and ##y^2_1## as subjects), then substitute each equation back in equation 1? Does solving the same simultaneous equation twice to obtain two equations with different subjects make them redundant?

If you substitute ##y_0## from eq. (2) into eq. (3), that will give you an equation involving ##x_0, x_1, y_1## alone, which you can then solve for ##y_1##, That will give you an expression for ##y_1## in terms of ##x_0,x_1## only; substituting that into eq. (2) will give you ##y_0## in terms of ##x_0,x_1##. Messy, but do-able.
 
Ray Vickson said:
If you substitute ##y_0## from eq. (2) into eq. (3), that will give you an equation involving ##x_0, x_1, y_1## alone, which you can then solve for ##y_1##, That will give you an expression for ##y_1## in terms of ##x_0,x_1## only; substituting that into eq. (2) will give you ##y_0## in terms of ##x_0,x_1##. Messy, but do-able.

Hi Ray, thanks for the response.

I understand I can get equation 2 in terms of ##x_0 , x_1##, however my ultimate goal is to get ##F## in terms of ##x_0, x_1## . I'm worried that using the same equation twice will create redundancy. Would I be able to use the resulting ##y_0## and ##y_1## in equation 1 with no hassle?
 
miniradman said:
Hi Ray, thanks for the response.

I understand I can get equation 2 in terms of ##x_0 , x_1##, however my ultimate goal is to get ##F## in terms of ##x_0, x_1## . I'm worried that using the same equation twice will create redundancy. Would I be able to use the resulting ##y_0## and ##y_1## in equation 1 with no hassle?

There is no redundancy in the method I suggested (which, by the way, is 100% standard). Eq (2) gives you ##y_0## in terms of ##x_0,x_1,y_1##. Putting that into eq. (3) allows you to get ##y_1## in terms of ##x_0,x_1##: ##y_1 = Y_1(x_0,x_1)## for some explicit function ##Y_1##. If you have numerical values for the inputs ##g,w,\rho, \gamma##, I can give you arbitrary numerical values for ##x_0,x_1##, and you can use your function ##Y_1## to get a unique, well-defined numerical value for ##y_1##. (Actually, there are two unique values with opposite signs, depending on which square root of ##y_1^2## you choose.) You can then take your now-known numerical values of ##x_0, x_1,y_1## and use eq. (2) to get the numerical value for ##y_0##. Now you can put all those value into your ##F##. Except for the "sign" issue, where is the redundancy in any of that? If you have some reason for choosing, say, the positive square root for ##y_1## then all uncertainty and ambiguity disappears.
 
Back
Top