The function \(f(x) = x^2 - 4x + 1\) is defined on \(0 \le x \le 5\). Find its maximum value.
💡 Hint: Restricted domain! Evaluate both endpoints AND the vertex. The max may be at a boundary.
Explanation
Vertex at \(x=2\): \(f(2) = 4-8+1=-3\) (minimum on this domain).
Check endpoints: \(f(0)=1\), \(f(5)=25-20+1=6\).
Maximum = \(6\) at \(x=5\). Common trap: Students only check the vertex and miss endpoint maxima!
Q 11Quadratic
Which vertex form represents \(f(x) = x^2 + 4x + 7\)?
Explanation
\(x^2+4x+7 = (x^2+4x+4)+3 = (x+2)^2+3\). Trick to complete the square: Take half of the middle coefficient → \(4/2=2\), square it → \(4\). Add and subtract.
Q 12Quadratic
A ball is thrown and its height is \(h(t) = -t^2 + 6t + 2\) (in meters). What is the maximum height?
For \(f(x) = 2(x-3)^2 - 5\), the minimum value is \(-5\). On the domain \(-1 \le x \le 2\), what is the minimum value?
💡 Hint: The vertex \(x=3\) is outside the domain! The closest point to the vertex within the domain gives the min.
Explanation
The vertex \(x=3\) is outside \([-1, 2]\). The function decreases as \(x\) moves toward 3, so on this domain it's smallest at \(x=2\).
\(f(2) = 2(2-3)^2-5 = 2(1)-5 = -3\). Rule: If vertex is outside the domain, min/max is at the nearest endpoint.
Section 03
The Discriminant
The discriminant \(D = b^2 - 4ac\) tells you everything about a quadratic's roots — without actually solving it.
⚡ Ultra-Quick Memory Points
D > 0 → TWO REALTwo distinct real roots (cuts x-axis twice)
D = 0 → ONE REALRepeated (double) root — tangent to x-axis
D < 0 → NO REALTwo complex (imaginary) roots — no x-intercept
FORMULAD = b² − 4ac (from ax² + bx + c = 0)
TANGENT CONDITIONLine tangent to curve ⟺ D = 0
Q 14Discriminant
For \(2x^2 - 5x + 3 = 0\), how many real roots does it have?
Explanation
\(D = (-5)^2 - 4(2)(3) = 25 - 24 = 1 > 0\)
Since \(D > 0\) → two distinct real roots.
Q 15Discriminant
For what value of \(k\) does \(x^2 - kx + 9 = 0\) have exactly one real root?
💡 Hint: Set D = 0 for a repeated (double) root.
Explanation
Set \(D = 0\): \((-k)^2 - 4(1)(9) = 0 \Rightarrow k^2 = 36 \Rightarrow k = \pm 6\). Don't forget: \(k^2 = 36\) gives both \(+6\) and \(-6\)!
Q 16Discriminant
The equation \(x^2 + 4x + m = 0\) has no real roots. Which condition on \(m\) is correct?
Explanation
\(D = 4^2 - 4(1)(m) = 16 - 4m\). For no real roots: \(D < 0 \Rightarrow 16 - 4m < 0 \Rightarrow m > 4\).
Q 17Discriminant
Find the value of \(k\) so that the line \(y = kx + 1\) is tangent to the parabola \(y = x^2 + 3x + 2\).
💡 Hint: Tangent means exactly one intersection → set equations equal and use D = 0.
For \(3x^2 + 6x + 3 = 0\), the discriminant equals:
Explanation
\(D = 6^2 - 4(3)(3) = 36 - 36 = 0\).
This means the equation has a repeated root: \(x = -1\) (double root).
Q 19Discriminant
If the sum of roots of \(x^2 + bx + 12 = 0\) is \(-7\), what is the discriminant?
💡 Hint: Vieta's formula — sum of roots = −b/a, product = c/a.
Explanation
Sum of roots = \(-b = -7 \Rightarrow b = 7\).
\(D = 7^2 - 4(1)(12) = 49 - 48 = 1\).
Since \(D = 1 > 0\), there are two distinct real roots.
Q 20Discriminant
Which of the following is a necessary condition for \(ax^2+bx+c=0\) to have two distinct positive real roots?
💡 This is tricky! You need D > 0, sum of roots > 0, AND product of roots > 0.
Explanation
For two distinct positive real roots, you need all three:
1. \(D > 0\) — two real roots exist
2. Sum \(= -b/a > 0\) — both roots are positive (their sum is positive)
3. Product \(= c/a > 0\) — both roots have the same sign (both positive) Common mistake: Only checking D > 0 doesn't ensure both roots are positive.