$F_1:$
\begin{cases} x^2/|x|, & \text{$x \neq 0$} \\ 0, & \text{$x=0$} \end{cases}
$F_2$:$$|\sin(x)|^2$$
$F_3$:$$|\cos(x)|$$
I know that the absolute value of $\cos (x)$ would not be differentiable, but the absolute value of $\sin (x)^2$ would be. Would $F_1$ be differentiable, since the corner is filled in with $(0,0)$?
$F_2$ is differentiable for all $x$.
Reason: In order for the function to be differentiable, the derivative must exist and the function must be continuous.
Since $x^2$ is positive for all $x$, we can rewrite $|\sin (x)|^2$ as just plain $\sin(x)^2$. Then the derivative is $$\dfrac {dy}{dx} = 2 \sin(x) \cos(x) = \sin (2x)$$
Then, we determine if the function is continuous (i.e. there are no values that would render the function invalid). Since $2 \sin (x) \cos (x) = \sin (2x)$ is valid for all values of $x$, it is continuous, so the original function $|\sin(x)|^2$ is also continuous for all $x$. Hence $F_2$ is differentiable for all $x$.