Find the equation of the circle which passes through the points A (-1,4) and B (1,2) and which touches the line 3x-y-3=0.
Answer
681.3k+ views
Hint: For solving this question we will assume ${{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0$ to be the equation of the required circle. After that, from the given data we will form equations between $g$, $f$, $c$ and solve them to find their values.
Complete step-by-step solution -
Given:
It is given that there is a circle which passes through the points A (-1,4) and B (1,2) and which touches the line $3x-y-3=0$. And we have to find the equation of this circle.
Now, as we know that the general equation of the circle is ${{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0$ whose centre is at point $\left( g,f \right)$ and radius of the circle is $\sqrt{{{g}^{2}}+{{f}^{2}}-c}$ . So, let the required equation of the circle is ${{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0$ and as it is given that it passes through points A (-1,4) and B (1,2) so, they will satisfy the equation of the circle. Then,
$\begin{align}
& {{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0 \\
& \Rightarrow {{\left( -1 \right)}^{2}}+{{\left( 4 \right)}^{2}}-2g\left( -1 \right)-2f\left( 4 \right)+c=0 \\
& \Rightarrow 1+16+2g-8f+c=0 \\
& \Rightarrow 2g-8f+c=-17....................\left( 1 \right) \\
& {{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0 \\
& \Rightarrow {{\left( 1 \right)}^{2}}+{{\left( 2 \right)}^{2}}-2g\left( 1 \right)-2f\left( 2 \right)+c=0 \\
& \Rightarrow 1+4-2g-4f+c=0 \\
& \Rightarrow 2g+4f-c=5.......................\left( 2 \right) \\
\end{align}$
Now, subtract the equation (1) from equation (2). Then,
$\begin{align}
& \left( 2g+4f-c \right)-\left( 2g-8f+c \right)=5-\left( -17 \right) \\
& \Rightarrow 4f-c+8f-c=22 \\
& \Rightarrow 12f-2c=22 \\
& \Rightarrow 2c=12f-22 \\
& \Rightarrow c=6f-11.................................................\left( 3 \right) \\
\end{align}$
Now, add equation (1) and equation (2). Then,
$\begin{align}
& \left( 2g-8f+c \right)+\left( 2g+4f-c \right)=-17+5 \\
& \Rightarrow 4g-4f=-12 \\
& \Rightarrow g-f=-3 \\
& \Rightarrow g=f-3.............................................\left( 4 \right) \\
\end{align}$
Now, as it is given that the line $3x-y-3=0$ is tangent to the circle. Thus, when we put $y=3x-3$ in the equation of the circle. Then,
$\begin{align}
& {{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0 \\
& \Rightarrow {{x}^{2}}+{{\left( 3x-3 \right)}^{2}}-2gx-2f\left( 3x-3 \right)+c=0 \\
& \Rightarrow {{x}^{2}}+9{{x}^{2}}+9-18x-2gx-6fx+6f+c=0 \\
& \Rightarrow 10{{x}^{2}}+x\left( -2g-6f-18 \right)+9+6f+c=0 \\
\end{align}$
Now, put the value of $c=6f-11$ from equation (3) and value of $g=f-3$ from equation (4) in the above equation. Then,
$\begin{align}
& 10{{x}^{2}}+x\left( -2g-6f-18 \right)+9+6f+c=0 \\
& \Rightarrow 10{{x}^{2}}+x\left( -2f+6-6f-18 \right)+9+6f+6f-11=0 \\
& \Rightarrow 10{{x}^{2}}-x\left( 8f+12 \right)+12f-2=0 \\
\end{align}$
Now, as the line $3x-y-3=0$ is tangent to the circle so, above the quadratic equation will have only one distinct real root or both roots will be equal so, the discriminant will be zero. Then,
$\begin{align}
& {{\left( 8f+12 \right)}^{2}}-4\times 10\left( 12f-2 \right)=0 \\
& \Rightarrow 64{{f}^{2}}+144+192f-480f+80=0 \\
& \Rightarrow 64{{f}^{2}}-288f+224=0 \\
& \Rightarrow 2{{f}^{2}}-9f+7=0 \\
& \Rightarrow 2{{f}^{2}}-2f-7f+7=0 \\
& \Rightarrow 2f\left( f-1 \right)-7\left( f-1 \right)=0 \\
& \Rightarrow \left( 2f-7 \right)\left( f-1 \right)=0 \\
& \Rightarrow f=1,3.5 \\
\end{align}$
Now, we got two values of $f$ so, we will find the value of $g$ and $c$ for each value of $f$ . Then,
$\begin{align}
& f=1 \\
& \because g=f-3 \\
& \Rightarrow g=-2 \\
& \because c=6f-11 \\
& \Rightarrow c=-5 \\
\end{align}$
$\begin{align}
& f=3.5 \\
& \because g=f-3 \\
& \Rightarrow g=0.5 \\
& \because c=6f-11 \\
& \Rightarrow c=10 \\
\end{align}$
Now, there will two such circles and their equation is written below:
$\begin{align}
& g=-2,f=1,c=-5 \\
& \Rightarrow {{x}^{2}}+{{y}^{2}}+4x-2y-5=0 \\
& g=0.5,f=3.5,c=10 \\
& \Rightarrow {{x}^{2}}+{{y}^{2}}-x-7y+10=0 \\
\end{align}$
Thus, the equation of the required circle will be ${{x}^{2}}+{{y}^{2}}+4x-2y-5=0$ , ${{x}^{2}}+{{y}^{2}}-x-7y+10=0$.
Note: Here, the student should proceed by the basic equation of the circle. After that, try to form the equations correctly as per the given data in the question. Moreover, make some equations before substituting the value of $y=3x-3$ in the equation of the circle, so that further calculation will be smooth. And students should avoid making calculation mistakes while solving to get the correct answer.
Complete step-by-step solution -
Given:
It is given that there is a circle which passes through the points A (-1,4) and B (1,2) and which touches the line $3x-y-3=0$. And we have to find the equation of this circle.
Now, as we know that the general equation of the circle is ${{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0$ whose centre is at point $\left( g,f \right)$ and radius of the circle is $\sqrt{{{g}^{2}}+{{f}^{2}}-c}$ . So, let the required equation of the circle is ${{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0$ and as it is given that it passes through points A (-1,4) and B (1,2) so, they will satisfy the equation of the circle. Then,
$\begin{align}
& {{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0 \\
& \Rightarrow {{\left( -1 \right)}^{2}}+{{\left( 4 \right)}^{2}}-2g\left( -1 \right)-2f\left( 4 \right)+c=0 \\
& \Rightarrow 1+16+2g-8f+c=0 \\
& \Rightarrow 2g-8f+c=-17....................\left( 1 \right) \\
& {{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0 \\
& \Rightarrow {{\left( 1 \right)}^{2}}+{{\left( 2 \right)}^{2}}-2g\left( 1 \right)-2f\left( 2 \right)+c=0 \\
& \Rightarrow 1+4-2g-4f+c=0 \\
& \Rightarrow 2g+4f-c=5.......................\left( 2 \right) \\
\end{align}$
Now, subtract the equation (1) from equation (2). Then,
$\begin{align}
& \left( 2g+4f-c \right)-\left( 2g-8f+c \right)=5-\left( -17 \right) \\
& \Rightarrow 4f-c+8f-c=22 \\
& \Rightarrow 12f-2c=22 \\
& \Rightarrow 2c=12f-22 \\
& \Rightarrow c=6f-11.................................................\left( 3 \right) \\
\end{align}$
Now, add equation (1) and equation (2). Then,
$\begin{align}
& \left( 2g-8f+c \right)+\left( 2g+4f-c \right)=-17+5 \\
& \Rightarrow 4g-4f=-12 \\
& \Rightarrow g-f=-3 \\
& \Rightarrow g=f-3.............................................\left( 4 \right) \\
\end{align}$
Now, as it is given that the line $3x-y-3=0$ is tangent to the circle. Thus, when we put $y=3x-3$ in the equation of the circle. Then,
$\begin{align}
& {{x}^{2}}+{{y}^{2}}-2gx-2fy+c=0 \\
& \Rightarrow {{x}^{2}}+{{\left( 3x-3 \right)}^{2}}-2gx-2f\left( 3x-3 \right)+c=0 \\
& \Rightarrow {{x}^{2}}+9{{x}^{2}}+9-18x-2gx-6fx+6f+c=0 \\
& \Rightarrow 10{{x}^{2}}+x\left( -2g-6f-18 \right)+9+6f+c=0 \\
\end{align}$
Now, put the value of $c=6f-11$ from equation (3) and value of $g=f-3$ from equation (4) in the above equation. Then,
$\begin{align}
& 10{{x}^{2}}+x\left( -2g-6f-18 \right)+9+6f+c=0 \\
& \Rightarrow 10{{x}^{2}}+x\left( -2f+6-6f-18 \right)+9+6f+6f-11=0 \\
& \Rightarrow 10{{x}^{2}}-x\left( 8f+12 \right)+12f-2=0 \\
\end{align}$
Now, as the line $3x-y-3=0$ is tangent to the circle so, above the quadratic equation will have only one distinct real root or both roots will be equal so, the discriminant will be zero. Then,
$\begin{align}
& {{\left( 8f+12 \right)}^{2}}-4\times 10\left( 12f-2 \right)=0 \\
& \Rightarrow 64{{f}^{2}}+144+192f-480f+80=0 \\
& \Rightarrow 64{{f}^{2}}-288f+224=0 \\
& \Rightarrow 2{{f}^{2}}-9f+7=0 \\
& \Rightarrow 2{{f}^{2}}-2f-7f+7=0 \\
& \Rightarrow 2f\left( f-1 \right)-7\left( f-1 \right)=0 \\
& \Rightarrow \left( 2f-7 \right)\left( f-1 \right)=0 \\
& \Rightarrow f=1,3.5 \\
\end{align}$
Now, we got two values of $f$ so, we will find the value of $g$ and $c$ for each value of $f$ . Then,
$\begin{align}
& f=1 \\
& \because g=f-3 \\
& \Rightarrow g=-2 \\
& \because c=6f-11 \\
& \Rightarrow c=-5 \\
\end{align}$
$\begin{align}
& f=3.5 \\
& \because g=f-3 \\
& \Rightarrow g=0.5 \\
& \because c=6f-11 \\
& \Rightarrow c=10 \\
\end{align}$
Now, there will two such circles and their equation is written below:
$\begin{align}
& g=-2,f=1,c=-5 \\
& \Rightarrow {{x}^{2}}+{{y}^{2}}+4x-2y-5=0 \\
& g=0.5,f=3.5,c=10 \\
& \Rightarrow {{x}^{2}}+{{y}^{2}}-x-7y+10=0 \\
\end{align}$
Thus, the equation of the required circle will be ${{x}^{2}}+{{y}^{2}}+4x-2y-5=0$ , ${{x}^{2}}+{{y}^{2}}-x-7y+10=0$.
Note: Here, the student should proceed by the basic equation of the circle. After that, try to form the equations correctly as per the given data in the question. Moreover, make some equations before substituting the value of $y=3x-3$ in the equation of the circle, so that further calculation will be smooth. And students should avoid making calculation mistakes while solving to get the correct answer.
Recently Updated Pages
If x a + bt + ct2 where x is in meters and t is in class 11 physics CBSE

A car covers the first half distance between two places class 11 physics CBSE

The resultant of two vectors overrightarrow P and overrightarrow class 11 physics CBSE

Find the value of cos 135 class 11 maths CBSE

A mass M is held in place by an applied force F and class 11 physics CBSE

A solution of glucose in water is labelled as 10 dfracwv class 11 chemistry CBSE

Trending doubts
One Metric ton is equal to kg A 10000 B 1000 C 100 class 11 physics CBSE

Find the value of the expression given below sin 30circ class 11 maths CBSE

What do you mean by retardation What is its SI uni class 11 physics CBSE

Draw a diagram of nephron and explain its structur class 11 biology CBSE

10 examples of friction in our daily life

Difference between physical and chemical change class 11 chemistry CBSE

