You can put this solution on YOUR website! For what value of k , line 3x+4y+k=0 is tangent to the circle x^2+y^2+6x-y-1=0?
------------
3x+4y+k=0
y = (-3/4)x - k/4
Slope m = -3/4
================
x^2+y^2+6x-y-1=0
x^2 + 6x + 9 + y^2 - y + 1/4 = 1 + 9 + 1/4 = 10.25
The center is (-3,1/2)
Find the line thru the center perpendicular to the given line.
---
slope = -1/m = 4/3
y- 1/2 = (4/3)*(x+3)
The 2 tangent points are the intersection of y- 1/2 = (4/3)*(x+3) and the circle.
----
2y- 1 = (8/3)*(x+3) = 8x/3 + 8
y = 4x/3 + 9/2
---
x^2+y^2+6x-y-1=0
Sub for y
x^2 + (4x/3 + 9/2)^2 + 6x - (4x/3 + 9/2) - 1 = 0
x^2 + 16x^2/9 + 12x + 81/4 + 6x - 4x/3 - 9/2 - 1 = 0
25x^2/9 + 50x/3 + 59/4 = 0