<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">AJCM</journal-id><journal-title-group><journal-title>American Journal of Computational Mathematics</journal-title></journal-title-group><issn pub-type="epub">2161-1203</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/ajcm.2022.123022</article-id><article-id pub-id-type="publisher-id">AJCM-120053</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Physics&amp;Mathematics</subject></subj-group></article-categories><title-group><article-title>
 
 
  Electrified Bow and Arrow
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Haiduke</surname><given-names>Sarafian</given-names></name><xref ref-type="aff" rid="aff1"><sub>1</sub></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib></contrib-group><aff id="aff1"><label>1</label><addr-line>The Pennsylvania State University, University College, York, USA</addr-line></aff><pub-date pub-type="epub"><day>20</day><month>07</month><year>2022</year></pub-date><volume>12</volume><issue>03</issue><fpage>324</fpage><lpage>329</lpage><history><date date-type="received"><day>28,</day>	<month>August</month>	<year>2022</year></date><date date-type="rev-recd"><day>23,</day>	<month>September</month>	<year>2022</year>	</date><date date-type="accepted"><day>26,</day>	<month>September</month>	<year>2022</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  We consider an electrostatic bow and arrow both charged positively. The bow is circular and horizontal the massive arrow is vertically aligned with the bow’s symmetry axis with its head up. The arrow is released freely, the electrically charged ring repels the arrow and the gravity slows its uprise. The mass, length, and charge of the arrow as well as the size of the ring and its charge adjusted making the arrow oscillate up and down. The kinematic and dynamic quantities of the oscillations are calculated, and the relevant phase diagrams are depicted. In pursuing these goals
  ,
   a Computer Algebra System (CAS) specifically Mathematica 
  [1]
  
  
  
   is used. Among various scenarios, the case of a charged ring and a point charge is discussed.
 
</p></abstract><kwd-group><kwd>Bow and Arrow</kwd><kwd> Electrostatic Interaction</kwd><kwd> Computer Algebra System</kwd><kwd> &lt;i&gt;Mathematica&lt;/i&gt;</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>The motivation to analyze this problem stems from the fact that we have an interest in learning about the charged bodies’ interaction. This objective is exercised in our work [<xref ref-type="bibr" rid="scirp.120053-ref2">2</xref>]. In our current investigation, two bodies, a charged arrow and a ring are considered. These shapes are considered because the output of the calculation is subject to transparent physical interpretations.</p><p><xref ref-type="fig" rid="fig1">Figure 1</xref> depicts the schematic setting of the problem on hand. The circular charged ring held horizontally acts as a bow. Its size and charge can be adjusted accordingly. The charged arrow is aligned vertically along the symmetry axis of the ring. Its length, mass, and charge also may be adjusted at wish. The outline of the calculation conducive to the electrostatic repulsive force between these two bodies calls: 1) the electric field of the ring at a representative charge element on the arrow, and 2) the superposition of this field along the length of the arrow.</p><p>Hence, the net force on the arrow is the difference between the mentioned calculated repulsive electrostatic force and the gravity pull. It is obvious that by adjusting the relevant parameters, the net force may result in vertical oscillations. This is because although the gravity pulls stay the same, the electrostatic counteracting repulsive force varies depending on the proximity of the arrow to the ring. An ill-posed parametrization may either result in a departing arrow or catastrophically fall through the bow.</p><p>With this bird’s eye view, the objectives of this article are crafted comprising three sections. In addition to the Introduction, Section 2 embodies the relevant formulation. This section also includes the relevant figures and helpful Mathematica codes. Section 3 is the conclusions and comments and the lessons learned.</p></sec><sec id="s2"><title>2. Formulation and Analysis</title><p>The electric field of a charged ring of radius R and charge Q along its vertical symmetry through its center along the z-axis at a distance z from the ring’s center is [<xref ref-type="bibr" rid="scirp.120053-ref3">3</xref>],</p><p>E ( z ) = k Q z ( R 2 + z 2 ) 3 2 , (1)</p><p>where k is the electrostatic coupling constant, k = 1 4 π ϵ 0 = 8.9 &#215; 10 9     N ⋅ ( m C ) 2 .</p><p>The electrostatic force of this field on the entire charged arrow of length ℓ with a charge density of λ = q/ℓ is,</p><p>F ( z ) = k Q q l [ 1 R 2 + z 2 − 1 R 2 + ( z + l ) 2 ] , (2)</p><p><xref ref-type="fig" rid="fig2">Figure 2</xref> shows the impact of the length of the charged arrow on the case where the arrow had no length. For this purpose and the forthcoming calculations we choose a set of practical parameters, these are stored in valuesRingℓ. Units are SI. Specifically, the ring and the arrow are 5 cm and 30 cm, respectively.</p><p>valuesRingℓ={k→9.10^9,Q→10.10^(-6),q→1.10^(-6),m→50.10^(-3),ℓ→30.10^(-2),r→5.10^(-2),g→10.};</p><p>cofℓ=kQq/mℓ/.valuesRingℓ;</p><p>Plot[Evaluate[{z/(z^2+r^2)^(3/2),1/ℓ(1/sqrt(r^2+z^2)-1/sqrt(r^2+(z+ℓ)^2))}/.valuesRingℓ],{z,0,1},PlotStyle→{Blue,Red},PlotRange→All,AxesLabel→{&quot;z(distance)&quot;,&quot;~Force&quot;},GridLines→Automatic]</p><p>Graphically, we have confirmed by running the ℓ to small values the red curve tends to match the blue curve as shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>. Mathematically, in the limit of l → 0 , as expected (2) → (1).</p><p>1 l [ 1 R 2 + z 2 − 1 R 2 + ( z + l ) 2 ] � l → 0 z ( R 2 + z 2 ) 3 2 , (3)</p><p>In <xref ref-type="fig" rid="fig3">Figure 3</xref>, the weakest curve is associated with the longest length and the strongest with the shortest, respectively.</p><p>An arrow of mass m released freely is subject to the aforementioned electrostatic force as well the counteracting gravity pull. Applying Newton’s dynamic law gives, F n e t = m z &#168; . Where over double dots is the acceleration and the F n e t = F e l e c t i c − m g . Where F<sub>electric</sub> is subject to (2). Putting these together yields the equation of motion,</p><p>z &#168; ( t ) = k Q q m l [ 1 R 2 + z 2 − 1 R 2 + ( z + l ) 2 ] − g , (4)</p><p>Applying Mathematica’s ND Solve, we solve (4) with initial conditions, z ( 0 ) = z ˙ ( 0 ) = 0 . This is shown in <xref ref-type="fig" rid="fig4">Figure 4</xref>. The RHS of (4) is shown in <xref ref-type="fig" rid="fig5">Figure 5</xref>.</p><p>solzztl=NDSolve[{(z''[t]==cofℓ(1/sqrt(r^2+z[t]^2)-1/sqrt(r^2+(z[t]+ℓ)^2))-g)/.valuesRingℓ,z[0.]==0.,z'[0.]==0.},z[t],{t,0,5}];</p><p>plotzℓ=Plot[z[t]/.solzztℓ,{t,0,2.5},AxesLabel→{&quot;t(s)&quot;,&quot;z(m)&quot;}(*,AxesOrigin→{0,0}*),PlotStyle→Black,GridLines→Automatic]</p><p><xref ref-type="fig" rid="fig4">Figure 4</xref> shows the arrow released from rest rises to about 1.4 m, it stops for a split second and falls back to the origin. The movement is oscillatory with a 1.2 s period.</p><p>plotF=Plot[cofℓ(1/sqrt(r^2+z[t]^2)-1/sqrt(r^2+(z[t]+ℓ)^2))-g/.valuesRingℓ/.solzztℓ,{t,0,5},PlotStyle→Black,PlotRange→{-10,100}(*All*),AxesLabel→{&quot;t(s)&quot;,&quot;Force(N)&quot;},GridLines→Automatic]</p><p><xref ref-type="fig" rid="fig5">Figure 5</xref> shows the variation of the applied net force on the arrow. As intuitively expected at the release time the force is at its maximum, while rising its strength weakens, at some instant, it reaches the minimum and then gradually gains its strength. The process in absence of dissipation repeats itself periodically.</p><p>Solution (4) enables evaluating the relevant kinematic quantities such as the velocity and acceleration of the arrow. These are calculated and shown in <xref ref-type="fig" rid="fig6">Figure 6</xref>.</p><p>The shown graph is the pictorial behavior of the bouncing arrow. Based on the far left plot the other three plots are intuitively expected.</p><p>With this information on hand, we plot relevant and useful classic phase diagrams. These are shown in <xref ref-type="fig" rid="fig7">Figure 7</xref>. We were curious about a specific case where the length of the arrow is shrunk to a point simplifying the problem to a ring-point interaction. Analysis shows the difference between the cases is minimal. I.e. an arrow with a typical practical length acts almost the same as the point charge.</p><p>In <xref ref-type="fig" rid="fig7">Figure 7</xref>, the closed loop of the speed-position phase diagram is a typical profile of oscillations, the right plot is peculiar to the problem on hand.</p></sec><sec id="s3"><title>3. Conclusion and Comments</title><p>The lesson learned from investigating this research-oriented project is that we have shown for the given scenario how the electrostatic interaction between two charged bodies is formulated. Utilizing this information, we extended the static setting to a dynamic situation conducive to determining its associated classic kinematic quantities. Knowing the latter, the proposed scenario in light of the determined quantities could become practical. As such the electrostatic bow and arrow problem is envisioned, its solution and formulation add to the body of knowledge. This project can be exercised and extended by replacing the circular bow with a charged square, rectangle, and ellipse. The calculation for the first two suggestions with the aid of the embedded Mathematic codes may be straight forward. However, in the latter case, due to curvature dependency of the charge, distribution would be challenging. These issues partially have been addressed [<xref ref-type="bibr" rid="scirp.120053-ref4">4</xref>]. Concerning crafting the Mathematica codes, graphs, etc. the interested reader may find [<xref ref-type="bibr" rid="scirp.120053-ref5">5</xref>] and [<xref ref-type="bibr" rid="scirp.120053-ref6">6</xref>] resourceful.</p></sec><sec id="s4"><title>Acknowledgements</title><p>The author acknowledges the John T. and Page S. Smith Professorship funds for completing and publishing this work.</p></sec><sec id="s5"><title>Conflicts of Interest</title><p>The author declares no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s6"><title>Cite this paper</title><p>Sarafian, H. (2022) Electrified Bow and Arrow. American Journal of Computational Mathematics, 12, 324-329. https://doi.org/10.4236/ajcm.2022.123022</p></sec></body><back><ref-list><title>References</title><ref id="scirp.120053-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Mathematica Vision 13.0. http://Wolfram.com</mixed-citation></ref><ref id="scirp.120053-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Sarafian, H. (2020) Nonlinear Oscillations of a Pair of Charged Rings. American Journal of Computational Mathematics, 10, 571-577. https://www.scirp.org/journal/ajcm https://doi.org/10.4236/ajcm.2020.104032</mixed-citation></ref><ref id="scirp.120053-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Jackson, J.D. (1999) Classical Electrodynamics. 3rd Edition, John Wiley &amp; Sons Inc., New Jersey.</mixed-citation></ref><ref id="scirp.120053-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Sarafian, H. (2021) Nonlinear Electrostatic “Hesitant” Oscillator. American Journal of Computational Mathematics, 11, 42-52. https://doi.org/10.4236/ajcm.2021.111004</mixed-citation></ref><ref id="scirp.120053-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Wolfram, S. (1996) Mathematica Book. 3rd Edition, Cambridge University Press, Cambridge.</mixed-citation></ref><ref id="scirp.120053-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Sarafian, H. (2019) Mathematica Graphics Examples. 2nd Edition, Scientific Research Publishing, Wuhan.</mixed-citation></ref></ref-list></back></article>