san2000 -
Maybe you could use Goal Seek (to change A by trying to set the difference
between the left and right sides of your equation to the value zero).
For example, using the values B=2, C=3, D=4, and E=5, I entered the
following in cell B1:
=A1+2/2-SQRT(3/4)*((5-A1)^(3/2))/((A1-2)^(1/2))
Then I entered a tentative value of 3 in cell A1.
Then I chose Tools | Goal Seek, and used Set Cell B1, To Value 0 (zero), and
By Changing Cell A1.
For more precision, choose Tools | Options | Calculation, and enter a
smaller value for Maximum Change. You do not need to check the Iterations
box.
- Mike
http://www.mikemiddleton.com
san2000 said:
The equation has one unknown, but appear on both sides of the equation:
A+B/2 = SQRT(C/D) * [(E - A)^(3/2)] / [(A - B)^(1/2)]
THe only unknown that need to be solved is A. B, C, D, and E are known
variables. How to solve?