Linear Algebra: Denoting an interval

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Niles
Messages
1,834
Reaction score
0

Homework Statement


Hi

I have a position given by the point a vector v points to. Now I have a function, which is only defined for the points on and inside a circle with radius 2 within this point. Can I write this interval as


[tex] x,y \in [(x-v_x)^2-(y-v_y)^2=4][/tex]

?


Niles.
 
Physics news on Phys.org
Niles said:

Homework Statement


Hi

I have a position given by the point a vector v points to. Now I have a function, which is only defined for the points on and inside a circle with radius 2 within this point. Can I write this interval as


[tex] x,y \in [(x-v_x)^2-(y-v_y)^2=4][/tex]

?


Niles.

The domain of definition is not an interval, which is a segment of a line. The domain is a circular disk of radius 2, centered at the point (vx, vy). You would write the domain as
[tex]D = \{(x, y) | (x - v_x)^2 + (y - v_y)^2 \leq 4 \}[/tex]