If (2,6)(2,6) lies on the curve f(x) = ax^2+bx f(x)=ax2+bx and y=x+4y=x+4 is a tangent to the curve at that point. Find aa and bb?
1 Answer
Dec 31, 2017
a=-1, b=5a=−1,b=5
Explanation:
The gradient of the tangent to a curve at any particular point is given by the derivative of the curve at that point.
We have:
f(x) = ax^2+bx f(x)=ax2+bx
We are given that the point
=> f(2)=6 ⇒f(2)=6
:. 4a+2b = 6
:. 2a+b = 3 ..... [A]
If we differentiate the parabola equation, then we have:
f'(x) = 2ax+b
The gradient of the tangent at
m_T = f'(2) = 4a+b
We also know that the tangent equation is
=> m_T = 1
:. 4a+b = 1 ..... [B]
We now solve the equations [A] and [B] simultaneous:
[B]-[A] => 2a = -2 => a=-1
Substitute
b-2=3 => b=5
Hence we have:
a=-1, b=5