I need to solve this simple transcendental equation, but I don't exactly know how.
$cos(x - 2y) + 8x + 4y = 0$
I mean, I think I've never learnt any method to try solving an equation like this. The only way I can think of is the bisection method, but it would be quite long. Is there something I'm missing?
I'm sorry, I'm quite new to exercises of this kind.