Hi;
Trying to solve the following equation for Dt[[Theta]] which should return - Sqrt[3]/10
However, in my case it only returns a null answer {} - see below. Since I have just started to use Total Differentials in Mathematica, I am sure it is something that I am doing incorrectly.
I also attached a notebook which, to me, is a lot easier to read.
Thanks,
Mitch Sandlin
Solve[0 == Dt[1/2 x y Sin[\[Theta]]] /. {x -> 10, Dt[x] -> 3,
y -> 20, Dt[y] -> 4, \[Theta] -> \[Pi]/3}, Dt[\[Theta]]]
Attachments: