I've been playing around with normal trigonometry making circles and waves. I make circles like this:
$y = \cos(t)$
$t \in [0,2\pi)$
$x = \sin(t)$
Simple. I was wondering, could I graph the top half of a circle ONLY using $x$, and graphing by $y$? As in something like
$y=\cos(x+\sin(x))$
Which I understand doesn't work. Something that would make a wave, but have it warped like the top/bottom half of a circle If you could give me an equation with reasoning, or a answer of why it wouldn't work, that would be great! Thanks!