Active 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
- Inverse Trigo
- Application of Differential Equation: Newton's Law of Cooling
- Problems in progression
- General Solution of $y' = x \, \ln x$
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
- Inverse Trigo
- Problems in progression
- General Solution of $y' = x \, \ln x$
- engineering economics: construct the cash flow diagram
Recent comments
- Wow! :>1 day 4 hours ago
- In general, the centroid of …4 days 19 hours ago
- isn't the centroid of the…4 days 19 hours ago
- I get it now, for long I was…2 weeks 6 days ago
- Why is BD Tension?
is it not…2 weeks 6 days ago - Bakit po nagmultiply ng 3/4…2 months 1 week ago
- Determine the least depth…1 year ago
- Solve mo ang h manually…2 months 1 week ago
- Paano kinuha yung height na…1 year ago
- It's the unit conversion…1 year 1 month ago


Re: Differential Eqn.
Let r = radius of cirlce
Equation of family of circles of radius r and tangent to the y-axis:
(x ± r)2 + (y - k)2 = r2
The (±) sign indicates that circles can be at the left or at the right of y-axis. There is only one arbitrary constant k, thus, the differential equation is a first degree. Note that r here is a parameter (fixed radius) and need not be eliminated.
2(x ± r) + 2(y - k)y' = 0
(x ± r) + (y - k)y' = 0
(y - k) = -(x ± r) / y'
Thus,
$(x \pm r)^2 + \left( -\dfrac{x \pm r}{y'} \right)^2 = r^2$
$(x \pm r)^2 + \dfrac{(x \pm r)^2}{(y')^2} = r^2$
$(x \pm r)^2 (y')^2 + (x \pm r)^2 = r^2 (y')^2$
$r^2 (y')^2 - (x \pm r)^2 (y')^2 = (x \pm r)^2$
$[ \, r^2 - (x \pm r)^2 \, ] (y')^2 = (x \pm r)^2$
$\left( \dfrac{dy}{dx} \right)^2 = \dfrac{(x \pm r)^2}{r^2 - (x \pm r)^2}$
$\dfrac{dy}{dx} = \dfrac{x \pm r}{\sqrt{r^2 - (x \pm r)^2}}$ answer
Please double check my answer. I am answering here out from what I have remembered from this topic. It's been a long while since I encountered this type of problem.