Section 1.3 Quadratic Equations

Before Starting this Section, Review

  1. 1 Factoring (Section P.4 )

  2. 2 Square roots (Section P.6 , page 61)

  3. 3 Rationalizing (Section P.6 , page 67)

  4. 4 Linear equations (Section 1.1 , page 83)

Objectives

  1. 1 Solve a quadratic equation by factoring.

  2. 2 Solve a quadratic equation by the square root method.

  3. 3 Solve a quadratic equation by completing the square.

  4. 4 Solve a quadratic equation by using the quadratic formula.

  5. 5 Solve applied problems.

The Golden Rectangle

The ancient Greeks, in about the sixth century B.C., sought unifying principles of beauty and perfection, which they believed could be described mathematically. In their study of beauty, the Greeks used the term golden ratio. The golden ratio is frequently referred to as “phi,” after the Greek sculptor Phidias, and is symbolized by the Greek letter ΦΦ (phi). A geometric figure that is commonly associated with phi is the golden rectangle. (See Example 11.) This rectangle has sides of lengths a and b that are in proportion to the golden ratio. It has been said that the golden rectangle is the most pleasing rectangle to the eye. Numerous examples of art and architecture have employed the golden rectangle. Here are three of them:

  1. The exterior dimensions of the Parthenon in Athens, built about 440 B.C., form a perfect golden rectangle.

  2. Leonardo Da Vinci called the golden ratio the “divine proportion” and featured it in many of his paintings, including the famous Mona Lisa. (Try drawing a rectangle around her face.)

  3. The Great Pyramid of Giza is believed to be 4600 years old, a time long before the Greeks. Its dimensions are also based on the golden ratio.

The Mona Lisa

In Example 11, we show that the numerical value of the golden ratio can be found by solving the quadratic equation x2x1=0.x2x1=0.

The Parthenon

The Pyramid of Giza

A quadratic equation written in the form ax2+bx+c=0ax2+bx+c=0 is said to be in standard form. Here are some examples of quadratic equations that are not in standard form.

2x25x+7=x2+3x13y2+4y+1=6y5x22x=3
2x25x+73y2+4y+1x22x===x2+3x16y53

We discuss four methods for solving quadratic equations: (1) by factoring, (2) by taking square roots, (3) by completing the square, and (4) by using the quadratic formula.

We begin by studying real number solutions of quadratic equations.

Factoring Method

  1. 1 Solve a quadratic equation by factoring.

Some quadratic equations in the standard form ax2+bx+c=0ax2+bx+c=0 can be solved by factoring and using the zero-product property.

For a product of real numbers, a similar property was stated in Section P.1.

Example 1 Solving a Quadratic Equation by Factoring

Solve by factoring: 2x2+5x=32x2+5x=3

Solution

2x2+5x=3Original equation2x2+5x3=0Subtract 3 from both sides to get 0 on one side.(2x1)(x+3)=0Factor the left side.
2x2+5x2x2+5x3(2x1)(x+3)===300Original equationSubtract 3 from both sides to get 0 on one side.Factor the left side.

We now set each factor equal to 0 and solve the resulting linear equations. The vertical line segment separates the computations leading to the two solutions.

2x1=0x+3=0Zero-product property2x=1x=3Isolate the x term on one side.x=12x=3Solve for x.
2x12xx===0112x+3xx===033Zero-product propertyIsolate the x term on one side.Solve for x.

Check: You should check the solutions x=12x=12 and x=3x=3 in the original equation.

The solution set is {12, 3}.{12, 3}.

Practice Problem 1

  1. Solve by factoring: x2+25x=84x2+25x=84

Side Note

To use the zero-product property to solve an equation, you must make sure that one side of the equation is 0.

Example 2 Solving a Quadratic Equation by Factoring

Solve by factoring: 3t2=2t3t2=2t

Solution

3t2=2tOriginal equation3t22t=0Subtract 2t from both sides.t(3t2)=0Factor.t=03t2=0Zero-product property3t=2Isolate the t terms on one side.t=23Solve for t.
3t23t22tt(3t2)===2t00Original equationSubtract 2t from both sides.Factor.t=03t23tt===0223Zero-product propertyIsolate the t terms on one side.Solve for t.

Check: You should check the solutions t=0t=0 and t=23t=23 in the original equation.

The solution set is {0, 23}.{0, 23}.

Practice Problem 2

  1. Solve by factoring: 2m2=5m2m2=5m

Warning

The factoring method of solving an equation works only when one of the sides of the equation is 0. If neither side of an equation is 0, as in (x+1)(x3)=10,(x+1)(x3)=10, we cannot know the value of either factor. For example, we could have x+1=5x+1=5 and x3=2,x3=2, or x+1=0.1x+1=0.1 and x3=100.x3=100. There are countless possibilities for two factors whose product is 10.

Example 3 Solving a Quadratic Equation with One Solution

Solve by factoring: x2+16=8xx2+16=8x

Solution

  1. Step 1 Write the equation in standard form.

    x2+16=8xOriginal equationx2+168x=0Subtract 8x from both sides.x28x+16=0Standard form
    x2+16x2+168xx28x+16===8x00Original equationSubtract 8x from both sides.Standard form
  2. Step 2 Factor the left side of the equation.

    (x4)(x4)=0Perfect-square trinomial
    (x4)(x4)=0Perfect-square trinomial
  3. Steps 3 and 4 Set each factor equal to 0 and solve each resulting equation.

    x4=0x4=0Zero-product propertyx=4x=4
    x4x==04x4x==04Zero-product property
  4. Step 5 Check the solution in the original equation.

    Check: x=4x=4 because x=4x=4 is the only possible solution.

    x2+16=8xOriginal equation(4)2+16?=8(4)Replace x with 4.32=32
    x2+16(4)2+1632==?=8x8(4)32Original equationReplace x with 4.

    Thus, 4 is the only solution of x2+16=8xx2+16=8x and the solution set is {4}.

Practice Problem 3

  1. Solve by factoring: x26x=9x26x=9

In Example 3, because the factor (x4)(x4) appears twice in the solution, the number 4 is called a double root, or a root of multiplicity 2, of the given equation.

The Square Root Method

  1. 2 Solve a quadratic equation by the square root method.

The solutions of an equation of the type x2=dx2=d are obtained by the square root method. Suppose we are interested in solving the equation x2=3,x2=3, which is equivalent to the equation x23=0.x23=0. Applying the factoring method but removing the restriction that coefficients and constants represent only integers, we have

x23=0x2(3)2=0(x+3)(x3)=03=(3)2a2b2=(ab)(a+b)x+3=0orx3=0x=3orx=3Set each factor equal to zero.Solve for x.
x23x2(3)2(x+3)(x3)===000x+3x==03ororx3x==033=(3)2a2b2=(ab)(a+b)Set each factor equal to zero.Solve for x.

Thus, the solutions of the equation x2=3x2=3 are 33 and 3.3. Because the solutions differ only in sign, we use the notation ±3±3 to write the two numbers 33 and 3.3. Similarly, for any nonnegative real number d, the solutions of the quadratic equation x2=dx2=d are ±d.±d.

Side Note

If d<0d<0, then the equation u2=du2=d has no real solutions.

Example 4 Solving an Equation by the Square Root Method

Solve: (x3)2=5(x3)2=5

Solution

(x3)2=5Original equationx3=±5Square root propertyx=3±5Add 3 to both sides.
(x3)2x3x===5±53±5Original equationSquare root propertyAdd 3 to both sides.

The solution set is {35, 3+5}.{35, 3+5}.

Practice Problem 4

  1. Solve: (x+2)2=5(x+2)2=5

Completing the Square

  1. 3 Solve a quadratic equation by completing the square.

We use a method called completing the square to solve quadratic equations that cannot be solved by factoring and are not in the correct form to use the square root method. The method requires two steps. First, we write a given quadratic equation in the form (x+k)2=d.(x+k)2=d. Then we solve the equation (x+k)2=d(x+k)2=d by the square root method.

Recall that

(x+k)2=x2+2kx+k2.
(x+k)2=x2+2kx+k2.

Notice that the constant term, k2,k2, in the trinomial x2+2kx+k2x2+2kx+k2 is the square of one-half the coefficient of x That is, k2=[12(2k)]2.k2=[12(2k)]2.

To convert the expression x2+bxx2+bx to a perfect square, we add a constant term that results in a perfect-square trinomial.

Here are some examples that show the number that should be added to x2+bxx2+bx to create a perfect-square trinomial. Note that b may be negative.

x2+bxx2+bx b b2b2 Add (b2)2(b2)2 Result is (x+b2)2(x+b2)2
x2+6xx2+6x   6 3 32=932=9 x2+6x+9=(x+3)2x2+6x+9=(x+3)2
x24xx24x 44 22 (2)2=4(2)2=4 x24x+4=(x2)2x24x+4=(x2)2
x2+3xx2+3x   3 3232 (32)2=94(32)2=94 x2+3x+94=(x+32)2x2+3x+94=(x+32)2
x2xx2x 11 1212 (12)2=14(12)2=14 x2x+14=(x12)2x2x+14=(x12)2

Thus, to make x2+bxx2+bx into a perfect square, we need to add

[12(coefficient of x)]2=[12(b)]2=b24
[12(coefficient of x)]2=[12(b)]2=b24

so that

x2+bx+b24=(x+b2)2.
x2+bx+b24=(x+b2)2.

We say that b24b24 was added to x2+bxx2+bx to complete the square. See Figure 1.2.

Figure 1.2

Area of a square=(x+b2)2Area of a square=(x+b2)2

Example 5 Solving a Quadratic Equation by Completing the Square

Solve by completing the square: x2+10x+8=0x2+10x+8=0

Solution

First, isolate the constant on the right side.

x2+10x+8=0Original equationx2+10x=8Subtract 8 from both sides.
x2+10x+8x2+10x==08Original equationSubtract 8 from both sides.

Next, add [12(10)]2=52=25[12(10)]2=52=25 to both sides to complete the square on the left side.

x2+10x+25=8+25Add 25 to each side.(x+5)2=17x2+10x+25=(x+5)2x+5=±17Square root propertyx=5±17Subtract 5 from each side.
x2+10x+25(x+5)2x+5x====8+2517±175±17Add 25 to each side.x2+10x+25=(x+5)2Square root propertySubtract 5 from each side.

Thus, x=5+17x=5+17 or x=517,x=517, and the solution set is {5+17,{5+17, 517}.517}.

Practice Problem 5

  1. Solve by completing the square: x26x+7=0x26x+7=0

Example 6 Solving a Quadratic Equation by Completing the Square

Solve by completing the square: 3x24x1=03x24x1=0

Solution

  1. Step 1 3x24x1=0Note that the coefficient of x2 is 3.3x24x=1Add 1 to both sides.3x24x13x24x==01Note that the coefficient of x2 is 3.Add 1 to both sides.

  2. Step 2 x243x=13Divide both sides by 3.x243x=13Divide both sides by 3.

  3. Step 3 x243x+(23)2=13+ (23)2Add [12(43)]2=(23)2 to both sides.x243x+(23)2=13+ (23)2Add [12(43)]2=(23)2 to both sides.

  4. Step 4 (x23)2=79x243x+(23)2=(x23)2(x23)2=79x243x+(23)2=(x23)2

  5. Step 5 x23=±79Take the square root of both sides.x23=±7379=79=73x23x23==±79±73Take the square root of both sides.79=79=73

  6. Step 6 x=23±73Add 23 to both sides.x=2±73Add fractions.xx==23±732±73Add 23 to both sides.Add fractions.

    The solution set is {273, 2+73}.{273, 2+73}.

Practice Problem 6

  1. Solve by completing the square: 4x224x+25=04x224x+25=0

The Quadratic Formula

  1. 4 Solve a quadratic equation by using the quadratic formula.

We can generalize the method of completing the square to derive a formula that gives a solution of any quadratic equation.

We solve a quadratic equation in standard form by completing the square.

ax2+bx+c=0, a0
ax2+bx+c=0, a0
  1. Step 1 ax2+bx=cIsolate the constant on the right side.ax2+bx=cIsolate the constant on the right side.

  2. Step 2 x2+bax=caDivide both sides by a.x2+bax=caDivide both sides by a.

  3. Step 3 x2+bax+(b2a)2=ca+(b2a)2Add the square of one-half thecoefficient of x to both sides.x2+bax+(b2a)2=ca+(b2a)2Add the square of one-half thecoefficient of x to both sides.

  4. Step 4 (x+b2a)2=ca+b24a2The left side in Step 3 is a perfectsquare.(x+b2a)2=b24ac4a2Rearrange and combine fractions onthe right side.(x+b2a)2(x+b2a)2==ca+b24a2b24ac4a2The left side in Step 3 is a perfectsquare.Rearrange and combine fractions onthe right side.

  5. Step 5 x+b2a=±b24ac4a2Take the square roots of both sides.x+b2a=±b24ac4a2Take the square roots of both sides.

  6. Step 6 Solve the equations in Step 5.

    x+b2a=±b24ac4a2Equations from Step 5x=b2a±b24ac2|a|Add b2a to both sides; 4a2=4a2=2|a|.x=b2a±b24ac2a±2|a|=±2a because |a|=a or |a|=a.x=b±b24ac2aCombine fractions.
    x+b2axxx====±b24ac4a2b2a±b24ac2|a|b2a±b24ac2ab±b24ac2aEquations from Step 5Add b2a to both sides; 4a2=4a2=2|a|.±2|a|=±2a because |a|=a or |a|=a.Combine fractions.

    The last equation in Step 6 is called the quadratic formula.

Side Note

The quadratic formula shows that a quadratic equation can have, at most, two distinct solutions, and for any solution to be real we must have b24ac0.b24ac0.

Warning

To use the quadratic formula, write the given quadratic equation in standard form. Then determine the values of a (coefficient of x2x2), b (coefficient of x), and c (constant term).

Example 7 Solving a Quadratic Equation by Using the Quadratic Formula

Solve by using the quadratic formula: 3x2=5x+23x2=5x+2

Solution

The equation 3x2=5x+23x2=5x+2 must be rewritten in the standard form.

3x25x2=0Subtract 5x+2 from both sides of 3x2=5x+2.3x2+(5)x+(2)=0abcIdentify values of a, b, and c to be used in thequadratic formula.
3x25x2=03x2+(5)x+(2)=0abcSubtract 5x+2 from both sides of 3x2=5x+2.Identify values of a, b, and c to be used in thequadratic formula.

Then a=3, b=5,a=3, b=5, and c=2,c=2, and we have

x=b±b24ac2aQuadratic formulax=(5)±(5)24(3)(2)2(3)Substitute 3 for a, 5for b, and2 for c.=5±25+246Simplify.=5±496=5±76Simplify.
xx====b±b24ac2a(5)±(5)24(3)(2)2(3)5±25+2465±496=5±76Quadratic formulaSubstitute 3 for a, 5for b, and2 for c.Simplify.Simplify.

Then x=5+76=126=2 or x=576=26=13, and the solution set is {13, 2}.

Now you should solve 3x2=5x+2 by factoring to confirm that you get the same result.

Practice Problem 7

  1. Solve 6x2x2=0 by using the quadratic formula.

The Discriminant

The expression b24ac, under the radical in the quadratic formula, is called the discriminant. If the coefficients, a, b, and c are all integers, the number and type of solutions of ax2+bx+c=0 are determined by the value of the discriminant.

Solutions of ax2+bx+c=0, where a, b, and c are All integers
Discriminant Number of Real Solutions Type of Solutions
Positive, perfect square Two Rational
Positive, but not a perfect square Two Irrational
Zero One—a double root Rational
Negative None No real solutions

Example 8 Using the Discriminant

Evaluate the discriminant for each equation. Then use the discriminant to determine the number and type of solutions.

  1. 2x23x7=0

  2. x2+9=6x

  3. x2=2x3

Solution

  1. For 2x23x7=0, we have a=2, b=3, and c=7, so

    b24ac=(3)24(2)(7)=65discriminant=65

    Because the discriminant, 65, is not a perfect square, there are two distinct irrational solutions.

  2. First, rewrite x2+9=6x in standard form: x2+6x+9=0. Then, a=1, b=6, and c=9, so b24ac=(6)24(1)(9)=0discriminant=0

    Because the discriminant is zero there is only one rational solution.

  3. First, rewrite x2=2x3 in standard form: x2+2x+3=0. Then, a=1, b=2, and c=3, so b24ac=(2)24(1)(3)=8discriminant=8

    Because the discriminant, 8, is negative there are no real solutions.

Practice Problem 8

  1. Evaluate the discriminant for each equation. Then use the discriminant to determine the number and type of solutions.

    1. 3x22x5=0

    2. x2+4=4x

    3. 3x2+6x=6

Applications

  1. 5 Solve applied problems.

Example 9 Dimension of an Electronic Component

A circular lithium battery is housed on a square surface, as shown in the figure in the margin. If the area of the square is 90.25 sq mm, what is the radius of the battery?

Solution

Let r=battery radius.This is the value you want to find.

Then 2r=width of the square, so (2r)2=area of the square.

We have (2r)2=90.25Area of the square=90.25 sq mm2r=±90.25=±9.5Take the square root of both sides.r=±4.75 mmDivide both sides by 2.

We reject 4.75 because the radius must be positive.

The radius of the battery is 4.75 mm.

Practice Problem 9

  1. A circular lithium battery is housed on a square surface as in Example 9 . If the area of the battery is 64π sq mm, find the area of the portion of the square not covered by the battery. Round your answer to the nearest square millimeter.

Example 10 Partitioning a Building

A rectangular building whose depth (from the front of the building) is three times its frontage is divided into two parts by a partition that is 45 feet from and parallel to the front wall. Assuming that the rear portion of the building contains 2100 square feet, find the dimensions of the building.

Solution

In solving problems of this type, it is advisable to draw a diagram such as Figure 1.3. We let

x=the frontage of the building, in feet.Then3x=the depth of the building, in feet,and3x45=the depth of the rear portion, in feet.

Figure 1.3

The area of the rear portion of the building is x(3x45) square feet. This area is 2100 square feet, so

x(3x45)=21003x245x=21003x245x2100=0x215x700=0(x35)(x+20)=0Distributive propertySubtract 2100 from both sides.Divide both sides by 3.Factor.x35=0orx+20=0x=35orx=20Zero-product propertySolve for x.

Because the dimensions of the building are positive numbers, we reject x=20. Thus,

x=35Frontage in feet3x=105Depth in feet

Check: 3x45=3(35)45=10545=60 is the depth of the rear portion, and the area of the rear portion is 6035=2100 square feet.

Practice Problem 10

  1. In Example 10 , find approximate dimensions of the building assuming that its depth is five times its frontage.

Side Note

Recall that two rectangles are similar if the lengths of corresponding sides are proportional.

Golden Rectangle

A rectangle of length p and width q, with p>q, is called a golden rectangle if you can divide the rectangle into a square with side of length q and a smaller rectangle that is similar to the original one. See Figure 1.4. The ratio of the longer side to the shorter side of a golden rectangle is called the golden ratio. In Figure 1.4, the golden ratio is pq.

Figure 1.4

Golden Rectangle

Example 11 Calculating the Golden Ratio

Use the golden rectangle in Figure 1.4 to calculate the golden ratio.

Solution

The rectangle A in Figure 1.4 is a golden rectangle. This means that we can divide rectangle A into a square S and a smaller rectangle B such that

Longer side of AShorter side of A=Longer side of BShorter side of B.

Thus, because rectangle B is the smaller rectangle, pq<q, and we have

pq=qpqp(pq)=qqMultiply both sides by q(pq); simplify.p2pq=q2Distributive property(pq)2pq=1Divide both sides by q2; simplify.Φ2Φ=1Replace pq with  Φ,the golden ratio.Φ2Φ1=0Write in standard form, treating Φ as the variable.Φ=(1)±(1)24(1)(1)2(1)Substitute 1 for a and 1both b and c in the quadraticformula.=1±52Simplify.

Because the ratio of two positive numbers is positive, we reject the negative root 152. Therefore, the golden ratio is

Φ=1+521.618.

Practice Problem 11

  1. Find the length of a golden rectangle whose width is 36 feet.

Section 1.3 Exercises

Concepts and Vocabulary

  1. Any equation of the form ax2+bx+c=0 with a0 is called a(n)                    equation.

  2. If P(x), D(x), and Q(x) are polynomials and P(x)=D(x)Q(x), then the solutions of P(x)=0 are the solutions of Q(x)=0 together with the solutions of _=0.

  3. From the square root property, we know that if u2=5, then u=_.

  4. If you complete the square in the quadratic equation ax2+bx+c=0, you get the quadratic formula for the solutions x=_.

  5. True or False. Every quadratic equation has, at most, two distinct solutions.

  6. True or False. If we are given x2+kx, we form a perfect square by adding k2.

  7. True or False. The quadratic formula can be used to solve any quadratic equation.

  8. True or False. To solve (x+1)(x3)=1, we solve x+1=0 and x3=0.

Building Skills

In Exercises 9–16, show by substitution whether the number r is a solution of the corresponding quadratic equation.

  1. x2+4x12=0;r=6

  2. x28x9=0;r=9

  3. 3x2+7x6=0;r=23

  4. 2x25x3=0;r=12

  5. x24x+1=0;r=23

  6. x26x+1=0;r=3+22

  7. 4x28x+13=0;r=2+3

  8. x26x+13=5;r=52

  9. Find k, assuming that x=1 is a solution of the equation kx2+x3=0.

  10. Find k, assuming that x=7 is a solution of the equation kx2+x3=0.

In Exercises 19–24, solve each equation by factoring.

  1. x25x=0

  2. x25x+4=0

  3. x2+5x=14

  4. x211x=12

  5. x2=5x+6

  6. x=x212

In Exercises 25–30, solve each equation by the square root method.

  1. 3x2=48

  2. 2x2=50

  3. x2+1=5

  4. 2x21=17

  5. (x1)2=16

  6. (2x3)2=25

In Exercises 31–40, add a constant term to the expression to convert it to a perfect square.

  1. x2+4x

  2. y2+10y

  3. x2+6x

  4. y28y

  5. x27x

  6. x23x

  7. x2+13x

  8. x232x

  9. x2+ax

  10. x22a3x

In Exercises 41–46, solve each equation by completing the square.

  1. x2+2x5=0

  2. x2+6x=7

  3. x23x1=0

  4. x2x3=0

  5. 2r2+3r=9

  6. 3k25k+1=0

In Exercises 47–52, solve each equation by using the quadratic formula.

  1. x2+2x4=0

  2. m2+3m+2=0

  3. 6x2=7x+5

  4. t27=4t

  5. 3z22z=7

  6. 6y2+11y=10

In Exercises 53–78, solve each equation by any method.

  1. 2x2+5x3=0

  2. 2x29x+10=0

  3. (3x2)216=0

  4. (4x+1)225=0

  5. 5x26x=4x2+6x3

  6. x2+7x5=xx2

  7. 3p2+8p+4=0

  8. x2=5(x1)

  9. 3y2+5y+2=0

  10. 6x2+11x+4=0

  11. 5x2+12x+4=0

  12. 3x22x5=0

  13. 5y2+10y+4=2y2+3y+1

  14. 3x21=5x23x5

  15. 2x2+x=15

  16. 6x2=1x

  17. 12x210x=12

  18. x2+10x+1200=0

  19. (x+13)(x+5)=2

  20. 3(x2+1)=2x2+4x+1

  21. 18x245x=7

  22. 18x2+57x+45=0

  23. 2t25=0

  24. 3k248=0

  25. 4x210x750=0

  26. 12x2+43x+36=0

In Exercises 79–86, evaluate the discriminant for each equation. Then use the discriminant to determine the number and type of solutions. Do not solve the equation.

  1. x2+4x2=0

  2. 2x2+18=12x

  3. 3x2=4

  4. x2+8=0

  5. 6x23x2=0

  6. 12x2+5x3=0

  7. 2x23x+1=0

  8. 4x2+3=10x

In Exercises 87–90, write your answer rounded to two decimal places.

  1. Find the length of the golden rectangle whose width is 14.72 in.

  2. Find the length of the golden rectangle whose width is 18.63 ft.

  3. Find the width of the golden rectangle whose length is 8.46 cm.

  4. Find the width of the golden rectangle whose length is 4.68 m.

Applying the Concepts

  1. Dimensions. The length of a rectangular plot is three times its width. Assuming that the area of the plot is 10,800 square feet, find the dimensions of the plot.

  2. Dimensions. The diagonal of a square tile is 4 inches longer than its side. Find the length of the side.

  3. Finding integers. Find two numbers whose sum is 28 and whose product is 147.

  4. Finding integers. Find an integer such that the sum of twice the square of the integer and the integer itself is 55.

  5. Interpreting a model. The percent, p, of persons age 25‌ and older who obtained bachelor’s degrees from an elite high school four years after graduating can be approximated by p=0.003x2+0.2573x+83.975, where x is the number of years after 2000 (so, x=0 corresponds to the year 2000). Based on this model (rounded to the nearest percent)

    1. what percent obtained bachelor’s degrees in 2014?

    2. what percent will obtain bachelor’s degrees in 2020?

  6. Interpreting a model. For several years beginning in 2011, the percent, p, of Americans who owned smartphones can be approximated by p=0.0893x2+8.3893x+36.179, where x is the number of years after 2011 (so, x=0 corresponds to the year 2011). Based on this model

    1. what percent (rounded to the nearest percent) owned smartphones in 2016?

    2. how do you know this model is inaccurate for the year 2020?

      (Source: Pew Research Center)

  7. Geometry. The length of a rectangle is 5 centimeters more than its width. The area of the rectangle is 500 square centimeters. Find the dimensions of the rectangle.

  8. Geometry. The sides of a rectangle are in the ratio 3:2. The area of the rectangle is 216 square centimeters. Find the dimensions of the rectangle.

  9. Cutting a wire. A wire of length 16 inches is to be cut into two pieces; then each piece will be bent to form a square. Find the length of the two pieces assuming that the sum of the areas of the two squares is 10 square inches.

  10. Cutting a wire. A piece of wire is 38 inches long. The wire is cut into two pieces; then each piece is bent to form a square. Find the length of each piece if three times the area of the larger square exceeds the area of the smaller square by 95.75 square inches.

  11. Manufacturing. The surface area A of a cylinder with height h and radius r is given by the equation A=2πrh+2πr2. A company makes soup cans by using 32π square inches of aluminum sheet for each can. Assuming that the height of the can is 6 inches, find the radius of the can.

  12. Concrete patio. To make a rectangular concrete patio, a homeowner used 70 feet of perimeter, into which she poured 138 cubic feet of concrete to form a slab 6 inches thick. What were the dimensions of the patio?

  13. Making a box. The volume of a box is given by the equation V=length widthheight. A topless box is to be made from a square sheet of tin by cutting 5-inch squares from each of the four corners and then shaping the tin into an open box by turning up the sides. Assuming that the box is to hold 480 cubic inches, find the size of the piece of tin to be used.

  14. Making a box. A 2-inch square is cut from each corner of a rectangular piece of cardboard whose length exceeds the width by 4 inches. The sides are then turned up to form an open box. Assuming that the volume of the box is 64 cubic inches, find the dimensions of the box.

  15. Bus travel. Two buses leave Atlanta at the same time, one traveling west at an average of 52 miles per hour and the other traveling north at an average of 39 miles per hour. When will they be 390 miles apart?

  16. Plane travel. Two planes left San Francisco at 2 p.m. One flew east at a certain speed, and the other flew south at a speed that was 100 kilometers per hour more than the speed of the plane heading east. The planes were 2100 kilometers apart at 5 p.m. How fast was each plane flying?

  17. Gardening. You want to expand your present 25-foot by 15-foot garden by planting a border of flowers. The border is to be of the same width around the entire garden. The flowers you bought will fill an area of 624 square feet. How wide should the border be?

  18. Sky divers. Sky divers are in free fall from the time they jump out of a plane until they open their parachutes. A sky diver jumps from 5000 feet. The diver’s height h above the ground t seconds after the jump is described by the equation h=16t2+5000. Find the time during which the diver is in free fall, assuming that the parachute opens at 1000 feet.

  19. Physics. Suppose you throw a ball straight up from the ground with a velocity of 112 feet per second. As the ball moves up, gravity slows it. Eventually, the ball begins to fall back to the ground. The height h of the ball after t seconds in the air is given by the equation h=16t2+112t.

    1. Find the height of the ball after two seconds.

    2. How long will it take the ball to reach a height of 96 feet?

    3. How long after you throw the ball will it return to the ground?

  20. Sound velocity. The speed of sound v(in ft/sec) depends on the temperature T° Celsius and is given by

    v=1087T+27316.25.
    1. Find the speed of sound if the air temperature is T=20°C.

    2. Find the air temperature if the speed of sound is 1150 ft/sec.

Height of a projectile. The height, h, of a projectile thrown straight up from the top of a 480-foot hill t seconds after being thrown upward with initial velocity v0 ft/sec is given by h=16t2+v0 t+480. In Exercises 111–114, for a given value of v0, find the time(s) when the projectile will (a) be at a height of 592 ft above the ground and (b) crash on the ground. Round your answers to two decimal places.

  1. v0=96

  2. v0=112

  3. v0=256

  4. v0=64

Beyond the Basics

In Exercises 115–118, find the values of k for which the given equation has equal roots.

  1. x2kx+3=0

  2. x2+3kx+8=0

  3. 2x2+kx+k=0

  4. kx2+2x+6=0

  5. Assuming that r and s are the roots of the quadratic equation ax2+bx+c=0, show that

    r+s=baandrs=ca.
  6. Find the sum and the product of the roots of the following equations without solving the equation.

    1. 3x2+5x5=0

    2. 3x27x=1

    3. 3x2=3x+4

    4. (1+2)x22x5=0

In Exercises 121 and 122, determine k so that the sum and the product of the roots are equal.

  1. 2x2+(k3)x+3k5=0

  2. 5x2+(2k3)x2k+3=0

  3. Suppose r and s are the roots of the quadratic equation ax2+bx+c=0. Show that you can write ax2+bx+c=a(xr)(xs). Thus, the quadratic trinomial can be written in factored form.

    [Hint: From Exercise 119, b=a(r+s) and c=ars. Substitute in ax2+bx+c and factor.]

  4. Use Exercise 123 to factor each trinomial.

    1. 4x2+4x5

    2. 25x2+40x+11

    3. 25x230x+4

    4. 72x2+95x1000

  5. If we know the roots r and s in advance, then by Exercise 123, a quadratic equation with roots r and s can be expressed in the form

    a(xr)(xs)=0.

    Form a quadratic equation that has the listed numbers as roots.

    1. 3, 4

    2. 5,5

    3. 3+2, 32

  6. How to construct a golden rectangle. Draw a square ABCD with side of length x, as in the accompanying diagram. Let M be the midpoint of DC. The segment MB sweeps out the arc BF so that F lies on the line through the segment DC. Show that the rectangle AEFD is a golden rectangle.

Critical Thinking/Discussion/Writing

  1. If a, b, and k are real numbers, show that the solutions of the equation (xa)(xb)=k2 are real.

  2. Show that for 0<a<4, the equation ax(1x)=1 has no real solutions.

Getting Ready for the Next Section

In Exercises 129–144, perform the indicated operations.

  1. (3+2)(32)

  2. (127)(1+27)

  3. (2+5)2

  4. (23)2

  5. 5+5205

  6. 6+273

  7. 161002

  8. 1810812

  9. (3x+2)+ (x7)

  10. (5x9)+ (6x)

  11. (9x+4) (2x+12)

  12. (6x5) (3x+4)

  13. (3x+2)(x9)

  14. (2x5)(3x+4)

  15. (x3)(x+3)

  16. (5x+2)(5x2)

In Exercises 145–148, solve each equation.

  1. x2+4x+1=0

  2. x2+5x+5=0

  3. 5x2+8x+2=0

  4. 2x2+5x1=0

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

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