View Full Version : Is there a function that...
the1024b
Apr13-04, 06:00 PM
Is there a function that represents a curved line like a circle but that is only represented on the (+,+) zone of the graph?
Nexus[Free-DC]
Apr13-04, 06:12 PM
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}
the1024b
Apr13-04, 06:30 PM
and whats the derivative of that function?
Maybe i should put this on calculus?
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}}
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
matt grime
Apr14-04, 09:07 AM
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.
Integral
Apr14-04, 05:11 PM
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
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.