What is Implicit Differentiation for a Circle?

Click For Summary
SUMMARY

The discussion focuses on using implicit differentiation to find the derivative of a circle defined by the equation (x-a)2 + (y-b)2 = r2. The derivative dy/dx is derived as -x/y when simplified to the origin (a=0, b=0). The participants also explore the necessity of this derivative for drawing normal lines to the circle, emphasizing the translation of the circle's center to (a,b). The conversation highlights the application of mathematical software, such as Maple, for visualizing these concepts.

PREREQUISITES
  • Understanding of implicit differentiation
  • Familiarity with the equation of a circle
  • Basic knowledge of calculus, specifically derivatives
  • Experience with mathematical software like Maple
NEXT STEPS
  • Learn how to apply implicit differentiation to other conic sections
  • Explore the use of Maple for plotting mathematical equations
  • Study the concept of normal lines and their equations in geometry
  • Investigate the implications of translating geometric shapes in calculus
USEFUL FOR

Mathematicians, students studying calculus, software developers interested in mathematical visualization, and anyone looking to understand implicit differentiation in the context of geometric shapes.

MPZ
Messages
27
Reaction score
0

Homework Statement


Hello
I have this circle with the equation : [/B]
(x-a)^2+(y-b)^2=r^2
I want to find dy/dx for it

2. Homework Equations
(x-a)^2+(y-b)^2=r^2


The Attempt at a Solution


I am looking on the internet and it appears that I should use what is called "Implicit differentiation", can anyone use "Implicit differentiation for this circle please, thanks!
 
Physics news on Phys.org
Hi,
Keep it simple and set a=b=0 . If you differentiate ##x^2+y^2 = r^2## you get ##2xdx+2ydy=0## so ##\displaystyle {{dy\over dx}= -{x\over y}}## which can be checked easily.

PS is this homework ?
 
BvU said:
Hi,
Keep it simple and set a=b=0 . If you differentiate ##x^2+y^2 = r^2## you get ##2xdx+2ydy=0## so ##\displaystyle {{dy\over dx}= -{x\over y}}## which can be checked easily.

PS is this homework ?
this is not a homework, i am trying to use a mathematical software to draw images using mathematical equations :) Can you please tell me a way to not "keep it simple" since i need the values of a and b since I can't draw it that small!
 
MPZ said:
this is not a homework
Fair enough.
MPZ said:
not "keep it simple"
The idea was to make it easier to understand, so that you would be able to complicate things on your own. Same differentiation on ##(x-a)^2+(y-b)^2 = r^2## gives you ##2(x-a)dx+2(y-b)dy=0## which is not very surprising if you see it as a translation of the origin to ##(a,b)##.

MPZ said:
draw images using mathematical equations
Can you elaborate? Give an example why you need ##dy\over dx## ?
 
BvU said:
Fair enough.
The idea was to make it easier to understand, so that you would be able to complicate things on your own. Same differentiation on ##(x-a)^2+(y-b)^2 = r^2## gives you ##2(x-a)dx+2(y-b)dy=0## which is not very surprising if you see it as a translation of the origin to ##(a,b)##.

Can you elaborate? Give an example why you need ##dy\over dx## ?
are you a detective? LOOL. I need the derivative because from it I can get the slope of the normal at any point since I want to find the equation of multiple normal lines at different points to draw "the hair" of the thing I am drawing. No more questions please with this sort
 
You hardly need calculus and derivatives for that. The normal lines to a circle are radius lines. Straight lines through the center.
 
  • Like
Likes   Reactions: cnh1995
Here's a sample written in Maple:
> restart; with(plots);
> circle := plot([cos(theta), sin(theta), theta = 0 .. 2*Pi], color = black, axes = none, thickness = 2):
> hair := seq(plot([r*cos((1/3)*Pi+(1/36)*k*Pi), r*sin((1/3)*Pi+(1/36)*k*Pi), r = 1 .. 1.2], thickness = 2), k = 0 .. 12);
> display({hair}, circle);
HairyCircle.jpg

Maybe that will give you some ideas.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
9
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K