Re: Help solving for x
- From: "Doug" <nospam@xxxxxxxxxx>
- Date: Sun, 23 Mar 2008 20:47:05 -0500
"Michael" <Mike_NZ@xxxxxxxxxxx> wrote in message
news:11487270.1206322636143.JavaMail.jakarta@xxxxxxxxxxxxxxxxxxxxxxxxx
Dear reader,
My question is - is it possible to solve the following equation form
without using an iterative method?
C = A*x^(a/b)-x^(1+a/b)
x = unknown
A, C, a, b = known constants
Thank you for any suggestions
C = A*x^(a/b)-x^(1+a/b)
C = A* x^( a/b) - x^(a/b) * x
C = x^( a/b )* ( A - x )
try log or ln next
.
- Follow-Ups:
- Re: Help solving for x
- From: William Elliot
- Re: Help solving for x
- References:
- Help solving for x
- From: Michael
- Help solving for x
- Prev by Date: Re: A profound revelation of the 3n+1 problem!
- Next by Date: Re: WHY HAS THIS SITE BECOME SUCH A SPAM TARGET???
- Previous by thread: Help solving for x
- Next by thread: Re: Help solving for x
- Index(es):