Next: Solving Polynomial Equations (C)
Up: Quadratic Formula (C)
Previous: Quadratic Formula (C)
Sometimes quadratic equations come in disguise like

or even
|  |
(2) |
which can be seen to be a quadratic equation in ex by multiplying through
by 2ex.
Hidden quadratic equations such as (2) are most easily solved by
substitution. For example, in (2) x only appears as ex
(e-x = 1/ex), we let w = ex to get
|  |
(3) |
Multiplying (3) through by 2w yields w2 - 1 = 8w or w2-8w -
1 = 0, with the side condition that w > 0. Ignoring the side condition for
the moment and applying the quadratic formula gives

Since w > 0 we have
, so
.Exercises
In each case, solve for x. Remember, x could be a complex number.
- 1.
- x4 + 2x2 + 1 = 0;
- 2.
;- 3.
;- 4.
- ex + e-x = 8.
- 5.
- Find the length of the equal sides of an isosceles triangle if the area
of the triangle is 5 and the remaining side has length 4.
Next: Solving Polynomial Equations (C)
Up: Quadratic Formula (C)
Previous: Quadratic Formula (C)
Eric S Key
5/8/2001