What is the function for a curved line on the positive (+,+) zone of a graph?

  • Thread starter Thread starter the1024b
  • Start date Start date
  • Tags Tags
    Function
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?
 
Mathematics news on Phys.org
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}
 
and what's 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&#039;(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
 
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.
 
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:
Back
Top