Given the point $(x_1,y_1)$,and the two lines $f(x)=m(x-x_1)+y_1$ and $g(x)=m_1x+b_1$, I'm trying to find the the equation of the circle that goes through $(x_1,y_1)$ and is tangent to both of the given lines. Finding either the radius of the circle or the center of the circle would lead to an easy solution. Apparently there is a way to find the radius of the circle per this answer, but it went completely over my head. I personally couldn't think up any ways to find the radius of the circle so I started thinking about finding its center. An important fact for this strategy is that the line that is equidistant from any two points on a circle always goes through the center of that circle, and the second and more obvious fact is that the perpendicular through the point in which a tangent is tangent also goes through the center of the circle. Suppose that we know the center of the circle and that it is located at $(c_1,c_2)$, then the perpendicular to $g$ through the center is $g^\perp(x)=-\frac{1}{m_1}(x-c_1)+c_2$ and the intersection between $g^\perp$ and and $g$ is $(\frac{c_1+m_1(c_2-b_1)}{m_1^2+1},\frac{m_1^2c_2+m_1c_1+b_1}{m_1^2+1})$. The line of points equidistant from $(x_1,y_1)$ and $(\frac{c_1+m_1(c_2-b_1)}{m_1^2+1},\frac{m_1^2c_2+m_1c_1+b_1}{m_1^2+1})$ is a seriously complicated one that I have personally failed to simplify, but theoretically could be used in in conjunction with $f$ to find the center as $f$ should only intersect it once at the center. If anyone had any explanations of the answer that I linked to or explanations for how to more easily find the center of the circle without explicitly knowing the radius that would be greatly appreciated.
2026-03-25 09:39:58.1774431598
Finding the circle given two tangent lines and a point along one of them and on the circle
1.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CIRCLES
- Point in, on or out of a circle
- Constrain coordinates of a point into a circle
- Circle inside kite inside larger circle
- How to find 2 points in line?
- Locus of a particular geometric situation
- Properties of a eclipse on a rotated plane to see a perfect circle from the original plane view?
- Complex numbers - prove |BD| + |CD| = |AD|
- Number of line segments to approximate a circle
- Right Angles in Circles
- Simpler Derivation of $\sin \frac{\pi}{4} = \cos \frac{\pi}{4} = \frac{1}{\sqrt{2}}$,
Related Questions in TANGENT-LINE
- Further Problem on Tangents Requiring the Use of Differentiation
- Locus of mid point of intercepts of tangents to a ellipse
- Circle geometry with tangent line
- Calculating the tangent line from a point to the surface of a sphere
- how can I find the tangent equation for $y=f(x)$ in $M(1,y_0)$ $(y_0 > 0)$?
- Equation of a line that is tangent to 2 curves
- Finding the tangent of a spiral with points not strictly on the spiral
- Finding whether a parametric curve has a well defined tangent at the origin
- tangents/cotangents on unit circles
- Length of Line Between Concentric Circles Based on Skew of Line to Circles
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Solving this problem is a matter of computing the intersections of pairs of lines. The point $(x_1,y_1)$ lies on one of the lines, so the condition that the circle is tangent to the line at that point means that its center lies on the perpendicular line through that point. The condition that the circle is tangent to two lines means that its center lies on one of the angle bisectors of those lines. Assuming a non-degenerate configuration in which the given tangent point is not the intersection of the two lines, there will be two solutions. If the lines happen to be parallel, there’s only one solution, but it can be found the same way.
I find it a bit easier to work with the equations in a different form:$$mx-y-(mx_1-y_1)=0 \\ m_1x-y+b_1=0.$$ The equations of the angle bisectors, derived from the point-line distance formula, are then $${mx-y-(mx_1-y_1) \over \sqrt{1+m^2}} = \pm{m_1x-y+b_1 \over \sqrt{1+m_1^2}}.$$ An equation of the perpendicular line through $(x_1,y_1)$ is $x+my=x_1+my_1$. Computing the intersections of these lines should be somewhat tedious, but straightforward.