How do mathematicians work with non-linear equations

linear algebratrigonometry

I'm asking this as an absolute beginner (second year undergrad student). Suppose I write an equation out of the blue such as $$\log(\tan(\sin x + 23e^{2x+83} +\tan x))= 1000$$, which is non-linear, how would a mathematician attempt to solve it? I am encountering subjects which get more and more abstract(linear algebra, group theory) and I wonder if they are applicable to such problems.

Best Answer

The main way to solve non-linear equations is using the computer. There are lots of tools that can be used if you do not need a formula for the solution.

The computer will give you some numbers $x$ that you can put into the formula you want to solve, and you will see that the numbers solves the equation, such that the left hand side equals 1000.000000 within numerical precision.

If you want a formula, the situation is different. You might use a corollary of the inverse function theorem to prove that there exists a formula that solves the equation exactly. But of course, even if it exists, it might not be practical to write it down on any sized-peace of paper because it is so large or our tools for understanding the contents is too weak. Please add comments if you want to know more.

Related Question