andert
- 12
- 0
I want to solve a depressed quartic:
ax^4 + bx^2 + cx + d = 0
Assume |a|\ll |b|,|c|,|d|.
I would like to find the solutions by expanding around the solution to the quadratic. If you try to solve in, say, Maple, and expand around a in a series you get something that blows up. That seems silly to me, why would the solution blow up as a\rightarrow 0. Only because the solution method assumed a was not zero. Clearly, if you plotted it on the complex plane, the quartic solutions must approach the quadratic. Anyway, so my idea was to solve the quadratic equation
bx^2+cx+d=0 to get
x_0 = \frac{-c\pm\sqrt{c^2-4bd}}{2b}
Then insert x_0 into the quartic part like so,
ax_0^4 + bx^2+cx+d = 0
Then solve this quadratic to get,
x_1 = \frac{-c\pm\sqrt{c^2-4b(d+ax_0^4)}}{2b}.
Does anyone see a problem with this approach (assuming I just want some sort of approximation)?
Secondly, this question just occurred to me: I see this generates 4 solutions, but will all solutions be closer to the exact solutions than the initial quadratic solutions are?
ax^4 + bx^2 + cx + d = 0
Assume |a|\ll |b|,|c|,|d|.
I would like to find the solutions by expanding around the solution to the quadratic. If you try to solve in, say, Maple, and expand around a in a series you get something that blows up. That seems silly to me, why would the solution blow up as a\rightarrow 0. Only because the solution method assumed a was not zero. Clearly, if you plotted it on the complex plane, the quartic solutions must approach the quadratic. Anyway, so my idea was to solve the quadratic equation
bx^2+cx+d=0 to get
x_0 = \frac{-c\pm\sqrt{c^2-4bd}}{2b}
Then insert x_0 into the quartic part like so,
ax_0^4 + bx^2+cx+d = 0
Then solve this quadratic to get,
x_1 = \frac{-c\pm\sqrt{c^2-4b(d+ax_0^4)}}{2b}.
Does anyone see a problem with this approach (assuming I just want some sort of approximation)?
Secondly, this question just occurred to me: I see this generates 4 solutions, but will all solutions be closer to the exact solutions than the initial quadratic solutions are?