14.3 Equations in Quadratic Form

  • Substituting to Fit Quadratic Form • Solving Equations in Quadratic Form • Extraneous Roots

Often, we encounter equations that can be solved by methods applicable to quadratic equations, even though these equations are not actually quadratic.

NOTE

[They do have the property, however, that with a proper substitution they may be written in the form of a quadratic equation.]

All that is necessary is that the equation have terms including some variable quantity, its square, and perhaps a constant term. The following example illustrates these types of equations.

EXAMPLE 1 Identifying quadratic form

  1. The equation x − 2x − 5 = 0 is an equation in quadratic form, because if we let y = x ,  we have x = (x)2 = y2 ,  and the resulting equation is y2 − 2y − 5 = 0.

  2. t − 4 − 5t − 2 + 3 = 0

    By letting y = t to the power of negative 2, we have y squared minus 5 y + 3 = 0, where y squared is left parenthesis t to the power of negative 2 right parenthesis squared.

  3. t3 − 3t3/2 − 7 = 0

    By letting, y = t to the power of 3 halves, we have y squared minus 3 y minus 7 = 0, where y squared is left parenthesis t to the power of 3 halves right parenthesis squared.

  4. (x + 1)4 − (x + 1)2 − 1 = 0

    By letting y = left parenthesis x + 1 right parenthesis squared, we have y squared minus y minus 1 = 0, where y squared is left bracket left parenthesis x + 1 right parenthesis squared right bracket squared.

  5. x10 − 2x5 + 1 = 0

    By letting y = x to the fifth power, we have y squared minus 2 y + 1 = 0, where y squared is left parenthesis x to the fifth power right parenthesis squared.

The following examples illustrate the method of solving equations in quadratic form.

EXAMPLE 2 Solving an equation in quadratic form

Solve the equation 2x4 + 7x2 = 4.

We first let y = x2 to write the equation in quadratic form. We will then solve the resulting quadratic equation for y. However, solutions for x are required, so we again let y = x2 to solve for x.

2y2 + 7y − 4 = 0let y = x2(2y − 1)(y + 4) = 0factor and solve for yy = 12ory =  − 4x2 = 12orx2 =  − 4y = x2 (to solve for x)x =  ± 12orx =  ± 2j

We can let y1 = 2x4 + 7x2 and y2 = 4 to solve the system on a calculator. The display is shown in Fig. 14.15, and we see that there are two points of intersection, one for x = 0.7071 (shown on screen) and the other for x =  − 0.7071 (not shown). Because 1 / 2 = 0.7071 ,  this verifies the real solutions. The imaginary solutions cannot be found graphically. Substitution of each value in the original equation shows each value to be a solution.

A parabola opens upward with vertex (0, 0). The horizontal line y sub 2 = 4 intersects the parabola at (0.70710678, 4).

Fig. 14.15

Graphing calculator keystrokes: bit.ly/2Eidip7

Two of the solutions in Example 2 are complex numbers. We were able to find these solutions directly from the definition of the square root of a negative number. In some cases (see Exercise 22 of this section), it is necessary to use the method of Section 12.6 to find such complex-number solutions.

EXAMPLE 3 Solving an equation with a square root

Solve the equation x − x − 2 = 0.

By letting y = x ,  we have

y2 − y − 2 = 0(y − 2)(y + 1) = 0y = 2ory =  − 1x = 2orx =  − 1y = xx = 4no soultion

Since x cannot be negative, the only solution is x = 4. This solution checks when substituted in the original equation.

The graph of y1 = x − x − 2 is shown in the calculator display in Fig. 14.16. Note that x = 4 is the only solution shown.

The curve y sub 1 = x minus square root of, x, minus 2, rises from approximately (0, 2) and through a zero at (4, 0).

Fig. 14.16

Graphing calculator keystrokes: bit.ly/2OV0mcR

CAUTION

Example 3 illustrates a very important point. Whenever an operation involving the unknown is performed on an equation, this operation may introduce roots into a subsequent equation that are not roots of the original equation. Therefore, we must check all answers in the original equation.

Only operations involving constants—that is, adding, subtracting, multiplying by, or dividing by constants—are certain not to introduce the extraneous roots. We first encountered the concept of an extraneous root in Section 6.7, when we discussed equations involving fractions.

EXAMPLE 4 Solving an equation with negative exponents

Solve the equation x − 2 + 3x − 1 + 1 = 0.

By substituting y = x − 1 ,  we have y2 + 3y + 1 = 0. To solve this equation, we may use the quadratic formula:

y =  − 3 ± 9 − 42 =  − 3 ± 52

Since x = 1 / y ,  we have

x = 2 − 3 + 5orx = 2 − 3 − 5

These answers in decimal form are

x ≈  − 2.618orx ≈  − 0.382

These results check when substituted in the original equation. In checking these decimal answers, it is more accurate to use the calculator values, before rounding them off. This can be done by storing the calculator values in memory.

EXAMPLE 5 Solving an equation with grouped terms

Solve the equation (x2 − x)2 − 8(x2 − x) + 12 = 0.

By substituting y = x2 − x ,  we have

y2 − 8y + 12 = 0(y − 2)(y − 6) = 0y = 2ory = 6x2 − x = 2orx2 − x = 6y = x2 − x

Solving each of these equations, we have

x2 − x − 2 = 0x2 − x − 6 = 0(x − 2)(x + 1) = 0(x − 3)(x + 2) = 0x = 2orx =  − 1x = 3 or  x =  − 2

Each value checks when substituted in the original equation.

EXAMPLE 6 Quadratic form—cell phone screen

An advertisement for a cell phone states that it has a 106-mm screen (diagonal) with an area of 5040 mm2 .  Find the length l and width w of the screen. See Fig. 14.17.

A phone screen with length l, width w, diagonal 106 millimeters, and area Ay = 5040 millimeters squared.

Fig. 14.17

Because the required quantities are the length and width, let l = the length of the screen and let w = its width. Because the area is 5040 mm2 ,  lw = 5040. Also, using the Pythagorean theorem and the fact that the diagonal is 106 mm, we have the equation l2 + w2 = 1062 .  Therefore, we are to solve the system of equations

lw = 5040l2 + w2 = 11 , 236

Solving the first equation for l, we have l = 5040 / w .  Substituting this into the second equation, we have

(5040w)2 + w2 = 11 , 23650402w2 + w2 = 11 , 23625 , 401 , 600 + w4 = 11 , 236w2

Let x = w2 , 

x2 − 11 ,  236x + 25 ,  401 ,  600 = 0x =  − ( − 11 ,  236) ± ( − 11 ,  236)2 − 4(1)(25 ,  401 ,  600)2(1)x = 8100 or x = 3136

Therefore, w2 = 8100 ,  or w2 = 3136.

Solving for w, we get w =  ± 90 ,  or w =  ± 56. Only positive values are meaningful in this problem, which means if w = 56 mm ,  then l = 90 mm (or l = 56 mm ,  w = 90 mm). Checking with the statement of the problem, we see that these dimensions for the screen give an area of 5040 mm2 and a diagonal of 106 mm.

EXERCISES 14.3

In Exercises 1 and 2, make the given changes in the indicated examples of this section and then solve the resulting equations

  1. In Example 2, change the  +  before the 7x2 to  −  and then solve the equation.

  2. In Example 3, change the 2 to 6 and then solve the equation.

In Exercises 328, solve the given equations algebraically. In Exercise 10, explain your method

  1. x4 − 10x2 + 9 = 0

  2. 4R4 + 15R2 = 4

  3. 3x − 2 − 7x − 1 − 6 = 0

  4. 10x − 2 + 3x − 1 − 1 = 0

  5. x − 4 + 2x − 2 = 24

  6. x − 1 − x − 1/2 = 2

  7. 2x − 5x + 3 = 0

  8.  4x + 3x = 1

  9. 3x3 − 5x6 + 2 = 0

  10. x + 3x4 = 28

  11. x2/3 − 2x1/3 − 15 = 0

  12. y3 + 2y3/2 = 80

  13. 8n1/2 − 20n1/4 = 12

  14. 3x4/3 + 5x2/3 = 2

  15. (x − 1) − x − 1 = 20

  16. (C + 1) − 2/3 + 5(C + 1) − 1/3 − 6 = 0

  17. (x2 − 2x)2 − 11(x2 − 2x) + 24 = 0

  18. (x2 − 1)2 + (x2 − 1) − 2 = 2

  19. x − 3x − 2 = 6 (Let y = x − 2 . )

  20. x6 + 7x3 = 8

  21. 1(x − 1)2 + 1x − 1 = 12

  22. x2 − 3x = x2 − 3x + 2

  23. 1s2 + 1 + 2s2 + 3 = 1

  24. (x + 2x)2 − 6x − 12x =  − 9

  25. e2x − 3ex + 2 = 0

  26. 102x − 2(10x) = 0

In Exercises 2934, solve the given equations algebraically and check the solutions with a calculator

  1. x4 − 20x2 + 64 = 0

  2. x − 2 − x − 1 − 42 = 0

  3. x + 2 = 3x

  4. 3x2/3 = 12x1/3 + 36

  5. (log x)2 − 3 log x + 2 = 0

  6. 2x + 32(2 − x) = 12

In Exercises 3542, solve the given problems algebraically.

  1. Solve for x :  log(x4 + 4) − log(5x2) = 0.

  2. A paper drinking cup in the shape of a cone is constructed from 6π in.2 of paper. If the height of the cone is 4 in., find the radius. (Hint: Lateral surface area S = πrr2 + h2 . )

  3. The equivalent resistance RT of two resistors R1 and R2 in parallel is given by RT − 1 = R1 − 1 + R2 − 1 .  If RT = 1.00Ω and R2 = R1 ,  find R1 and R2 . 

  4. An equation used in the study of the dispersion of light is μ = A + Bλ − 2 + Cλ − 4 .  Solve for λ .  (See the chapter introduction.)

  5. In the theory dealing with optical interferometers, the equation F = 2p / (1 − p) is used. Solve for p if F = 16.

  6. A special washer is made from a circular disc 3.50 cm in radius by removing a rectangular area of 12.0 cm2 from the center. If each corner of the rectangular area is 0.50 cm from the outer edge of the washer, what are the dimensions of the area that is removed?

  7. A rectangular TV screen has an area of 1540  in . 2 and a diagonal of 60.0 in. Find the dimensions of the screen.

  8. A roof truss in the shape of a right triangle has a perimeter of 90 ft. If the hypotenuse is 1 ft longer than one of the other sides, what are the sides of the truss?

Answers to Practice Exercises

  1. 1

  2. 1/2 ,  1/2 ,  − 1/2 ,  − 1/2

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.224.59.231