Examples with solutions for Positive and Negative Domains: With fractions

Exercise #1

Find the positive and negative domains of the following function:

y=x2+34x2 y=-x^2+\frac{3}{4}x-2

Step-by-Step Solution

Let's begin by finding the roots of the quadratic function y=x2+34x2 y = -x^2 + \frac{3}{4}x - 2 . This will help us determine the intervals where the function is positive or negative.

The coefficients of the quadratic are a=1 a = -1 , b=34 b = \frac{3}{4} , and c=2 c = -2 . Applying the quadratic formula:

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

Substitute in the values:

x=34±(34)24(1)(2)2(1) x = \frac{-\frac{3}{4} \pm \sqrt{\left(\frac{3}{4}\right)^2 - 4(-1)(-2)}}{2(-1)} x=34±91682 x = \frac{-\frac{3}{4} \pm \sqrt{\frac{9}{16} - 8}}{-2}

Calculate inside the square root:

9168=91612816=11916 \frac{9}{16} - 8 = \frac{9}{16} - \frac{128}{16} = \frac{-119}{16}

The discriminant b24ac b^2 - 4ac is negative (11916\frac{-119}{16}), indicating there are no real roots. Therefore, the quadratic function doesn't intersect the x-axis.

Since the parabola is downward (the coefficient of x2 x^2 is negative), it is negative for all xR x \in \mathbb{R} .

We conclude that:

  • The function y y does not have a positive domain for any real x x .
  • The function y y is negative for all x x .

Therefore, the positive and negative domains, based on choices given, are:

x>0 x > 0 : none

x<0 x < 0 : all x x

Answer

x>0: x > 0 : none

x<0: x < 0 : all x x

Exercise #2

Find the positive and negative domains of the following function:

y=2x2+2229 y=-2x^2+22\frac{2}{9}

Step-by-Step Solution

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

  • Step 1: Convert mixed number 2229 22\frac{2}{9} to an improper fraction.
  • Step 2: Use the quadratic formula to find the roots of the function.
  • Step 3: Determine the intervals where y>0 y > 0 and y<0 y < 0 .

Now, let's work through each step:

Step 1: Convert 2229 22\frac{2}{9} to an improper fraction:

2229 22\frac{2}{9} is 2009=2009 \frac{200}{9} = \frac{200}{9} .

Step 2: Use the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} to find the roots.

Here, a=2 a = -2 , b=0 b = 0 , and c=2009 c = \frac{200}{9} .

Calculate the discriminant:

b24ac=04(2)(2009)=16009 b^2 - 4ac = 0 - 4(-2)\left(\frac{200}{9}\right) = \frac{1600}{9} .

The roots become:

x=0±160094=±4034=±103 x = \frac{0 \pm \sqrt{\frac{1600}{9}}}{-4} = \frac{\pm \frac{40}{3}}{-4} = \frac{\pm 10}{3} .

Thus, the roots are x1=103 x_1 = -\frac{10}{3} and x2=103 x_2 = \frac{10}{3} .

Step 3: Examine where the quadratic is positive:

- The function is shaped as a downward-opening parabola. Its positive zone (above x-axis) will be between the roots.

- So, the positive domain is: 103<x<103 -\frac{10}{3} < x < \frac{10}{3} .

- Outside these roots, the function is negative:

- The negative domain corresponds to intervals x<103 x < -\frac{10}{3} or x>103 x > \frac{10}{3} .

Therefore, the solution to the problem is:

x>313 x > 3\frac{1}{3} or x<0:x<313 x < 0 : x < -3\frac{1}{3}

and

x>0:313<x<313 x > 0 : -3\frac{1}{3} < x < 3\frac{1}{3} .

Answer

x>313 x > 3\frac{1}{3} or x<0:x<313 x < 0 : x < -3\frac{1}{3}

x>0:313<x<313 x > 0 : -3\frac{1}{3} < x < 3\frac{1}{3}

Exercise #3

Find the positive and negative domains of the following function:

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

Step-by-Step Solution

To solve the given problem, we will perform the following steps:

  • Calculate the roots of the quadratic equation y=2x2+3x+2 y = -2x^2 + 3x + 2 using the quadratic formula: x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} .
  • Given a=2 a = -2 , b=3 b = 3 , and c=2 c = 2 , use the formula:

x=3±324(2)(2)2(2)=3±9+164=3±254 x = \frac{-3 \pm \sqrt{3^2 - 4(-2)(2)}}{2(-2)} = \frac{-3 \pm \sqrt{9 + 16}}{-4} = \frac{-3 \pm \sqrt{25}}{-4}

  • The roots are x=3+54=12 x = \frac{-3 + 5}{-4} = -\frac{1}{2} and x=354=2 x = \frac{-3 - 5}{-4} = 2 .
  • The roots 12-\frac{1}{2} and 22 divide the x-axis into three intervals: (,12) (-\infty, -\frac{1}{2}) , (12,2) (-\frac{1}{2}, 2) , and (2,) (2, \infty) .
  • Test a point from each interval in the function to determine the sign of the function in those intervals:

Choose x=1 x = -1 for interval (,12)(- \infty, -\frac{1}{2}):
Substitute into the function: y=2(1)2+3(1)+2=23+2=3 y = -2(-1)^2 + 3(-1) + 2 = -2 - 3 + 2 = -3 (negative).

Choose x=0 x = 0 for interval (12,2)(- \frac{1}{2}, 2):
Substitute into the function: y=2(0)2+3(0)+2=2 y = -2(0)^2 + 3(0) + 2 = 2 (positive).

Choose x=3 x = 3 for interval (2,)(2, \infty):
Substitute into the function: y=2(3)2+3(3)+2=18+9+2=7 y = -2(3)^2 + 3(3) + 2 = -18 + 9 + 2 = -7 (negative).

Therefore, the positive domain where the function is positive is 12<x<2 -\frac{1}{2} < x < 2 , and the negative domains are x<12 x < -\frac{1}{2} or x>2 x > 2 .

The solution to the problem is:

x>0:12<x<2 x > 0 : -\frac{1}{2} < x < 2

x>2 x > 2 or x<0:x<12 x < 0 : x < -\frac{1}{2}

Answer

x>0:12<x<2 x > 0 : -\frac{1}{2} < x < 2

x>2 x > 2 or x<0:x<12 x < 0 : x < -\frac{1}{2}

Exercise #4

Find the positive and negative domains of the following function:

y=2x2+7x3 y=-2x^2+7x-3

Step-by-Step Solution

To solve this problem, we'll find the intervals where the given quadratic function y=2x2+7x3 y = -2x^2 + 7x - 3 is greater than zero (positive) and less than zero (negative).

Step 1: Find the roots of the quadratic function.

The general form of the quadratic equation is ax2+bx+c=0 ax^2 + bx + c = 0 . Here, a=2 a = -2 , b=7 b = 7 , and c=3 c = -3 .

Using the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} , we calculate the roots.

First, calculate the discriminant:

b24ac=724×(2)×(3)=4924=25 b^2 - 4ac = 7^2 - 4 \times (-2) \times (-3) = 49 - 24 = 25 .

Thus, the roots are:

x=7±252×(2)=7±54 x = \frac{-7 \pm \sqrt{25}}{2 \times (-2)} = \frac{-7 \pm 5}{-4} .

Calculating for the two roots:

  • x1=7+54=24=12 x_1 = \frac{-7 + 5}{-4} = \frac{-2}{-4} = \frac{1}{2}
  • x2=754=124=3 x_2 = \frac{-7 - 5}{-4} = \frac{-12}{-4} = 3

The roots are x=12 x = \frac{1}{2} and x=3 x = 3 .

Step 2: Determine the sign of the function in each interval.

The function is defined as:

(,12),(12,3),(3,) (-\infty, \frac{1}{2}), \left(\frac{1}{2}, 3\right), (3, \infty) .

Test each interval to determine where the function is positive or negative:

  • For x<12 x < \frac{1}{2} , choose x=0 x = 0 :
    y=2(0)2+7(0)3=3 y = -2(0)^2 + 7(0) - 3 = -3 (negative)
  • For 12<x<3 \frac{1}{2} < x < 3 , choose x=1 x = 1 :
    y=2(1)2+7(1)3=2 y = -2(1)^2 + 7(1) - 3 = 2 (positive)
  • For x>3 x > 3 , choose x=4 x = 4 :
    y=2(4)2+7(4)3=3 y = -2(4)^2 + 7(4) - 3 = -3 (negative)

Conclusion: The positive domain is 12<x<3 \frac{1}{2} < x < 3 , and the negative domain is x<12 x < \frac{1}{2} or x>3 x > 3 .

Therefore, the correct option is:

x>0:12<x<3 x > 0 :\frac{1}{2} < x < 3

x>3 x > 3 or x<0:x<12 x < 0 : x <\frac{1}{2}

Answer

x>0:12<x<3 x > 0 :\frac{1}{2} < x < 3

x>3 x > 3 or x<0:x<12 x < 0 : x <\frac{1}{2}

Exercise #5

Find the positive and negative domains of the following function:

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

Step-by-Step Solution

To solve this problem, we need to find when the quadratic function changes from positive to negative and vice versa.

  • Step 1: Find the roots using the quadratic formula. For y=2x2+7x9 y = 2x^2 + 7x - 9 , identify a=2 a = 2 , b=7 b = 7 , and c=9 c = -9 .
  • Step 2: Apply the quadratic formula:
    x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • Step 3: Calculate:
    x=7±7242(9)22 x = \frac{-7 \pm \sqrt{7^2 - 4 \cdot 2 \cdot (-9)}}{2 \cdot 2}
    x=7±49+724 x = \frac{-7 \pm \sqrt{49 + 72}}{4}
    x=7±1214 x = \frac{-7 \pm \sqrt{121}}{4}
    x=7±114 x = \frac{-7 \pm 11}{4}
  • Step 4: Solve for the roots:
    x=7+114=1 x = \frac{-7 + 11}{4} = 1
    x=7114=184=4.5 x = \frac{-7 - 11}{4} = -\frac{18}{4} = -4.5
  • Step 5: The roots are x=1 x = 1 and x=4.5 x = -4.5 . These roots divide the real number line into intervals: (,4.5) (-\infty, -4.5) , (4.5,1) (-4.5, 1) , and (1,) (1, \infty) .
  • Step 6: Test each interval:
  • Interval (,4.5) (-\infty, -4.5) : Choose a test point like x=5 x = -5 .
    Calculate y y using x=5 x = -5 :
    y=2(5)2+7(5)9=50359=6(>0) y = 2(-5)^2 + 7(-5) - 9 = 50 - 35 - 9 = 6 \, (> 0) . The function is positive in this interval.
  • Interval (4.5,1) (-4.5, 1) : Choose a test point like x=0 x = 0 .
    Calculate y y using x=0 x = 0 :
    y=2(0)2+7(0)9=9(<0) y = 2(0)^2 + 7(0) - 9 = -9 \, (< 0) . The function is negative in this interval.
  • Interval (1,) (1, \infty) : Choose a test point like x=2 x = 2 .
    Calculate y y using x=2 x = 2 :
    y=2(2)2+7(2)9=8+149=13(>0) y = 2(2)^2 + 7(2) - 9 = 8 + 14 - 9 = 13 \, (> 0) . The function is positive in this interval.

The positive domain of y y is (,4.5)(1,) (-\infty, -4.5) \cup (1, \infty) .
The negative domain of y y is (4.5,1) (-4.5, 1) .

Thus, the domains are as follows:
x<0:412<x<1 x < 0 : -4\frac{1}{2} < x < 1
x>1 x > 1 or x>0:x<412 x > 0 : x < -4\frac{1}{2}

Answer

x<0:412<x<1 x < 0 : -4\frac{1}{2} < x < 1

x>1 x > 1 or x>0:x<412 x > 0 : x < -4\frac{1}{2}

Exercise #6

Find the positive and negative domains of the following function:

y=313x20.4 y=-3\frac{1}{3}x^2-0.4

Step-by-Step Solution

To solve this problem, we examine the function y=103x20.4 y = -\frac{10}{3}x^2 - 0.4 .

Step 1: Identify a=103 a = -\frac{10}{3} , which is negative. This means the parabola opens downwards.

Step 2: Find the zeros by setting y=0 y = 0 :

103x20.4=0 -\frac{10}{3}x^2 - 0.4 = 0 . Solving gives 103x2=0.4 -\frac{10}{3}x^2 = 0.4 , yielding

x2=0.4×310 x^2 = -\frac{0.4 \times 3}{10} , which is negative. Therefore, no real solutions exist for zero crossing.

Step 3: Recognize since it doesn't cross the x-axis, the entire parabola is below the x-axis.

Conclusion: For x<0 x < 0 , y y is negative for all x x ; for x>0 x > 0 , y y remains negative.

Therefore, the solution is:
x<0: x < 0 : all x x
x>0: x > 0 : none

Answer

x<0: x < 0 : all x x

x>0: x > 0 : none

Exercise #7

Find the positive and negative domains of the following function:

y=3x2+41116 y=-3x^2+4\frac{11}{16}

Step-by-Step Solution

To find the positive and negative domains of the function y=3x2+41116 y = -3x^2 + 4\frac{11}{16} , we need to first find the roots of the equation.

Step 1: Set the function equal to zero to find the roots:

3x2+41116=0 -3x^2 + 4\frac{11}{16} = 0

Simplify the equation:

First, express 41116 4\frac{11}{16} as a fraction:

41116=7516 4\frac{11}{16} = \frac{75}{16}

Substitute into the equation:

3x2+7516=0 -3x^2 + \frac{75}{16} = 0

Multiply through by 16 to clear the fraction:

48x2+75=0 -48x^2 + 75 = 0 48x2=75 48x^2 = 75

Divide both sides by 48:

x2=7548 x^2 = \frac{75}{48}

Simplify the fraction:

x2=2516 x^2 = \frac{25}{16}

Take the square root of both sides:

x=±54 x = \pm \frac{5}{4}

We have two roots: x=54 x = \frac{5}{4} and x=54 x = -\frac{5}{4} .

Step 2: Identify the intervals to test for positivity and negativity.

The critical points create intervals: (,54) (-\infty, -\frac{5}{4}) , (54,54) (-\frac{5}{4}, \frac{5}{4}) , and (54,) (\frac{5}{4}, \infty) .

Step 3: Determine the sign of y y in each interval by testing sample points:

  • For x(,54) x \in (-\infty, -\frac{5}{4}) (e.g., x=2 x = -2 ): y=3(2)2+7516 y = -3(-2)^2 + \frac{75}{16} yields a negative value.
  • For x(54,54) x \in (-\frac{5}{4}, \frac{5}{4}) (e.g., x=0 x = 0 ): y=3(0)2+7516=7516 y = -3(0)^2 + \frac{75}{16} = \frac{75}{16} , which is positive.
  • For x(54,) x \in (\frac{5}{4}, \infty) (e.g., x=2 x = 2 ): y=3(2)2+7516 y = -3(2)^2 + \frac{75}{16} yields a negative value.

Thus, the function is positive for x(54,54) x \in \left(-\frac{5}{4}, \frac{5}{4}\right) and negative for x<54 x < -\frac{5}{4} and x>54 x > \frac{5}{4} .

Therefore, the solution to the problem is:

x>114 x > 1\frac{1}{4} or x<0:x<114 x < 0 : x < -1\frac{1}{4}

x>0:114<x<114 x > 0 : -1\frac{1}{4} < x < 1\frac{1}{4}

This matches choice 4.

Answer

x>114 x > 1\frac{1}{4} or x<0:x<114 x < 0 : x < -1\frac{1}{4}

x>0:114<x<114 x > 0 : -1\frac{1}{4} < x < 1\frac{1}{4}

Exercise #8

Find the positive and negative domains of the following function:

y=3x2+5x2 y=-3x^2+5x-2

Step-by-Step Solution

To find the positive and negative domains of the function y=3x2+5x2 y = -3x^2 + 5x - 2 , we follow these steps:

  • Step 1: Find the roots of the equation by solving 3x2+5x2=0 -3x^2 + 5x - 2 = 0 .
  • Step 2: The quadratic equation ax2+bx+c=0 ax^2 + bx + c = 0 has roots x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} .
  • Step 3: Calculate the discriminant, b24ac=524(3)(2)=2524=1 b^2 - 4ac = 5^2 - 4(-3)(-2) = 25 - 24 = 1 .
  • Step 4: Find the roots: x=5±12(3)=5±16 x = \frac{-5 \pm \sqrt{1}}{2(-3)} = \frac{-5 \pm 1}{-6} .
  • Step 5: This gives roots x=46=23 x = \frac{-4}{-6} = \frac{2}{3} and x=66=1 x = \frac{-6}{-6} = 1 .
  • Step 6: Determine intervals: (,23) (-\infty, \frac{2}{3}) , (23,1) (\frac{2}{3}, 1) , (1,) (1, \infty) .
  • Step 7: Test a point from each interval in the original equation to determine sign:
    • For x(,23) x \in (-\infty, \frac{2}{3}) , choose x=0 x = 0 : y=3(0)2+5(0)2=2 y = -3(0)^2 + 5(0) - 2 = -2 (negative).
    • For x(23,1) x \in (\frac{2}{3}, 1) , choose x=0.8 x = 0.8 : y=3(0.8)2+5(0.8)2=1.28+42=0.72 y = -3(0.8)^2 + 5(0.8) - 2 = -1.28 + 4 - 2 = 0.72 (positive).
    • For x(1,) x \in (1, \infty) , choose x=2 x = 2 : y=3(2)2+5(2)2=12+102=4 y = -3(2)^2 + 5(2) - 2 = -12 + 10 - 2 = -4 (negative).

Therefore, the positive domains of the function are when 23<x<1 \frac{2}{3} < x < 1 , and the negative domains are when x<23 x < \frac{2}{3} or x>1 x > 1 .

Thus, the solution to the problem is:

x>1 x > 1 or x<0:x<23 x < 0 : x < \frac{2}{3}

x>0:23<x<1 x > 0 : \frac{2}{3} < x < 1

Answer

x>1 x > 1 or x<0:x<23 x < 0 : x < \frac{2}{3}

x>0:23<x<1 x > 0 : \frac{2}{3} < x < 1

Exercise #9

Find the positive and negative domains of the following function:

y=3x2+7x+2 y=3x^2+7x+2

Step-by-Step Solution

To determine the positive and negative domains of the quadratic function y=3x2+7x+2 y = 3x^2 + 7x + 2 , we will first find its roots using the quadratic formula.

The quadratic formula is x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} .

For this function, a=3 a = 3 , b=7 b = 7 , and c=2 c = 2 .

First, calculate the discriminant Δ \Delta :

Δ=b24ac=72432=4924=25 \Delta = b^2 - 4ac = 7^2 - 4 \cdot 3 \cdot 2 = 49 - 24 = 25 .

Since the discriminant is positive, the function has two distinct real roots.

Now, calculate the roots:

x=b±Δ2a x = \frac{-b \pm \sqrt{\Delta}}{2a} .

x=7±256=7±56 x = \frac{-7 \pm \sqrt{25}}{6} = \frac{-7 \pm 5}{6} .

This results in:

  • Root 1: x=7+56=26=13 x = \frac{-7 + 5}{6} = \frac{-2}{6} = -\frac{1}{3}
  • Root 2: x=756=126=2 x = \frac{-7 - 5}{6} = \frac{-12}{6} = -2

The roots are x=2 x = -2 and x=13 x = -\frac{1}{3} , dividing the x-axis into three intervals: x<2 x < -2 , 2<x<13 -2 < x < -\frac{1}{3} , and x>13 x > -\frac{1}{3} .

For x x \to -\infty , the quadratic y=3x2+7x+2 y = 3x^2 + 7x + 2 is positive, as the leading coefficient a=3 a = 3 is positive, indicating the parabola opens upwards.

Evaluate the sign of y y within the intervals:

  • For x<2 x < -2 , pick x=3 x = -3 : y=3(3)2+7(3)+2=2721+2=8 y = 3(-3)^2 + 7(-3) + 2 = 27 - 21 + 2 = 8 . Hence, y>0 y > 0 .
  • For 2<x<13 -2 < x < -\frac{1}{3} , pick x=1 x = -1 : y=3(1)2+7(1)+2=37+2=2 y = 3(-1)^2 + 7(-1) + 2 = 3 - 7 + 2 = -2 . Hence, y<0 y < 0 .
  • For x>13 x > -\frac{1}{3} , pick x=0 x = 0 : y=3(0)2+7(0)+2=2 y = 3(0)^2 + 7(0) + 2 = 2 . Hence, y>0 y > 0 .

Therefore, the positive domain of the function is x<2 x < -2 and x>13 x > -\frac{1}{3} , and the negative domain is 2<x<13 -2 < x < -\frac{1}{3} .

Thus, the solution matches the given correct answer:

x<0:2<x<13 x < 0 : -2 < x < -\frac{1}{3}

x>13 x > -\frac{1}{3} or x>0:x<2 x > 0 : x < -2

Answer

x<0:2<x<13 x < 0 : -2 < x < -\frac{1}{3}

x>13 x > -\frac{1}{3} or x>0:x<2 x > 0 : x < -2

Exercise #10

Find the positive and negative domains of the following function:

y=4x2+x+3 y=-4x^2+x+3

Step-by-Step Solution

To solve this problem, let's start by finding the roots of the quadratic equation:

The given function is y=4x2+x+3 y = -4x^2 + x + 3 . We set it to zero to find the roots:

4x2+x+3=0 -4x^2 + x + 3 = 0

Using the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} where a=4 a = -4 , b=1 b = 1 , and c=3 c = 3 :

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

x=1±1+488 x = \frac{-1 \pm \sqrt{1 + 48}}{-8}

x=1±498 x = \frac{-1 \pm \sqrt{49}}{-8}

x=1±78 x = \frac{-1 \pm 7}{-8}

The roots are:

  • x1=1+78=68=34 x_1 = \frac{-1 + 7}{-8} = \frac{6}{-8} = -\frac{3}{4}
  • x2=178=88=1 x_2 = \frac{-1 - 7}{-8} = \frac{-8}{-8} = 1

These roots divide the number line into intervals: (,34) (-\infty, -\frac{3}{4}) , (34,1) (-\frac{3}{4}, 1) , and (1,) (1, \infty) .

We test each interval to determine where the function is positive or negative:

Interval (,34) (-\infty, -\frac{3}{4}) : Choose x=1 x = -1 .

  • y=4(1)2+(1)+3=41+3=2 y = -4(-1)^2 + (-1) + 3 = -4 - 1 + 3 = -2 (Negative)

Interval (34,1) (-\frac{3}{4}, 1) : Choose x=0 x = 0 .

  • y=4(0)2+0+3=3 y = -4(0)^2 + 0 + 3 = 3 (Positive)

Interval (1,) (1, \infty) : Choose x=2 x = 2 .

  • y=4(2)2+2+3=16+2+3=11 y = -4(2)^2 + 2 + 3 = -16 + 2 + 3 = -11 (Negative)

Therefore, the function is positive in the interval (34,1) (-\frac{3}{4}, 1) and negative in the intervals (,34) (-\infty, -\frac{3}{4}) and (1,) (1, \infty) .

Thus, the positive and negative domains of the function are:

x>0:34<x<1 x > 0 : -\frac{3}{4} < x < 1

x>1 x > 1 or x<0:x<34 x < 0 : x < -\frac{3}{4}

The correct answer choice corresponds to:

x>1 x > 1 or x<0:x<34 x<0:x<-\frac{3}{4}

x>0:34<x<1 x > 0 : -\frac{3}{4} < x <1

Answer

x>1 x > 1 or x<0:x<34 x<0:x<-\frac{3}{4}

x>0:34<x<1 x > 0 : -\frac{3}{4} < x <1

Exercise #11

Find the positive and negative domains of the following function:

y=4x2x3 y=4x^2-x-3

Step-by-Step Solution

To solve for the positive and negative domains of the function y=4x2x3 y = 4x^2 - x - 3 , follow these steps:

  • Step 1: Identify and apply the quadratic formula to find the roots.
  • Step 2: Calculate the discriminant to ensure real roots.
  • Step 3: Analyze the sign changes in the resulting intervals.

Step 1: The quadratic formula is x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} . Here, a=4 a = 4 , b=1 b = -1 , and c=3 c = -3 .

Step 2: Calculate the discriminant: b24ac=(1)24×4×(3)=1+48=49 b^2 - 4ac = (-1)^2 - 4 \times 4 \times (-3) = 1 + 48 = 49 . Since the discriminant is positive, two distinct real roots exist.

Step 3: Calculate the roots using the formula:

x=(1)±492×4=1±78 x = \frac{-(-1) \pm \sqrt{49}}{2 \times 4} = \frac{1 \pm 7}{8}

Thus, the roots x1=1+78=1 x_1 = \frac{1 + 7}{8} = 1 and x2=178=34 x_2 = \frac{1 - 7}{8} = -\frac{3}{4} .

Now we examine the sign of y=4x2x3 y = 4x^2 - x - 3 across the intervals determined by these roots: (,34) (-\infty, -\frac{3}{4}) , (34,1) (-\frac{3}{4}, 1) , and (1,) (1, \infty) .

  • For x<34 x < -\frac{3}{4} : Choose x=1 x = -1 . Substitute into the function: y=4(1)2(1)3=4+13=2 y = 4(-1)^2 - (-1) - 3 = 4 + 1 - 3 = 2 . Positive.
  • For 34<x<1 -\frac{3}{4} < x < 1 : Choose x=0 x = 0 . Substitute: y=4(0)2(0)3=3 y = 4(0)^2 - (0) - 3 = -3 . Negative.
  • For x>1 x > 1 : Choose x=2 x = 2 . Substitute: y=4(2)2(2)3=1623=11 y = 4(2)^2 - (2) - 3 = 16 - 2 - 3 = 11 . Positive.

Therefore, the positive domains are x<34 x < -\frac{3}{4} and x>1 x > 1 , and the negative domain is 34<x<1-\frac{3}{4} < x < 1.

The positive and negative domains are: x<0:34<x<1 x < 0 : -\frac{3}{4} < x < 1 and x>1 x > 1 or x>0:x<34 x > 0 : x < -\frac{3}{4} .

Answer

x<0:34<x<1 x < 0 : -\frac{3}{4} < x < 1

x>1 x > 1 or x>0:x<34 x > 0 : x < -\frac{3}{4}

Exercise #12

Find the positive and negative domains of the following function:

y=12x2+22572 y=-\frac{1}{2}x^2+2\frac{25}{72}

Step-by-Step Solution

The given function is y=12x2+22572 y = -\frac{1}{2}x^2 + 2\frac{25}{72} . We need to find when this function is equal to zero to determine the positive and negative domains.

First, identify the coefficients from the function:

  • a=12 a = -\frac{1}{2} , b=0 b = 0 , c=22572 c = 2\frac{25}{72} which we convert to improper fraction: 16972 \frac{169}{72} .

We then use the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} to find the roots.

Substituting in our values:

x=0±04(12)(16972)1 x = \frac{-0 \pm \sqrt{0 - 4\left(-\frac{1}{2}\right)\left(\frac{169}{72}\right)}}{-1} .

The discriminant calculation is as follows:

41216972=16936 4 \cdot \frac{1}{2} \cdot \frac{169}{72} = \frac{169}{36} .

So our roots are:

x=±16936=±136=±216 x = \pm \sqrt{\frac{169}{36}} = \pm \frac{13}{6} = \pm 2\frac{1}{6} .

The roots are x=216 x = 2\frac{1}{6} and x=216 x = -2\frac{1}{6} . These divide the x-axis into intervals to be tested.

- When x<216 x < -2\frac{1}{6} , test point x=3 x = -3 :
y=12(3)2+16972<0 y = -\frac{1}{2}(3)^2 + \frac{169}{72} < 0 : Negative.
Hence, x<216 x < -2\frac{1}{6} gives negative values.

- When 216<x<216 -2\frac{1}{6} < x < 2\frac{1}{6} , test x=0 x = 0 :
y=12(0)2+16972>0 y = -\frac{1}{2}(0)^2 + \frac{169}{72} > 0 : Positive.
Hence, 216<x<216 -2\frac{1}{6} < x < 2\frac{1}{6} gives positive values.

- When x>216 x > 2\frac{1}{6} , test point x=3 x = 3 :
y=12(3)2+16972<0 y = -\frac{1}{2}(3)^2 + \frac{169}{72} < 0 : Negative.
Hence, x>216 x > 2\frac{1}{6} gives negative values.

Therefore, the positive domain is x>0:216<x<216 x > 0 : -2\frac{1}{6} < x < 2\frac{1}{6} and the negative domain is x<0:x<216 x < 0 : x < -2\frac{1}{6} or x>216 x > 2\frac{1}{6} .

In comparing to the provided choices, the correct choice is Choice 2: x>216 x > 2\frac{1}{6} or x<0:x<216 x < 0 : x < -2\frac{1}{6}

x>0:216<x<216 x > 0 : - 2\frac{1}{6} < x < 2\frac{1}{6}

Answer

x>216 x > 2\frac{1}{6} or x<0:x<216 x < 0 : x < -2\frac{1}{6}

x>0:216<x<216 x > 0 : - 2\frac{1}{6} < x < 2\frac{1}{6}

Exercise #13

Find the positive and negative domains of the following function:

y=12x2+13x14 y=-\frac{1}{2}x^2+\frac{1}{3}x-\frac{1}{4}

Step-by-Step Solution

To find the positive and negative domains of the function y=12x2+13x14 y = -\frac{1}{2}x^2 + \frac{1}{3}x - \frac{1}{4} , we must determine where the function is above or below the x-axis.

Step 1: Find the roots of the quadratic equation. This requires solving:

12x2+13x14=0 -\frac{1}{2}x^2 + \frac{1}{3}x - \frac{1}{4} = 0

Using the quadratic formula x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} , with a=12 a = -\frac{1}{2} , b=13 b = \frac{1}{3} , and c=14 c = -\frac{1}{4} , we calculate:

  • Discriminant: b24ac=(13)24(12)(14)=1912=1948=19918=1918=818=49 b^2 - 4ac = \left(\frac{1}{3}\right)^2 - 4\left(-\frac{1}{2}\right)\left(-\frac{1}{4}\right) = \frac{1}{9} - \frac{1}{2} = \frac{1}{9} - \frac{4}{8} = \frac{1}{9} - \frac{9}{18} = \frac{1 - 9}{18} = -\frac{8}{18} = -\frac{4}{9}

The discriminant is negative, indicating no real roots.

Step 2: Analyze the parabola's orientation. Because the leading term is negative, the parabola opens downwards. With no x-intercepts, this implies the entire graph is below the x-axis.

Therefore, the function is negative for all x-values. In the context of positive and negative domains:

x>0: x > 0 : none, as the function doesn't cross the x-axis in positive domain.

x<0: x < 0 : all x x , as the function is always negative.

Answer

x>0: x > 0 : none

x<0: x < 0 : all x x

Exercise #14

Find the positive and negative domains of the following function:

y=12x2+34x+56 y=\frac{1}{2}x^2+\frac{3}{4}x+\frac{5}{6}

Step-by-Step Solution

To determine the positive and negative domains of the quadratic function y=12x2+34x+56 y = \frac{1}{2}x^2 + \frac{3}{4}x + \frac{5}{6} , we start by considering the possibility of real roots using the discriminant.

The discriminant Δ\Delta is given by:

Δ=b24ac=(34)24(12)(56)\Delta = b^2 - 4ac = \left(\frac{3}{4}\right)^2 - 4\left(\frac{1}{2}\right)\left(\frac{5}{6}\right)

Calculating gives:

Δ=9162012=91653=9168048\Delta = \frac{9}{16} - \frac{20}{12} = \frac{9}{16} - \frac{5}{3} = \frac{9}{16} - \frac{80}{48}

Convert 916\frac{9}{16} to a common denominator:

Δ=27488048=5348\Delta = \frac{27}{48} - \frac{80}{48} = -\frac{53}{48}

The discriminant Δ\Delta is negative, indicating that this quadratic equation has no real roots.

Since the coefficient a=12 a = \frac{1}{2} is positive and there are no real roots, the parabola opens upwards and never crosses the x-axis.

This means that the function is always positive for all x x .

Thus, the positive domain is all x x , and there is no negative domain.

Therefore, the correct choice is:

x>0: x > 0 : for all x x

x<0: x < 0 : none

Answer

x>0: x > 0 : for all x x

x<0: x < 0 : none

Exercise #15

Find the positive and negative domains of the following function:

y=12x2+x1 y=-\frac{1}{2}x^2+x-1

Step-by-Step Solution

To solve this problem, we'll determine where the quadratic function y=12x2+x1 y = -\frac{1}{2}x^2 + x - 1 is positive and negative.

Step 1: Find the roots of the quadratic equation.
We'll use the quadratic formula, x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} , where a=12 a = -\frac{1}{2} , b=1 b = 1 , and c=1 c = -1 .

Calculate the discriminant b24ac=124(12)(1)=12=1 b^2 - 4ac = 1^2 - 4(-\frac{1}{2})(-1) = 1 - 2 = -1 .
Notice that the discriminant is negative, meaning the quadratic equation has no real roots.

Step 2: Determine the sign of the quadratic function.
Since there are no real roots, the quadratic does not intersect the x-axis. Since a=12 a = -\frac{1}{2} , which is negative, the parabola opens downwards. Without real roots, it means it is always negative for all values of x x .

Conclusion: The function is negative for all x x .

Therefore, the positive and negative domains of the function are:

x<0: x < 0 : for all x x

x>0: x > 0 : none

Answer

x<0: x < 0 : for all x x

x>0: x > 0 : none

Exercise #16

Find the positive and negative domains of the following function:

y=13x2+2x4 y=-\frac{1}{3}x^2+2x-4

Step-by-Step Solution

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

  • Step 1: Identify roots of the quadratic equation.
  • Step 2: Determine the intervals created by these roots.
  • Step 3: Test each interval to see where the function is positive or negative.

Now, let's work through each step:

Step 1: We need to find the roots of the equation 13x2+2x4=0 -\frac{1}{3}x^2 + 2x - 4 = 0 . Using the quadratic formula:
For ax2+bx+c=0 ax^2 + bx + c = 0 , the roots are given by:
x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} .
Here, a=13 a = -\frac{1}{3} , b=2 b = 2 , and c=4 c = -4 .

Step 2: Calculate the discriminant:
b24ac=224(13)(4)=4163=123163=43 b^2 - 4ac = 2^2 - 4(-\frac{1}{3})(-4) = 4 - \frac{16}{3} = \frac{12}{3} - \frac{16}{3} = -\frac{4}{3} .

Since the discriminant is negative, the quadratic does not have real roots. Therefore, the function does not cross the x-axis and remains entirely above or below the x-axis.

Step 3: Analyze the leading coefficient. The quadratic function opens downwards because the leading coefficient a=13 a = -\frac{1}{3} is negative. Therefore, since there are no x-intercepts, the function is negative for all x x .

Thus, we find that:
- The positive domain of y y is: none.
- The negative domain of y y is: for all x x .

Therefore, the solution to the problem is:

x<0: x < 0 : for all x x

x>0: x > 0 : none

Answer

x<0: x < 0 : for all x x

x>0: x > 0 : none

Exercise #17

Find the positive and negative domains of the following function:

y=13x2+12x+23 y=\frac{1}{3}x^2+\frac{1}{2}x+\frac{2}{3}

Step-by-Step Solution

To solve this problem, we need to analyze the function y=13x2+12x+23 y = \frac{1}{3}x^2 + \frac{1}{2}x + \frac{2}{3} to determine where it is positive or negative. This function is quadratic, so it is a parabola. Let us find the domain of positive and negative values.

First, let's determine where the function is zero by finding its roots. This involves using the quadratic formula:

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

Here, we have a=13 a = \frac{1}{3} , b=12 b = \frac{1}{2} , and c=23 c = \frac{2}{3} . The discriminant is calculated as follows:

b24ac=(12)241323=1489 b^2 - 4ac = \left(\frac{1}{2}\right)^2 - 4 \cdot \frac{1}{3} \cdot \frac{2}{3} = \frac{1}{4} - \frac{8}{9}

Calculating gives:

140.25 \frac{1}{4} \approx 0.25 and 890.888 \frac{8}{9} \approx 0.888 which results in:

0.250.888=0.638 0.25 - 0.888 = -0.638

Since the discriminant is negative, there are no real roots. As the parabola opens upwards (since a=13>0 a = \frac{1}{3} > 0 ), the function never crosses the x-axis. Therefore, the function remains positive for all real values of x x and is never negative.

Thus, the positive domain consists of all real numbers, while there is no negative domain:

x>0 x > 0 : \) for all x x

x<0 x < 0 : \) none

Answer

x>0: x > 0 : for all x x

x<0: x < 0 : none

Exercise #18

Find the positive and negative domains of the following function:

y=23x2+14x15 y=-\frac{2}{3}x^2+\frac{1}{4}x-\frac{1}{5}

Step-by-Step Solution

To find when the function y=23x2+14x15 y = -\frac{2}{3}x^2 + \frac{1}{4}x - \frac{1}{5} is positive or negative, we will determine its roots and analyze its sign changes across different intervals of x x .

**Step 1: Calculate the Roots**

The quadratic formula is x=b±b24ac2a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} . Here, a=23 a = -\frac{2}{3} , b=14 b = \frac{1}{4} , and c=15 c = -\frac{1}{5} .

Calculate the discriminant:

b24ac=(14)24(23)(15)=116815 b^2 - 4ac = \left(\frac{1}{4}\right)^2 - 4 \left(-\frac{2}{3}\right) \left(-\frac{1}{5}\right) = \frac{1}{16} - \frac{8}{15} .

Since 116=15240 \frac{1}{16} = \frac{15}{240} and 815=128240 \frac{8}{15} = \frac{128}{240} , the discriminant is negative, 15240128240=113240 \frac{15}{240} - \frac{128}{240} = -\frac{113}{240} .

The discriminant is negative, indicating no real roots; the parabola does not intersect the x-axis.

**Step 2: Determine the Orientation and Sign**

The coefficient a=23 a = -\frac{2}{3} is negative, meaning the quadratic opens downwards.

**Step 3: Analyze the Sign of the Quadratic**

Since the quadratic opens downwards and doesn't intersect the x-axis, it remains negative for all x x .

Therefore, the negative domain of the function is x(,) x \in (-\infty, \infty) and the function has no positive domain.

Consequently:

x<0: x < 0 : for all x x

x>0: x > 0 : none

Hence, the correct answer is: Choice 4.

Answer

x<0: x < 0 : for all x x

x>0: x > 0 : none

Exercise #19

Find the positive and negative domains of the following function:

y=(2x12)(x214) y=\left(2x-\frac{1}{2}\right)\left(x-2\frac{1}{4}\right)

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: Identify the roots of the quadratic function.
  • Step 2: Analyze the intervals between these roots to determine where the function is negative.
  • Step 3: Write the final solution as the interval where f(x)<0 f(x) < 0 .

Now, let's work through each step:
Step 1: Determine the roots by solving each factor for zero:
- 2x12=02x=12x=14 2x - \frac{1}{2} = 0 \Rightarrow 2x = \frac{1}{2} \Rightarrow x = \frac{1}{4} .
- x214=0x=214 x - 2\frac{1}{4} = 0 \Rightarrow x = 2\frac{1}{4} .
Thus, the roots are x=14 x = \frac{1}{4} and x=214 x = 2\frac{1}{4} .

Step 2: Analyze the intervals determined by the roots x=14 x = \frac{1}{4} and x=214 x = 2\frac{1}{4} :

  • Interval 1: x<14 x < \frac{1}{4}
  • Interval 2: 14<x<214 \frac{1}{4} < x < 2\frac{1}{4}
  • Interval 3: x>214 x > 2\frac{1}{4}

Step 3: Test each interval:

  • For interval 1 x<14 x < \frac{1}{4} : Choose x=0 x = 0 . f(0)=(2(0)12)(0214)=(12)(214)=98>0 f(0) = \left(2(0) - \frac{1}{2}\right)(0 - 2\frac{1}{4}) = \left(-\frac{1}{2}\right) \left(-2\frac{1}{4}\right) = \frac{9}{8} > 0 .
  • For interval 2 14<x<214 \frac{1}{4} < x < 2\frac{1}{4} : Choose x=1 x = 1 . f(1)=(2(1)12)(1214)=(32)(54)=158<0 f(1) = \left(2(1) - \frac{1}{2}\right)(1 - 2\frac{1}{4}) = \left(\frac{3}{2}\right)(-\frac{5}{4}) = -\frac{15}{8} < 0 .
  • For interval 3 x>214 x > 2\frac{1}{4} : Choose x=3 x = 3 . f(3)=(2(3)12)(3214)=(112)(34)=338>0 f(3) = \left(2(3) - \frac{1}{2}\right)(3 - 2\frac{1}{4}) = \left(\frac{11}{2}\right)\left(\frac{3}{4}\right) = \frac{33}{8} > 0 .

Therefore, the solution to f(x)<0 f(x) < 0 is found in the interval 14<x<214 \frac{1}{4} < x < 2\frac{1}{4} .

Answer

14<x<214 \frac{1}{4} < x < 2\frac{1}{4}

Exercise #20

Find the positive and negative domains of the following function:

y=(13x16)(x415) y=\left(\frac{1}{3}x-\frac{1}{6}\right)\left(-x-4\frac{1}{5}\right)

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 set of x x values where y=(13x16)(x415) y = \left(\frac{1}{3}x-\frac{1}{6}\right)\left(-x-4\frac{1}{5}\right) is positive, we need to determine where each factor changes sign.

First, find the zeros of the linear factors:

  • For 13x16=0\frac{1}{3}x - \frac{1}{6} = 0:
    Solving gives 13x=16 \frac{1}{3}x = \frac{1}{6} or x=12 x = \frac{1}{2} .
  • For x415=0-x - 4\frac{1}{5} = 0:
    Solving gives x=415-x = -4\frac{1}{5} or x=415 x = -4\frac{1}{5} .

These zeros split the real number line into three intervals. Let's determine the sign of each expression in the intervals:

  • Interval (,415)(-\infty, -4\frac{1}{5}):
    - 13x16<0\frac{1}{3}x-\frac{1}{6} < 0 and x415>0-x-4\frac{1}{5} > 0
  • Interval (415,12)(-4\frac{1}{5}, \frac{1}{2}):
    - 13x16<0\frac{1}{3}x-\frac{1}{6} < 0 and x415<0-x-4\frac{1}{5} < 0
  • Interval (12,)(\frac{1}{2}, \infty):
    - 13x16>0\frac{1}{3}x-\frac{1}{6} > 0 and x415<0-x-4\frac{1}{5} < 0

The product (13x16)(x415)\left(\frac{1}{3}x-\frac{1}{6}\right)\left(-x-4\frac{1}{5}\right) is positive in the interval where both factors are negative or both are positive:

Therefore, the solution is 415<x<12-4\frac{1}{5} < x < -\frac{1}{2}, matching with choice 3.

Answer

415<x<12 -4\frac{1}{5} < x < -\frac{1}{2}