10. Find the minimum value of the curve 12x2+24x+13.
-
Step 1: Identify the type of curve.
The given curve is a quadratic function f(x)=12x2+24x+13. Since the coefficient of x2 is 12 (which is positive), the parabola opens upwards, meaning it has a minimum value at its vertex.
-
Step 2: Find the x-coordinate of the vertex.
For a quadratic function ax2+bx+c, the x-coordinate of the vertex is given by the formula x=−2ab.
Here, a=12 and b=24.
x=−2(12)24=−2424=−1
-
Step 3: Find the minimum value (y-coordinate of the vertex).
Substitute the x-coordinate of the vertex (x=−1) back into the function f(x):
f(−1)=12(−1)2+24(−1)+13
f(−1)=12(1)−24+13
f(−1)=12−24+13
f(−1)=−12+13
f(−1)=1
The minimum value of the curve is 1.
The minimum value of the curve is 1.
11. If the roots of ax2+bx+c=0 are α and β, show that α+β=−ab and αβ=ac.
-
Step 1: Express the quadratic equation in terms of its roots.
If α and β are the roots of the quadratic equation ax2+bx+c=0, then the polynomial can be factored as a(x−α)(x−β)=0.
-
Step 2: Expand the factored form.
a(x−α)(x−β)=a(x2−βx−αx+αβ)
=a(x2−(α+β)x+αβ)
=ax2−a(α+β)x+aαβ
-
Step 3: Compare coefficients with the original equation.
We have ax2−a(α+β)x+aαβ=0.
Comparing this to the original equation ax2+bx+c=0:
• Comparing the coefficients of x:
−a(α+β)=b
α+β=−ab
• Comparing the constant terms:
aαβ=c
αβ=ac
Thus, we have shown that α+β=−ab and αβ=ac.
12. Find b if h(x)=2x−1 is a factor of f(x)=6x2+bx+2.
-
Step 1: Apply the Factor Theorem.
According to the Factor Theorem, if (2x−1) is a factor of f(x), then f(c)=0, where c is the root of 2x−1=0.
-
Step 2: Find the root of h(x).
Set h(x)=0:
2x−1=0
2x=1
x=21
-
Step 3: Substitute the root into f(x) and solve for b.
Since x=21 is a root, f(21) must be 0.
f(21)=6(21)2+b(21)+2=0
6(41)+2b+2=0
46+2b+2=0
23+2b+2=0
Multiply the entire equation by 2 to eliminate denominators:
2(23)+2(2b)+2(2)=2(0)
3+b+4=0
b+7=0
b=−7
The value of b is −7.