Vertex-Line Intersection
Instantly find the y-value where a horizontal line \(y=k\) is tangent to a parabola \(y=ax^2+bx+c\).
Practice: "Find tangent line \(y=k\) for \(y = x^2 - 8x + 20\)"
Show Solution & Analysis
1. Find Vertex x:
\(x = -b/2a = 8/2 = 4\).
2. Plug back in:
\(y = 4^2 - 8(4) + 20 = 4\).
Result: 4
**Step 1:** Use Formula.
\( k = c - b^2/4a \).
\( 20 - 64/4 = 4 \).
**Result: 4**
Directly targeting 'k' skips
the intermediate x-step.