Math Problem Statement

find the range of b so that roots of x2-3x+b=0 are btw 1 and 2

Solution

We are given the quadratic equation:

x23x+b=0x^2 - 3x + b = 0

The task is to find the range of values of bb such that the roots of this equation are between 1 and 2.

Step 1: Using the properties of the roots

Let the roots of the quadratic equation be denoted by r1r_1 and r2r_2. According to the problem, we know:

1<r1,r2<21 < r_1, r_2 < 2

From Vieta's formulas, for the quadratic equation x2+px+q=0x^2 + px + q = 0, the sum and product of the roots are given by:

r1+r2=31=3(sum of roots)r_1 + r_2 = -\frac{-3}{1} = 3 \quad \text{(sum of roots)} r1r2=b1=b(product of roots)r_1 \cdot r_2 = \frac{b}{1} = b \quad \text{(product of roots)}

So we have the relations:

r1+r2=3r_1 + r_2 = 3 r1r2=br_1 \cdot r_2 = b

Step 2: Using the root constraints

We are told that the roots must be between 1 and 2, so:

1<r1<2and1<r2<21 < r_1 < 2 \quad \text{and} \quad 1 < r_2 < 2

Now, consider the following:

  1. The sum of the roots is r1+r2=3r_1 + r_2 = 3, which implies that one root is less than 2, and the other is greater than 1.
  2. To ensure that both roots are between 1 and 2, we need the quadratic expression to evaluate to positive values at x=1x = 1 and x=2x = 2. That is, we want the values of the quadratic function at these points to be positive:

f(1)=123(1)+b=13+b=b2>0f(1) = 1^2 - 3(1) + b = 1 - 3 + b = b - 2 > 0

f(2)=223(2)+b=46+b=b2>0f(2) = 2^2 - 3(2) + b = 4 - 6 + b = b - 2 > 0

Thus, both conditions imply:

b2>0orb>2b - 2 > 0 \quad \text{or} \quad b > 2

Step 3: Conclusion

For the roots to lie strictly between 1 and 2, the value of bb must be greater than 2:

b>2b > 2

Recap:

  • The quadratic equation x23x+b=0x^2 - 3x + b = 0 has roots between 1 and 2 if and only if b>2b > 2.

Would you like more details or have any questions on this? Here are 5 related questions:

  1. How do you solve a quadratic equation when the roots are given?
  2. What does Vieta's formula tell us about the roots of a quadratic equation?
  3. Can the roots of a quadratic equation be outside of the given interval? How would that affect the value of bb?
  4. How can we determine the discriminant of a quadratic equation and its relation to the nature of roots?
  5. How would the solution change if the roots were constrained to be between 0 and 1?

Tip: When solving for the range of a parameter in a quadratic equation, always check the values of the quadratic expression at the boundary points of the interval for the roots.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Quadratic Equations
Vieta's Formulas
Inequalities

Formulas

Sum of roots: r1 + r2 = -b/a
Product of roots: r1 * r2 = c/a
Quadratic equation: ax^2 + bx + c = 0

Theorems

Vieta's Theorem
Quadratic Inequalities

Suitable Grade Level

Grades 9-11