For what values of a and b will the parabola y=x^2 + ax + b be tangent to the curve y=x^3 at point (1,1)?
1 Answer
The values are
Explanation:
To solve for the two variables
In order for two curves to be tangent to each other at a given point, they must have the same tangent line at that point. (If their tangent lines at the given point were different, the two curves would "pass through" each other rather than just "graze" each other.)
The slope of the tangent line to
#y'=3x_0^2=3(1)^2=3#
Thus, the slope-point form of the tangent line required is:
#y-y_0=m(x-x_0)#
#y-1=3(x-1)#
For
Thus, we need
- It must pass through
#(x_0,y_0)=(1,1).# - It must have a slope (
#y'# ) of#3# at this point.
These will give us our two equations in two unknowns. The first one gives us
#color(white)=>y_0=x_0^2+ax_0+b#
#=>1=(1)^2+a(1)+b#
#=>0=a+b#
and the second one gives us
#color(white)=>y'=2x_0+a#
#=>3" "=2(1)+a#
#=>a=1#
Looks like we know exactly what
#a+b=0" "<=>" "b="–"a#
#" "=>" "b="–"1#
Here is a graph of the two curves:
graph{(y-x^3)(y-x^2-x+1)=0 [-4.937, 4.93, -1.716, 3.22]}
Bonus:
The quick way to solve this problem is to realize that both derivatives must be equal at
#color(white)=>3x^2=y'=2x+a#
#=>3(1)^2=2(1)+a#
#=>3-2=a" "=>" "a=1#
Then, we just have to plug in the known values for
#color(white)=>y=x^2+ax+b#
#=>1=(1)^2+(1)(1)+b#
#=>1-2=b" "=>" "b="–"1# .