Active forum topics
- Problems in progression
- Ceva’s Theorem Is More Than a Formula for Concurrency
- The Chain Rule Explained: Don't Just Memorize, Visualize It
- The Intuition Behind Integration by Parts (Proof & Example)
- Statics
- Calculus
- Hydraulics: Rotating Vessel
- Inverse Trigo
- Hydraulics: Water is flowing through a pipe
- Application of Differential Equation: Newton's Law of Cooling
New forum topics
- Ceva’s Theorem Is More Than a Formula for Concurrency
- The Chain Rule Explained: Don't Just Memorize, Visualize It
- The Intuition Behind Integration by Parts (Proof & Example)
- Statics
- Calculus
- Hydraulics: Rotating Vessel
- Hydraulics: Water is flowing through a pipe
- Inverse Trigo
- Problems in progression
- General Solution of $y' = x \, \ln x$
Recent comments
- thankyouu!1 week 6 days ago
- z3 weeks ago
- Force P only impends motion…3 weeks ago
- Wow! :>1 month 1 week ago
- In general, the centroid of …1 month 1 week ago
- isn't the centroid of the…1 month 1 week ago
- I get it now, for long I was…1 month 4 weeks ago
- Why is BD Tension?
is it not…1 month 4 weeks ago - Bakit po nagmultiply ng 3/4…3 months 3 weeks ago
- Determine the least depth…1 year 1 month ago


Re: analytic geometry
Center (h, k)
$2h - 18k = -25$
$k = \dfrac{2h + 25}{18}$
Distance from (h, k) to 2x + y = 1
$d_1 = \dfrac{2h + k - 1}{\sqrt{2^2 + 1^2}}$
$d_1 = \dfrac{2h + k - 1}{\sqrt{5}}$
Distance from (h, k) to 2x + 4y = 3
$d_2 = \dfrac{2h + 4k - 3}{\sqrt{2^2 + 4^2}}$
$d_2 = \dfrac{2h + 4k - 3}{2\sqrt{5}}$
Radius of circle r = d1 = d2
$d_1 = d_2$
$\dfrac{2h + k - 1}{\sqrt{5}} = \dfrac{2h + 4k - 3}{2\sqrt{5}}$
$2(2h + k - 1) = 2h + 4k - 3$
$2h - 2k + 1 = 0$
$2h - 2\left( \dfrac{2h + 25}{18} \right) + 1 = 0$
$18h - (2h + 25) + 9 = 0$
$h = 1$
$k = \dfrac{2(1) + 25}{18}$
$k = \frac{3}{2}$
$r = \dfrac{2(1) + \frac{3}{2} - 1}{\sqrt{5}}$
$r = \frac{1}{2}\sqrt{5}$
Equation of the circle
$(x - h)^2 + (y - k)^2 = r^2$
$(x - 1)^2 + (y - \frac{3}{2})^2 = (\frac{1}{2}\sqrt{5})^2$
$(x^2 - 2x + 1) + (y^2 - 3y + \frac{9}{4}) = \frac{5}{4}$
$x^2 + y^2 - 2x - 3y + 2 = 0$
Re: analytic geometry
thank you po!