Dynamically tax_query terms

If $taxonomy_category is already an array, then:

'terms' => array($taxonomy_category)

should just be:

'terms' => $taxonomy_category

where $taxonomy_category is equal to whatever was submitted from your form as $_POST['taxonomy_category'] or $_GET['taxonomy_category']