1
$\begingroup$

Is it possible to solve an equation such as $$ \left(\frac{\mathrm{d}\theta}{\mathrm{d}t}\right)^2+\frac{\mathrm{d}\theta}{\mathrm{d}t}+y=0 $$ for $\frac{\mathrm{d}\theta}{\mathrm{d}t}$

  • 0
    That is quadratic in $\theta '$.2017-01-10
  • 1
    Replace the word 'derivative' with a variable and you recover a high school problem.2017-01-10
  • 1
    Is y a function of $t$ or $\theta$?2017-01-10
  • 2
    are you sure you really mean $$\left( \frac{d\theta}{dt} \right)^2 + \frac{d\theta}{dt} + y = 0$$ and not $$\frac{d^2 \theta}{dt^2}+ \frac{d\theta}{dt} + y = 0?$$2017-01-10
  • 0
    Do you just want to find an expression for the derivative?2017-01-10

1 Answers 1

3

Yes. It is a simple second degree equation: Put $x=d \theta/ dt$ and solve: $$ x^2+x+y=0 $$