Skip to content

Commit

Permalink
equation test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHert committed Mar 11, 2024
1 parent 4a9cb9c commit 83d938b
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions docs/system/motor_thrust_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,12 @@ e.g. the model tells us that when we use 0.6 (60%) throttle, we will get 30N of

The System uses a very simple but reliable model, which relies on the relationship between thrust and angular velocity of the propeller.
The thrust is modelled as:
When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are
$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$

% \f is defined as #1f(#2) using the macro
\f\relax{x} = \int_{-\infty}^\infty
\f\hat\xi\,e^{2 \pi i \xi x}
\,d\xi



test




For example:
$$ T_d = a_t\sqrt{f_d} + b_t $$

and:

$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$

$$
\begin{aligned}
Expand Down

0 comments on commit 83d938b

Please sign in to comment.