- #1
rputra
- 35
- 0
I am working on a linear algebra problem like this:
> Consider the set of all points $(x,y) \in \mathbb R^2$ as defined by $x^2 + y^2 \leq 25$. Prove that $x^2 + y^2 \leq 25$ is convex.
Here is what I have made out so far:
(1) $x^2 + y^2 \leq 25$ is a disk with center at the origin of Cartesian coordinate with radius of $5$. Consider two points in the disk as defined by $P(a,b)$ and $Q(c,d)$. Consider also point $R(e,f)$ which lays in the segment line $\overline {PQ}$.
(2) By way of contradiction, we will assume that $R(e,f)$ lays outside of the disk. Hence, while we have $a^2+b^2 \leq$ 25 and $c^2+d^2 \leq 25$, we assume that $e^2+f^2 > 25$.
(3) Since $R(e,f)$ lays in the line segment $\overline {PQ}$, there exist $t_1 \geq 0$, and $t_2 \geq 0$, with $t_1 + t_2 = 1$, such that
$$\begin{align}
(e, f) &= t_1(a,b) + t_2(c,d)\\
&= at_1 + ct_2, bt_1 + dt_2.
\end{align}$$
After the third step, I believe that I need to algebraically manipulate $(at_1 + ct_2)^2 + (bt_1 + dt_2)^2$ such that $(at_1 + ct_2)^2 + (bt_1 + dt_2)^2 > 25$ is impossible. However, I am stuck on how to contradict my own assumption. Do I have to use the Triangle Inequality instead? Any helps or suggestion would be very much appreciated.
Thank you before hand for your time and effort.
> Consider the set of all points $(x,y) \in \mathbb R^2$ as defined by $x^2 + y^2 \leq 25$. Prove that $x^2 + y^2 \leq 25$ is convex.
Here is what I have made out so far:
(1) $x^2 + y^2 \leq 25$ is a disk with center at the origin of Cartesian coordinate with radius of $5$. Consider two points in the disk as defined by $P(a,b)$ and $Q(c,d)$. Consider also point $R(e,f)$ which lays in the segment line $\overline {PQ}$.
(2) By way of contradiction, we will assume that $R(e,f)$ lays outside of the disk. Hence, while we have $a^2+b^2 \leq$ 25 and $c^2+d^2 \leq 25$, we assume that $e^2+f^2 > 25$.
(3) Since $R(e,f)$ lays in the line segment $\overline {PQ}$, there exist $t_1 \geq 0$, and $t_2 \geq 0$, with $t_1 + t_2 = 1$, such that
$$\begin{align}
(e, f) &= t_1(a,b) + t_2(c,d)\\
&= at_1 + ct_2, bt_1 + dt_2.
\end{align}$$
After the third step, I believe that I need to algebraically manipulate $(at_1 + ct_2)^2 + (bt_1 + dt_2)^2$ such that $(at_1 + ct_2)^2 + (bt_1 + dt_2)^2 > 25$ is impossible. However, I am stuck on how to contradict my own assumption. Do I have to use the Triangle Inequality instead? Any helps or suggestion would be very much appreciated.
Thank you before hand for your time and effort.