I'm looking at the following problem from "Physics 3" by Halliday, Resnick and Krane (4th edition):
The armature of a motor has 97 turns each of area 190 cm² and rotates in a uniform magnetic field of 0.33 T. A potential difference of 24 V is applied. If no load is attached and friction is neglected, find the rotational speed at equilibrium.
My attempt is as follows:
Initially, the potential difference is 24 V. Because of this potential difference, current starts flowing through the motor. Then, because of the 0.33 T magnetic field, the motor starts rotating. The rotational motion changes the magnetic flux through the motor's coil, which produces an induced EMF (electromotive force) that opposes the original EMF. If we call N the number of turns, A the area of the motor's coil, and θ the angle from the magnetic field vector B to the vector normal to the plane of the coil, then the magnetic flux through the coil is:
$\Phi=NAB\cos{\theta}$
So, the induced EMF is:
$\varepsilon_{ind}=-\frac{\mathrm{d} }{\mathrm{d} t}(NAB\cos{\theta})=NAB\frac{\mathrm{d} \theta }{\mathrm{d} t}\sin{\theta}$
If we call ω the angular velocity as a function of time ($\frac{\mathrm{d} \theta }{\mathrm{d} t}$), then the net EMF as a function of time is:
$\varepsilon = 24 - \varepsilon_{ind} = 24- NAB\omega\sin\theta$
Is this correct so far? I'm not sure how to proceed from here. Anyway, the answer given in the back of the book (39.5 rad/s or 6.3 rev/s) seems to suggest that the correct way of finding ω is by using $\varepsilon=NBA\omega$ and plugging in the values, that is, ε = 24 V, N = 97, B = 0.33 T and A = 0.0190 m². This gives the correct result of 6.3 revolutions per second. But I'm not sure how to obtain $\varepsilon=NAB\omega$ from the expression that I found above ($\varepsilon = 24 - NAB\omega\sin\theta$).
Edit: Based on the suggestions given in the comments to the answer below, I understand that the "equilibrium" that this question is referring to is when the torque on the coil reaches the value zero; this happens when the total EMF ($\varepsilon = 24 - NAB\omega\sin\theta$) on the coil equals zero. That is:
$\omega = \frac{24}{NAB\sin\theta}$
To reach the desired result, $\sin\theta$ should equal $1$; but I don't understand why that is the case here. Is this reasoning correct? How should I proceed from here?