Use non-breaking space (~) between 'Figure' and the figure number.
[course.git] / latex / problems / Serway_and_Jewett_8 / problem23.59.tex
index 7ee86114f136ea14dd31a7fe88e92fc20988d29e..5c5a8e0ecd6b69b4abe0ca016be2e1f5ae5303f6 100644 (file)
@@ -1,6 +1,6 @@
 \begin{problem*}{23.59}
 A charged cork ball of mass $1.00\U{g}$ is suspended on a light string
-in the presence of a uniform electric field as shown in Figure P23.59.
+in the presence of a uniform electric field as shown in Figure~P23.59.
 When $\vect{E}=(3.00\ihat+5.00\jhat)\E{5}\U{N/C}$, the ball is in
 equilibrium at $\theta=37.0\dg$.  Find \Part{a} the charge on the ball
 and \Part{b} the tension in the string.
@@ -35,11 +35,11 @@ t.draw();
 
 Charge a = pCharge((x,y));
 
-Vector T = Vector(a.center, mag=T_mag, dir=90+theta, "$T$");
+Vector T = Vector(a.center(), mag=T_mag, dir=90+theta, "$T$");
 T.draw();
-Vector G = Vector(a.center, mag=G_mag, dir=-90, "$mg$");
+Vector G = Vector(a.center(), mag=G_mag, dir=-90, "$mg$");
 G.draw();
-Vector E = Vector(a.center, mag=E_mag, dir=E_dir, "$F_E$");
+Vector E = Vector(a.center(), mag=E_mag, dir=E_dir, "$F_E$");
 E.draw();
 
 a.draw();