Tangent lines, circle equations, centers, and radii

G

Guest

Guest
i have two problems that i am having an immense about of difficulty on both of them include tangent lines in relation to a circle. the first question is:

For the circle x^2 + y^2 + 6x - 4y + 3 = 0, Find:
a) the center and radius
which i figured out is center (-3, 2) radius square root of 10
b) the equation of the tangent at (-2, 5) which i have no idea how to do

my other question is:
a circle is tangent to the y axis at y = 3 and has one x-intercept at x = 1.
a) determine the other x-intercept
b) deduce the equation of the circle

i don't know how to begin this one at all. thank you in advance for your assistance
 
For b).
The slope of the line through (-3,2) and (-2,5) is 3, so the slope of the tangent at (-2,5) is –1/3.
 
Re: Tangent lines

Hello, anh040216!

Here's the second one . . .

A circle is tangent to the y-axis at y=3\displaystyle y\,=\,3 and has one x-intercept at x=1\displaystyle x\,=\,1

a) Determine the other x-intercept
b) Deduce the equation of the circle
First, make a sketch . . .
Code:
        |
        |       * * *
        |   *           *
        | *               *
        |*                 *
        |
        *         C         *
      A o - - - - o (x,3)   *
   (0,3)*        / \        *
        |       /   \ 
        |*     /     \     *
        | * B /       \   *
    - - + - o - - - - - o - - -
        | (1,0) * * *   D
        |
The circle is tangent at A(0,3)\displaystyle A(0,3)
The center is at C(x,3)\displaystyle C(x,3)
An x-intercept is: B(1,0)\displaystyle B(1,0)

We know that: AC=x=r  \displaystyle \,AC\,=\,x\,=\,r\;(radius) [1]

We know that: BC=(x1)2+32=r  \displaystyle \,BC\,=\,\sqrt{(x-1)^2\,+\,3^2}\,=\,r\;(radius) [2]

Equate [1] and [2]: x  =  (x1)2  +  9\displaystyle \,x\;=\;\sqrt{(x-1)^2\;+\;9}

Square both sides: x2  =  x22x+1+9\displaystyle \,x^2\;= \;x^2\,-\,2x\,+\,1\,+\,9

    \displaystyle \;\; and we have: 2x=10        x=5\displaystyle \,2x \,= \,10\;\;\Rightarrow\;\;x\,=\,5

We have a circle with center C(5,3)\displaystyle C(5,3) and radius 5.\displaystyle 5.

Therefore, (b) the equation is: (x5)2+(y3)2  =  25\displaystyle \,(x\,-\,5)^2\,+\,(y\,-\,3)^2\;=\;25


The x-intercepts occur where y=0.\displaystyle y\,=\,0.

The equation becomes: (x5)2+(03)2  =  25\displaystyle \,(x\,-\,5)^2\,+\,(0\,-\,3)^2\;=\;25

    \displaystyle \;\;and we have the quadratic: x210x+9  =  0\displaystyle \,x^2\,-\,10x\,+\,9\;=\;0

    \displaystyle \;\;which factors: (x1)(x9)  =  0\displaystyle \,(x\,-\,1)(x\,-\,9)\;=\;0

    \displaystyle \;\;and has roots: x=1,  9\displaystyle \,x\,=\,1,\;9

Therefore, (a) the x-intercepts are: (1,0) and (9,0).
 
Top