Examples with solutions for Positive and Negative Domains: Standard representation

Exercise #1

Given the function:

y=x2+x20 y=x^2+x-20

Determine for which values of x x the following is true:

f(x)<0 f\left(x\right) < 0

Step-by-Step Solution

To find the values of x x for which the function y=x2+x20 y = x^2 + x - 20 is less than zero, we proceed as follows:

Step 1: Identify the roots of the quadratic equation.

  • The quadratic function is y=x2+x20 y = x^2 + x - 20 .
  • Set the quadratic equation equal to zero: x2+x20=0 x^2 + x - 20 = 0 .
  • Use the quadratic formula, x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} , where a=1 a = 1 , b=1 b = 1 , and c=20 c = -20 .
  • The discriminant is b24ac=124×1×(20)=1+80=81 b^2 - 4ac = 1^2 - 4 \times 1 \times (-20) = 1 + 80 = 81 .
  • Since the discriminant is positive, the roots are real and distinct: x=1±812=1±92 x = \frac{-1 \pm \sqrt{81}}{2} = \frac{-1 \pm 9}{2} .
  • The roots are x=1+92=4 x = \frac{-1 + 9}{2} = 4 and x=192=5 x = \frac{-1 - 9}{2} = -5 .

Step 2: Determine intervals based on the roots.

  • The roots split the real number line into intervals: x<5 x < -5 , 5<x<4 -5 < x < 4 , and x>4 x > 4 .
  • For each interval, test if f(x)<0 f(x) < 0 .
  • Choose a test point in each interval: x=6 x = -6 , x=0 x = 0 , and x=5 x = 5 .
  • Calculate f(x) f(x) at each point:
    • For x=6 x = -6 , f(6)=(6)2+(6)20=36620=10 f(-6) = (-6)^2 + (-6) - 20 = 36 - 6 - 20 = 10 (not less than 0).
    • For x=0 x = 0 , f(0)=02+020=20 f(0) = 0^2 + 0 - 20 = -20 (less than 0).
    • For x=5 x = 5 , f(5)=52+520=25+520=10 f(5) = 5^2 + 5 - 20 = 25 + 5 - 20 = 10 (not less than 0).

Step 3: Conclusion

From these tests, f(x)<0 f(x) < 0 on the interval 5<x<4 -5 < x < 4 , corresponding to choices where the quadratic lies below the x-axis between its roots.

Based on the function's nature, it changes sign between and outside its roots, indicating the function is negative in intervals x<5 or x>4 x < -5 \text{ or } x > 4 .

Thus, the solution is x>4 x > 4 or x<5 x < -5 , corresponding to the correct answer choice.

Answer

x>4 x > 4 or x<5 x < -5

Exercise #2

Given the function:

y=x2+8x9 y=x^2+8x-9

Determine for which values of x the following holds:

f(x)<0 f\left(x\right) < 0

Step-by-Step Solution

To solve the problem, we'll follow these steps:

  • Step 1: Use the quadratic formula to find the roots of the equation x2+8x9=0 x^2 + 8x - 9 = 0 .
  • Step 2: Analyze the intervals determined by these roots to find where the function y=x2+8x9 y = x^2 + 8x - 9 is less than zero.
  • Step 3: Identify the correct inequality and compare with the given multiple-choice options.

Now, let's work through each step:

Step 1: Apply the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} with a=1 a = 1 , b=8 b = 8 , and c=9 c = -9 :
x=8±8241(9)21=8±64+362 x = \frac{-8 \pm \sqrt{8^2 - 4 \cdot 1 \cdot (-9)}}{2 \cdot 1} = \frac{-8 \pm \sqrt{64 + 36}}{2} x=8±1002=8±102 x = \frac{-8 \pm \sqrt{100}}{2} = \frac{-8 \pm 10}{2} This results in the roots x=1 x = 1 and x=9 x = -9 .

Step 2: Since the quadratic opens upwards (leading coefficient a=1 a = 1 is positive), the function will be less than zero between the roots. This gives us the interval:
9<x<1 -9 < x < 1

Step 3: Identifying the correct choice from the options, the solution is (9<x<1) (-9 < x < 1) .

Therefore, the solution to the problem, where y=x2+8x9 y = x^2 + 8x - 9 is less than zero, is 9<x<1 -9 < x < 1 .

Answer

9<x<1 -9 < x < 1

Exercise #3

Given the function:

y=x2+8x9 y=x^2+8x-9

Determine for which values of x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

To solve for the values of x x where y=x2+8x9 y = x^2 + 8x - 9 is less than zero, we will follow these steps:

  • Find the roots of the quadratic equation x2+8x9=0 x^2 + 8x - 9 = 0 using the quadratic formula.
  • Determine the intervals on the x-axis formed by these roots.
  • Test values from each interval in the inequality to determine where the function is negative.

First, we calculate the roots of x2+8x9=0 x^2 + 8x - 9 = 0 using the quadratic formula:

x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Here, a=1 a = 1 , b=8 b = 8 , c=9 c = -9 .

The discriminant is calculated as:

b24ac=824(1)(9)=64+36=100 b^2 - 4ac = 8^2 - 4(1)(-9) = 64 + 36 = 100

Since the discriminant is positive, there are two distinct real roots.

The roots are:

x=8±1002=8±102 x = \frac{-8 \pm \sqrt{100}}{2} = \frac{-8 \pm 10}{2}

This gives us roots x=1 x = 1 and x=9 x = -9 .

Now, we analyze the sign of y=x2+8x9 y = x^2 + 8x - 9 around these root intervals:

  • For x<9 x < -9 , choose a number like x=10 x = -10 .
  • For 9<x<1 -9 < x < 1 , choose a number like x=0 x = 0 .
  • For x>1 x > 1 , choose a number like x=2 x = 2 .

Substituting these test points into the function:

  • For x=10 x = -10 : y=(10)2+8(10)9=100809=11>0 y = (-10)^2 + 8(-10) - 9 = 100 - 80 - 9 = 11 > 0
  • For x=0 x = 0 : y=(0)2+8(0)9=9<0 y = (0)^2 + 8(0) - 9 = -9 < 0
  • For x=2 x = 2 : y=(2)2+8(2)9=4+169=11>0 y = (2)^2 + 8(2) - 9 = 4 + 16 - 9 = 11 > 0

Therefore, the function y=x2+8x9 y = x^2 + 8x - 9 is negative in the interval 9<x<1 -9 < x < 1 .

Considering the inequality f(x)<0 f(x) < 0 , we conclude:

The solution to the problem is 9<x<1 -9 < x < 1 , aligning with answer choice 4.

Answer

x>1 x > 1 or x<9 x < -9

Exercise #4

Look at the following function:

y=2x24x+5 y=2x^2-4x+5

Determine for which values of x x the following is is true:

f(x)>0 f\left(x\right)>0

Step-by-Step Solution

To determine for which values of x x the function y=2x24x+5 y = 2x^2 - 4x + 5 is positive, we will analyze its characteristics.

Step 1: Determine the direction of the parabola.
The given quadratic function y=2x24x+5 y = 2x^2 - 4x + 5 has a leading coefficient a=2 a = 2 , which is positive. Therefore, the parabola opens upwards.

Step 2: Check for real roots.
To identify where the function might be zero, calculate the discriminant Δ=b24ac \Delta = b^2 - 4ac .
Here, a=2 a = 2 , b=4 b = -4 , c=5 c = 5 .
The discriminant Δ=(4)2425=1640=24 \Delta = (-4)^2 - 4 \cdot 2 \cdot 5 = 16 - 40 = -24 .
Since the discriminant is negative, the quadratic has no real roots, meaning it doesn't intersect the x-axis.

Step 3: Analyze positivity over the entire domain.
Since the parabola opens upwards and has no real roots, the function does not touch or cross the x-axis. Therefore, y=2x24x+5 y = 2x^2 - 4x + 5 is always positive.

Conclusion.
The function y=2x24x+5 y = 2x^2 - 4x + 5 is positive for all values of x x .

Therefore, the solution to the problem is The function is positive for all values of x x .

Answer

The function is positive for all values of x x .

Exercise #5

Look at the following function:

y=2x24x+5 y=2x^2-4x+5

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

To find the values of x x where the function y=2x24x+5 y = 2x^2 - 4x + 5 is negative:

  • Step 1: Identify the direction of the parabola:
    Since a=2 a = 2 is positive, the parabola opens upwards, indicating that any potential minimum will be at the vertex.

  • Step 2: Find the vertex:
    The vertex is at x=b2a=42×2=1 x = -\frac{b}{2a} = -\frac{-4}{2 \times 2} = 1 .
    Substituting x=1 x = 1 back into the function gives: f(1)=2(1)24(1)+5=3 f(1) = 2(1)^2 - 4(1) + 5 = 3 .

  • Step 3: Determine if the function can be negative:
    Since the vertex provides the minimum value of the parabola and this value is positive f(1)=3>0 f(1) = 3 > 0 , the function does not have any x x values for which f(x)<0 f(x) < 0 .

Thus, the correct answer is that the function has no negative values.

Answer

The function has no negative values.

Exercise #6

Look at the following function:

y=2x2+8x10 y=-2x^2+8x-10

Determine for which values of x x the following is true:

f(x)>0 f\left(x\right)>0

Step-by-Step Solution

To solve this problem, we'll check where the quadratic function y=2x2+8x10 y = -2x^2 + 8x - 10 is greater than zero.

The steps to solve are as follows:

  • Step 1: Identify the direction of opening and calculate the vertex.
    For the quadratic function y=ax2+bx+c y = ax^2 + bx + c with a=2 a = -2 , b=8 b = 8 , c=10 c = -10 , since a=2<0 a = -2 < 0 , the parabola opens downwards.
  • Step 2: Find the vertex, which is the peak of the parabola.
    The x-coordinate of the vertex xv x_v is given by the formula xv=b2a=82×(2)=2 x_v = -\frac{b}{2a} = -\frac{8}{2 \times (-2)} = 2 .
    Substitute x=2 x = 2 into the function to find the y-coordinate: y=2(2)2+8(2)10=8+1610=2 y = -2(2)^2 + 8(2) - 10 = -8 + 16 - 10 = -2 .
    The vertex is at (2,2) (2, -2) . This indicates that the maximum value of the function is 2 -2 , which is less than zero.
  • Step 3: Analyze the function's values.
    Since the maximum point (2,2) (2, -2) is less than zero and the parabola opens downwards, the function values are always less than or equal to the vertex's y-value, which is 2 -2 .
  • Step 4: Conclusion.
    It is clear that the function is never positive at any point in its domain for real values of x x .

Therefore, the solution to the problem is The function has no positive domain.

Answer

The function has no positive domain.

Exercise #7

Look at the following function:

y=2x28x10 y=-2x^2-8x-10

Determine for which values of x x the following is true:

f(x)>0 f\left(x\right)>0

Step-by-Step Solution

To solve for where y=2x28x10>0 y = -2x^2 - 8x - 10 > 0 , we must analyze the quadratic equation.

First, identify the coefficients: a=2 a = -2 , b=8 b = -8 , and c=10 c = -10 .
The parabola opens downwards since a<0 a < 0 .

Calculate the discriminant Δ=b24ac=(8)24(2)(10)=6480=16 \Delta = b^2 - 4ac = (-8)^2 - 4(-2)(-10) = 64 - 80 = -16 .
Since the discriminant is negative, there are no real roots.

As a result, the quadratic does not intersect the x-axis, meaning it has no intervals where it is positive.
Because the parabola opens downward and lies entirely below the x-axis, the function y=2x28x10 y = -2x^2 - 8x - 10 has no positive domain.

Thus, the function f(x)=2x28x10 f(x) = -2x^2 - 8x - 10 is never greater than zero.

Therefore, the solution to the problem is The function has no positive domain.

Answer

The function has no positive domain.

Exercise #8

Look at the following function:

y=2x28x10 y=-2x^2-8x-10

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

To solve this problem, we'll follow these steps:

  • Step 1: Analyze the quadratic function's graph from given coefficients.
  • Step 2: Calculate discriminant to find root characteristics.
  • Step 3: Discuss the implications on positivity or negativity of f(x) f(x) .

Now, let's work through each step:

Step 1: The quadratic function y=2x28x10 y = -2x^2 - 8x - 10 has a leading coefficient a=2 a = -2 , which is negative. This indicates that the parabola opens downwards, potentially sitting below the x x -axis.

Step 2: Calculate the discriminant Δ=b24ac \Delta = b^2 - 4ac .

Here, b=8 b = -8 , a=2 a = -2 , and c=10 c = -10 . Plug these into the formula:

Δ=(8)24(2)(10)=6480=16 \Delta = (-8)^2 - 4(-2)(-10) = 64 - 80 = -16

Since the discriminant Δ \Delta is negative, there are no real roots. The parabola does not intersect the x x -axis.

Step 3: Discuss implications.

Because the parabola opens downward and has no real roots, it lies entirely below the x x -axis. This means for all real values of x x , f(x)<0 f(x) < 0 .

Therefore, the function y=2x28x10 y = -2x^2 - 8x - 10 is negative for all x x .

The function is negative for all x x .

Answer

The function is negative for all x x .

Exercise #9

Look at the following function:

y=2x2+8x6 y=-2x^2+8x-6

Determine for which values of x x the following is true:

f(x)<0 f\left(x\right) < 0

Step-by-Step Solution

To solve this problem, we'll follow these steps:

  • Step 1: Find the roots of the function using the quadratic formula.
  • Step 2: Determine the intervals defined by the roots and test the sign of the function on these intervals.

First, let's calculate the discriminant b24ac b^2 - 4ac :

b=8 b = 8 , a=2 a = -2 , and c=6 c = -6 .

Discriminant=824(2)(6)=6448=16 \text{Discriminant} = 8^2 - 4(-2)(-6) = 64 - 48 = 16 .

With a positive discriminant, the quadratic equation has two real roots. Apply the quadratic formula:

x=8±162(2) x = \frac{-8 \pm \sqrt{16}}{2(-2)} .

Calculate the roots:

x1=8+44=1 x_1 = \frac{-8 + 4}{-4} = 1

x2=844=3 x_2 = \frac{-8 - 4}{-4} = 3 .

Now, divide the number line into intervals based on these roots: (,1) (-\infty, 1) , (1,3) (1, 3) , and (3,) (3, \infty) .

Test the sign of the function f(x)=2x2+8x6 f(x) = -2x^2 + 8x - 6 in each interval:

  • For x<1 x < 1 , choose x=0 x = 0 :
  • f(0)=2(0)2+8(0)6=6 f(0) = -2(0)^2 + 8(0) - 6 = -6 (negative).

  • For 1<x<3 1 < x < 3 , choose x=2 x = 2 :
  • f(2)=2(2)2+8(2)6=2 f(2) = -2(2)^2 + 8(2) - 6 = 2 (positive).

  • For x>3 x > 3 , choose x=4 x = 4 :
  • f(4)=2(4)2+8(4)6=6 f(4) = -2(4)^2 + 8(4) - 6 = -6 (negative).

Thus, f(x)<0 f(x) < 0 for x<1 x < 1 or x>3 x > 3 .

The solution is x>3 x > 3 or x<1 x < 1 .

Answer

x>3 x > 3 or x<1 x < 1

Exercise #10

Look at the following function:

y=2x2+8x6 y=-2x^2+8x-6

Determine for which values of x x the following is true:

f(x)>0 f(x) > 0

Step-by-Step Solution

To solve this problem, we'll follow these steps:

  • Step 1: Determine the roots of the quadratic function.
  • Step 2: Split the number line based on these roots.
  • Step 3: Test intervals to check where the function is greater than zero.
  • Step 4: Identify the correct interval corresponding to the solution.

Now, let's work through each step:

Step 1: Identify the roots of the quadratic equation 2x2+8x6=0 -2x^2 + 8x - 6 = 0 . Using the quadratic formula, x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} , where a=2 a = -2 , b=8 b = 8 , and c=6 c = -6 .

Calculate the discriminant: b24ac=824(2)(6)=6448=16 b^2 - 4ac = 8^2 - 4(-2)(-6) = 64 - 48 = 16 .

The roots are: x=8±164=8±44 x = \frac{-8 \pm \sqrt{16}}{-4} = \frac{-8 \pm 4}{-4} .

Thus, x1=8+44=1 x_1 = \frac{-8 + 4}{-4} = 1 and x2=844=3 x_2 = \frac{-8 - 4}{-4} = 3 .

Step 2: The roots 1 and 3 split the number line into intervals: (,1) (-\infty, 1) , (1,3) (1, 3) , (3,) (3, \infty) .

Step 3: Test a sample point from each interval:

  • For x=0 x = 0 in (,1) (-\infty, 1) : f(0)=6 f(0) = -6 , which is not greater than 0.
  • For x=2 x = 2 in (1,3) (1, 3) : f(2)=2(2)2+8(2)6=86=2 f(2) = -2(2)^2 + 8(2) - 6 = 8 - 6 = 2 , which is greater than 0.
  • For x=4 x = 4 in (3,) (3, \infty) : f(4)=14 f(4) = -14 , which is not greater than 0.

Step 4: We conclude that the function 2x2+8x6 -2x^2 + 8x - 6 is greater than 0 only in the interval (1,3) (1, 3) .

Therefore, the solution to the problem is 1<x<3 1 < x < 3 .

Answer

1<x<3 1 < x < 3

Exercise #11

Look at the following function:

y=3x26x+4 y=3x^2-6x+4

Determine for which values of x x the following is true:

f(x)>0 f\left(x\right)>0

Step-by-Step Solution

To solve the problem, we'll follow these steps:

  • Step 1: Solve the quadratic equation 3x26x+4=0 3x^2 - 6x + 4 = 0 using the quadratic formula.
  • Step 2: Determine the intervals based on the roots and analyze the sign of the quadratic in each interval.
  • Step 3: Use the results to conclude for which values of x x the quadratic is positive.

Step 1: The quadratic formula yields the roots:

x=b±b24ac2a,x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, where a=3 a = 3 , b=6 b = -6 , and c=4 c = 4 .

Calculating the discriminant:

b24ac=(6)2434=3648=12 b^2 - 4ac = (-6)^2 - 4 \cdot 3 \cdot 4 = 36 - 48 = -12 .

Since the discriminant is negative (12-12), the quadratic equation has no real roots. This means the parabola does not intersect the x-axis, and the entire graph is above or below it.

Step 2: Since a=3 a = 3 (positive), the parabola opens upwards. A quadratic function with no real roots and a positive leading coefficient will be entirely above the x-axis, indicating it is always greater than zero.

Step 3: Since it is positive across all x x -values, the solution is:

The function is positive for all x x .

Answer

The function is positive for all x x .

Exercise #12

Look at the following function:

y=3x26x+4 y=3x^2-6x+4

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

Let's analyze the function y=3x26x+4 y = 3x^2 - 6x + 4 to determine when it is negative.

First, calculate the discriminant Δ\Delta:

Δ=(6)2434=3648=12 \Delta = (-6)^2 - 4 \cdot 3 \cdot 4 = 36 - 48 = -12

A negative discriminant (Δ<0\Delta < 0) indicates that there are no real roots, meaning the graph of the function does not intersect the x-axis. Since a=3>0 a = 3 > 0 , the parabola opens upwards.

This means the vertex of the parabola represents the minimum point, and the entire graph is above the x-axis.

Consequently, the function y=3x26x+4 y = 3x^2 - 6x + 4 does not attain any negative values for any real x x .

The correct interpretation is that the function stays positive, confirming the conclusion:

The function has no negative values.

Answer

The function has no negative values.

Exercise #13

Look at the following function:

y=3x2+6x9 y=-3x^2+6x-9

Determine for which x x values the following is true:

f(x)>0 f\left(x\right)>0

Step-by-Step Solution

To solve this problem, we'll follow these steps:

  • Step 1: Identify the given quadratic function and its form.
  • Step 2: Determine the nature of the parabola based on the leading coefficient.
  • Step 3: Calculate the discriminant to find possible roots.
  • Step 4: Solve for the roots using the quadratic formula if applicable.
  • Step 5: Analyze the intervals determined by the roots to assess where the function is positive.
  • Step 6: Conclude whether the function is positive over any interval based on the parabola's direction.

Now, let's work through each step:

Step 1: The given function is y=3x2+6x9 y = -3x^2 + 6x - 9 , which is a quadratic in the standard form ax2+bx+c ax^2 + bx + c , where a=3 a = -3 , b=6 b = 6 , and c=9 c = -9 .

Step 2: The coefficient of x2 x^2 is negative (a=3 a = -3 ), indicating the parabola opens downward.

Step 3: The discriminant Δ \Delta for the quadratic equation ax2+bx+c=0 ax^2 + bx + c = 0 is given by Δ=b24ac \Delta = b^2 - 4ac . Calculating this:

Δ=(6)24(3)(9)=36108=72 \Delta = (6)^2 - 4(-3)(-9) = 36 - 108 = -72 .

Step 4: A negative discriminant (Δ<0 \Delta < 0 ) shows that the quadratic equation 3x2+6x9=0 -3x^2 + 6x - 9 = 0 has no real roots. This means the parabola does not intersect the x-axis.

Step 5: Knowing the downward opening parabola and lack of real roots, the parabola lies entirely below the x-axis, and it never becomes positive anywhere.

Step 6: Since the function is always non-positive, we conclude that the function has no positive domain.

Therefore, the solution to the problem is The function has no positive domain.

Answer

The function has no positive domain.

Exercise #14

Look at the following function:

y=3x2+6x9 y=-3x^2+6x-9

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

To determine for which values of x x the function f(x)=3x2+6x9<0 f(x) = -3x^2 + 6x - 9 < 0 , follow these steps:

  • Step 1: Identify the coefficient information. The function is 3x2+6x9 -3x^2 + 6x - 9 with a=3 a = -3 , b=6 b = 6 , c=9 c = -9 .
  • Step 2: Determine the orientation of the parabola. The leading coefficient a=3 a = -3 is negative, so the parabola opens downward.
  • Step 3: Calculate the vertex using the formula x=b2a=62×(3)=1 x = -\frac{b}{2a} = -\frac{6}{2 \times (-3)} = 1 . The vertex is at x=1 x = 1 .
  • Step 4: Find the function's value at the vertex: f(1)=3(1)2+6(1)9=3+69=6 f(1) = -3(1)^2 + 6(1) - 9 = -3 + 6 - 9 = -6 . The function is negative at the vertex.
  • Step 5: Calculate the discriminant Δ=b24ac=624(3)(9)=36108=72\Delta = b^2 - 4ac = 6^2 - 4(-3)(-9) = 36 - 108 = -72. The discriminant is negative, indicating no real roots.

Since the quadratic opens downward and does not cross or touch the x-axis, it remains entirely below the x-axis for all values of x x . Therefore, the function is negative for all x x .

Thus, the solution is: The function is negative for all x x .

Answer

The function is negative for all x x .

Exercise #15

Look at the following function:

y=x2+10x16 y=-x^2+10x-16

Determine for which values of x x the following is true:

f(x)>0 f(x) > 0

Step-by-Step Solution

To solve the problem of identifying where the function y=x2+10x16 y = -x^2 + 10x - 16 is greater than zero, follow these steps:

  • Step 1: Calculate the roots of the quadratic equation. The roots are found using the quadratic formula:

x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Given: a=1 a = -1 , b=10 b = 10 , c=16 c = -16 .

The discriminant is: b24ac=1024(1)(16)=10064=36 b^2 - 4ac = 10^2 - 4(-1)(-16) = 100 - 64 = 36

Calculate the roots:

x=10±362(1)=10±62 x = \frac{-10 \pm \sqrt{36}}{2(-1)} = \frac{-10 \pm 6}{-2}

Thus, the roots are:

  • x1=10+62=2 x_1 = \frac{-10 + 6}{-2} = 2
  • x2=1062=8 x_2 = \frac{-10 - 6}{-2} = 8

Step 2: Determine where the function is positive. Since the parabola opens downward (a=1<0 a = -1 < 0 ), it is above the x-axis between the roots.

  • Check intervals: (,2) (-\infty, 2) , (2,8) (2, 8) , and (8,) (8, \infty) .

Test a point in the interval (2,8)(2, 8), for example, x=5 x = 5 :

f(5)=52+10×516=25+5016=9>0 f(5) = -5^2 + 10 \times 5 - 16 = -25 + 50 - 16 = 9 > 0

Thus, the function is positive for 2<x<8 2 < x < 8 .

Conclusion: The solution to f(x)>0 f(x) > 0 is 2<x<8 2 < x < 8 .

Answer

2<x<8 2 < x < 8

Exercise #16

Look at the following function:

y=x2+10x16 y=-x^2+10x-16

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

To determine where the function f(x)=x2+10x16 f(x) = -x^2 + 10x - 16 is less than zero, we should first find the roots by solving f(x)=0 f(x) = 0 .

Using the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} , where a=1 a = -1 , b=10 b = 10 , and c=16 c = -16 , we can find the roots:

  • Calculate the discriminant: b24ac=1024(1)(16)=10064=36 b^2 - 4ac = 10^2 - 4(-1)(-16) = 100 - 64 = 36 .
  • Find the roots: x=10±362(1)=10±62 x = \frac{-10 \pm \sqrt{36}}{2(-1)} = \frac{-10 \pm 6}{-2} .
  • The roots are x=10+62=2 x = \frac{-10 + 6}{-2} = 2 and x=1062=8 x = \frac{-10 - 6}{-2} = 8 .

These roots divide the number line into intervals: x<2 x < 2 , 2<x<8 2 < x < 8 , and x>8 x > 8 .

To determine where f(x)<0 f(x) < 0 , test a point in each interval:

  • For x<2 x < 2 , choose x=0 x = 0 . f(0)=02+10(0)16=16 f(0) = -0^2 + 10(0) - 16 = -16 (which is less than zero).
  • For 2<x<8 2 < x < 8 , choose x=5 x = 5 . f(5)=(5)2+10(5)16=25+5016=9 f(5) = -(5)^2 + 10(5) - 16 = -25 + 50 - 16 = 9 (which is greater than zero).
  • For x>8 x > 8 , choose x=10 x = 10 . f(10)=(10)2+10(10)16=100+10016=16 f(10) = -(10)^2 + 10(10) - 16 = -100 + 100 - 16 = -16 (which is less than zero).

Therefore, the function f(x) f(x) is negative for x<2 x < 2 and x>8 x > 8 .

Thus, the values of x x for which f(x)<0 f(x) < 0 are x<2 x < 2 or x>8 x > 8 .

The correct choice corresponding to this solution is: x>8 x > 8 or x<2 x < 2 .

Answer

x>8 x > 8 or x<2 x < 2

Exercise #17

Look at the following function:

y=x2+10x+16 y=x^2+10x+16

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

The problem asks us to determine where the function y=x2+10x+16 y = x^2 + 10x + 16 is less than zero.

  • Step 1: Find the roots of the equation x2+10x+16=0 x^2 + 10x + 16 = 0 using the quadratic formula.
  • Step 2: Calculate the discriminant Δ=b24ac=1024×1×16=10064=36 \Delta = b^2 - 4ac = 10^2 - 4 \times 1 \times 16 = 100 - 64 = 36 .
  • Step 3: Find the roots using x=b±Δ2a=10±362 x = \frac{{-b \pm \sqrt{\Delta}}}{2a} = \frac{{-10 \pm \sqrt{36}}}{2} .
  • Step 4: Calculate the roots: x=10+62=2 x = \frac{{-10 + 6}}{2} = -2 x=1062=8 x = \frac{{-10 - 6}}{2} = -8

The roots are x=2 x = -2 and x=8 x = -8 . These roots will divide the number line into intervals.

  • Step 5: Analyze the sign of the quadratic on the intervals ,8-\infty, -8, 8,2-8, -2, and 2,-2, \infty.
  • Step 6: Choose test points: - For x<8 x < -8 , choose x=9 x = -9 , - For 8<x<2-8 < x < -2, choose x=5 x = -5 , - For x>2 x > -2 , choose x=0 x = 0 .

Test each interval:

  • For x=9 x = -9 , y=(9)2+10×(9)+16=8190+16=7 y = (-9)^2 + 10 \times (-9) + 16 = 81 - 90 + 16 = 7 (positive).
  • For x=5 x = -5 , y=(5)2+10×(5)+16=2550+16=9 y = (-5)^2 + 10 \times (-5) + 16 = 25 - 50 + 16 = -9 (negative).
  • For x=0 x = 0 , y=(0)2+10×0+16=16 y = (0)^2 + 10 \times 0 + 16 = 16 (positive).

The function is negative between x=8 x = -8 and x=2 x = -2 . Therefore, the solution to f(x)<0 f(x) < 0 is 8<x<2 -8 < x < -2 .

Therefore, the correct answer is 8<x<2 -8 < x < -2 .

Answer

8<x<2 -8 < x < -2

Exercise #18

Look at the following function:

y=x2+2x+2 y=x^2+2x+2

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

To solve this problem, we need to rewrite the quadratic function y=x2+2x+2 y = x^2 + 2x + 2 into its vertex form. This process allows us to find the vertex and understand the behavior of the function.

First, we complete the square for the quadratic expression. Starting with:
y=x2+2x+2 y = x^2 + 2x + 2

We take the x x -terms x2+2x x^2 + 2x and complete the square as follows:

  • Take half of the coefficient of x x , which is 2, resulting in 1.
  • Square this value to get 1.
  • Add and subtract this square inside the equation to maintain equality.

Therefore, x2+2x+11+2 x^2 + 2x + 1 - 1 + 2 can be rewritten as:
y=(x+1)2+1 y = (x+1)^2 + 1

Now, the function is in the form y=(x+1)2+1 y = (x+1)^2 + 1 , which shows the vertex at (1,1) (-1, 1) . The vertex is the minimum point because the parabola opens upwards (as the coefficient of x2 x^2 is positive).

This vertex indicates that the minimum value of y y is 1, which means the function never reaches below zero. As a result, the function never assumes negative values.

Based on this analysis, we conclude that the function has no negative values.

The correct answer is therefore: The function has no negative values.

Answer

The function has no negative values.

Exercise #19

Look at the following function:

y=x2+2x+35 y=-x^2+2x+35

Determine for which values of x x the following is true:

f(x)>0 f(x) > 0

Step-by-Step Solution

To solve for when the quadratic function y=x2+2x+35>0 y = -x^2 + 2x + 35 > 0 , we must first find the roots of the function using the quadratic formula. The quadratic function is given as y=x2+2x+35 y = -x^2 + 2x + 35 .

Step 1: Calculate the roots using the quadratic formula. For ax2+bx+c=0 ax^2 + bx + c = 0 , the formula is:

x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Here, a=1 a = -1 , b=2 b = 2 , and c=35 c = 35 . Thus, we compute the discriminant:

b24ac=224(1)(35)=4+140=144 b^2 - 4ac = 2^2 - 4(-1)(35) = 4 + 140 = 144

Since the discriminant is positive, there are two distinct real roots.

Step 2: Compute the roots using the quadratic formula:

x=2±1442(1)=2±122 x = \frac{-2 \pm \sqrt{144}}{2(-1)} = \frac{-2 \pm 12}{-2}

Calculating the two roots, we get:

x1=2+122=102=5 x_1 = \frac{-2 + 12}{-2} = \frac{10}{-2} = -5 x2=2122=142=7 x_2 = \frac{-2 - 12}{-2} = \frac{-14}{-2} = 7

Step 3: Determine the intervals where f(x)>0 f(x) > 0 . The roots x=5 x = -5 and x=7 x = 7 partition the number line into intervals. A quadratic function with a negative leading coefficient a a opens downward, meaning it is positive between its roots:

The intervals are:

  • (,5)(-∞, -5)
  • (5,7)(-5, 7)
  • (7,)(7, ∞)

Test the interval between the roots: Choose a point, say x=0 x = 0 , between 5-5 and 77:

f(0)=(0)2+2(0)+35=35>0 f(0) = -(0)^2 + 2(0) + 35 = 35 > 0

This confirms that the function is positive in the interval (5,7)(-5, 7).

Therefore, the solution to the inequality f(x)>0 f(x) > 0 is 5<x<7-5 < x < 7.

The solution to the problem is 5<x<7-5 < x < 7.

Answer

5<x<7 -5 < x < 7

Exercise #20

Look at the following function:

y=x2+2x+35 y=-x^2+2x+35

Determine for which values of x x the following is true:

f(x)<0 f(x) < 0

Step-by-Step Solution

To determine where f(x)<0 f(x) < 0 for the given quadratic function y=x2+2x+35 y = -x^2 + 2x + 35 , we'll perform the following steps:

  • Step 1: Identify the roots of the function using the quadratic formula.
  • Step 2: Analyze the intervals around the roots to establish where the function is negative.

Step 1: Find the roots using the quadratic formula:

The quadratic formula is given by:

x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

For our function y=x2+2x+35 y = -x^2 + 2x + 35 , we have a=1 a = -1 , b=2 b = 2 , and c=35 c = 35 . Substituting into the formula:

x=2±224(1)(35)2(1) x = \frac{-2 \pm \sqrt{2^2 - 4(-1)(35)}}{2(-1)}

x=2±4+1402 x = \frac{-2 \pm \sqrt{4 + 140}}{-2}

x=2±1442 x = \frac{-2 \pm \sqrt{144}}{-2}

x=2±122 x = \frac{-2 \pm 12}{-2}

This gives two roots:

- x1=2+122=5 x_1 = \frac{-2 + 12}{-2} = -5 - x2=2122=7 x_2 = \frac{-2 - 12}{-2} = -7

Step 2: Analyze the intervals created by the roots:

The roots divide the number line into the intervals x<7 x < -7 , 7<x<5-7 < x < -5, and x>5 x > -5 .

Since the parabola y=x2+2x+35 y = -x^2 + 2x + 35 opens downwards, it will be less than 0 outside the region between the roots. Therefore, the intervals where y<0 y < 0 are:

  • x>7 x > -7
  • x<5 x < -5

Therefore, the correct answer is:

x>7 x > -7 or x<5 x < -5

Answer

x>7 x > -7 or x<5 x < -5