Re: Quartic equation
- From: Carl Barron <cbarron413@xxxxxxxxxxxx>
- Date: Mon, 29 Oct 2007 16:12:11 -0400
In article <1193538261.175196.262380@xxxxxxxxxxxxxxxxxxxxxxxxxxx>, Rob
McDonald <rob.a.mcdonald@xxxxxxxxx> wrote:
I am working a problem which results in a quartic equation of thef(x) = ax^4 - bx + c , has at most 2 pos. real roots.
form:
ax^4 - bx + c = 0
Due to the physical nature of the problem, only real and positive
solutions of x will have meaning. All coefficients are known to be
positive. No concrete statement about their relative magnitudes can
be made at this time.
Is there a cleaned-up / shortcut form of the quartic formula for this
special case?
Thanks in advance,
Rob
Df = 4ax^3 - b
so relative extrema [min] is at x = x_min = (b/4a)^(1/3)
further x > (b/a)^3 = x_large -> f(x) > 0
so if f(x_min) == 0 there is a double root at x_min
else if f(x_min) > 0 there are no pos. real roots
otherwise there is one in [0,x_min) and one in (x_min,x_large).
does this help??
.
- References:
- Quartic equation
- From: Rob McDonald
- Quartic equation
- Prev by Date: Re: x rational, not = 0, then y = sin(x) is irrational?
- Next by Date: Re: Two results of set geometry
- Previous by thread: Re: Quartic equation
- Next by thread: Re: Quartic equation
- Index(es):
Relevant Pages
|