If 19x - 2y - 32 = 019x2y32=0 is a tangent to the curve y = px^3 + qxy=px3+qx at (2,3)(2,3). Then what are the values of pp and qq ?

2 Answers
Dec 15, 2017

p=1, q=-5/2p=1,q=52

Explanation:

I have made a video that outlines all of my steps :)

I hope it helps :)

Harold

Dec 15, 2017

p = 1, q = -5/2p=1,q=52

Explanation:

Considering

f(x,y) = y -px^3-qx=0f(x,y)=ypx3qx=0 and
g(x,y) = y-19/2x+16=0g(x,y)=y192x+16=0

we have

nabla f = (-3px^2-q,1)f=(3px2q,1) and
nabla g = (-19/2,1)g=(192,1)

the surfaces normal vectors for ff and gg

At point p_0 = (x_0,y_0)p0=(x0,y0) we have nabla f = nabla gf=g

{(-3px_0^2-q = -19/2),(1=1),(y_0-px_0^3-q x_0=0):}

solving for p,q

{(p = (19 x_0-2y_0)/(4x_0^2)),(q = -19/4+(3y_0)/(2x_0)):}

which at p_0 are p = 1, q = -5/2