vault backup: 2024-09-09 12:51:22

This commit is contained in:
Dane Sabo 2024-09-09 12:51:22 -04:00
parent 3dd1d5f98d
commit 9c94d1d60d

View File

@ -14,3 +14,18 @@ Well, a couple of places...
2. External fields 2. External fields
3. Material properties 3. Material properties
So we're stuck with them. But how do we deal with noninearities? So we're stuck with them. But how do we deal with noninearities?
## A nonlinear equation
$$ \dot{x} = \frac{dx}{dt} = 1-2\cos x$$
How do you solve this? You can't use Laplace, you can't separate...
*insert very long expression that Bajaj wrote.*
Getting an analytical solution can be a PITA to obtain. For this reason:
**The general case is that nonlinear equations are unsolvable.**
This doesn't mean we can't learn things. We can describe these systems *qualitatively*.
Really our options come down to:
- Solve exactly (Not likely to happen)
- Solve numerically
- Analyze qualitatively (~geometrically)
- Solve an approximation to the problem
We mix and match these approaches.