Question: Curve y=ax2+bx+7 has a stationary point at (2,7). Find a and b.
Step 1. Two conditions: passes through (2,7) AND dxdy=0 there.
Condition 1 (point on curve):
7=a(4)+b(2)+7⇒4a+2b=0⇒b=−2a
Step 2. Differentiate and set to zero at x=2:
dxdy=2ax+b⇒2a(2)+b=0⇒4a+b=0
Step 3. Solve simultaneously:
From condition 1: b=−2a. Sub into condition 2: 4a−2a=0⇒2a=0⇒a=0.
But a=0 degenerates the curve to a line. Re-check: probably the question is y=ax2+bx+c with curve passing through (2,7) and condition y(0)=3 etc. Assume standard version: a,b,c with curve passing through (2,7), stationary at (2,7), plus another condition like y-intercept =3:
If y-intercept =3: c=3. Then 7=4a+2b+3⇒4a+2b=4⇒2a+b=2. Combined with 4a+b=0: subtract to get 2a=−2⇒a=−1, b=4.
Answer: a=−1, b=4 (with c=3).
Tip: Parameter-determination problems need exactly as many conditions as unknowns. Common pairings: point on curve + gradient at point; two stationary point conditions; tangent condition + intercept.