Apr 13, 2004 #1 the1024b Messages 5 Reaction score 0 Is there a function that represents a curved line like a circle but that is only represented on the (+,+) zone of the graph?
Is there a function that represents a curved line like a circle but that is only represented on the (+,+) zone of the graph?
Apr 13, 2004 #2 Nexus[Free-DC] Messages 37 Reaction score 0 Sure. Try this: let x^* = (\sqrt{x})^2. This is equal to x for x>0 and undefined for x<0. Now, your quarter circle is given by: f(x) = \sqrt{1-(x^*)^2}
Sure. Try this: let x^* = (\sqrt{x})^2. This is equal to x for x>0 and undefined for x<0. Now, your quarter circle is given by: f(x) = \sqrt{1-(x^*)^2}
Apr 13, 2004 #3 the1024b Messages 5 Reaction score 0 and what's the derivative of that function? Maybe i should put this on calculus?
Apr 14, 2004 #4 Chen Messages 976 Reaction score 1 The derivative is the same as that of a regular circle, except that you use (\sqrt{x})^2 instead of just x: f'(x) = -\frac{(\sqrt{x})^2}{\sqrt{1-(\sqrt{x})^4}}
The derivative is the same as that of a regular circle, except that you use (\sqrt{x})^2 instead of just x: f'(x) = -\frac{(\sqrt{x})^2}{\sqrt{1-(\sqrt{x})^4}}
Apr 14, 2004 #5 uart Science Advisor Messages 2,797 Reaction score 21 There's no problem in putting restriction on the domain of the function as part of it's definition. Just use, f(x) = +\sqrt{r^2 - x^2} : 0 \le x \le r
There's no problem in putting restriction on the domain of the function as part of it's definition. Just use, f(x) = +\sqrt{r^2 - x^2} : 0 \le x \le r
Apr 14, 2004 #6 matt grime Science Advisor Homework Helper Messages 9,361 Reaction score 6 You could just declare that the function "defining" the circle is undefined for negative x and takes the positive square root to avoid all this competely unnecessary behaviour.
You could just declare that the function "defining" the circle is undefined for negative x and takes the positive square root to avoid all this competely unnecessary behaviour.
Apr 14, 2004 #7 Integral Staff Emeritus Science Advisor Homework Helper Gold Member Messages 7,226 Reaction score 66 Perhaps I am missing something, what is wrong with f(x) = +\sqrt{r^2 - (x-h)^2} +k : h-r \le x \le h+r :k ,h\ge r Last edited: Apr 14, 2004
Perhaps I am missing something, what is wrong with f(x) = +\sqrt{r^2 - (x-h)^2} +k : h-r \le x \le h+r :k ,h\ge r