Find equation of a circle through point that touches two given linesFind extra arbitrary two points for a plane, given the normal and a point that lies on the planeSolving for unknowns in parametric equationLet $y=x^2+ax+b$ cuts the coordinate axes at three distinct points. Show that the circle passing through these 3 points also passes through $(0,1)$.Find the equations of the lines tangent to the circle $x^2+y^2=r^2$ that pass through the point $(a,0)$?Equation of straight lines from a point making equal angles with given two lines.How can I find the equation of a circle given two points and a tangent line through one of the points?Can't find an equation for calculating when 4 moving points have a circle passing through themProof of a unique intersection of non-parralel lines (from Serge Lang's Basic Mathematics)Find equation of circle with radius $sqrt3-1$ units with both coordinates of the centre negativeHow to Calculate Radius of Circle Given Two Points and Tangential Circle

Validation accuracy vs Testing accuracy

Prevent a directory in /tmp from being deleted

How to type dʒ symbol (IPA) on Mac?

N.B. ligature in Latex

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

I see my dog run

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

How do you conduct xenoanthropology after first contact?

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

What Brexit solution does the DUP want?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

Copycat chess is back

How do I create uniquely male characters?

How is it possible to have an ability score that is less than 3?

The use of multiple foreign keys on same column in SQL Server

How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?

Is there a familial term for apples and pears?

A function which translates a sentence to title-case

Pronouncing Dictionary.com's W.O.D "vade mecum" in English

What defenses are there against being summoned by the Gate spell?

Could a US political party gain complete control over the government by removing checks & balances?

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

"which" command doesn't work / path of Safari?



Find equation of a circle through point that touches two given lines


Find extra arbitrary two points for a plane, given the normal and a point that lies on the planeSolving for unknowns in parametric equationLet $y=x^2+ax+b$ cuts the coordinate axes at three distinct points. Show that the circle passing through these 3 points also passes through $(0,1)$.Find the equations of the lines tangent to the circle $x^2+y^2=r^2$ that pass through the point $(a,0)$?Equation of straight lines from a point making equal angles with given two lines.How can I find the equation of a circle given two points and a tangent line through one of the points?Can't find an equation for calculating when 4 moving points have a circle passing through themProof of a unique intersection of non-parralel lines (from Serge Lang's Basic Mathematics)Find equation of circle with radius $sqrt3-1$ units with both coordinates of the centre negativeHow to Calculate Radius of Circle Given Two Points and Tangential Circle













0












$begingroup$


We have given point of a circle $A(0, 0)$ and two lines: $x+y+2=0 text and x-y+4=0$. We should find equation of a circle that passes through the point $A$ and touches those two lines.



I started solving my making system of three quadratic equations with three unknowns , but this system seems to be very hard to be solvable. Here is what I got so far.



Since point $A$ lies on the circle: $(0 - p)^2 + (0 - q)^2 = r^2, p^2 + q^2 = r^2$. We use the condition for touching of line and circle $r^2(A^2 + B^2) = (Ap + Bq + C)^2$.



$$p^2 + q^2 = r^2\2r^2 = (p+q+2)^2 \ 2r^2 = (p-q+4)^2 $$



From here: $(p+q+2)^2 = (p-q+4)^2$. I'm stuck to solving this part since canceling the squares gives wrong and only one result.



If we cancel the squares we get $$p+q+2=p-q+4\2q = 2\q=1\r^2 = p^2+1\2p^2+2=(p+3)^2\2p^2+2=p^2+6p+9\p^2-6p-7=0\p_1 = -1, p_2 = 7$$










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    Your approach should work, perhaps you can include some additional details to see if there's a calculation error.
    $endgroup$
    – Michael Burr
    Apr 1 at 17:22











  • $begingroup$
    When I solve your system, I get two real solutions with $rgt0$. I agree with @MichaelBurr—show the details of your calculations since your basic approach is sound.
    $endgroup$
    – amd
    Apr 1 at 18:06










  • $begingroup$
    I rewrote my calculations and I think I got correct result, thanks for the help anyway.
    $endgroup$
    – someone123123
    Apr 1 at 18:37















0












$begingroup$


We have given point of a circle $A(0, 0)$ and two lines: $x+y+2=0 text and x-y+4=0$. We should find equation of a circle that passes through the point $A$ and touches those two lines.



I started solving my making system of three quadratic equations with three unknowns , but this system seems to be very hard to be solvable. Here is what I got so far.



Since point $A$ lies on the circle: $(0 - p)^2 + (0 - q)^2 = r^2, p^2 + q^2 = r^2$. We use the condition for touching of line and circle $r^2(A^2 + B^2) = (Ap + Bq + C)^2$.



$$p^2 + q^2 = r^2\2r^2 = (p+q+2)^2 \ 2r^2 = (p-q+4)^2 $$



From here: $(p+q+2)^2 = (p-q+4)^2$. I'm stuck to solving this part since canceling the squares gives wrong and only one result.



If we cancel the squares we get $$p+q+2=p-q+4\2q = 2\q=1\r^2 = p^2+1\2p^2+2=(p+3)^2\2p^2+2=p^2+6p+9\p^2-6p-7=0\p_1 = -1, p_2 = 7$$










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    Your approach should work, perhaps you can include some additional details to see if there's a calculation error.
    $endgroup$
    – Michael Burr
    Apr 1 at 17:22











  • $begingroup$
    When I solve your system, I get two real solutions with $rgt0$. I agree with @MichaelBurr—show the details of your calculations since your basic approach is sound.
    $endgroup$
    – amd
    Apr 1 at 18:06










  • $begingroup$
    I rewrote my calculations and I think I got correct result, thanks for the help anyway.
    $endgroup$
    – someone123123
    Apr 1 at 18:37













0












0








0





$begingroup$


We have given point of a circle $A(0, 0)$ and two lines: $x+y+2=0 text and x-y+4=0$. We should find equation of a circle that passes through the point $A$ and touches those two lines.



I started solving my making system of three quadratic equations with three unknowns , but this system seems to be very hard to be solvable. Here is what I got so far.



Since point $A$ lies on the circle: $(0 - p)^2 + (0 - q)^2 = r^2, p^2 + q^2 = r^2$. We use the condition for touching of line and circle $r^2(A^2 + B^2) = (Ap + Bq + C)^2$.



$$p^2 + q^2 = r^2\2r^2 = (p+q+2)^2 \ 2r^2 = (p-q+4)^2 $$



From here: $(p+q+2)^2 = (p-q+4)^2$. I'm stuck to solving this part since canceling the squares gives wrong and only one result.



If we cancel the squares we get $$p+q+2=p-q+4\2q = 2\q=1\r^2 = p^2+1\2p^2+2=(p+3)^2\2p^2+2=p^2+6p+9\p^2-6p-7=0\p_1 = -1, p_2 = 7$$










share|cite|improve this question











$endgroup$




We have given point of a circle $A(0, 0)$ and two lines: $x+y+2=0 text and x-y+4=0$. We should find equation of a circle that passes through the point $A$ and touches those two lines.



I started solving my making system of three quadratic equations with three unknowns , but this system seems to be very hard to be solvable. Here is what I got so far.



Since point $A$ lies on the circle: $(0 - p)^2 + (0 - q)^2 = r^2, p^2 + q^2 = r^2$. We use the condition for touching of line and circle $r^2(A^2 + B^2) = (Ap + Bq + C)^2$.



$$p^2 + q^2 = r^2\2r^2 = (p+q+2)^2 \ 2r^2 = (p-q+4)^2 $$



From here: $(p+q+2)^2 = (p-q+4)^2$. I'm stuck to solving this part since canceling the squares gives wrong and only one result.



If we cancel the squares we get $$p+q+2=p-q+4\2q = 2\q=1\r^2 = p^2+1\2p^2+2=(p+3)^2\2p^2+2=p^2+6p+9\p^2-6p-7=0\p_1 = -1, p_2 = 7$$







systems-of-equations analytic-geometry






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Apr 1 at 18:36







someone123123

















asked Apr 1 at 17:08









someone123123someone123123

459415




459415







  • 1




    $begingroup$
    Your approach should work, perhaps you can include some additional details to see if there's a calculation error.
    $endgroup$
    – Michael Burr
    Apr 1 at 17:22











  • $begingroup$
    When I solve your system, I get two real solutions with $rgt0$. I agree with @MichaelBurr—show the details of your calculations since your basic approach is sound.
    $endgroup$
    – amd
    Apr 1 at 18:06










  • $begingroup$
    I rewrote my calculations and I think I got correct result, thanks for the help anyway.
    $endgroup$
    – someone123123
    Apr 1 at 18:37












  • 1




    $begingroup$
    Your approach should work, perhaps you can include some additional details to see if there's a calculation error.
    $endgroup$
    – Michael Burr
    Apr 1 at 17:22











  • $begingroup$
    When I solve your system, I get two real solutions with $rgt0$. I agree with @MichaelBurr—show the details of your calculations since your basic approach is sound.
    $endgroup$
    – amd
    Apr 1 at 18:06










  • $begingroup$
    I rewrote my calculations and I think I got correct result, thanks for the help anyway.
    $endgroup$
    – someone123123
    Apr 1 at 18:37







1




1




$begingroup$
Your approach should work, perhaps you can include some additional details to see if there's a calculation error.
$endgroup$
– Michael Burr
Apr 1 at 17:22





$begingroup$
Your approach should work, perhaps you can include some additional details to see if there's a calculation error.
$endgroup$
– Michael Burr
Apr 1 at 17:22













$begingroup$
When I solve your system, I get two real solutions with $rgt0$. I agree with @MichaelBurr—show the details of your calculations since your basic approach is sound.
$endgroup$
– amd
Apr 1 at 18:06




$begingroup$
When I solve your system, I get two real solutions with $rgt0$. I agree with @MichaelBurr—show the details of your calculations since your basic approach is sound.
$endgroup$
– amd
Apr 1 at 18:06












$begingroup$
I rewrote my calculations and I think I got correct result, thanks for the help anyway.
$endgroup$
– someone123123
Apr 1 at 18:37




$begingroup$
I rewrote my calculations and I think I got correct result, thanks for the help anyway.
$endgroup$
– someone123123
Apr 1 at 18:37










3 Answers
3






active

oldest

votes


















1












$begingroup$

Sketch of Solution:



Suppose that $C$ is a circle with center $c$ that touches both lines. Then, the distance from $c$ to both lines is the same. This implies that $c$ lines on an angle bisector of the two lines. (If the two lines are parallel, then the angle bisector bisects the angle at infinity, i.e., is half-way between the two lines). For any point on the angle bisector, there exists a circle that touches both lines.



In your case, you have two lines with slopes $pm 1$ which intersect at $(-3,1)$. There are two bisectors, the lines $y=1$ and $x=-3$. Let's work with $y=1$. For any point on this line, i.e., $(t,1)$, you need the distance between $(t,1)$ and a point on one of these lines. The closest point on the line $y=x+4$ is the point of intersection of the line $y=x+4$ with the line $y=-x+(t+1)$, i.e., the line passing through the point $(t,1)$ perpendicular to the line $y=x+4$. The intersection point has $x$ coordinate $fract-32$. From here, the $y$ coordinate is $fract+52$, and the radius of the circle with center $(t,1)$ is the distance between $(t,1)$ and $left(fract-32,fract+52right)$. Now, do the same thing with the other bisector.



Finally, you need the condition that the circle contains $(0,0)$, i.e., the point $A$. What you need now is that the radius of the circle equals the distance between $(t,1)$ and the origin. This results in a univariate polynomial equation, which must be solved.






share|cite|improve this answer









$endgroup$




















    2












    $begingroup$

    enter image description here



    Lines $BT_1$ and $BT_2$
    cross at the right angle in the point $B(-3,1)$.
    The center of the circle must be located on
    the bisector $BO_1$ of the angle $T_1BT_2$.



    There are possibly two solutions, with radii $r_1$ and $r_2$.



    Consider the coordinates of the center $O_1$ of the big circle
    and the tangent point $T_1$:



    beginalign
    O_1&=(B_x+rsqrt2,B_y)=(-3+rsqrt2,1)
    ,\
    T_1&=
    (B_x+tfrac rsqrt2,B_y+tfrac rsqrt2)
    =
    (-3+tfrac rsqrt2,1+tfrac rsqrt2)
    .
    endalign



    beginalign
    |O_1T_1|^2&=|O_1A|^2=r^2
    ,\
    r^2-6sqrt2,r+10&=0
    ,
    endalign



    beginalign
    r_1,2&=3sqrt2pm2sqrt2
    ,\
    r_1&=5sqrt2
    ,\
    r_2&=sqrt2
    ,\
    O_1&=(7,1)
    ,\
    O_2&=(-1,1)
    .
    endalign






    share|cite|improve this answer









    $endgroup$




















      1












      $begingroup$

      This specific case is much easier than the general case because the lines make both a 45 degree angle with the $x$ axis. The lines intersect at $(-3, 1)$, so that the center of the circle lies on the angle bisector (which is y=1). x=-3 is also an angle bisector, but it doesn't give any solutions as the origin will be too far away from the center of the circle (origin needs to be in the same quadrant that the two lines split the plane into).



      Let the center of the circle be located at $(x-3, 1)$. By the Pythagorean Theorem the distance from the lines is $x/sqrt2$.



      Then the distance from the origin is the same, so the square of the distance to the origin equals the square of the distance from the two lines.



      This gives $(x-3)^2 + 1^2 = x^2 / 2$, which has solutions $x=2$ and $x=10$.



      The coordinates of the center is either $(-1, 1)$, or $(7,-1)$. Both of these give valid circles; the first one has radius $sqrt2$ and the latter has radius $sqrt50$. Both pass through the origin and are tangent to both lines.



      The first circle, $(x+1)^2 + (y-1)^2 = 2$ is tangent to the two lines at $(-2, 0)$ and $(-2, 2)$. The second circle, $(x-7)^2 +(y-1)^2 = 50$ is tangent to the two lines at $(2, -4)$ and $(2, 6)$.






      share|cite|improve this answer










      New contributor




      sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      $endgroup$













        Your Answer





        StackExchange.ifUsing("editor", function ()
        return StackExchange.using("mathjaxEditing", function ()
        StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
        StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
        );
        );
        , "mathjax-editing");

        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "69"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        noCode: true, onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3170861%2ffind-equation-of-a-circle-through-point-that-touches-two-given-lines%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        1












        $begingroup$

        Sketch of Solution:



        Suppose that $C$ is a circle with center $c$ that touches both lines. Then, the distance from $c$ to both lines is the same. This implies that $c$ lines on an angle bisector of the two lines. (If the two lines are parallel, then the angle bisector bisects the angle at infinity, i.e., is half-way between the two lines). For any point on the angle bisector, there exists a circle that touches both lines.



        In your case, you have two lines with slopes $pm 1$ which intersect at $(-3,1)$. There are two bisectors, the lines $y=1$ and $x=-3$. Let's work with $y=1$. For any point on this line, i.e., $(t,1)$, you need the distance between $(t,1)$ and a point on one of these lines. The closest point on the line $y=x+4$ is the point of intersection of the line $y=x+4$ with the line $y=-x+(t+1)$, i.e., the line passing through the point $(t,1)$ perpendicular to the line $y=x+4$. The intersection point has $x$ coordinate $fract-32$. From here, the $y$ coordinate is $fract+52$, and the radius of the circle with center $(t,1)$ is the distance between $(t,1)$ and $left(fract-32,fract+52right)$. Now, do the same thing with the other bisector.



        Finally, you need the condition that the circle contains $(0,0)$, i.e., the point $A$. What you need now is that the radius of the circle equals the distance between $(t,1)$ and the origin. This results in a univariate polynomial equation, which must be solved.






        share|cite|improve this answer









        $endgroup$

















          1












          $begingroup$

          Sketch of Solution:



          Suppose that $C$ is a circle with center $c$ that touches both lines. Then, the distance from $c$ to both lines is the same. This implies that $c$ lines on an angle bisector of the two lines. (If the two lines are parallel, then the angle bisector bisects the angle at infinity, i.e., is half-way between the two lines). For any point on the angle bisector, there exists a circle that touches both lines.



          In your case, you have two lines with slopes $pm 1$ which intersect at $(-3,1)$. There are two bisectors, the lines $y=1$ and $x=-3$. Let's work with $y=1$. For any point on this line, i.e., $(t,1)$, you need the distance between $(t,1)$ and a point on one of these lines. The closest point on the line $y=x+4$ is the point of intersection of the line $y=x+4$ with the line $y=-x+(t+1)$, i.e., the line passing through the point $(t,1)$ perpendicular to the line $y=x+4$. The intersection point has $x$ coordinate $fract-32$. From here, the $y$ coordinate is $fract+52$, and the radius of the circle with center $(t,1)$ is the distance between $(t,1)$ and $left(fract-32,fract+52right)$. Now, do the same thing with the other bisector.



          Finally, you need the condition that the circle contains $(0,0)$, i.e., the point $A$. What you need now is that the radius of the circle equals the distance between $(t,1)$ and the origin. This results in a univariate polynomial equation, which must be solved.






          share|cite|improve this answer









          $endgroup$















            1












            1








            1





            $begingroup$

            Sketch of Solution:



            Suppose that $C$ is a circle with center $c$ that touches both lines. Then, the distance from $c$ to both lines is the same. This implies that $c$ lines on an angle bisector of the two lines. (If the two lines are parallel, then the angle bisector bisects the angle at infinity, i.e., is half-way between the two lines). For any point on the angle bisector, there exists a circle that touches both lines.



            In your case, you have two lines with slopes $pm 1$ which intersect at $(-3,1)$. There are two bisectors, the lines $y=1$ and $x=-3$. Let's work with $y=1$. For any point on this line, i.e., $(t,1)$, you need the distance between $(t,1)$ and a point on one of these lines. The closest point on the line $y=x+4$ is the point of intersection of the line $y=x+4$ with the line $y=-x+(t+1)$, i.e., the line passing through the point $(t,1)$ perpendicular to the line $y=x+4$. The intersection point has $x$ coordinate $fract-32$. From here, the $y$ coordinate is $fract+52$, and the radius of the circle with center $(t,1)$ is the distance between $(t,1)$ and $left(fract-32,fract+52right)$. Now, do the same thing with the other bisector.



            Finally, you need the condition that the circle contains $(0,0)$, i.e., the point $A$. What you need now is that the radius of the circle equals the distance between $(t,1)$ and the origin. This results in a univariate polynomial equation, which must be solved.






            share|cite|improve this answer









            $endgroup$



            Sketch of Solution:



            Suppose that $C$ is a circle with center $c$ that touches both lines. Then, the distance from $c$ to both lines is the same. This implies that $c$ lines on an angle bisector of the two lines. (If the two lines are parallel, then the angle bisector bisects the angle at infinity, i.e., is half-way between the two lines). For any point on the angle bisector, there exists a circle that touches both lines.



            In your case, you have two lines with slopes $pm 1$ which intersect at $(-3,1)$. There are two bisectors, the lines $y=1$ and $x=-3$. Let's work with $y=1$. For any point on this line, i.e., $(t,1)$, you need the distance between $(t,1)$ and a point on one of these lines. The closest point on the line $y=x+4$ is the point of intersection of the line $y=x+4$ with the line $y=-x+(t+1)$, i.e., the line passing through the point $(t,1)$ perpendicular to the line $y=x+4$. The intersection point has $x$ coordinate $fract-32$. From here, the $y$ coordinate is $fract+52$, and the radius of the circle with center $(t,1)$ is the distance between $(t,1)$ and $left(fract-32,fract+52right)$. Now, do the same thing with the other bisector.



            Finally, you need the condition that the circle contains $(0,0)$, i.e., the point $A$. What you need now is that the radius of the circle equals the distance between $(t,1)$ and the origin. This results in a univariate polynomial equation, which must be solved.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Apr 1 at 17:17









            Michael BurrMichael Burr

            27k23262




            27k23262





















                2












                $begingroup$

                enter image description here



                Lines $BT_1$ and $BT_2$
                cross at the right angle in the point $B(-3,1)$.
                The center of the circle must be located on
                the bisector $BO_1$ of the angle $T_1BT_2$.



                There are possibly two solutions, with radii $r_1$ and $r_2$.



                Consider the coordinates of the center $O_1$ of the big circle
                and the tangent point $T_1$:



                beginalign
                O_1&=(B_x+rsqrt2,B_y)=(-3+rsqrt2,1)
                ,\
                T_1&=
                (B_x+tfrac rsqrt2,B_y+tfrac rsqrt2)
                =
                (-3+tfrac rsqrt2,1+tfrac rsqrt2)
                .
                endalign



                beginalign
                |O_1T_1|^2&=|O_1A|^2=r^2
                ,\
                r^2-6sqrt2,r+10&=0
                ,
                endalign



                beginalign
                r_1,2&=3sqrt2pm2sqrt2
                ,\
                r_1&=5sqrt2
                ,\
                r_2&=sqrt2
                ,\
                O_1&=(7,1)
                ,\
                O_2&=(-1,1)
                .
                endalign






                share|cite|improve this answer









                $endgroup$

















                  2












                  $begingroup$

                  enter image description here



                  Lines $BT_1$ and $BT_2$
                  cross at the right angle in the point $B(-3,1)$.
                  The center of the circle must be located on
                  the bisector $BO_1$ of the angle $T_1BT_2$.



                  There are possibly two solutions, with radii $r_1$ and $r_2$.



                  Consider the coordinates of the center $O_1$ of the big circle
                  and the tangent point $T_1$:



                  beginalign
                  O_1&=(B_x+rsqrt2,B_y)=(-3+rsqrt2,1)
                  ,\
                  T_1&=
                  (B_x+tfrac rsqrt2,B_y+tfrac rsqrt2)
                  =
                  (-3+tfrac rsqrt2,1+tfrac rsqrt2)
                  .
                  endalign



                  beginalign
                  |O_1T_1|^2&=|O_1A|^2=r^2
                  ,\
                  r^2-6sqrt2,r+10&=0
                  ,
                  endalign



                  beginalign
                  r_1,2&=3sqrt2pm2sqrt2
                  ,\
                  r_1&=5sqrt2
                  ,\
                  r_2&=sqrt2
                  ,\
                  O_1&=(7,1)
                  ,\
                  O_2&=(-1,1)
                  .
                  endalign






                  share|cite|improve this answer









                  $endgroup$















                    2












                    2








                    2





                    $begingroup$

                    enter image description here



                    Lines $BT_1$ and $BT_2$
                    cross at the right angle in the point $B(-3,1)$.
                    The center of the circle must be located on
                    the bisector $BO_1$ of the angle $T_1BT_2$.



                    There are possibly two solutions, with radii $r_1$ and $r_2$.



                    Consider the coordinates of the center $O_1$ of the big circle
                    and the tangent point $T_1$:



                    beginalign
                    O_1&=(B_x+rsqrt2,B_y)=(-3+rsqrt2,1)
                    ,\
                    T_1&=
                    (B_x+tfrac rsqrt2,B_y+tfrac rsqrt2)
                    =
                    (-3+tfrac rsqrt2,1+tfrac rsqrt2)
                    .
                    endalign



                    beginalign
                    |O_1T_1|^2&=|O_1A|^2=r^2
                    ,\
                    r^2-6sqrt2,r+10&=0
                    ,
                    endalign



                    beginalign
                    r_1,2&=3sqrt2pm2sqrt2
                    ,\
                    r_1&=5sqrt2
                    ,\
                    r_2&=sqrt2
                    ,\
                    O_1&=(7,1)
                    ,\
                    O_2&=(-1,1)
                    .
                    endalign






                    share|cite|improve this answer









                    $endgroup$



                    enter image description here



                    Lines $BT_1$ and $BT_2$
                    cross at the right angle in the point $B(-3,1)$.
                    The center of the circle must be located on
                    the bisector $BO_1$ of the angle $T_1BT_2$.



                    There are possibly two solutions, with radii $r_1$ and $r_2$.



                    Consider the coordinates of the center $O_1$ of the big circle
                    and the tangent point $T_1$:



                    beginalign
                    O_1&=(B_x+rsqrt2,B_y)=(-3+rsqrt2,1)
                    ,\
                    T_1&=
                    (B_x+tfrac rsqrt2,B_y+tfrac rsqrt2)
                    =
                    (-3+tfrac rsqrt2,1+tfrac rsqrt2)
                    .
                    endalign



                    beginalign
                    |O_1T_1|^2&=|O_1A|^2=r^2
                    ,\
                    r^2-6sqrt2,r+10&=0
                    ,
                    endalign



                    beginalign
                    r_1,2&=3sqrt2pm2sqrt2
                    ,\
                    r_1&=5sqrt2
                    ,\
                    r_2&=sqrt2
                    ,\
                    O_1&=(7,1)
                    ,\
                    O_2&=(-1,1)
                    .
                    endalign







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Apr 1 at 18:52









                    g.kovg.kov

                    6,5071819




                    6,5071819





















                        1












                        $begingroup$

                        This specific case is much easier than the general case because the lines make both a 45 degree angle with the $x$ axis. The lines intersect at $(-3, 1)$, so that the center of the circle lies on the angle bisector (which is y=1). x=-3 is also an angle bisector, but it doesn't give any solutions as the origin will be too far away from the center of the circle (origin needs to be in the same quadrant that the two lines split the plane into).



                        Let the center of the circle be located at $(x-3, 1)$. By the Pythagorean Theorem the distance from the lines is $x/sqrt2$.



                        Then the distance from the origin is the same, so the square of the distance to the origin equals the square of the distance from the two lines.



                        This gives $(x-3)^2 + 1^2 = x^2 / 2$, which has solutions $x=2$ and $x=10$.



                        The coordinates of the center is either $(-1, 1)$, or $(7,-1)$. Both of these give valid circles; the first one has radius $sqrt2$ and the latter has radius $sqrt50$. Both pass through the origin and are tangent to both lines.



                        The first circle, $(x+1)^2 + (y-1)^2 = 2$ is tangent to the two lines at $(-2, 0)$ and $(-2, 2)$. The second circle, $(x-7)^2 +(y-1)^2 = 50$ is tangent to the two lines at $(2, -4)$ and $(2, 6)$.






                        share|cite|improve this answer










                        New contributor




                        sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.






                        $endgroup$

















                          1












                          $begingroup$

                          This specific case is much easier than the general case because the lines make both a 45 degree angle with the $x$ axis. The lines intersect at $(-3, 1)$, so that the center of the circle lies on the angle bisector (which is y=1). x=-3 is also an angle bisector, but it doesn't give any solutions as the origin will be too far away from the center of the circle (origin needs to be in the same quadrant that the two lines split the plane into).



                          Let the center of the circle be located at $(x-3, 1)$. By the Pythagorean Theorem the distance from the lines is $x/sqrt2$.



                          Then the distance from the origin is the same, so the square of the distance to the origin equals the square of the distance from the two lines.



                          This gives $(x-3)^2 + 1^2 = x^2 / 2$, which has solutions $x=2$ and $x=10$.



                          The coordinates of the center is either $(-1, 1)$, or $(7,-1)$. Both of these give valid circles; the first one has radius $sqrt2$ and the latter has radius $sqrt50$. Both pass through the origin and are tangent to both lines.



                          The first circle, $(x+1)^2 + (y-1)^2 = 2$ is tangent to the two lines at $(-2, 0)$ and $(-2, 2)$. The second circle, $(x-7)^2 +(y-1)^2 = 50$ is tangent to the two lines at $(2, -4)$ and $(2, 6)$.






                          share|cite|improve this answer










                          New contributor




                          sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          $endgroup$















                            1












                            1








                            1





                            $begingroup$

                            This specific case is much easier than the general case because the lines make both a 45 degree angle with the $x$ axis. The lines intersect at $(-3, 1)$, so that the center of the circle lies on the angle bisector (which is y=1). x=-3 is also an angle bisector, but it doesn't give any solutions as the origin will be too far away from the center of the circle (origin needs to be in the same quadrant that the two lines split the plane into).



                            Let the center of the circle be located at $(x-3, 1)$. By the Pythagorean Theorem the distance from the lines is $x/sqrt2$.



                            Then the distance from the origin is the same, so the square of the distance to the origin equals the square of the distance from the two lines.



                            This gives $(x-3)^2 + 1^2 = x^2 / 2$, which has solutions $x=2$ and $x=10$.



                            The coordinates of the center is either $(-1, 1)$, or $(7,-1)$. Both of these give valid circles; the first one has radius $sqrt2$ and the latter has radius $sqrt50$. Both pass through the origin and are tangent to both lines.



                            The first circle, $(x+1)^2 + (y-1)^2 = 2$ is tangent to the two lines at $(-2, 0)$ and $(-2, 2)$. The second circle, $(x-7)^2 +(y-1)^2 = 50$ is tangent to the two lines at $(2, -4)$ and $(2, 6)$.






                            share|cite|improve this answer










                            New contributor




                            sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            $endgroup$



                            This specific case is much easier than the general case because the lines make both a 45 degree angle with the $x$ axis. The lines intersect at $(-3, 1)$, so that the center of the circle lies on the angle bisector (which is y=1). x=-3 is also an angle bisector, but it doesn't give any solutions as the origin will be too far away from the center of the circle (origin needs to be in the same quadrant that the two lines split the plane into).



                            Let the center of the circle be located at $(x-3, 1)$. By the Pythagorean Theorem the distance from the lines is $x/sqrt2$.



                            Then the distance from the origin is the same, so the square of the distance to the origin equals the square of the distance from the two lines.



                            This gives $(x-3)^2 + 1^2 = x^2 / 2$, which has solutions $x=2$ and $x=10$.



                            The coordinates of the center is either $(-1, 1)$, or $(7,-1)$. Both of these give valid circles; the first one has radius $sqrt2$ and the latter has radius $sqrt50$. Both pass through the origin and are tangent to both lines.



                            The first circle, $(x+1)^2 + (y-1)^2 = 2$ is tangent to the two lines at $(-2, 0)$ and $(-2, 2)$. The second circle, $(x-7)^2 +(y-1)^2 = 50$ is tangent to the two lines at $(2, -4)$ and $(2, 6)$.







                            share|cite|improve this answer










                            New contributor




                            sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            share|cite|improve this answer



                            share|cite|improve this answer








                            edited Apr 1 at 19:12









                            Javi

                            3,1532932




                            3,1532932






                            New contributor




                            sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            answered Apr 1 at 19:00









                            sedsed

                            111




                            111




                            New contributor




                            sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.





                            New contributor





                            sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            sed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Mathematics Stack Exchange!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                Use MathJax to format equations. MathJax reference.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3170861%2ffind-equation-of-a-circle-through-point-that-touches-two-given-lines%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                What does it mean to find percent difference when two values are equivalent? The 2019 Stack Overflow Developer Survey Results Are InWhat does “percent of change” mean?Find what percent X is between two numbers?Unable to determine 'original amount' in simple percentage problemsWhat is the correct percent difference formula?How does proportionality hold when quantities are high? And the percentage increase formulaprofit and loss GRE questionProfitability calculationWhat is the difference between $xtimes 0.8$ and $x div 1.2 ? $Finding the percent probability of completing BUDs trainingCalculating Percent Difference with zero and near zero values

                                Why did some early computer designers eschew integers?What register size did early computers use?What other computers used this floating-point format?Why did so many early microcomputers use the MOS 6502 and variants?Why were early computers named “Mark”?Why did expert systems fall?Why were early personal computer monitors not green?When did “Zen” in computer programming become a thing?History of advanced hardwareWere there any working computers using residue number systems?Why did some CPUs use two Read/Write lines, and others just one?

                                How to avoid repetitive long generic constraints in Rust The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceIs it possible to automatically implement a trait for any tuple that is made up of types that all implement the trait?Is there a constraint that restricts my generic method to numeric types?How can foreign key constraints be temporarily disabled using T-SQL?How do I use reflection to call a generic method?How to create a generic array in Java?How to get a class instance of generics type THow is `last` allowed to be called for an Args value?How to implement a trait for a parameterized traitAvoiding PhantomData in a struct to enforce type constraintsIs it possible to return part of a struct by reference?Associated References types as Value Types