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
AI Thread Summary
A function representing a curved line in the positive quadrant can be defined using f(x) = √(1 - (√x)²) for x > 0, which describes a quarter circle. The derivative of this function is f'(x) = -((√x)²)/(√(1 - (√x)⁴)), similar to that of a full circle but adapted for the positive domain. It's acceptable to restrict the domain of the function to ensure it remains defined, such as using f(x) = +√(r² - x²) for 0 ≤ x ≤ r. The discussion emphasizes the importance of defining the function to avoid undefined behavior for negative x values. Overall, the approach to defining a quarter circle in the positive quadrant is valid and can be simplified by using positive square roots.
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