Question: The line y=mx+1 and curve y=2x2−x+n intersect at the point (1,4). Find m and n.
Step 1. Both equations must hold at (1,4):
From line: 4=m(1)+1⇒m=3.
From curve: 4=2(1)2−1+n=1+n⇒n=3.
Step 2. Verify: line is y=3x+1, curve is y=2x2−x+3. Setting equal:
3x+1=2x2−x+3⇒2x2−4x+2=0⇒(x−1)2=0⇒x=1
So the line is actually TANGENT to the curve at (1,4). ✓
Answer: m=3, n=3.
Tip: "Curve passes through point" or "line meets curve at point": substitute the point's coordinates into the equation(s). Each unknown needs one equation.