How Can You Solve the Equation (U2-U1)=259.2(U2*U1) with Two Unknowns?

  • Thread starter Thread starter skaboy607
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
skaboy607
Messages
103
Reaction score
0
Hi

I have the following equation:

(U2-U1)=259.2(U2*U1)

Both U1 and U2 are unknowns. Its been suggested to use an iterative process like Newton Raphson to solve but all examples using this technique are only for one unknown.

(U2-U1) is the value of interest.

Thanks
 
Physics news on Phys.org
skaboy607 said:
(U2-U1) is the value of interest.

Thanks

I don't see a way to solve for the difference between the variables, but you can solve for the ratio of them U2/U1.

U2/U1-U1/U2=259.2

Let x=U2/U1

x-1/x=259.2

x^2-259.2x-1=0

Now you can solve the quadratic.
 
Last edited:
Its an equation for drag that has been reduced to its current format. The constant 259.2 comes from the delta t. I need to find how much the speed drops by, i.e. delta U.
 
skaboy607 said:
I need to find how much the speed drops by, i.e. delta U.

The ratio U2/U1 could be considered a measure of how much the speed drops by. And, once you know one value (either U2 or U1) you can calculate the other and identify U2-U1.