<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7740176030235100482</id><updated>2025-02-24T12:15:41.044-08:00</updated><category term="Physics_Relativity"/><category term="How to do"/><category term="Computer_Basic Utilities"/><category term="Physics_Measurement"/><category term="Programming"/><category term="Chemistry_Measurement"/><category term="How to fix"/><category term="Mathematics"/><category term="Physics_Dynamics"/><category term="Python Tutorial"/><title type='text'>Math &#39;N IT</title><subtitle type='html'>Welcome to the Math &#39;N IT blog. This blog is all about Math, Physics, Chemistry and Computer related stuff. You can get many useful informations, solution of lots of problems and some vitally important papers here. You can also ask questions and we will try our best to answer them.&#xa;Thanks for visiting this blog. Have a very good day.  &#xa;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default?start-index=26&amp;max-results=25'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>34</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-2043574230449944345</id><published>2020-07-13T09:19:00.001-07:00</published><updated>2020-07-13T09:19:49.903-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Problem Solving - Interactive code! </title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSHdEQLO5xFzQRENaTgyKiJLA7dbmD39-rCGLbE9xjSMw29oyW29D8c08S6pXLO8yYFQ7QjkrbTNa1uSbVcZMnNNMPehMkFlFi4xqYO3BSxTQsTadjGfgM0S6lEhLh4T4z9cLVqCiZvxGs/s1920/code-1084923.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSHdEQLO5xFzQRENaTgyKiJLA7dbmD39-rCGLbE9xjSMw29oyW29D8c08S6pXLO8yYFQ7QjkrbTNa1uSbVcZMnNNMPehMkFlFi4xqYO3BSxTQsTadjGfgM0S6lEhLh4T4z9cLVqCiZvxGs/d/code-1084923.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So here I got this problem to solve:&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Write an INTERACTIVE python program that will print the average value of the elements of a list.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Writing these programs is easy. Just make logic and code it out. Debugging is also a whole lot easier. But interactive programs are really a pain! For that case we will have to:&lt;/div&gt;&lt;div&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Take input from the user,&lt;/li&gt;&lt;li&gt;Use a function to run the code&lt;/li&gt;&lt;li&gt;Define when to stop,&lt;/li&gt;&lt;li&gt;Make the program suitable for input mistakes. (it&#39;s the toughest thing to do&lt;/li&gt;&lt;/ol&gt;Let&#39;s see what I have to do for solving this problem.&amp;nbsp;&lt;/div&gt;&lt;div&gt;First I have to define a function for calculating the average.&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;color: #9c27b0;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&lt;font color=&quot;#b51200&quot;&gt;def&lt;/font&gt; &lt;font color=&quot;#3367d6&quot;&gt;average&lt;/font&gt;(li):&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; x = &lt;font color=&quot;#7b1fa2&quot;&gt;sum&lt;/font&gt;(li) / &lt;font color=&quot;#7b1fa2&quot;&gt;len&lt;/font&gt;(li)&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(x)&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;color: #9c27b0;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Then I have to make an input system to start and stop counting. My logic is simple. If the input is given as an integer, it&#39;ll append that number to the list. And if some string or other values than integer comes, the program will take the list to the function to calculate the average. I used simple try-expect commands.&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;list1 = []&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&lt;font color=&quot;#b51200&quot;&gt;try&lt;/font&gt;:&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;font color=&quot;#b51200&quot;&gt;while True&lt;/font&gt;:&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; list1.append(&lt;font color=&quot;#7b1fa2&quot;&gt;int&lt;/font&gt;(&lt;font color=&quot;#7b1fa2&quot;&gt;input&lt;/font&gt;(&lt;font color=&quot;#0b8043&quot;&gt;&quot;Enter the numbers:&quot;&lt;/font&gt;)))&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&lt;font color=&quot;#b51200&quot;&gt;except&lt;/font&gt;:&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(list1)&lt;/b&gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;Lastly, I have to put &lt;b&gt;&lt;font face=&quot;courier&quot;&gt;list1&lt;/font&gt; &lt;/b&gt;in the &lt;b&gt;&lt;font face=&quot;courier&quot;&gt;&lt;font color=&quot;#3367d6&quot;&gt;average&lt;/font&gt;()&lt;/font&gt;&lt;/b&gt; function.&amp;nbsp;&lt;/div&gt;&lt;div&gt;But if someone presses enter at the very beginning of the code he will have a&amp;nbsp;&lt;b style=&quot;font-family: courier;&quot;&gt;ZeroDivisionError.&amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b style=&quot;font-family: courier;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;So, I have to put another try-expect command.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&lt;font color=&quot;#b51200&quot;&gt;try&lt;/font&gt;:&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#b51200&quot;&gt;while True&lt;/font&gt;:&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; average(list1)&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;font color=&quot;#b51200&quot;&gt;break&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&lt;font color=&quot;#b51200&quot;&gt;except&lt;/font&gt;:&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(&lt;font color=&quot;#0b8043&quot;&gt;&quot;you should add some numbers, then other characters in order to get an average of those numbers&quot;&lt;/font&gt;)&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;Now it all came together. Let&#39;s have a look to the full code.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;356&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;https://trinket.io/embed/python/9251b5ce01&quot; width=&quot;100%&quot;&gt;&lt;/iframe&gt; &lt;br /&gt;
Image by &lt;a href=&quot;https://pixabay.com/users/JohnsonMartin-724525/?utm_source=link-attribution&amp;amp;utm_medium=referral&amp;amp;utm_campaign=image&amp;amp;utm_content=1084923&quot;&gt;Johnson Martin&lt;/a&gt; from &lt;a href=&quot;https://pixabay.com/?utm_source=link-attribution&amp;amp;utm_medium=referral&amp;amp;utm_campaign=image&amp;amp;utm_content=1084923&quot;&gt;Pixabay&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/2043574230449944345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/07/problem-solving-interactive-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2043574230449944345'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2043574230449944345'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/07/problem-solving-interactive-code.html' title='Problem Solving - Interactive code! '/><author><name>Ishtiak Ahmed Evan</name><uri>http://www.blogger.com/profile/17752844321796542797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdLxHx2ke8MPG26rOFfhTaB5pVgbdlPTDfhYXju55_KPBwi-sYMq8eWZVhdirsn30IQNv7rEmn5IW3wAIpFYoSX8ykrXlspxsW0jQm9aCZwNx6VVBU55D7VDj3FCk-iQ/s113/d5f93632-0232-4d93-bd2a-a22ba13c3145.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSHdEQLO5xFzQRENaTgyKiJLA7dbmD39-rCGLbE9xjSMw29oyW29D8c08S6pXLO8yYFQ7QjkrbTNa1uSbVcZMnNNMPehMkFlFi4xqYO3BSxTQsTadjGfgM0S6lEhLh4T4z9cLVqCiZvxGs/s72-c-d/code-1084923.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-610839618201926246</id><published>2020-06-28T14:34:00.003-07:00</published><updated>2020-06-28T15:03:06.174-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Re-Learning Python - A Journey to Remember!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;I haven&#39;t coded in python for a long time, then when I came back, I just realized that I forgot almost everything in python! So I decided to learn things again, from the very beginning (the beginning is the end and end is the beginning!). But this time I used the CLASSIC method. Yes, I learned from the books.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWmkrUeJk47-w4Ba6tk3gzJg9N4Y4qvpMStny_5i5wfpkukrumg-SuLwcMZFtbA1LCTufN6l8wPz2faXN03owYBo1DLodQZ2g5IHtyiVUvr3yrWaqHahKQ4kzhuZQlwve6ghT22ShfYxE7/s5773/rele.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;3402&quot; data-original-width=&quot;5773&quot; height=&quot;589&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWmkrUeJk47-w4Ba6tk3gzJg9N4Y4qvpMStny_5i5wfpkukrumg-SuLwcMZFtbA1LCTufN6l8wPz2faXN03owYBo1DLodQZ2g5IHtyiVUvr3yrWaqHahKQ4kzhuZQlwve6ghT22ShfYxE7/w1000-h589/rele.jpg&quot; width=&quot;1000&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I love to introduce myself as a &quot;self-taught&quot; programmer, which means I have no academic experience in this sector. Learned this whole code thing from websites like &lt;a href=&quot;https://www.sololearn.com/&quot;&gt;SoloLearn&lt;/a&gt;&amp;nbsp;and &lt;a href=&quot;https://www.khanacademy.org/&quot; target=&quot;_blank&quot;&gt;KhanAcademy&lt;/a&gt;. But this time I wanted something really different, so I grabbed some coding books, which are not even written in English.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2dLxtpTgFcWuy7-oBQzr43qORH60UClrstlEnQjDxPci_p_nNGvxON84vhke6wJHB0yCn7RKwotg4U78NEjh1kdxtsYoqwwOtuP-CI0wV6jnMLXiwVFe6nQGCbex-OvY7Ut_XLQUS_Kwz/s3264/python+%25E0%25A7%25A6%25E0%25A7%25A6%25E0%25A7%25A7.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2448&quot; data-original-width=&quot;3264&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2dLxtpTgFcWuy7-oBQzr43qORH60UClrstlEnQjDxPci_p_nNGvxON84vhke6wJHB0yCn7RKwotg4U78NEjh1kdxtsYoqwwOtuP-CI0wV6jnMLXiwVFe6nQGCbex-OvY7Ut_XLQUS_Kwz/d/python+%25E0%25A7%25A6%25E0%25A7%25A6%25E0%25A7%25A7.jpeg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Yes, I used these books to re-learn everything, and had a great journey! These are actually some of the most popular programming books written in Bengali. If you are familiar with the Bangla language, you can use these books to start your programming journey.&amp;nbsp; &lt;a href=&quot;https://www.rokomari.com/book/161870/python-diye-programing-shekha---1-theke-3-part--rokomari-collection-&quot; target=&quot;_blank&quot;&gt;Click here&lt;/a&gt; to buy these books.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;While studying the &quot;while&quot; loop, stopped at an example, a simple program to print the multiplication table of a certain number. The given code was very straightforward,&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;n = &lt;font color=&quot;#7b1fa2&quot;&gt;input&lt;/font&gt;(&lt;font color=&quot;#0b8043&quot;&gt;&quot;Please enter a positive integer: &quot;&lt;/font&gt;)&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;n = &lt;font color=&quot;#7b1fa2&quot;&gt;int&lt;/font&gt;(n)&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;m = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&lt;font color=&quot;#d52c1f&quot;&gt;while&lt;/font&gt; m &amp;lt;= 10:&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(n, &lt;font color=&quot;#0b8043&quot;&gt;&quot;X&quot;&lt;/font&gt;, m, &lt;font color=&quot;#0b8043&quot;&gt;&quot;=&quot;&lt;/font&gt;, n*m)&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; m += 1&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Nice code indeed. But I wanted to go to a higher level. When I was young, I used to own a pencil box that had 10 multiplication tables printed on the backside. That info helped me do a lot of cheating on the tests. So, from that gratitude, I wanted to print that whole thing. First I wanted to think about the problem, but then I realized that my brain is so small! So I wrote it down to deal with it.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Problem:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I need some output like:&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;n&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;m&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;1&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;2&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;3&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;9&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;10&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;1&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;2&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;3&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;10&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;9&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;10&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;10&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Attempt 1:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;So It&#39;s easy! I need to make a loop and increase the m and n value from time to time. I was obvious as hell, so I coded fast like those fancy hackers in movies,&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;m = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;n = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&lt;font color=&quot;#d52c1f&quot;&gt;while&lt;/font&gt;&amp;nbsp;m &amp;lt;= 10:&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#b51200&quot;&gt;if&lt;/font&gt; n &amp;lt;= 10:&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(n,&amp;nbsp;&lt;font color=&quot;#0b8043&quot;&gt;&quot;X&quot;&lt;/font&gt;, m,&amp;nbsp;&lt;font color=&quot;#0b8043&quot;&gt;&quot;=&quot;&lt;/font&gt;, n*m)&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m += 1&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n += 1&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;inherit&quot;&gt;But! Once some coding legend(!) said, &quot;If you are obvious before even running your code, I&#39;m pretty sure your code is wrong.&quot; Yes. Thad did print something, but that was like this.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;inherit&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;inherit&quot;&gt;&lt;b&gt;OUTPUT:&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp;=&amp;nbsp; &amp;nbsp;1&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp;=&amp;nbsp; &amp;nbsp;4&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;3&amp;nbsp; &amp;nbsp;=&amp;nbsp; &amp;nbsp;9&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;10&amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp;10&amp;nbsp; &amp;nbsp;=&amp;nbsp; &amp;nbsp;100&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;So I have a look at the code and saw the problem. Just change some blocks and done!&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;IS IT?&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Attempt 2:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;m = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;n = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&lt;font color=&quot;#d52c1f&quot;&gt;while&lt;/font&gt;&amp;nbsp;m &amp;lt;= 10:&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(n,&amp;nbsp;&lt;font color=&quot;#0b8043&quot;&gt;&quot;X&quot;&lt;/font&gt;, m,&amp;nbsp;&lt;font color=&quot;#0b8043&quot;&gt;&quot;=&quot;&lt;/font&gt;, n*m)&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; m += 1&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;font color=&quot;#d52c1f&quot;&gt;&lt;font style=&quot;font-family: courier;&quot;&gt;if&lt;/font&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;n &amp;lt;= 10:&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n += 1&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Yes, legit speaking, it was my second attempt! How stupid am I!&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Yes, the output was the same. So this time I looked at the code a bit more closely. And felt like, I found the real solution to my problem.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The code was not that simple like my thoughts! Here the value of m is increasing in every iteration. When this value will reach 11, we have to reassign the value of m to 1 and increase the value of n by one each time m reaches 11. A bit complex but it works.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Attempt 3:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;n = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;m = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font color=&quot;#d52c1f&quot; style=&quot;font-family: courier;&quot;&gt;while &lt;/font&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;m &amp;lt;= 11:&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(n, &lt;font color=&quot;#0b8043&quot;&gt;&quot;X&quot;&lt;/font&gt; , m , &lt;font color=&quot;#0b8043&quot;&gt;&quot;=&quot;&lt;/font&gt;, n*m)&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; m += 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#d52c1f&quot;&gt;if&lt;/font&gt; m == 11:&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n += 1&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Well, is it the solution? Can this code print the thing? NO!&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;This code works good, but doesn&#39;t stop! We have to stop it.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;FINAL CODE:&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;n = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;m = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font color=&quot;#d52c1f&quot; style=&quot;font-family: courier;&quot;&gt;while&amp;nbsp;&lt;/font&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;m &amp;lt;= 11:&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;font color=&quot;#7b1fa2&quot;&gt;print&lt;/font&gt;(n,&amp;nbsp;&lt;font color=&quot;#0b8043&quot;&gt;&quot;X&quot;&lt;/font&gt;&amp;nbsp;, m ,&amp;nbsp;&lt;font color=&quot;#0b8043&quot;&gt;&quot;=&quot;&lt;/font&gt;, n*m)&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; m += 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;font color=&quot;#d52c1f&quot;&gt;if&lt;/font&gt;&amp;nbsp;m == 11:&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m = 1&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;courier&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n += 1&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#d52c1f&quot;&gt;if&lt;/font&gt; n == 11:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;font color=&quot;#d52c1f&quot;&gt;break&lt;/font&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;So that is the final solution of the simplest problem, my dumb brain took 3 attempts to just solve such an easy problem!&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I hope you had fun reading the article. A follow or comment will be much appreciated!&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://teespring.com/stores/apparel-for-programmers&quot;&gt;Visit our store to get some great T-shirts exclusively designed by programmers like you.&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Use the Promo Code: &lt;b style=&quot;font-size: x-large;&quot;&gt;MATHNIT &lt;/b&gt;for Free Shipping!&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;div&gt;&lt;font color=&quot;#d52c1f&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;courier&quot;&gt;&lt;/font&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/610839618201926246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/06/relearning-python.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/610839618201926246'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/610839618201926246'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/06/relearning-python.html' title='Re-Learning Python - A Journey to Remember!'/><author><name>Ishtiak Ahmed Evan</name><uri>http://www.blogger.com/profile/17752844321796542797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdLxHx2ke8MPG26rOFfhTaB5pVgbdlPTDfhYXju55_KPBwi-sYMq8eWZVhdirsn30IQNv7rEmn5IW3wAIpFYoSX8ykrXlspxsW0jQm9aCZwNx6VVBU55D7VDj3FCk-iQ/s113/d5f93632-0232-4d93-bd2a-a22ba13c3145.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWmkrUeJk47-w4Ba6tk3gzJg9N4Y4qvpMStny_5i5wfpkukrumg-SuLwcMZFtbA1LCTufN6l8wPz2faXN03owYBo1DLodQZ2g5IHtyiVUvr3yrWaqHahKQ4kzhuZQlwve6ghT22ShfYxE7/s72-w1000-h589-c/rele.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-5138242710068141189</id><published>2020-06-06T07:57:00.000-07:00</published><updated>2020-06-06T10:14:57.227-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Python Tutorial"/><title type='text'>Introduction and setting things up - Python 3.x Tutorial</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;font face=&quot;arial&quot;&gt;Python is one of the most popular programming languages in the world. And the best thing about it is, it&#39;s extremely easy to learn! So for the newbies in programming, it&#39;s the most appealing language to learn. This tutorial is designed for absolute newcomers in the programming world.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdJ1o_DbvDLVYihyphenhypheniuw_EXaqUE8glqV7q7fH52M4SNebhIOlh1SnvneM4nzsoi_E_WLVesmk5-iIQ_mW5Lmla_LLdVpiNoMHCJwd0iSsoulD7NSozQBqtOM3RYx5wiOzzOPkPn_M-CaemM/s1440/TUTO1.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;font face=&quot;arial&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1440&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdJ1o_DbvDLVYihyphenhypheniuw_EXaqUE8glqV7q7fH52M4SNebhIOlh1SnvneM4nzsoi_E_WLVesmk5-iIQ_mW5Lmla_LLdVpiNoMHCJwd0iSsoulD7NSozQBqtOM3RYx5wiOzzOPkPn_M-CaemM/d/TUTO1.jpg&quot; /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;Python is easy to learn but it is a high-level programming language even with object-oriented supports. So it&#39;s nothing different than other languages. Once you learn Python properly, other languages are as easy as hell.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;arial&quot;&gt;Installing Python in Computer&lt;/font&gt;&lt;/h2&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;If you use MacOS or Linux, you can skip this part. Python is pre-installed in these operating systems. But if you use Windows you have to &lt;a href=&quot;https://www.python.org/downloads/&quot; target=&quot;_blank&quot;&gt;download&lt;/a&gt;&amp;nbsp;python and install it.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;Once you install Python, it&#39;ll also install PIP on your PC. What&#39;s PIP? It&#39;s like a robot. When you are missing something, you can download that using PIP. We&#39;ll talk about pip later.&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;If you are learning through an Android phone, you can still use Python. Just download this app name Pydroid and you are good to go. (Download:&amp;nbsp;&lt;a href=&quot;https://play.google.com/store/apps/details?id=ru.iiec.pydroid3&amp;amp;hl=en&quot; target=&quot;_blank&quot;&gt;Android&lt;/a&gt;)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;Unfortunately, in IOS there is no good app for free. If you are ok to pay $9.99 you can download &lt;a href=&quot;https://apps.apple.com/us/app/pythonista-3/id1085978097&quot;&gt;Pythonista 3&lt;/a&gt;. We recommend not to pay money for these.&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;Anyway in this site you can do programming in on-page interpreters. So don&#39;t bother downloading things now.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;arial&quot;&gt;First Step in Programming&lt;/font&gt;&lt;/h2&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;We programmers have a tradition of starting a new language. Let&#39;s follow that!&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;The tradition is, our first program should be a set of codes that will print &quot;Hello, World!&quot; on the screen.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;
&lt;font face=&quot;arial&quot;&gt;&lt;iframe src=&quot;https://trinket.io/embed/python/43e730d201?runOption=run&quot; width=&quot;100%&quot; height=&quot;356&quot; frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/font&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;Press the play button (that triangle right after the colorful icon) to run the code. You can see that on the right there is something written. Yes, you just wrote a line of code that prints the writing &quot;Hello, World!&quot;. (if you use a phone, its recommended to rotate the phone to landscape mode for the best view)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;font face=&quot;arial&quot;&gt;So, what on earth happened here? Ok. first, there is the &lt;/font&gt;&lt;font face=&quot;courier&quot;&gt;print()&lt;/font&gt;&lt;font face=&quot;arial&quot;&gt; statement which orders the computer to print something. And that something is your first words, &quot;Hello, World!&quot;. So have you ever wondered, why we used the quotes(&quot;&quot;)? That transforms the Hello, World text to a string! The string is a data type in python, which actually lets us enter text to a program. Anyway, congratulations! You mad your first program in python!&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;Ok. this is not actually a tutorial post, it&#39;s more like an introduction post. So let&#39;s not talk much about these. Wanna have some fun? Delete all the codes and write &lt;/font&gt;&lt;font face=&quot;courier&quot;&gt;import this&lt;/font&gt;&lt;font face=&quot;arial&quot;&gt; in the interpreter. Then click run. TADA!&lt;br /&gt;&lt;br /&gt;This beautiful(?) poem is the main basics of python programmers. We&#39;ll learn to apply them all along with this tutorial.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;arial&quot;&gt;Need better places to learn?&lt;/font&gt;&lt;/h2&gt;&lt;div&gt;&lt;font face=&quot;arial&quot;&gt;We know that we are not the best. But there are the best things, the best resources on the internet to learn python. Try them out, you&#39;ll love them.&lt;br /&gt;&lt;/font&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;&lt;font face=&quot;arial&quot;&gt;&lt;a href=&quot;https://www.sololearn.com/Play/Python&quot;&gt;SoloLearn&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://www.codecademy.com/courses/learn-python-3/lessons/learn-python-syntax/exercises/welcome&quot;&gt;&lt;font face=&quot;arial&quot;&gt;CodeAcademy&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;arial&quot;&gt;&lt;a href=&quot;https://wiki.python.org/moin/BeginnersGuide&quot;&gt;Python Documentations&lt;/a&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;font face=&quot;helvetica&quot; size=&quot;4&quot;&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://mathnit.blogspot.com/2020/06/py-tutorial-2.html&quot;&gt;NEXT&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/5138242710068141189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/06/py-tutorial-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/5138242710068141189'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/5138242710068141189'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/06/py-tutorial-1.html' title='Introduction and setting things up - Python 3.x Tutorial'/><author><name>Ishtiak Ahmed Evan</name><uri>http://www.blogger.com/profile/17752844321796542797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdLxHx2ke8MPG26rOFfhTaB5pVgbdlPTDfhYXju55_KPBwi-sYMq8eWZVhdirsn30IQNv7rEmn5IW3wAIpFYoSX8ykrXlspxsW0jQm9aCZwNx6VVBU55D7VDj3FCk-iQ/s113/d5f93632-0232-4d93-bd2a-a22ba13c3145.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdJ1o_DbvDLVYihyphenhypheniuw_EXaqUE8glqV7q7fH52M4SNebhIOlh1SnvneM4nzsoi_E_WLVesmk5-iIQ_mW5Lmla_LLdVpiNoMHCJwd0iSsoulD7NSozQBqtOM3RYx5wiOzzOPkPn_M-CaemM/s72-c-d/TUTO1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-2134025872630538120</id><published>2020-05-26T10:08:00.000-07:00</published><updated>2020-05-26T10:11:15.174-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to do"/><title type='text'>How to make Free Space in disk on Windows</title><content type='html'>&lt;html&gt;
&lt;head&gt;
&lt;style&gt;

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
Free Space in the disk is a space which is at the out side of the partition from where it&#39;s created. It&#39;s used for various reasons such as for making a new partition(New Volume), installing an another operating system(Dual booting) etc. Free space of a hard drive can be accessed out side form the operating system. Free space is created by shrinking a volume or by deleting a whole volume.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuEozJCqr6p55n3IwAM-PGoBjn7yUO-Apk_bRCrcSqJw9Gcg1iLDIIbfeFnJzvPc9H5Yt0HEWihxEqUoMt2zS2QVPbssjcLDyoXtLbBTHhqoFqOlq6nxRDDYUJEzopyyXCR4IdeyzcptlT/s1600/How+to+make+Free+Space+in+disk+on+Windows.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuEozJCqr6p55n3IwAM-PGoBjn7yUO-Apk_bRCrcSqJw9Gcg1iLDIIbfeFnJzvPc9H5Yt0HEWihxEqUoMt2zS2QVPbssjcLDyoXtLbBTHhqoFqOlq6nxRDDYUJEzopyyXCR4IdeyzcptlT/s1600/How+to+make+Free+Space+in+disk+on+Windows.jpg&quot; data-original-width=&quot;1440&quot; data-original-height=&quot;1080&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

So let&#39;s learn how to make a free space in the hard drive by shrinking or deleting a volume on Windows.&lt;br /&gt;


&lt;h2&gt;
1st of 2 methods: Make free space by shrinking.&lt;/h2&gt;
&lt;b&gt;1.&lt;/b&gt;Right click on the &lt;strong&gt;&lt;q&gt;Windows&lt;/q&gt;&lt;/strong&gt; button and select &lt;strong&gt;&lt;q&gt;Disk Managment&lt;/q&gt;&lt;/strong&gt;.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKh45yZ1POeJmuc3zCTulK0dCHxxi4SjIa7q-73nRvnNi2oOwlB8OSXPTYRl5kPOz7osgY-SXsPVMBUtcdi1EyLSqAOpNIE_jY8hbfIddc-pHf0cljp52BA0Wl-6DeEi9YBzCSBJjtiQxT/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;624&quot; data-original-width=&quot;306&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKh45yZ1POeJmuc3zCTulK0dCHxxi4SjIa7q-73nRvnNi2oOwlB8OSXPTYRl5kPOz7osgY-SXsPVMBUtcdi1EyLSqAOpNIE_jY8hbfIddc-pHf0cljp52BA0Wl-6DeEi9YBzCSBJjtiQxT/s320/pic%25281%2529.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;2.&lt;/b&gt;Then a window like this will apear.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisDthUeUufoyCe3SWfuiYmEEiDX3HH_wMzhmyKUjOLNi_x9smskumtBWo7D1S0t_bQ4HXXjyEW2G10Y8m9-j3sEETGAl_ni8-Fiqgx_7R2eVMfIXr_GL47JaUsX6ldFbw8wfLd5PLLqGUo/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;597&quot; data-original-width=&quot;754&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisDthUeUufoyCe3SWfuiYmEEiDX3HH_wMzhmyKUjOLNi_x9smskumtBWo7D1S0t_bQ4HXXjyEW2G10Y8m9-j3sEETGAl_ni8-Fiqgx_7R2eVMfIXr_GL47JaUsX6ldFbw8wfLd5PLLqGUo/s320/pic%25282%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;3.&lt;/b&gt;There right click on the volume from where you want to srrink the storage then select &lt;strong&gt;&lt;q&gt;Shrink Volume&lt;/q&gt;&lt;/strong&gt;&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGoMt7qYR8GrzDSMswn4Ce1uyjfdtNeSrdmyreS9OCZoVstkuQRkW4jjraNTCqooDJjgNFfBLAEZhzD5KGP88o8SxSUnPRlJJzXUnSSARQFxu8Nuz7lXOffIWF7V3EaAfeTAR9Ix3OUg5f/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;347&quot; data-original-width=&quot;384&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGoMt7qYR8GrzDSMswn4Ce1uyjfdtNeSrdmyreS9OCZoVstkuQRkW4jjraNTCqooDJjgNFfBLAEZhzD5KGP88o8SxSUnPRlJJzXUnSSARQFxu8Nuz7lXOffIWF7V3EaAfeTAR9Ix3OUg5f/s320/pic%25283%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;4.&lt;/b&gt;Then a loading window and after that Srink window like this will appear.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivoYd0miUuvH3hYaTliNvbYKikREwMsG0h5b9ROqXXbNdET3e81p1GU6Z600fvTGZ-SK8EGA2uCj-jTAOcnlIBpwXIzyK1fkOxtgdyOR9vw1MeZIeiDct_h4wNB3Th1oczVxV3PyRFnd_-/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;97&quot; data-original-width=&quot;377&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivoYd0miUuvH3hYaTliNvbYKikREwMsG0h5b9ROqXXbNdET3e81p1GU6Z600fvTGZ-SK8EGA2uCj-jTAOcnlIBpwXIzyK1fkOxtgdyOR9vw1MeZIeiDct_h4wNB3Th1oczVxV3PyRFnd_-/s320/pic%25284%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinrf1LO1aYrcYEhkB2oLN13UZBrO6LdYdAHKexuB6HTC-wwU8duUKPKFzMhyFLqcys3DSKmQGiXR2tud5BF5m08n0R2QN-47Ql0LJyD0UwrZ3Pl4GINhHA0O6xLEewoHr8im4FcQ_0M9bt/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;308&quot; data-original-width=&quot;452&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinrf1LO1aYrcYEhkB2oLN13UZBrO6LdYdAHKexuB6HTC-wwU8duUKPKFzMhyFLqcys3DSKmQGiXR2tud5BF5m08n0R2QN-47Ql0LJyD0UwrZ3Pl4GINhHA0O6xLEewoHr8im4FcQ_0M9bt/s320/pic%25285%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;5.&lt;/b&gt;Then on the Srink window enter the amount of space in MB(&lt;strong&gt;M&lt;/strong&gt;ega &lt;strong&gt;B&lt;/strong&gt;yte) you want to srink. Here it&#39;s 4096MB(4GB).&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDb2BWaCN3sjpNy64rFg9_lXSAfJtLbqt2uZNnhHtV4Yot-dcdwwR71vdUC6fifNYNbNNOcPspRrw35sjPqLPksbhD_EXbEwxh_oGN0Kbm3lRYIPqYGpaprAuUTWR8_tLXUOw_mC1vkAka/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;169&quot; data-original-width=&quot;452&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDb2BWaCN3sjpNy64rFg9_lXSAfJtLbqt2uZNnhHtV4Yot-dcdwwR71vdUC6fifNYNbNNOcPspRrw35sjPqLPksbhD_EXbEwxh_oGN0Kbm3lRYIPqYGpaprAuUTWR8_tLXUOw_mC1vkAka/s320/pic%25286%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;6.&lt;/b&gt;Then click &lt;strong&gt;&lt;q&gt;Shrink&lt;/q&gt;&lt;/strong&gt;.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicT1K-AD8hj2CSkj1h6UVJLo2b81k5mVRnxx-lss8lEc9UWlXKuGh2HHNiTu1sOBgzUfVpbqn45_udWdkCAvaHmcZ0Tg5frCtXBktI6S7nXOijeYwSJyr4Eek7KfbgMdCoatWAU3Be_GXB/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;106&quot; data-original-width=&quot;452&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicT1K-AD8hj2CSkj1h6UVJLo2b81k5mVRnxx-lss8lEc9UWlXKuGh2HHNiTu1sOBgzUfVpbqn45_udWdkCAvaHmcZ0Tg5frCtXBktI6S7nXOijeYwSJyr4Eek7KfbgMdCoatWAU3Be_GXB/s320/pic%25287%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;7.&lt;/b&gt;Then a Free space will created like this. The free space is denoted by green color.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIWYdFuaFkkbtMjNb6-zEbiaqIoo7Hae6y4Viki3nHjc0qcYSWRAC0vZHqydAKuYkgbN16gdHNdeLScQEcQE54RkJ4ilV9axnCujDdo9iOUEBrkvZB3MQ9KtxDPAubyVDxqHVucz-YnnEy/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;178&quot; data-original-width=&quot;292&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIWYdFuaFkkbtMjNb6-zEbiaqIoo7Hae6y4Viki3nHjc0qcYSWRAC0vZHqydAKuYkgbN16gdHNdeLScQEcQE54RkJ4ilV9axnCujDdo9iOUEBrkvZB3MQ9KtxDPAubyVDxqHVucz-YnnEy/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
2nd of 2 methods: make free space by deleting.&lt;/h2&gt;
&lt;b&gt;3.&lt;/b&gt;There right click on one of the volume that you want to make free space then select &lt;strong&gt;&lt;q&gt;Delete Volume&lt;/q&gt;&lt;/strong&gt;.&lt;br /&gt;

&lt;b&gt;Note:&lt;/b&gt;Firstly remove all data from the drive and save it to other drive otherwise you will lost then.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuxwva98xSCudJ84QU9gRzIa-8XZA8CFdsDCoQsita4WpWUNxQM7moAFqkBW2X_JJlN_dEWzLjFXYkZVJJx38gHnD8fRUTz4AIU9P4EqUvBjh3483f379OApM3Ub4bNMlnU8grRCC6p1tl/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;335&quot; data-original-width=&quot;365&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuxwva98xSCudJ84QU9gRzIa-8XZA8CFdsDCoQsita4WpWUNxQM7moAFqkBW2X_JJlN_dEWzLjFXYkZVJJx38gHnD8fRUTz4AIU9P4EqUvBjh3483f379OApM3Ub4bNMlnU8grRCC6p1tl/s320/pic%25283%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;4.&lt;/b&gt;Then a window with a worning will appear. If you have removed all the data to another drive then select &lt;strong&gt;&lt;q&gt;Yes&lt;/q&gt;&lt;/strong&gt; otherwise if you didn&#39;t removed your data you&#39;ll lost them.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmaDrDPLiSMBCIlAqm5-nT6uAaniVcdM5qCCjNa9mxdpcsme63eXHhIMc8UI6NERh07UAU6NzpWN_O0KQ5RXVX6EA4cVUVhkc3Sfpw4OaRWteLUk2soKvGH9kwjOV6kPMpnQfgo6QeR2-S/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;152&quot; data-original-width=&quot;413&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmaDrDPLiSMBCIlAqm5-nT6uAaniVcdM5qCCjNa9mxdpcsme63eXHhIMc8UI6NERh07UAU6NzpWN_O0KQ5RXVX6EA4cVUVhkc3Sfpw4OaRWteLUk2soKvGH9kwjOV6kPMpnQfgo6QeR2-S/s320/pic%25284%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;5.&lt;/b&gt;Then you&#39;ll get a free storage. Here it&#39;s 100GB(&lt;strong&gt;G&lt;/strong&gt;iga &lt;strong&gt;B&lt;/strong&gt;yte) as our volume was of 100GB(&lt;strong&gt;G&lt;/strong&gt;iga &lt;strong&gt;B&lt;/strong&gt;yte). The free space is denoted by green color.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJgExG4hNcDmii3YOytM2SotmgDHEu9Fm4N8NUvXDT3AkHkU6ZhA-CZsCIZ2CJCo9f71f_1uJnFvzly9gV93UZWF0SNtFwibfe4WI-wTTzMLnr5NVng_hWivI_uG4PJdqpuDLU0fREJgmA/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;171&quot; data-original-width=&quot;302&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJgExG4hNcDmii3YOytM2SotmgDHEu9Fm4N8NUvXDT3AkHkU6ZhA-CZsCIZ2CJCo9f71f_1uJnFvzly9gV93UZWF0SNtFwibfe4WI-wTTzMLnr5NVng_hWivI_uG4PJdqpuDLU0fREJgmA/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Hope that you&#39;ve gotten a free space in your hard drive. If you&#39;ve any question you can comment below or can use our Ask Question page.&lt;br /&gt;


&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/2134025872630538120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-make-free-space-in-disk-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2134025872630538120'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2134025872630538120'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-make-free-space-in-disk-on.html' title='How to make Free Space in disk on Windows'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuEozJCqr6p55n3IwAM-PGoBjn7yUO-Apk_bRCrcSqJw9Gcg1iLDIIbfeFnJzvPc9H5Yt0HEWihxEqUoMt2zS2QVPbssjcLDyoXtLbBTHhqoFqOlq6nxRDDYUJEzopyyXCR4IdeyzcptlT/s72-c/How+to+make+Free+Space+in+disk+on+Windows.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-4250329042401938316</id><published>2020-05-24T03:01:00.001-07:00</published><updated>2020-05-26T10:11:25.663-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to do"/><title type='text'>How to create New Volume from existing volume on Windows</title><content type='html'>&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
  
  &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjl9h0sIR9P_zXbTWZIE5b3lMVH7KK8674aBiAS4_r63qLxS1X-0sNaD-abDsTRTmfoh0Z3BMDO3xTlTeywFnsQ2IxCZmT7sM86Fy5Ba8ovL78cEyU7z5f7aicLYRa4P-WBBuDmHhAzMsh6/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1440&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjl9h0sIR9P_zXbTWZIE5b3lMVH7KK8674aBiAS4_r63qLxS1X-0sNaD-abDsTRTmfoh0Z3BMDO3xTlTeywFnsQ2IxCZmT7sM86Fy5Ba8ovL78cEyU7z5f7aicLYRa4P-WBBuDmHhAzMsh6/s320/How+to+create+New+Volume+from+existing+volume+on+WInodws.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  
&lt;p&gt;On the &lt;q&gt;This PC&lt;/q&gt; or &lt;q&gt;My Computer&lt;/q&gt; of our computer(on Windows) we get a ceatain number of Volume. You might need more Volume for any particular work. You can do so on the &lt;strong&gt;&lt;q&gt;Disk Managment&lt;/q&gt;&lt;/strong&gt; utility of Windows operating system by srinking space from an existing volume.&lt;/p&gt;
&lt;p&gt;So let&#39;s learn how to create a &lt;q&gt;New Volume&lt;/q&gt; on Windows.&lt;/p&gt;


&lt;p&gt;&lt;b&gt;1.&lt;/b&gt;Right click on the &lt;strong&gt;&lt;q&gt;Windows&lt;/q&gt;&lt;/strong&gt; button and select &lt;strong&gt;&lt;q&gt;Disk Managment&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKh45yZ1POeJmuc3zCTulK0dCHxxi4SjIa7q-73nRvnNi2oOwlB8OSXPTYRl5kPOz7osgY-SXsPVMBUtcdi1EyLSqAOpNIE_jY8hbfIddc-pHf0cljp52BA0Wl-6DeEi9YBzCSBJjtiQxT/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;624&quot; data-original-width=&quot;306&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKh45yZ1POeJmuc3zCTulK0dCHxxi4SjIa7q-73nRvnNi2oOwlB8OSXPTYRl5kPOz7osgY-SXsPVMBUtcdi1EyLSqAOpNIE_jY8hbfIddc-pHf0cljp52BA0Wl-6DeEi9YBzCSBJjtiQxT/s320/pic%25281%2529.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;2.&lt;/b&gt;Then a window like this will apear.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisDthUeUufoyCe3SWfuiYmEEiDX3HH_wMzhmyKUjOLNi_x9smskumtBWo7D1S0t_bQ4HXXjyEW2G10Y8m9-j3sEETGAl_ni8-Fiqgx_7R2eVMfIXr_GL47JaUsX6ldFbw8wfLd5PLLqGUo/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;597&quot; data-original-width=&quot;754&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisDthUeUufoyCe3SWfuiYmEEiDX3HH_wMzhmyKUjOLNi_x9smskumtBWo7D1S0t_bQ4HXXjyEW2G10Y8m9-j3sEETGAl_ni8-Fiqgx_7R2eVMfIXr_GL47JaUsX6ldFbw8wfLd5PLLqGUo/s320/pic%25282%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;3.&lt;/b&gt;There right click on the volume from where you want to srrink the storage then select &lt;strong&gt;&lt;q&gt;Srink Volume&lt;/q&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5BD40aAdZspqCs1ciwoOqnngE6pzrHYzs4Yr_x0IVTrKd7KbAqhSO4er9DFX3HgEbYxJr3fC0Et3V0BmgZgttxC5LOMyYO3VpcEWYnwzLd-huBW4ZSXlcUhfzkEvuCNla0CeLkFR5xiZl/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;347&quot; data-original-width=&quot;384&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5BD40aAdZspqCs1ciwoOqnngE6pzrHYzs4Yr_x0IVTrKd7KbAqhSO4er9DFX3HgEbYxJr3fC0Et3V0BmgZgttxC5LOMyYO3VpcEWYnwzLd-huBW4ZSXlcUhfzkEvuCNla0CeLkFR5xiZl/s320/pic%25283%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;4.&lt;/b&gt;Then a loading window and after that Srink window like this will appear.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilrA93FNMR57kLRgfijfCWycR8fNz0V-F1V0CBLO5rhIONq3MndSVokHr1M6iBqhyphenhyphenirupeYYZlwJCQe5bpr9Zt5aEmmWgENbMfSNUG1v_ZAycWR3UuD72D6xFvoR1TLLv34G0k35fm2Mvn/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;97&quot; data-original-width=&quot;377&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilrA93FNMR57kLRgfijfCWycR8fNz0V-F1V0CBLO5rhIONq3MndSVokHr1M6iBqhyphenhyphenirupeYYZlwJCQe5bpr9Zt5aEmmWgENbMfSNUG1v_ZAycWR3UuD72D6xFvoR1TLLv34G0k35fm2Mvn/s320/pic%25284%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimgFGHtRi0aDmuczfUv_qXiRwdmoSaWW114fdmcP37pphiD_XKoZkXKGb11-c0v6fqXgNqQ4iABG3Sh4BaSsHYe7td9u4tG-rWHjK3hf9K9k5O-EItrKWAD2Hsk3L3an_MC-amkHv_XYFP/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;308&quot; data-original-width=&quot;452&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimgFGHtRi0aDmuczfUv_qXiRwdmoSaWW114fdmcP37pphiD_XKoZkXKGb11-c0v6fqXgNqQ4iABG3Sh4BaSsHYe7td9u4tG-rWHjK3hf9K9k5O-EItrKWAD2Hsk3L3an_MC-amkHv_XYFP/s320/pic%25285%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;5.&lt;/b&gt;Then on the Srink window enter the amount of space in MB(&lt;strong&gt;M&lt;/strong&gt;ega &lt;strong&gt;B&lt;/strong&gt;yte) you want to srink. Here it&#39;s 102400MB(100GB).&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUXwCOc-fImMFVsQM4u0-n0NG3DOX3cdv6nwO5BIhdLwlD0l5pguRJFmONiSBhHK8jOSv93A3M5UzGj0-HBZh0hj92kCw2EhxzMJH1cV6HuUEvoYc3ke6xIxjiPfztf4mNVpUZmfCX6v-m/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;169&quot; data-original-width=&quot;452&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUXwCOc-fImMFVsQM4u0-n0NG3DOX3cdv6nwO5BIhdLwlD0l5pguRJFmONiSBhHK8jOSv93A3M5UzGj0-HBZh0hj92kCw2EhxzMJH1cV6HuUEvoYc3ke6xIxjiPfztf4mNVpUZmfCX6v-m/s320/pic%25286%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;6.&lt;/b&gt;Then click &lt;strong&gt;&lt;q&gt;Shrink&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRsnrmyPLmYxsvqdrseupBZ-6MrP4Us9S7fuMajU2IU_Fu9ycJYvIQ-opZXHKw0t6zz7shHsa0SrpdTZFvncNnXY42mQWAtuuQPUrrS9qGPu8q0nscGV5NKU6h4F7THRxhbxaYwbV5jzkU/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;106&quot; data-original-width=&quot;452&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRsnrmyPLmYxsvqdrseupBZ-6MrP4Us9S7fuMajU2IU_Fu9ycJYvIQ-opZXHKw0t6zz7shHsa0SrpdTZFvncNnXY42mQWAtuuQPUrrS9qGPu8q0nscGV5NKU6h4F7THRxhbxaYwbV5jzkU/s320/pic%25287%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;7.&lt;/b&gt;Then a Free space will created like this. The free space is denoted by green color.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJgExG4hNcDmii3YOytM2SotmgDHEu9Fm4N8NUvXDT3AkHkU6ZhA-CZsCIZ2CJCo9f71f_1uJnFvzly9gV93UZWF0SNtFwibfe4WI-wTTzMLnr5NVng_hWivI_uG4PJdqpuDLU0fREJgmA/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;171&quot; data-original-width=&quot;302&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJgExG4hNcDmii3YOytM2SotmgDHEu9Fm4N8NUvXDT3AkHkU6ZhA-CZsCIZ2CJCo9f71f_1uJnFvzly9gV93UZWF0SNtFwibfe4WI-wTTzMLnr5NVng_hWivI_uG4PJdqpuDLU0fREJgmA/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;8.&lt;/b&gt;Then right click on the free space and select &lt;strong&gt;&lt;q&gt;New Simple Volume...&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTdbR3SUR4jxR0BgMQenvW8njOoYe4i21FnPAKxTnq1_0WdzBmMucgdzT6d3By_94nqLteKLD1xp027i8EC5WR3GgooqMd2de1C6fE08C-_9oaMhdPBoaFp0W-qqjjENs-FMBdzSi5o59W/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;261&quot; data-original-width=&quot;315&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTdbR3SUR4jxR0BgMQenvW8njOoYe4i21FnPAKxTnq1_0WdzBmMucgdzT6d3By_94nqLteKLD1xp027i8EC5WR3GgooqMd2de1C6fE08C-_9oaMhdPBoaFp0W-qqjjENs-FMBdzSi5o59W/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;9.&lt;/b&gt;Then a wizard Window like this will appear there click &lt;strong&gt;&lt;q&gt;Next&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-BvRawJHKfE7UxI62Ctn4OsjJsah8TdN58Oee7glPlnKrJOtBFQiD91bXriOIoQQBVW4LPEUlONvSj6I-L-5PWk_MSXuRMihsV8bmGj-vizUjIpw-AfyH85lZ5zznqkId5M7Y_J1P0lUF/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;393&quot; data-original-width=&quot;499&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-BvRawJHKfE7UxI62Ctn4OsjJsah8TdN58Oee7glPlnKrJOtBFQiD91bXriOIoQQBVW4LPEUlONvSj6I-L-5PWk_MSXuRMihsV8bmGj-vizUjIpw-AfyH85lZ5zznqkId5M7Y_J1P0lUF/s320/pic%252810%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;10.&lt;/b&gt;Then enter the size of the volume in MB(&lt;strong&gt;M&lt;/strong&gt;ega &lt;strong&gt;B&lt;/strong&gt;yte) and click &lt;strong&gt;&lt;q&gt;Next&lt;/q&gt;&lt;/strong&gt;. Here it&#39;s 102400MB(100GB).&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; In the fill of &lt;strong&gt;&lt;q&gt;Simple volume size in MB:&lt;/q&gt;&lt;/strong&gt; the given amount is the totle free space detected in the drive if you want to use the whole then just click &lt;strong&gt;&lt;q&gt;Next&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1BFBaC-rB8RdLGSY1XTeCIJOUMumU4PbA5J9KBxRCWT6EOrIIf5Cc-rxbwQJXhcD161PH0CCOpTPH2zaNnMfXJoMgWLFk1kH-T322Ytwz8YtuanxVQGgWuQ01lrMn_Z7OyKyoAbN4nrte/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;393&quot; data-original-width=&quot;499&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1BFBaC-rB8RdLGSY1XTeCIJOUMumU4PbA5J9KBxRCWT6EOrIIf5Cc-rxbwQJXhcD161PH0CCOpTPH2zaNnMfXJoMgWLFk1kH-T322Ytwz8YtuanxVQGgWuQ01lrMn_Z7OyKyoAbN4nrte/s320/pic%252811%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;11.&lt;/b&gt;Then on the next window select the volume letter you want. Here it&#39;s &lt;q&gt;M&lt;/q&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ44p2sdD7Z78cTnGyqKxyws15q8tmsBrAk8y6FGx49f_J4AIIuJslaLWCbSLZ5BedA_eqKRvC1fUI28D3ZfY5EJDvvlatMg3uu1MCZpONhWCfWTN3fdL8QphQFYbc79fHtQV6raGgG1IT/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;283&quot; data-original-width=&quot;329&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ44p2sdD7Z78cTnGyqKxyws15q8tmsBrAk8y6FGx49f_J4AIIuJslaLWCbSLZ5BedA_eqKRvC1fUI28D3ZfY5EJDvvlatMg3uu1MCZpONhWCfWTN3fdL8QphQFYbc79fHtQV6raGgG1IT/s320/pic%252812%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;12.&lt;/b&gt;Then you can change the other settings and click next.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;If you select the fill &lt;strong&gt;&lt;q&gt;Do not assign a drive lettet or drive path&lt;/q&gt;&lt;/strong&gt; then the volume won&#39;t be visible on &lt;q&gt;This PC&lt;/q&gt; or &lt;q&gt;My Computer&lt;/q&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlG5SVqPCL55rrAOvV42NP3OI8As-N0Ippga79yvYOwf8gLi09pwPsUvJQzdH8mATLUyymnccPavnRtvUrDgn3XbiwROAgvNHDK7KOMbWXn3zC7ozhjZvVTzQ6-E2O_XOeLHu2ybLNdzLc/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;136&quot; data-original-width=&quot;297&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlG5SVqPCL55rrAOvV42NP3OI8As-N0Ippga79yvYOwf8gLi09pwPsUvJQzdH8mATLUyymnccPavnRtvUrDgn3XbiwROAgvNHDK7KOMbWXn3zC7ozhjZvVTzQ6-E2O_XOeLHu2ybLNdzLc/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;13.&lt;/b&gt;Then on the next window select the &lt;strong&gt;&lt;q&gt;File system:&lt;/q&gt;&lt;/strong&gt;. The given is &lt;strong&gt;&lt;q&gt;NTFS&lt;/q&gt;&lt;/strong&gt; it&#39;s used on windows.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg66JghF9NcgJRlZ6JbgkHmYcqRiv-5453WxzVNR74mkfZuTh3UoHYYGISQa5ZaWdJSpST2CgpsUZh47OIKCjJ8WJBKBl5H7ElGInh1Myo_TipmgmxirUrokkLD8Dao1LvzjUFOuSc8WmqJ/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;232&quot; data-original-width=&quot;474&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg66JghF9NcgJRlZ6JbgkHmYcqRiv-5453WxzVNR74mkfZuTh3UoHYYGISQa5ZaWdJSpST2CgpsUZh47OIKCjJ8WJBKBl5H7ElGInh1Myo_TipmgmxirUrokkLD8Dao1LvzjUFOuSc8WmqJ/s320/pic%252814%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;14.&lt;/b&gt;Then on the same window select the &lt;strong&gt;&lt;q&gt;Allocation unit size:&lt;/q&gt;&lt;/strong&gt;. Keep it &lt;strong&gt;&lt;q&gt;Default&lt;/q&gt;&lt;/strong&gt; if you don&#39;t know about it.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgBOJgeP9Evk-vVLJVeBtDx_x5ZOZG5Ff3QrBJJnomUw_UM-s2luPnxakPw9ZCy4ANpxqx4aSutYnYenZ7yb5w2snDBcUw6oZugGX9LJXUWFLtjVq2GjzlTjfQTTwKjAwkCBfbA2Y6VsU9/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;304&quot; data-original-width=&quot;474&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgBOJgeP9Evk-vVLJVeBtDx_x5ZOZG5Ff3QrBJJnomUw_UM-s2luPnxakPw9ZCy4ANpxqx4aSutYnYenZ7yb5w2snDBcUw6oZugGX9LJXUWFLtjVq2GjzlTjfQTTwKjAwkCBfbA2Y6VsU9/s320/pic%252815%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;15.&lt;/b&gt;Then on the same window enter the &lt;strong&gt;&lt;q&gt;Volume label&lt;/q&gt;&lt;/strong&gt; then click &lt;strong&gt;&lt;q&gt;Next&lt;/q&gt;&lt;/strong&gt;. Here it&#39;s &lt;b&gt;&lt;q&gt;New Volume&lt;/q&gt;&lt;/b&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiIWMOUFtxrYZ0E0SWBZ6Ogl0YocPw32c9byNX156-1icv2eVVygsG8jIMJJhfqU2q-0QaP9ndR6GdT4Te953NrUcuiSy_4dyZ-OoHkGm2hn9UrWJ19iaaXwyZ2dHXhuFB6SH5yr2DZs7j/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;186&quot; data-original-width=&quot;362&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiIWMOUFtxrYZ0E0SWBZ6Ogl0YocPw32c9byNX156-1icv2eVVygsG8jIMJJhfqU2q-0QaP9ndR6GdT4Te953NrUcuiSy_4dyZ-OoHkGm2hn9UrWJ19iaaXwyZ2dHXhuFB6SH5yr2DZs7j/s320/pic%252816%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;16.&lt;/b&gt;Then on the next window check all the selected settings in the &lt;strong&gt;&lt;q&gt;You selected the following settings:&lt;/q&gt;&lt;/strong&gt; fill and click &lt;strong&gt;&lt;q&gt;Finish&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYFoj56TfsC0xzHRwtB_XBNFUqSAKNibeqZtAHmFjJA5pKSIMTBZLEV8Bof6qGygVNxMx19Swfql45isI_s_OTtR1kY68B6RaYXduIqjianqFNDhJh_TfqE26KXg0TBfTPWp24gkTHShXZ/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;393&quot; data-original-width=&quot;499&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYFoj56TfsC0xzHRwtB_XBNFUqSAKNibeqZtAHmFjJA5pKSIMTBZLEV8Bof6qGygVNxMx19Swfql45isI_s_OTtR1kY68B6RaYXduIqjianqFNDhJh_TfqE26KXg0TBfTPWp24gkTHShXZ/s320/pic%252817%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;17.&lt;/b&gt;Then a New volume like this will created. You can also check it in &lt;b&gt;&lt;q&gt;This PC&lt;/q&gt;&lt;/b&gt; or in &lt;b&gt;&lt;q&gt;My Computer&lt;/q&gt;&lt;/b&gt;(on the 2nd picture).&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaGHGV_Bhb91tCaQ3223o3SHaLnIQDJqU50v6qnCncSeb0gOumgvV-PYjmPVJTIFTRKfGAcj1PBmtoeVemvDVYOdwIOCZU7J-jul81zacyCbBT-Fz8EKJv3iSVnXYqlSpVcJjnspLH2-Db/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;144&quot; data-original-width=&quot;234&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaGHGV_Bhb91tCaQ3223o3SHaLnIQDJqU50v6qnCncSeb0gOumgvV-PYjmPVJTIFTRKfGAcj1PBmtoeVemvDVYOdwIOCZU7J-jul81zacyCbBT-Fz8EKJv3iSVnXYqlSpVcJjnspLH2-Db/&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh09qX8KI7uleZAvLoXMo0-EH_XuZkL9Gwf1rb-cpMsMVdkAyOT76MX8FIQQuPUrRHzgwjX8YavqTz9VMjvwm_BAJrrJopnRfwtIZX0VEgIlLFokRlWzEAQaOtdlbBIa13gvzu_FgrqZ54d/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1024&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh09qX8KI7uleZAvLoXMo0-EH_XuZkL9Gwf1rb-cpMsMVdkAyOT76MX8FIQQuPUrRHzgwjX8YavqTz9VMjvwm_BAJrrJopnRfwtIZX0VEgIlLFokRlWzEAQaOtdlbBIa13gvzu_FgrqZ54d/s320/pic%252819%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Hope that you&#39;ve created New Volume and enjoing it. If you&#39;ve any question you can comment below or can use our Ask Question page.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/4250329042401938316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-create-new-volume-from-existing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4250329042401938316'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4250329042401938316'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-create-new-volume-from-existing.html' title='How to create New Volume from existing volume on Windows'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjl9h0sIR9P_zXbTWZIE5b3lMVH7KK8674aBiAS4_r63qLxS1X-0sNaD-abDsTRTmfoh0Z3BMDO3xTlTeywFnsQ2IxCZmT7sM86Fy5Ba8ovL78cEyU7z5f7aicLYRa4P-WBBuDmHhAzMsh6/s72-c/How+to+create+New+Volume+from+existing+volume+on+WInodws.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-3533669367799814246</id><published>2020-05-22T23:58:00.001-07:00</published><updated>2020-05-26T10:10:39.874-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to do"/><title type='text'>How to add two existing volume and make a single volume on Windows.</title><content type='html'>&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9Afr6bmlzIXOlgWHdZBV6sa_fZFfD6GUB528Vz_TIi789QyJVugtRoW5FmTL40DuqihqatbvAIAvzy_y4v91ULbObGU7RqO9XC_qqjUO8WiefsG0S1e6VjspJdRdURXsLiByJ2gTt6QUa/s1600/How+to+add+two+existing+volume+and+make+a+single+volume+on+Windows..jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9Afr6bmlzIXOlgWHdZBV6sa_fZFfD6GUB528Vz_TIi789QyJVugtRoW5FmTL40DuqihqatbvAIAvzy_y4v91ULbObGU7RqO9XC_qqjUO8WiefsG0S1e6VjspJdRdURXsLiByJ2gTt6QUa/s1600/How+to+add+two+existing+volume+and+make+a+single+volume+on+Windows..jpg&quot; data-original-width=&quot;1440&quot; data-original-height=&quot;1080&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  
&lt;p&gt;On the &lt;q&gt;This PC&lt;/q&gt; or &lt;q&gt;My Computer&lt;/q&gt; of our computer(on Windows) we get a ceatain number of Volume that contains alimited storage. THis limited storage might not be sufficent for any particular work(such as for any big project). In such situation you can add two existing volume and make it a single one that will contain the total storage of the two volume.&lt;/p&gt;

&lt;p&gt;So let&#39;s learn how to to add two existing volume and male a single volume on Windows.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;1.&lt;/b&gt;Right click on the &lt;strong&gt;&lt;q&gt;Windows&lt;/q&gt;&lt;/strong&gt; button and select &lt;strong&gt;&lt;q&gt;Disk Managment&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgruu9YSPlS8YrEHxoO9ME9oiFvD4t8QL3q4d7-O4n1fukft0b7BYKgs7781gFscnEXQAbCm0kwYdM1yQ1uCGIDcwVeQIHjWxtyeoHkR8wlwv3suJ04f5y86slO-UAwOq_JGOQ1Ar7gKAdQ/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;624&quot; data-original-width=&quot;306&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgruu9YSPlS8YrEHxoO9ME9oiFvD4t8QL3q4d7-O4n1fukft0b7BYKgs7781gFscnEXQAbCm0kwYdM1yQ1uCGIDcwVeQIHjWxtyeoHkR8wlwv3suJ04f5y86slO-UAwOq_JGOQ1Ar7gKAdQ/s320/pic%25281%2529.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;2.&lt;/b&gt;Then a window like this will apear.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih6pufrsn4bMm5ZaEHMJFtT_s4QV-rNgSdDLzGDeb6Pkr2K81i9d2XluLnEUaIQB11E1hRrtddclOFjITzBlyDKK2UEueNtMfBt7bljMBQumtnjrmEO3JTN_gzruIqVXX2EJjXU2OYQ9HW/&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;597&quot; data-original-width=&quot;754&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih6pufrsn4bMm5ZaEHMJFtT_s4QV-rNgSdDLzGDeb6Pkr2K81i9d2XluLnEUaIQB11E1hRrtddclOFjITzBlyDKK2UEueNtMfBt7bljMBQumtnjrmEO3JTN_gzruIqVXX2EJjXU2OYQ9HW/s320/pic%25282%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;3.&lt;/b&gt;There right click on one of the either volume that you want to add then select &lt;strong&gt;&lt;q&gt;Delete Volume&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;Firstly remove all data from one of the either drive and to the other drive. You just need to delete one drive so you can save all yur data into the other one.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuxwva98xSCudJ84QU9gRzIa-8XZA8CFdsDCoQsita4WpWUNxQM7moAFqkBW2X_JJlN_dEWzLjFXYkZVJJx38gHnD8fRUTz4AIU9P4EqUvBjh3483f379OApM3Ub4bNMlnU8grRCC6p1tl/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;335&quot; data-original-width=&quot;365&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuxwva98xSCudJ84QU9gRzIa-8XZA8CFdsDCoQsita4WpWUNxQM7moAFqkBW2X_JJlN_dEWzLjFXYkZVJJx38gHnD8fRUTz4AIU9P4EqUvBjh3483f379OApM3Ub4bNMlnU8grRCC6p1tl/s320/pic%25283%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;4.&lt;/b&gt;Then a window with a worning will appear. If you have removed all the data to another drive then select &lt;strong&gt;&lt;q&gt;Yes&lt;/q&gt;&lt;/strong&gt; otherwise if you didn&#39;t removed your data you&#39;ll lost them.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmaDrDPLiSMBCIlAqm5-nT6uAaniVcdM5qCCjNa9mxdpcsme63eXHhIMc8UI6NERh07UAU6NzpWN_O0KQ5RXVX6EA4cVUVhkc3Sfpw4OaRWteLUk2soKvGH9kwjOV6kPMpnQfgo6QeR2-S/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;152&quot; data-original-width=&quot;413&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmaDrDPLiSMBCIlAqm5-nT6uAaniVcdM5qCCjNa9mxdpcsme63eXHhIMc8UI6NERh07UAU6NzpWN_O0KQ5RXVX6EA4cVUVhkc3Sfpw4OaRWteLUk2soKvGH9kwjOV6kPMpnQfgo6QeR2-S/s320/pic%25284%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;5.&lt;/b&gt;Then you&#39;ll get a free storage. Here it&#39;s 100GB(&lt;strong&gt;G&lt;/strong&gt;iga &lt;strong&gt;B&lt;/strong&gt;yte) as our volume was of 100GB(&lt;strong&gt;G&lt;/strong&gt;iga &lt;strong&gt;B&lt;/strong&gt;yte). The free space is denoted by green color.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJgExG4hNcDmii3YOytM2SotmgDHEu9Fm4N8NUvXDT3AkHkU6ZhA-CZsCIZ2CJCo9f71f_1uJnFvzly9gV93UZWF0SNtFwibfe4WI-wTTzMLnr5NVng_hWivI_uG4PJdqpuDLU0fREJgmA/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;171&quot; data-original-width=&quot;302&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJgExG4hNcDmii3YOytM2SotmgDHEu9Fm4N8NUvXDT3AkHkU6ZhA-CZsCIZ2CJCo9f71f_1uJnFvzly9gV93UZWF0SNtFwibfe4WI-wTTzMLnr5NVng_hWivI_uG4PJdqpuDLU0fREJgmA/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;6.&lt;/b&gt;Then right click on the second volume that you want to add and select &lt;strong&gt;&lt;q&gt;Extend Volume...&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;This one isn&#39;t deleted space it&#39;s a &lt;b&gt;Healthy&lt;/b&gt; partition.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5_sRb5OvOAPXzciRVzBLC3HZzpN9ZIrlfxVb3oEWI8waQ5x_6Xz7MBS3GVEC6iv6q9GExV1q4vrlz__v7OAQsI4VtLahN8TdS3XfQWAQmS583BwjXBc2hqL38VH12xRWUB6Jya6zVCwnU/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;312&quot; data-original-width=&quot;367&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5_sRb5OvOAPXzciRVzBLC3HZzpN9ZIrlfxVb3oEWI8waQ5x_6Xz7MBS3GVEC6iv6q9GExV1q4vrlz__v7OAQsI4VtLahN8TdS3XfQWAQmS583BwjXBc2hqL38VH12xRWUB6Jya6zVCwnU/s320/pic%25286%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;7.&lt;/b&gt;Then a wizard window will appear there click &lt;strong&gt;&lt;q&gt;Next&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgedMTjsrIu1Tq_2c7Rx82847ztoEuLIq7lZ1tfnj10V0oDS1uqYEN7lkX4Gfb9CTBDHNCq_Sl7ijpIulZ9lxkVwrLGF3Rbnz5dQ7PsSbfPnNHWjfjZcXxIqgejlKMV3-1u4EULyFEx5O7Y/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;409&quot; data-original-width=&quot;499&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgedMTjsrIu1Tq_2c7Rx82847ztoEuLIq7lZ1tfnj10V0oDS1uqYEN7lkX4Gfb9CTBDHNCq_Sl7ijpIulZ9lxkVwrLGF3Rbnz5dQ7PsSbfPnNHWjfjZcXxIqgejlKMV3-1u4EULyFEx5O7Y/s320/pic%25287%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;8.&lt;/b&gt;On the next window enter the amount of space that you want to add with the partition in the fill &lt;strong&gt;&lt;q&gt;Select the amount of space in MB:&lt;/q&gt;&lt;/strong&gt; then click &lt;strong&gt;&lt;q&gt;Next&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; In the fill of &lt;strong&gt;&lt;q&gt;Select the amount of space in MB:&lt;/q&gt;&lt;/strong&gt; the given amount is the totle free space detected in the drive if you want to use the whole then just click &lt;strong&gt;&lt;q&gt;Next&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsnO-49_9yF9IhqnMreISGm1jHHU3Xn9mS-ibFD3b5Y5LuWw0yUTxNpDvD8cZr8Y3mrm88LpN9gxPHOgps3_LMMPnZ616-j3iyhwqxL64z_uhlhEwH9Rar-UkfbgAnhbJ0CXg3xXomjDIV/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;409&quot; data-original-width=&quot;499&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsnO-49_9yF9IhqnMreISGm1jHHU3Xn9mS-ibFD3b5Y5LuWw0yUTxNpDvD8cZr8Y3mrm88LpN9gxPHOgps3_LMMPnZ616-j3iyhwqxL64z_uhlhEwH9Rar-UkfbgAnhbJ0CXg3xXomjDIV/s320/pic%25288%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;9.&lt;/b&gt;Then on the next window check all the selected settings in the &lt;strong&gt;&lt;q&gt;You selected the following settings:&lt;/q&gt;&lt;/strong&gt; fill and click &lt;strong&gt;&lt;q&gt;Finish&lt;/q&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUtmEfR6_bdZEtTiuOfwc_68-uL4GSgmGd0ghMSdhTid6OjPkPExwOARF7NY-BYKqsMQaBzlAcHr0cwANcURT_hSmLU8MtzIK6ax_AfDhAq_O3GqaRgYF4BNbIgbArw0-qodKXOvDCpp39/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;409&quot; data-original-width=&quot;499&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUtmEfR6_bdZEtTiuOfwc_68-uL4GSgmGd0ghMSdhTid6OjPkPExwOARF7NY-BYKqsMQaBzlAcHr0cwANcURT_hSmLU8MtzIK6ax_AfDhAq_O3GqaRgYF4BNbIgbArw0-qodKXOvDCpp39/s320/pic%25289%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;10.&lt;/b&gt;Then you will get the Volume with the total storage of the two volume. Here it&#39;s the &lt;b&gt;New Volume(F:)&lt;/b&gt; it has benn increased to 208.85GB but before it was of 108GB.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3fQ9AtbY6YZXYiCW_uEHk4EljYwx_c4RwjIdptbpSuH4Ba_cI9SkuHqR0DmJ0iTq75MgZJFHTwsSth01CpPRcJoGXGEqWBK10jTo4M9gM9edprncBsc0cVRzmazrlFx9Do6vT48Xu6v3B/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;180&quot; data-original-width=&quot;237&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3fQ9AtbY6YZXYiCW_uEHk4EljYwx_c4RwjIdptbpSuH4Ba_cI9SkuHqR0DmJ0iTq75MgZJFHTwsSth01CpPRcJoGXGEqWBK10jTo4M9gM9edprncBsc0cVRzmazrlFx9Do6vT48Xu6v3B/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Hope that you&#39;ve made your volume and enjoing it. If you&#39;ve any question you can comment below or can use our Ask Question page.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/3533669367799814246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-add-two-existing-volume-and-make-a-single-volume-on-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3533669367799814246'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3533669367799814246'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-add-two-existing-volume-and-make-a-single-volume-on-windows.html' title='How to add two existing volume and make a single volume on Windows.'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9Afr6bmlzIXOlgWHdZBV6sa_fZFfD6GUB528Vz_TIi789QyJVugtRoW5FmTL40DuqihqatbvAIAvzy_y4v91ULbObGU7RqO9XC_qqjUO8WiefsG0S1e6VjspJdRdURXsLiByJ2gTt6QUa/s72-c/How+to+add+two+existing+volume+and+make+a+single+volume+on+Windows..jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-2616491202343622749</id><published>2020-05-19T03:32:00.001-07:00</published><updated>2020-05-19T03:47:37.130-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to do"/><title type='text'>How to make a tree program to refresh all drives</title><content type='html'>&lt;html&gt;
&lt;head&gt;
  &lt;title&gt;How to make a tree program to refresh all drives&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
.code {
	font-family: &#39;anonymous-pro&#39;, monospace;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  
  &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcWsF2SWRDGmvENzfooC__BqF1WmQAHmmY-h5bUVLAXLG0MFNGs6zcQsHAqRstVyWWfJux01BIh81sQbcWUXwqKf_0Lryb4MuM3HSDwutq-loqOcwq4P1foFumevXdMj6U-aa2wAEK3SEA/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;512&quot; data-original-width=&quot;498&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcWsF2SWRDGmvENzfooC__BqF1WmQAHmmY-h5bUVLAXLG0MFNGs6zcQsHAqRstVyWWfJux01BIh81sQbcWUXwqKf_0Lryb4MuM3HSDwutq-loqOcwq4P1foFumevXdMj6U-aa2wAEK3SEA/s320/trpic%25280.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  
&lt;p&gt;&lt;q&gt;tree&lt;/q&gt; is a command that lists all the directory of the specified path. It produce a depth-indented listings of files. That also do the work of refreshing the system. By using Batch Scripting it&#39;s possible to make a file that can tree all the directory of the system. So if we tree all the drives of our system it would refreshes all the drives. This can help you to refresh a your system more efficiently than refreshing it manually by clicking &quot;&lt;q&gt;Refresh&lt;/q&gt; option of the right button menu or by pressing the &lt;q&gt;F5&lt;/q&gt; key.&lt;/p&gt;

&lt;p&gt;So lets make a tre program.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;1.&lt;/b&gt;Right Click on desktop and click on &lt;q&gt;New&lt;/q&gt; then select &lt;q&gt;Text Document&lt;/q&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7e0eY0yTkuk6pvqphcr_lazxv43NwhwkySRGdiD02z0dX_8LqLlZUMgQfxx3axbfFMJFqe_2NRSoosrcfx8V7EVcnX9b8f3k_PifhYMfTkzZKtOcQJioB4hCsAaKqzS0j8ewX-1jUHTo8/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;402&quot; data-original-width=&quot;474&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7e0eY0yTkuk6pvqphcr_lazxv43NwhwkySRGdiD02z0dX_8LqLlZUMgQfxx3axbfFMJFqe_2NRSoosrcfx8V7EVcnX9b8f3k_PifhYMfTkzZKtOcQJioB4hCsAaKqzS0j8ewX-1jUHTo8/s320/trpic%25281%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;2.&lt;/b&gt;Then open the file with Notepad or with other text editor that you prefer and write down the Batch script given bellow.&lt;/p&gt;

&lt;div class=&quot;code&quot;&gt;
&lt;p&gt;@Echo off&lt;/p&gt;
&lt;p&gt;cd\&lt;/p&gt;
&lt;p&gt;tree&lt;/p&gt;
&lt;p&gt;c:&lt;/p&gt;
&lt;p&gt;tree&lt;/p&gt;
&lt;p&gt;d:&lt;/p&gt;
&lt;p&gt;tree&lt;/p&gt;
&lt;p&gt;e:&lt;/p&gt;
&lt;p&gt;tree&lt;/p&gt;
&lt;p&gt;f:&lt;/p&gt;
&lt;p&gt;tree&lt;/p&gt;
&lt;p&gt;g:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM3FVblvHtTfKou2LDwh4RgCTsxPKbUYhBqeZiRa-S0WD-CYahl2zkGrsOc78WUq9UyFgTPXZKqw6tDaLQgXcHtX2DLlFQyEIOdlDfll4dZztqPLkZceDhbYwGCLD7keGQeiavb3vywDII/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;579&quot; data-original-width=&quot;608&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM3FVblvHtTfKou2LDwh4RgCTsxPKbUYhBqeZiRa-S0WD-CYahl2zkGrsOc78WUq9UyFgTPXZKqw6tDaLQgXcHtX2DLlFQyEIOdlDfll4dZztqPLkZceDhbYwGCLD7keGQeiavb3vywDII/s320/trpic%25282%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;3.&lt;/b&gt; Then at the top left side click on &lt;q&gt;File&lt;/q&gt; and select &lt;q&gt;Save As&lt;/q&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZC9RtlMi7yTqFvC2BYvg0U5z8ZdRXdnbq0SGG1wNx7eqOjO41_ycoNG228MEwaZhMah71Qsh4tzE_rkPOBrLHoiweoXEMc67c16FxPEWhL-a2M-aQaAN9Y6IIDDPhr4L50g9gsZvzl2o-/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;274&quot; data-original-width=&quot;236&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZC9RtlMi7yTqFvC2BYvg0U5z8ZdRXdnbq0SGG1wNx7eqOjO41_ycoNG228MEwaZhMah71Qsh4tzE_rkPOBrLHoiweoXEMc67c16FxPEWhL-a2M-aQaAN9Y6IIDDPhr4L50g9gsZvzl2o-/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;4.&lt;/b&gt; Then set the file name as &lt;q&gt;tree.bat&lt;/q&gt; or whatever you want but keep in mind that the name must be terminated by a &lt;q&gt;.bat&lt;/q&gt; extension.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEjSvGjwoulJZjCKxzCPAS8jyfkAFqYg9dY_Jj088HxU7vmbT1Hr2pD8f-9jxm14hYd3owqkwlZ1hqJcuvC0SBn_Xh-1PwbgDHP_JRMhAI4VGe43twpGSF4ESiiVTK6T4J9njogGwpvwX5/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;473&quot; data-original-width=&quot;611&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEjSvGjwoulJZjCKxzCPAS8jyfkAFqYg9dY_Jj088HxU7vmbT1Hr2pD8f-9jxm14hYd3owqkwlZ1hqJcuvC0SBn_Xh-1PwbgDHP_JRMhAI4VGe43twpGSF4ESiiVTK6T4J9njogGwpvwX5/s320/trpic%25284%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;5.&lt;/b&gt; Then click on the &lt;q&gt;Save as type&lt;/q&gt; and select &lt;q&gt;All Files&lt;/q&gt; then click &lt;q&gt;Save&lt;/q&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Note.&lt;/b&gt; If you don&#39;t set the &lt;q&gt;Save as type&lt;/q&gt; as &lt;q&gt;All Files&lt;/q&gt; then the file will save as a &lt;q&gt;Text Document&lt;/q&gt; that can&#39;t run as a Batch file and you won&#39;t get your tree program. So in order to get your program set the type as &lt;q&gt;All Files&lt;/q&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho7u2_S0SGWs0Ii2-xEkYuDnnx5KUa3UUf2DcynNdMgLglVyW5mMu0CaUlTuFkPu5m0f2f5u6MKQkuhoFlauxHZz3iUfDRHxG-iw_e4j-DVD9bGIyQsjCrf6E-n0SodPzsmFZ5oYdMJ10g/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;473&quot; data-original-width=&quot;611&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEho7u2_S0SGWs0Ii2-xEkYuDnnx5KUa3UUf2DcynNdMgLglVyW5mMu0CaUlTuFkPu5m0f2f5u6MKQkuhoFlauxHZz3iUfDRHxG-iw_e4j-DVD9bGIyQsjCrf6E-n0SodPzsmFZ5oYdMJ10g/s320/trpic%25285%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;6.&lt;/b&gt;Then you will get a file named &lt;q&gt;tree&lt;/q&gt;(or whatever you&#39;ve typed in the &lt;q&gt;File Name&lt;/q&gt; fill on the &lt;q&gt;Save as&lt;/q&gt; window).&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-NCOtlIkqOx-taYCHXpff-vUxQxJyQpdn4VaWXvfO2WWGrs4VMA3tt3SU8YVpVPdv6SOF_fZ1evoe7FeXqLHnvXNrdrVGAiEmfjXT9cN1CmD_XsUyaHRsYo2neRZ-9CCJ4clI0WWp0Di4/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;214&quot; data-original-width=&quot;248&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-NCOtlIkqOx-taYCHXpff-vUxQxJyQpdn4VaWXvfO2WWGrs4VMA3tt3SU8YVpVPdv6SOF_fZ1evoe7FeXqLHnvXNrdrVGAiEmfjXT9cN1CmD_XsUyaHRsYo2neRZ-9CCJ4clI0WWp0Di4/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;7.&lt;/b&gt;Then run the file by double click on it or you can run it as Administrator to do so follow the next step.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTiHPvjczOBkZmysqnZheZ-a_DAff-mlcGX0o9Qht9dTGo-DBHcYLhctge5igWR8VEUTHPxHWIlM5qwOTlCxcpXK6mhYGUGVWQgKH8QYucWjZUxr7xuqA4Cw05pgMQVKQBgCYuqUAhVGB3/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;512&quot; data-original-width=&quot;979&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTiHPvjczOBkZmysqnZheZ-a_DAff-mlcGX0o9Qht9dTGo-DBHcYLhctge5igWR8VEUTHPxHWIlM5qwOTlCxcpXK6mhYGUGVWQgKH8QYucWjZUxr7xuqA4Cw05pgMQVKQBgCYuqUAhVGB3/s320/trpic%25287%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;7.1&lt;/b&gt; Then right click on the file and select &lt;q&gt;Run as Administrator&lt;/q&gt; then the program will run like the picture given on the &lt;b&gt;7.&lt;/b&gt; point.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4RyD8WxU0KZGlyjaSrseFNN6ZCpLy_Bd_jnX-1VdttFdPEfyfOUCDMX8zGiq56YM_66r7tC4eNR-L87yH7qmQS8eoZq2PkZnIFx2PakuwsYvj9UZ_ktiaeRTJr0DNg1NnPaj6fyNZmTyb/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;545&quot; data-original-width=&quot;360&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4RyD8WxU0KZGlyjaSrseFNN6ZCpLy_Bd_jnX-1VdttFdPEfyfOUCDMX8zGiq56YM_66r7tC4eNR-L87yH7qmQS8eoZq2PkZnIFx2PakuwsYvj9UZ_ktiaeRTJr0DNg1NnPaj6fyNZmTyb/s320/trpic%25288%2529.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Hope that you&#39;ve gotten your tree program and it&#39;s running without any error. If you&#39;ve any question you can comment below or can use our &lt;a href=&quot;https://mathnit.blogspot.com/p/ask-question.html&quot;&gt;Ask Question page&lt;/a&gt;.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/2616491202343622749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-make-tree-program-to-refresh-all.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2616491202343622749'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2616491202343622749'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-make-tree-program-to-refresh-all.html' title='How to make a tree program to refresh all drives'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcWsF2SWRDGmvENzfooC__BqF1WmQAHmmY-h5bUVLAXLG0MFNGs6zcQsHAqRstVyWWfJux01BIh81sQbcWUXwqKf_0Lryb4MuM3HSDwutq-loqOcwq4P1foFumevXdMj6U-aa2wAEK3SEA/s72-c/trpic%25280.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-8301702964176890472</id><published>2020-05-17T11:41:00.003-07:00</published><updated>2020-05-17T12:09:02.459-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><title type='text'>Is Python Overrated? Why?</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;Currently, you can find python programmers everywhere. Python programming language (Python 3.x to be exact) is gaining popularity at a super rapid rate. From &lt;a href=&quot;https://stackify.com/popular-programming-languages-2018/&quot; target=&quot;_blank&quot;&gt;Stackify&lt;/a&gt;, we can see Python is rising gradually for more than 15 years. Presently, it is the 3rd most popular programming language in the world. But why is it so popular? Is it overrated?&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-vUMt_NQ885R2du9wHdijFzHkRNg9vE1YiDnFT-AmOf4Qvjc_HAhIsCEM9GeRkvSfTJTIAxmHMrv9O1ePr8HISKJiNHUCsuGbNCu_naHlPwENKa6_MZAOWfhJKBCFDdW2vV26AixW6l1v/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;python is overrated. why?&quot; border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1440&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-vUMt_NQ885R2du9wHdijFzHkRNg9vE1YiDnFT-AmOf4Qvjc_HAhIsCEM9GeRkvSfTJTIAxmHMrv9O1ePr8HISKJiNHUCsuGbNCu_naHlPwENKa6_MZAOWfhJKBCFDdW2vV26AixW6l1v/d/Untitled-1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Python is vastly overrated. Because it is effortless to learn and &lt;a href=&quot;https://hackr.io/blog/best-programming-languages-to-learn-2020-jobs-future&quot; target=&quot;_blank&quot;&gt;most of the schools recommend it.&lt;/a&gt; And also, python typically got a bunch of &lt;a href=&quot;https://www.python.org/psf/sponsorship/sponsors/&quot; target=&quot;_blank&quot;&gt;sponsors&lt;/a&gt; from tech giants like &lt;a href=&quot;https://research.fb.com/&quot;&gt;Facebook&lt;/a&gt;, &lt;a href=&quot;google.com&quot; target=&quot;_blank&quot;&gt;Google&lt;/a&gt;, &lt;a href=&quot;https://www.microsoft.com/en-us&quot; target=&quot;_blank&quot;&gt;Microsoft&lt;/a&gt;, and even &lt;a href=&quot;https://www.surveymonkey.com/&quot; target=&quot;_blank&quot;&gt;SurveyMonkey&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Now, &lt;a href=&quot;https://ncube.com/blog/6-huge-tech-companies-that-use-python-does-it-fit-your-project&quot; target=&quot;_blank&quot;&gt;why these tech-giants sponsor Python&lt;/a&gt;? Well, to be honest, &lt;a href=&quot;https://data-flair.training/blogs/python-future/&quot;&gt;Python is the most future protected language&lt;/a&gt;. Leading websites like Google, Facebook, Python, YouTube, and Pinterest are written in Python. To work efficiently with these leading companies, you&#39;ll have to be an expert in Python.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Let&#39;s have a look at the factors that made Python popular.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;font size=&quot;4&quot; style=&quot;line-height: 2;&quot;&gt;Python is easy.&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Not really. Python is easy to learn. It&#39;s dynamically typing system helps a lot to them who are learning. No need for declaring data type, Python is smart enough to detect data types.&lt;/div&gt;&lt;div style=&quot;line-height: 2; text-align: justify;&quot;&gt;&lt;b&gt;&lt;font size=&quot;4&quot;&gt;Python is smart.&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Well, this programming language is the smartest programming language ever. It can detect your tone (data) and process it.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;line-height: 2; text-align: justify;&quot;&gt;&lt;b&gt;&lt;font size=&quot;4&quot;&gt;Python is for beginners.&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;For absolute beginners in programming, Python has no alternatives. If you start with Python, you&#39;ll fall in love with programming.&lt;/div&gt;&lt;div style=&quot;line-height: 2; text-align: justify;&quot;&gt;&lt;b&gt;&lt;font size=&quot;4&quot;&gt;Python is fun.&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Ever used the Turtle Draw in Python? A fully functional painting thing that has no use, but fun! Crazy stuff!&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;But why then people hate python? Because of its speed. &lt;a href=&quot;https://hackernoon.com/why-is-python-so-slow-e5074b6fe55b&quot;&gt;Python is slower than other languages&lt;/a&gt; and it is a massive memory consuming language. But that is not a problem, anymore. Because &lt;a href=&quot;http://www.singularity.com/charts/page61.html&quot; target=&quot;_blank&quot;&gt;day by day our computers are becoming faster&lt;/a&gt;. Each of us has at least four gigs of ram in our PC. Smartphones are becoming faster too. So we don&#39;t have to think about this speed problem anymore.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;line-height: 2; text-align: justify;&quot;&gt;&lt;b&gt;&lt;font size=&quot;6&quot;&gt;Python is overrated for its convenience.&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Now we are at a time where we need many programmers. And the main programming skill depends on &lt;a href=&quot;https://www.topcoder.com/community/competitive-programming/tutorials/the-importance-of-algorithms/&quot; target=&quot;_blank&quot;&gt;developing algorithms&lt;/a&gt;, not on using a particular fast, yet complex language. So if you are willing to learn to program, Python is your best friend!&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote style=&quot;text-align: justify;&quot;&gt;The Math &#39;N IT blog is about to launch a tutorial on Python. Follow the blog to get updates!&lt;/blockquote&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/8301702964176890472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/05/python-.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/8301702964176890472'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/8301702964176890472'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/05/python-.html' title='Is Python Overrated? Why?'/><author><name>Ishtiak Ahmed Evan</name><uri>http://www.blogger.com/profile/17752844321796542797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdLxHx2ke8MPG26rOFfhTaB5pVgbdlPTDfhYXju55_KPBwi-sYMq8eWZVhdirsn30IQNv7rEmn5IW3wAIpFYoSX8ykrXlspxsW0jQm9aCZwNx6VVBU55D7VDj3FCk-iQ/s113/d5f93632-0232-4d93-bd2a-a22ba13c3145.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-vUMt_NQ885R2du9wHdijFzHkRNg9vE1YiDnFT-AmOf4Qvjc_HAhIsCEM9GeRkvSfTJTIAxmHMrv9O1ePr8HISKJiNHUCsuGbNCu_naHlPwENKa6_MZAOWfhJKBCFDdW2vV26AixW6l1v/s72-c-d/Untitled-1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-4725874175865750958</id><published>2020-05-17T03:48:00.008-07:00</published><updated>2020-05-22T04:12:34.881-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to do"/><title type='text'>How to install Visual Studio Code on Windows from ZIP file</title><content type='html'>&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;How to install Visual Studio Code on Windows from ZIP file&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiidrsp8uQCZUdnhhketlFMLgTzNXOLAfzH0T6gq8e9fzeCMy_77JCSLLkCs6xPJzzb3GGJ6it_iL3UOTyE2NSXqXJiq9fUxDiw02D3UMHzDb-a8Yo_Ne90PLQoOwGfhw4NE88BNlxX1dp4/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;167&quot; data-original-width=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiidrsp8uQCZUdnhhketlFMLgTzNXOLAfzH0T6gq8e9fzeCMy_77JCSLLkCs6xPJzzb3GGJ6it_iL3UOTyE2NSXqXJiq9fUxDiw02D3UMHzDb-a8Yo_Ne90PLQoOwGfhw4NE88BNlxX1dp4/&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;
      If you need a new playground for yourself, the Visual Studio Code is your
      best choice. Is this a full IDE? No! But you can highly customize it
      according to your needs. You can literally download your desired language
      extensions from the ocean of about 2,660 extensions! So you won&#39;t have to
      worry about the &quot;Language support&quot; thing. Need any more support? Download
      it! You&#39;ll get access to a massive library of programming languages,
      including Nitrogen or Lean (have you ever heard of these? Me neither!).
      You can also debug your codes from 68 free debuggers from them(including
      C/C++, Java, PHP, Python, Ruby, C#, Go, Lua, Haxe, Android, and others).
      Well, if you have less internet access, the VS code should not work as
      expected, but it&#39;ll work better than most other IDEs in the market.
    &lt;/p&gt;

    &lt;p&gt;
      So let&#39;s see how you can install it and make it useful to be a
      professional programmer! Here are the steps to install Visual Studio
      Code(VS Code) on Windows system:
    &lt;/p&gt;

    &lt;p&gt;
      Download Visual Studio Code from it&#39;s official Website here: &lt;a href=&quot;https://code.visualstudio.com/download&quot;&gt;Visual Studio
      Code&lt;/a&gt;
    &lt;/p&gt;
      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJAR6lqwmyHAGFAMIZwVkvHTX0GU37T9HxZt9FxZuJ9nUUfABS-6__RMtgPzAYhAhjRJi51QK5zH0l6YFW3ncV6hovpPoBmea2V0jobdgPY68_BACUmIM-DJSQxvhnRvlC03mcOfX7kQkE/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1024&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJAR6lqwmyHAGFAMIZwVkvHTX0GU37T9HxZt9FxZuJ9nUUfABS-6__RMtgPzAYhAhjRJi51QK5zH0l6YFW3ncV6hovpPoBmea2V0jobdgPY68_BACUmIM-DJSQxvhnRvlC03mcOfX7kQkE/s320/ivsc%252801%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
    &lt;p&gt;
      &lt;b&gt;1.&lt;/b&gt; Right click on the downloaded file and select&quot;&lt;strong&gt;&quot;Extract Al&quot;&lt;/strong&gt;(if any ZIP file extract utility isn&#39;t installed).
    &lt;/p&gt;

      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUJimSXtdVMilffb9ziXAcLMkzILkFwVnJCl9_JJNQRwjSTI2MuyTcfkiklF_yf77PMmz6gpzNn1M2hN_GRcLVpFxG7KDZWxrLP-ZghoGw_5352L8ca49N2oxYiu-pr10zBBBKI3YtRT03/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;577&quot; data-original-width=&quot;443&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUJimSXtdVMilffb9ziXAcLMkzILkFwVnJCl9_JJNQRwjSTI2MuyTcfkiklF_yf77PMmz6gpzNn1M2hN_GRcLVpFxG7KDZWxrLP-ZghoGw_5352L8ca49N2oxYiu-pr10zBBBKI3YtRT03/s320/ivsc%25281%2529.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;
      &lt;b&gt;2.&lt;/b&gt;Then a window like this will appear there click
      &lt;strong&gt;&quot;Browse...&quot;&lt;/strong&gt; and select the directory where you want it to
      be extracted.
    &lt;/p&gt;

      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-VoLSW8_y2aG_LFPmGQ59yQOpU7HIwO2bOHQ3oeLU-hDd6p4G1qnjZ59BLpxcSU6u0oC3TNlPtkkMZYJZKHMIKgzPdCIPueRGrxK3UKDd30IYwnd9xnorJ0OOYc4czxjaqqcbZNaUKK3T/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;454&quot; data-original-width=&quot;614&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-VoLSW8_y2aG_LFPmGQ59yQOpU7HIwO2bOHQ3oeLU-hDd6p4G1qnjZ59BLpxcSU6u0oC3TNlPtkkMZYJZKHMIKgzPdCIPueRGrxK3UKDd30IYwnd9xnorJ0OOYc4czxjaqqcbZNaUKK3T/s320/ivsc%25282%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;&lt;b&gt;3.&lt;/b&gt;Then click &lt;strong&gt;&quot;Extract&quot;&lt;/strong&gt;.&lt;/p&gt;

      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6zaLqYoz1aUwtwPbP28SmYGACaVBQu9xpYBae3w7rs4vEkah614ypUWrz87MC7-l5doQeP_UqskDhv_0pe5Izi21hyphenhyphenKENqFJ10Wu5KDf8wUo0zqrLFCUeee6T2WKqqHR6aIe9lHiRS-Qe/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;439&quot; data-original-width=&quot;512&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6zaLqYoz1aUwtwPbP28SmYGACaVBQu9xpYBae3w7rs4vEkah614ypUWrz87MC7-l5doQeP_UqskDhv_0pe5Izi21hyphenhyphenKENqFJ10Wu5KDf8wUo0zqrLFCUeee6T2WKqqHR6aIe9lHiRS-Qe/s320/ivsc%25283%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;&lt;b&gt;4.&lt;/b&gt;Then the progress will start on a window like below.&lt;/p&gt;

      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL3rM21WpklDtkv8vvFf4uxc0E1agsz2IbkkoJbOHzDPmlpwyu9r9yJ7vE3m9-BXjbNiH5JFUMdgBxZfzR_-74xbc6oMAxewAacqtbKcxAA-lTsYMoBGuua5aZymV_kjpfMZbAii_u8Fhw/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;287&quot; data-original-width=&quot;449&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL3rM21WpklDtkv8vvFf4uxc0E1agsz2IbkkoJbOHzDPmlpwyu9r9yJ7vE3m9-BXjbNiH5JFUMdgBxZfzR_-74xbc6oMAxewAacqtbKcxAA-lTsYMoBGuua5aZymV_kjpfMZbAii_u8Fhw/s320/ivsc%25284%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;
      &lt;b&gt;5.&lt;/b&gt;Then a window will appear with the extracted files if you have
      clicked the radio button
      &lt;strong&gt;&quot;Show extracted files when complete&quot;&lt;/strong&gt; on the
      &lt;strong&gt;&quot;Extract Compressed(Zipped) Folder&quot;&lt;/strong&gt; window.
    &lt;/p&gt;

      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAFauuY3PPi4DllX-cSIJphfdla3wNT1ZPWy1OhsgvOVHxgG0E1un0CJopS3-bHhYP2NgcIr2Q2d4E5B_cDfTWQFvkEQ2BQeCaBwi-yepxxuQarLm6OeENQ26pzWrBcDcJFZm_TXVKbyYi/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;118&quot; data-original-width=&quot;614&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAFauuY3PPi4DllX-cSIJphfdla3wNT1ZPWy1OhsgvOVHxgG0E1un0CJopS3-bHhYP2NgcIr2Q2d4E5B_cDfTWQFvkEQ2BQeCaBwi-yepxxuQarLm6OeENQ26pzWrBcDcJFZm_TXVKbyYi/s320/ivsc%25285%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;
      &lt;b&gt;6.&lt;/b&gt;Here&#39;s the extracted files, click on the
      &lt;strong&gt;&quot;Code&quot;&lt;/strong&gt; file then the Visual Studio Code will start.
    &lt;/p&gt;

      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDEujIYIB6Q-xSjaTsQS6MW45coE8O-JDF2HRra7788veMor3Eo5gtHr74cGg3lq4ZX08kEtANckzqVg6A7oXn2zdT5BsrW61YBb_emZ8z8wbV5iJjRM4vSBst09NfK4asPaJ5OpOVUmQT/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1024&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDEujIYIB6Q-xSjaTsQS6MW45coE8O-JDF2HRra7788veMor3Eo5gtHr74cGg3lq4ZX08kEtANckzqVg6A7oXn2zdT5BsrW61YBb_emZ8z8wbV5iJjRM4vSBst09NfK4asPaJ5OpOVUmQT/s320/ivsc%25286%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Here the Start Page of Visual Code.&lt;/p&gt;

      &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU8IY8ICYVg0M2EZWB4XGPJDQP9VAnL52gJaRKOJ9-DuFE1YS2pS8fWVyHyhgHiyLNuZHiWdJNptJOOXzB2crsVW17_LbrM-GdbpMHtPPFatLSKaGRLbP9STmIcYjIHAiiXFRF9xDmvYiO/&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1024&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU8IY8ICYVg0M2EZWB4XGPJDQP9VAnL52gJaRKOJ9-DuFE1YS2pS8fWVyHyhgHiyLNuZHiWdJNptJOOXzB2crsVW17_LbrM-GdbpMHtPPFatLSKaGRLbP9STmIcYjIHAiiXFRF9xDmvYiO/s320/ivsc%25287%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;
      Hope that you have done it and are enjoying the smart IDE. If you have any
      problem comment bellow or you can ask question on our Ask Question Page.
    &lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/4725874175865750958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-install-visual-studio-code-on-windows-from-zip-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4725874175865750958'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4725874175865750958'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2020/05/how-to-install-visual-studio-code-on-windows-from-zip-file.html' title='How to install Visual Studio Code on Windows from ZIP file'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiidrsp8uQCZUdnhhketlFMLgTzNXOLAfzH0T6gq8e9fzeCMy_77JCSLLkCs6xPJzzb3GGJ6it_iL3UOTyE2NSXqXJiq9fUxDiw02D3UMHzDb-a8Yo_Ne90PLQoOwGfhw4NE88BNlxX1dp4/s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-4560039204983597218</id><published>2019-11-27T05:05:00.000-08:00</published><updated>2019-11-27T05:05:08.406-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to do"/><title type='text'>How to put &quot;This PC&quot; on Desktop.</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
 &lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;

&lt;style type=&quot;text/css&quot;&gt;
      h1,h2 {
        text-align: center;
        }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
      table, th, td {
         border: 1px solid black;
         border-collapse: collapse;
         }
     th, td {
         padding: 6px;
         }
&lt;/style&gt;
 &lt;title&gt;How to put &quot;This PC&quot; on Desktop.&lt;/title&gt;
&lt;meta charset=&quot;utf-8&quot;/&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;How to put This PC on Desktop, how import This PC on Desktop, how to get This PC on Desktop, how to find This PC on Desktop, how to bring This PC on Desktop, why i&#39;m not seeing This PC on Desktop, where is This PC on Desktop&quot;/&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-fLtFPB94P52vgaCJ5rD-rFNiuzhKl59OVgUXoQ4deuPxaT84sHimhK0YkVJYX39vUryyzAXwIZVTNSdLNsPEDAVKvWdPCnrVUy6TcrGFdB_wPbr7RwJD7Xw1yLD_GC6JFj_u8qPGaT5n/s1600/Screenshot+%2528154%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-fLtFPB94P52vgaCJ5rD-rFNiuzhKl59OVgUXoQ4deuPxaT84sHimhK0YkVJYX39vUryyzAXwIZVTNSdLNsPEDAVKvWdPCnrVUy6TcrGFdB_wPbr7RwJD7Xw1yLD_GC6JFj_u8qPGaT5n/s320/Screenshot+%2528154%2529.png&quot; width=&quot;200&quot; height=&quot;110&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;After installing Windows 10 you won&#39;t get any shortcut of any softwear or any folder on the desktop. Even you won&#39;t get any genuiene utility&#39;s icon such as &quot;This PC&quot;, &quot;User&quot; icon etc. Here the desktop you will get:&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl1k2ipTER9KSbpJnnOelLR5ayksMWQ8AXUwzESwtrYmkLAp2c4NztgbzVfI35XgOKlnpVRQ4HCXr4S34j-y_WEa2OSm1v5VR-BwhuO78IF7YR6BQAihrWdI6XywQDz55zBZhSQA767H1w/s1600/Screenshot+%2528144%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhl1k2ipTER9KSbpJnnOelLR5ayksMWQ8AXUwzESwtrYmkLAp2c4NztgbzVfI35XgOKlnpVRQ4HCXr4S34j-y_WEa2OSm1v5VR-BwhuO78IF7YR6BQAihrWdI6XywQDz55zBZhSQA767H1w/s400/Screenshot+%2528144%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;You have to put them on the desktop. Here the ways to put them on the desktop:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;1.&lt;/b&gt;Right click on the desktop and select &lt;strong&gt;&quot;Personalize&quot;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFmZqEuoZ-quSd9blrUAyrr_8ZXavWzB2v_rir8boqTWC_y6AeRCUS29YITMisMcerBYSEK6SEFrA9pLcsVjgkS5lFeLO-pYTh6soiP5uS5WNWv-Zt63QWg4K3ZqaU0QyH7F9ayNoWdbvW/s1600/Screenshot+%2528145%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFmZqEuoZ-quSd9blrUAyrr_8ZXavWzB2v_rir8boqTWC_y6AeRCUS29YITMisMcerBYSEK6SEFrA9pLcsVjgkS5lFeLO-pYTh6soiP5uS5WNWv-Zt63QWg4K3ZqaU0QyH7F9ayNoWdbvW/s400/Screenshot+%2528145%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;There on the left side of Personalize tab click on &lt;strong&gt;&quot;Theme&quot;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUk0ANkbxGQa_Fl-BJBCOmhjWIKEDJIm4TzkXby5tedaiiFq7Zy2TEwNJ0T0u-4go9d-e2zu9DryYnhxrojMV_DNPsC7ztG7jnDXZybRNcF6KuUuvhFMPhjPi9_IwoE6-tPcoOR8-bUaKQ/s1600/Screenshot+%2528146%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUk0ANkbxGQa_Fl-BJBCOmhjWIKEDJIm4TzkXby5tedaiiFq7Zy2TEwNJ0T0u-4go9d-e2zu9DryYnhxrojMV_DNPsC7ztG7jnDXZybRNcF6KuUuvhFMPhjPi9_IwoE6-tPcoOR8-bUaKQ/s400/Screenshot+%2528146%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;There on the right side of Theme tab you&#39;ll see &lt;strong&gt;&quot;Related Settings&quot;&lt;/strong&gt;, under Related Settings click on &lt;strong&gt;&quot;Desktop icon settings&quot;&lt;/strong&gt;, then a new window will be opened.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggaLN09SnPZ0M-rAVVd0LHnHQ52gbC94uM8jFlwuwIgOLsNxlRmwcmL2L-fuOd-X9n25EACnhxX_Y7Z9ktCAwm4LGi3MIvM5NlHmcMB3ij6eMZx7Ag8hsEpWcxDb4PNwwMvoNyR2tHk5xa/s1600/Screenshot+%2528147%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggaLN09SnPZ0M-rAVVd0LHnHQ52gbC94uM8jFlwuwIgOLsNxlRmwcmL2L-fuOd-X9n25EACnhxX_Y7Z9ktCAwm4LGi3MIvM5NlHmcMB3ij6eMZx7Ag8hsEpWcxDb4PNwwMvoNyR2tHk5xa/s400/Screenshot+%2528147%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;On the new window under &lt;strong&gt;&quot;Desktop icon&quot;&lt;/strong&gt; select the icons you need.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhha1eZcslaMB8N4DkaW_btmaxl3QvfmGyUVbiDi2y5Wa1qxzI9vboWKxSFDR_DQe93uYL2wnBslsQrMBA4NMkWA2kBf3RFDppT0aOB_v6ErRZnMFDm2yYqDHJ3c01oCAZ6ZHb3NSILmSLe/s1600/Screenshot+%2528148%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhha1eZcslaMB8N4DkaW_btmaxl3QvfmGyUVbiDi2y5Wa1qxzI9vboWKxSFDR_DQe93uYL2wnBslsQrMBA4NMkWA2kBf3RFDppT0aOB_v6ErRZnMFDm2yYqDHJ3c01oCAZ6ZHb3NSILmSLe/s400/Screenshot+%2528148%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Then click &lt;strong&gt;&quot;Apply&quot;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWnMLfnmLot2ljrkeGi1qmZFPj11geGJVQB0WHXLBfq4Mgwgz66Oi2DaZcSDipSuhRG62jBssgRatc8Q9rT4Xy8w4sCkUPgy_bQCtTA4MofTjWYjMoUfRtibwdazshL5KIEkEh9W2jaFia/s1600/Screenshot+%2528151%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWnMLfnmLot2ljrkeGi1qmZFPj11geGJVQB0WHXLBfq4Mgwgz66Oi2DaZcSDipSuhRG62jBssgRatc8Q9rT4Xy8w4sCkUPgy_bQCtTA4MofTjWYjMoUfRtibwdazshL5KIEkEh9W2jaFia/s400/Screenshot+%2528151%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Then click &lt;strong&gt;&quot;OK&quot;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGYf7lirp7aIK5B_0rJUbD8E1g_S2Q7ESGGYtpVbTaXV2t_w-Z45kjDsq-j-ZZW__eOTONy1ZWE0XV1adhq6hYVeLDpij6dSEoN5Xxiwj5HvKrhm6M5EhSMte9sgQWvwBOIdIVKvruc6ar/s1600/Screenshot+%2528152%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGYf7lirp7aIK5B_0rJUbD8E1g_S2Q7ESGGYtpVbTaXV2t_w-Z45kjDsq-j-ZZW__eOTONy1ZWE0XV1adhq6hYVeLDpij6dSEoN5Xxiwj5HvKrhm6M5EhSMte9sgQWvwBOIdIVKvruc6ar/s400/Screenshot+%2528152%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;After that you will see the icons on the Desktop, that you have added.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqslnCppJwH5-LInJhxF_R1q4vTf3ehQWjVVe39iaJo9lQ0vZhgb2uMU8Gt4HLwxZrojz8JrXnJtDrHlei75HSm2cK0o49kpVSE_HTR0c_Yy2PoH7oKcmscngtNh1uFZjE9G6BkaOMKtDF/s1600/Screenshot+%2528153%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqslnCppJwH5-LInJhxF_R1q4vTf3ehQWjVVe39iaJo9lQ0vZhgb2uMU8Gt4HLwxZrojz8JrXnJtDrHlei75HSm2cK0o49kpVSE_HTR0c_Yy2PoH7oKcmscngtNh1uFZjE9G6BkaOMKtDF/s400/Screenshot+%2528153%2529.png&quot; width=&quot;400&quot; height=&quot;225&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Hope that it has fix your problems. If you have any question on it comment us or you can use our &lt;a href=&quot;https://mathnit.blogspot.com/p/ask-question.html&quot;&gt;Ask A Question&lt;/a&gt; page to ask any question.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;
&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/4560039204983597218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/11/how-to-put-this-pc-on-desktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4560039204983597218'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4560039204983597218'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/11/how-to-put-this-pc-on-desktop.html' title='How to put &quot;This PC&quot; on Desktop.'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-fLtFPB94P52vgaCJ5rD-rFNiuzhKl59OVgUXoQ4deuPxaT84sHimhK0YkVJYX39vUryyzAXwIZVTNSdLNsPEDAVKvWdPCnrVUy6TcrGFdB_wPbr7RwJD7Xw1yLD_GC6JFj_u8qPGaT5n/s72-c/Screenshot+%2528154%2529.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-1310793023563914576</id><published>2019-11-13T00:43:00.000-08:00</published><updated>2019-11-13T11:50:17.440-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to do"/><title type='text'>How to create multiple  users in Windows 10</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;How to create multiple user on Windows 10&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY3ZmiXOEAbfbJZIiKpZsRGtxP32cfCzAy8-mcSvZtIgBM8FwVMaD7zvipYXkLRA_SvowDBdsOPSRcK9g10n5TGep2ft4HCWXiele3sd49d6KST-HtF-uKetvpnLIiMPSpVlPqF6aOv-pg/s1600/img103.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY3ZmiXOEAbfbJZIiKpZsRGtxP32cfCzAy8-mcSvZtIgBM8FwVMaD7zvipYXkLRA_SvowDBdsOPSRcK9g10n5TGep2ft4HCWXiele3sd49d6KST-HtF-uKetvpnLIiMPSpVlPqF6aOv-pg/s320/img103.png&quot; width=&quot;200&quot; height=&quot;110&quot; data-original-width=&quot;1600&quot; data-original-height=&quot;1000&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Hello there sometimes our other family members use our PC. In this cases our privacy and security are very important matter. If the user delete any kind of our data we can fall in a crisis. So we need a system to prevent other users to do so. As we are Windows operating system user we don&#39;t have to wary cause the operating system we are using is a great operating system. It&#39;s maded by many geneus people and they have maded a system to create many other user so that multiple users can use it comfortably. On Windows 10 we can create many users. Here the ways:&lt;/p&gt;
&lt;p&gt;1: Firstly go to Settings and select &lt;strong&gt;&quot;Accounts.&quot;&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_4XRGdlS0RG3pKzUADJ8anP-YPWIrZmQyU-i4qrfMc8J4uPVBfal4zgUDT6t0Hcu1o6Fn0mVZlEZlgCWzSG4Xz-DQ-GbCaeCqiYs1OIXhy-pS7GksH67mez8eW1T1iWe8e0mYBQ7ZA4Tc/s1600/Screenshot+%2528128%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_4XRGdlS0RG3pKzUADJ8anP-YPWIrZmQyU-i4qrfMc8J4uPVBfal4zgUDT6t0Hcu1o6Fn0mVZlEZlgCWzSG4Xz-DQ-GbCaeCqiYs1OIXhy-pS7GksH67mez8eW1T1iWe8e0mYBQ7ZA4Tc/s320/Screenshot+%2528128%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;2:Then in Accounts on your left side select &lt;strong&gt;&quot;Family &amp; other users&quot;&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU0e9qEN2P-jlLqJn8b4Cd_nFYTkJcfks99bjzvQA_aGkTMYkbpWbhLHCQXs_lIyLtket6PJdn5acap6hV0MnVvFZig0G4S28maVyaOfr00DeMUK2Pjp4aLQ5f-M4CJPhQgsgFY5R7WrMm/s1600/Screenshot+%2528129%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU0e9qEN2P-jlLqJn8b4Cd_nFYTkJcfks99bjzvQA_aGkTMYkbpWbhLHCQXs_lIyLtket6PJdn5acap6hV0MnVvFZig0G4S28maVyaOfr00DeMUK2Pjp4aLQ5f-M4CJPhQgsgFY5R7WrMm/s320/Screenshot+%2528129%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;3:Then select &lt;strong&gt;&quot;Add someone else to this PC&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdkxxxpyNxh9nyDqKE7ggpr_3DDYJOfrJDBg2p7GYwVUx-qFWChUOwQUJ-hfKkfrLojzJabE6kQW7-Q6746eq4Boi_FDYDIZtvvIL9Ta4fdeJLZT7wdbenX5m5Hd-hNjI6TzDKwYaLkwN6/s1600/Screenshot+%2528130%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdkxxxpyNxh9nyDqKE7ggpr_3DDYJOfrJDBg2p7GYwVUx-qFWChUOwQUJ-hfKkfrLojzJabE6kQW7-Q6746eq4Boi_FDYDIZtvvIL9Ta4fdeJLZT7wdbenX5m5Hd-hNjI6TzDKwYaLkwN6/s320/Screenshot+%2528130%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;4:Then a window will be open. There if the person you want to add have a Microsoft Account then input the account name and click &lt;strong&gt;&quot;Next&quot;&lt;/strong&gt;. or if the person don&#39;t have any Microsoft Account then go ahead it&#39;s in further next step.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQVUZoDufVi_3CiVe95P7v6EViWYAZaLPaPLNvGfd_fl50XkWYLD40D0BvRU4bOrX5oFLNS1ce7L8Q7fGFu_ojKXOsRgPpjjFJJo6omNNAAbjN10Rmdr-3Po1mhPmpUyzF9IMVBZvQILBi/s1600/Screenshot+%2528132%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQVUZoDufVi_3CiVe95P7v6EViWYAZaLPaPLNvGfd_fl50XkWYLD40D0BvRU4bOrX5oFLNS1ce7L8Q7fGFu_ojKXOsRgPpjjFJJo6omNNAAbjN10Rmdr-3Po1mhPmpUyzF9IMVBZvQILBi/s320/Screenshot+%2528132%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;5:Then there will be a massage window there click &lt;strong&gt;&quot;Finish&quot;&lt;/strong&gt; when the user will login to his account they will ask the user to input his password and after that he will be taken to the Windows interface&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHcTsfmhPFOsXlXr49kLMPgkJAtGxn-9oBc3oJxRYU2zbbkruMRa95ZbQPgIdRhdT_PmNM7i9_AY0z9a787mYG_FzqFp5vBj8NZP7tKaCA2y0d7mVw4KJwbZcL4mpflgJlnKCUCuKVTa1w/s1600/Screenshot+%2528134%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHcTsfmhPFOsXlXr49kLMPgkJAtGxn-9oBc3oJxRYU2zbbkruMRa95ZbQPgIdRhdT_PmNM7i9_AY0z9a787mYG_FzqFp5vBj8NZP7tKaCA2y0d7mVw4KJwbZcL4mpflgJlnKCUCuKVTa1w/s320/Screenshot+%2528134%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;6:If the person don&#39;t have any Microsoft Account then click &lt;strong&gt;&quot;I don&#39;t have this person&#39;s sing-in information&quot;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr1hjWv-Dj3-gapRa18Fozj25oAQ5BG1nt0i3G7KyQ6i8X9yyNCGyt1or1xkpi3To1Aaq705DyrF9eLsUZIuOc9Glz7B5dUzeTiYXwF3eEMQ05RVseiCZQq7NvzWT9zwJyZCzUmgf5ODck/s1600/Screenshot+%2528132%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr1hjWv-Dj3-gapRa18Fozj25oAQ5BG1nt0i3G7KyQ6i8X9yyNCGyt1or1xkpi3To1Aaq705DyrF9eLsUZIuOc9Glz7B5dUzeTiYXwF3eEMQ05RVseiCZQq7NvzWT9zwJyZCzUmgf5ODck/s320/Screenshot+%2528132%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;7:Then they will ask you to create Microsoft Account. If you want to create one then input the information and click &lt;strong&gt;&quot;Next&quot;&lt;/strong&gt; and follow their instruction then create a user&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbZt_YmEXZhygFOILONXkhvgm-tTPVX5RFTMtWCzAriFsgyMDdfH4xx7BA-xFqoInNPkd3JElVWRfDIWTlYMhM-oMJbhQ_hf-ZRoxVUfwKwkvP2XfT3hsczGv1chcN7oKZktaBtL6JD824/s1600/Screenshot+%2528133%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbZt_YmEXZhygFOILONXkhvgm-tTPVX5RFTMtWCzAriFsgyMDdfH4xx7BA-xFqoInNPkd3JElVWRfDIWTlYMhM-oMJbhQ_hf-ZRoxVUfwKwkvP2XfT3hsczGv1chcN7oKZktaBtL6JD824/s320/Screenshot+%2528133%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;8:If you don&#39;t want so then after clicking &lt;strong&gt;&quot;I don&#39;t have this person&#39;s sing-in information&quot;&lt;/strong&gt; click &lt;strong&gt;&quot;Add a user without a Microsoft account&quot;&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdcJuGOtikkUFzwZddD-XstzwnPPtC0-sxFmYdCGU0PRPDAuMMm8j2UveWluDdpd2R-q904Y4vp6M9yYFGnKIeuno2-PIqFL3rYi_kpdIfG_JMi7FlaD3_hO5oKSv6lU3AAQoKkrGzrNJ3/s1600/Screenshot+%2528138%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdcJuGOtikkUFzwZddD-XstzwnPPtC0-sxFmYdCGU0PRPDAuMMm8j2UveWluDdpd2R-q904Y4vp6M9yYFGnKIeuno2-PIqFL3rYi_kpdIfG_JMi7FlaD3_hO5oKSv6lU3AAQoKkrGzrNJ3/s320/Screenshot+%2528138%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;9:There on input the information and select 3 questions to recover your password and click&lt;strong&gt;&quot;Next&quot;&lt;/strong&gt;.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtWRFIF62Ngq7-p0KZAWk4UD2nI0ekk1BKL-hCH7_I2g23xTN-cwNC3S3McIBsyDwSS6POm03bVDGpgdD7CAlUy9a71PaZ_u1enhP7JjeEVZiyydpH6R_YK4oeCdQSJ4hfejGvbuBEvB1Z/s1600/Screenshot+%2528140%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtWRFIF62Ngq7-p0KZAWk4UD2nI0ekk1BKL-hCH7_I2g23xTN-cwNC3S3McIBsyDwSS6POm03bVDGpgdD7CAlUy9a71PaZ_u1enhP7JjeEVZiyydpH6R_YK4oeCdQSJ4hfejGvbuBEvB1Z/s320/Screenshot+%2528140%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;10:Then we will see a Account under the &quot;Add someone else to this PC&quot; button you can change account by restarting the system they will ask you to choose account on the startup and will ask password(if you have given).&lt;/p&gt;

&lt;p&gt;11Or you can change account from the start menu like this:&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgw-slud6wzTQVmcm1lcdB4nqNPUWyzkqWNLfR0l_Tl0Hhw_S5fwIJGe7WwlJ6e9V5uJ6UWTX9i-ZxBkytm4w7G5Oi0M100mQY9B3Dly8VePqlkZPGNIDXReEQjWA_h3n8zhaa50LJO4_nJ/s1600/Screenshot+%2528141%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgw-slud6wzTQVmcm1lcdB4nqNPUWyzkqWNLfR0l_Tl0Hhw_S5fwIJGe7WwlJ6e9V5uJ6UWTX9i-ZxBkytm4w7G5Oi0M100mQY9B3Dly8VePqlkZPGNIDXReEQjWA_h3n8zhaa50LJO4_nJ/s320/Screenshot+%2528141%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Hope that it has fix your problems. If you have any question on it comment us or you can use our &lt;a href=&quot;https://mathnit.blogspot.com/p/ask-question.html&quot;&gt;Ask A Question&lt;/a&gt; page to ask any question.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;
&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/1310793023563914576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/11/how-to-create-multiple-users-in-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/1310793023563914576'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/1310793023563914576'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/11/how-to-create-multiple-users-in-windows.html' title='How to create multiple  users in Windows 10'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY3ZmiXOEAbfbJZIiKpZsRGtxP32cfCzAy8-mcSvZtIgBM8FwVMaD7zvipYXkLRA_SvowDBdsOPSRcK9g10n5TGep2ft4HCWXiele3sd49d6KST-HtF-uKetvpnLIiMPSpVlPqF6aOv-pg/s72-c/img103.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-3424701960174000499</id><published>2019-11-05T23:17:00.000-08:00</published><updated>2020-04-14T08:44:02.273-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Chemistry_Measurement"/><title type='text'>A shortcut of Homologous Series</title><content type='html'>&lt;html&gt;
&lt;head&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async=&quot;&quot; src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;

&lt;style type=&quot;text/css&quot;&gt;
      h1,h2 {
        text-align: center;
        }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
      table, th, td {
         border: 1px solid black;
         border-collapse: collapse;
         }
     th, td {
         padding: 6px;
         }
&lt;/style&gt;
 &lt;title&gt;A shortcut of Homologous Series&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCcnzPHZDoEMmX7dHx9V7KuCkpadXEXZIRstS5TG6Ry46WOF3jYElzL3L_eOLV02c3654Rf7GWq6nCTyxS3GpBJgpRHjcK_t2XfThEziiMX5VO-SGFaVi4KtTcyg4nnEIMgCB1QO7YoNZs/s1600/homologous.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;577&quot; data-original-width=&quot;1280&quot; height=&quot;112&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCcnzPHZDoEMmX7dHx9V7KuCkpadXEXZIRstS5TG6Ry46WOF3jYElzL3L_eOLV02c3654Rf7GWq6nCTyxS3GpBJgpRHjcK_t2XfThEziiMX5VO-SGFaVi4KtTcyg4nnEIMgCB1QO7YoNZs/s200/homologous.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Hello there in Organic Chemistry there is a term &quot;Homologous Series&quot; that means those compounds that have the same physical and chemical properties due to their formula . In homologous series all the compounds have a standard formula such as alkoholes are specified by C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n+1&lt;/sub&gt; O H. Here a list iof all homologous standard formula.&lt;br /&gt;


&lt;table&gt;
&lt;tr&gt;
  &lt;th&gt;Homologous&lt;/th&gt;
  &lt;th&gt;Standard Formula&lt;/th&gt;
  &lt;th&gt;Example&lt;/th&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;Alkane&lt;/td&gt;
  &lt;td&gt;C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n+2&lt;/sub&gt;&lt;/td&gt;
  &lt;td&gt;Methane (CH&lt;sub&gt;4&lt;/sub&gt;)&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;Alkene&lt;/td&gt;
  &lt;td&gt;C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt;&lt;/td&gt;
  &lt;td&gt;Ethene (C&lt;sub&gt;2&lt;/sub&gt;H&lt;sub&gt;4&lt;/sub&gt;)&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;Alkyne&lt;/td&gt;
  &lt;td&gt;C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n-2&lt;/sub&gt;&lt;/td&gt;
  &lt;td&gt;Propyne (C&lt;sub&gt;3&lt;/sub&gt;H&lt;sub&gt;4&lt;/sub&gt;)&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;Alkohol&lt;/td&gt;
  &lt;td&gt;C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n+1&lt;/sub&gt;OH&lt;/td&gt;
  &lt;td&gt;Butanol (C&lt;sub&gt;4&lt;/sub&gt;H&lt;sub&gt;9&lt;/sub&gt;OH&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;Aldehyde&lt;/td&gt;
  &lt;td&gt;C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt;&lt;/td&gt;
  &lt;td&gt;Propanal(C&lt;sub&gt;3&lt;/sub&gt;H&lt;sub&gt;7&lt;/sub&gt;)CHO&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td&gt;Carboxylic Acids&lt;/td&gt;
  &lt;td&gt;C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n+1&lt;/sub&gt;COOH&lt;/td&gt;
  &lt;td&gt;Hexanoic acid (CH&lt;sub&gt;3&lt;/sub&gt;(CH&lt;sub&gt;2&lt;/sub&gt;)&lt;sub&gt;4&lt;/sub&gt;COOH&lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;
In some times it seems very hard to remember this tabble. For this we have found an shortcut to memorise it. Here it&#39;s&lt;br /&gt;


Here if we take all the standard formula of all homologous we cam see a common tern in all homologous here it&#39;s.&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioAIJbIemN_bVCU4PKhW4mfkGGaGupqDO2s0EJH1e5lvKekDocRahINpcQGcbOU-qAINRH1Jg-s5wK4oq-ECsXUfdva3ha4V9pOnZr_aeLi1Ljnsp7ozUapfRcn12jQ3w2U4QinPBVK4Mg/s1600/Untitled458.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;862&quot; height=&quot;134&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioAIJbIemN_bVCU4PKhW4mfkGGaGupqDO2s0EJH1e5lvKekDocRahINpcQGcbOU-qAINRH1Jg-s5wK4oq-ECsXUfdva3ha4V9pOnZr_aeLi1Ljnsp7ozUapfRcn12jQ3w2U4QinPBVK4Mg/s320/Untitled458.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
So here C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt; is common in all homolohous and after that there were added an suffix. Now for our conveniency of understanding we are rearranging the list. Here it&#39;s:&lt;br /&gt;


So noew firstly  after C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt; there were added -2 in Alkynes, secondly there were added 0 n Alkenes, thirdly there added +2 in Alkanes forthly there were added +1 in Alkohol, Aldehyde, Carboxylic Acids with their formila.&lt;br /&gt;

So now think about a line of numbers where there are $ points. First of them is -2 then 0 then +1 and then +2.&lt;br /&gt;


Now if we put C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt; at the point -2 we will get the homologous standrad formula of Alkynes, if we put C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt; at the point 0 we will get the homologous standrad formula of Alkenes, if we put C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt; at the point +2 we will get the homologous standrad formula of Alkanes and if we put C&lt;sub&gt;n&lt;/sub&gt; H&lt;sub&gt;2n&lt;/sub&gt; at the point +1 with the formula of Alkohol, Aldehyde and Carboxylic Acids we will get the homologous standrad formula of them. So finally we get:&lt;br /&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiODJosiqgW1rwxVbX6KSHvjKPtN-SO6EKBH7PcUHw5KGAYklRG1gI57VtOLVi01IyFPDAC9MICvlj9axG-nTJWiYl6uPOAkb0ywHw44x9VsCJfwDss94zqOrTCtvZpR8_DUIZtFVc_xORx/s1600/line+of+number.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;232&quot; data-original-width=&quot;588&quot; height=&quot;126&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiODJosiqgW1rwxVbX6KSHvjKPtN-SO6EKBH7PcUHw5KGAYklRG1gI57VtOLVi01IyFPDAC9MICvlj9axG-nTJWiYl6uPOAkb0ywHw44x9VsCJfwDss94zqOrTCtvZpR8_DUIZtFVc_xORx/s320/line+of+number.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Now a short line to remember it is that &quot;Alkyne is at -2, Alkene is at 0, Alkane is at +2 and all the others are at the point +1 with their formula.&lt;br /&gt;

Hope that you have understand it and it seems easy to you. Of you have any question aboutit comment us or you vacn use ask us on our &lt;a href=&quot;https://mathnit.blogspot.com/p/ask-question.html&quot;&gt;Ask A Question&lt;/a&gt; page &lt;br /&gt;


&lt;div class=&quot;share&quot;&gt;
&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;
&lt;/div&gt;
&lt;script async=&quot;&quot; crossorigin=&quot;anonymous&quot; defer=&quot;&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot; id=&quot;fbbtnd&quot;&gt;
&lt;a class=&quot;fb-xfbml-parse-ignore&quot; href=&quot;https://www.blogger.com/blogger.g?blogID=7740176030235100482&quot; id=&quot;fbbtn&quot; target=&quot;_blank&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;
&lt;script&gt;
$(document).ready(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
&lt;/script&gt;
&lt;/div&gt;
&lt;div class=&quot;tw&quot;&gt;
&lt;a class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot; href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot;&gt;Tweet&lt;/a&gt;&lt;script async=&quot;&quot; charset=&quot;utf-8&quot; src=&quot;https://platform.twitter.com/widgets.js&quot;&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width: 60px;&quot; type=&quot;button&quot; value=&quot;Get Link&quot; /&gt;

&lt;/div&gt;
&lt;div class=&quot;hid&quot; style=&quot;display: none;&quot;&gt;
Here the link. Copy it and share it wherever you want.&lt;br /&gt;

&lt;textarea disabled=&quot;disabled&quot; id=&quot;ta&quot; style=&quot;height: 40px; width: 250px;&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;

</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/3424701960174000499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/11/a-shortcut-of-homologous-series.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3424701960174000499'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3424701960174000499'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/11/a-shortcut-of-homologous-series.html' title='A shortcut of Homologous Series'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCcnzPHZDoEMmX7dHx9V7KuCkpadXEXZIRstS5TG6Ry46WOF3jYElzL3L_eOLV02c3654Rf7GWq6nCTyxS3GpBJgpRHjcK_t2XfThEziiMX5VO-SGFaVi4KtTcyg4nnEIMgCB1QO7YoNZs/s72-c/homologous.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-2973332391610754721</id><published>2019-11-01T11:31:00.000-07:00</published><updated>2019-11-13T11:51:27.764-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="How to fix"/><title type='text'>How to active Windows 10</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;

&lt;title&gt;How to active Windows 10&lt;/title&gt;

&lt;style type=&quot;text/css&quot;&gt;
      h1,h2 {
        text-align: center;
        }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
      code {
        vertical-align: baseline;
 }
      .code {
        background-color: #eee;
        width: 500px;
        height: 200px;
        border: 1px dotted black;
        overflow: auto;
        }
&lt;/style&gt;
&lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVwxW0lBt8-UEgu9L9DKmYj5oUWg_PpPAHGhApz_0KgCh5pX7TqeHCAxpzsHgHlyO2icsBODOM9JJ7yoxUWePv06OXExibMROoAyQjsRm7AK45oyVBWI4cx7_dnckNbgnaR0UXGUMpc8HR/s1600/Post+heading.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVwxW0lBt8-UEgu9L9DKmYj5oUWg_PpPAHGhApz_0KgCh5pX7TqeHCAxpzsHgHlyO2icsBODOM9JJ7yoxUWePv06OXExibMROoAyQjsRm7AK45oyVBWI4cx7_dnckNbgnaR0UXGUMpc8HR/s200/Post+heading.png&quot; width=&quot;200&quot; height=&quot;112&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Hello there on windows operating system we usually see a massage at the right bottom corner that&quot; Active Windows. Go to settings to active Windows&quot; whisc is like this:&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEgQYhGcvZn-8Y910PJ8bXJETxpgIOib2XLnQf7jknHxapmV1lLv3UPn4x61lYVhKTUp_TaBTZgFKM6mnSLsSnrxmthvF0yMhDdDQ1B6VqLbTMqrAPZ4o8A6ley2RwzF17svXEaYT7ZBYn/s1600/Screenshot+%2528124%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEgQYhGcvZn-8Y910PJ8bXJETxpgIOib2XLnQf7jknHxapmV1lLv3UPn4x61lYVhKTUp_TaBTZgFKM6mnSLsSnrxmthvF0yMhDdDQ1B6VqLbTMqrAPZ4o8A6ley2RwzF17svXEaYT7ZBYn/s320/Screenshot+%2528124%2529.png&quot; width=&quot;320&quot; height=&quot;206&quot; data-original-width=&quot;622&quot; data-original-height=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Now here some way to active windows.&lt;/p&gt;

&lt;dt&gt;&lt;b&gt;Method 1:&lt;/b&gt; Active windows using Windows Command Prompt(cmd).&lt;/dt&gt;
&lt;dd&gt;
 &lt;p&gt;In order to active Windows 10 using Windows Command Prompt or cmd firstly you have to open Administrator Windows Command Prompt or cmd. On the search box at the left bottom corner type cmd.&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLT6FcSA1abuZ6z5oD1sx3kcTMi5OxsnFaK_jq7_rtsm517O8L5Rq3nATdS-APuYOv9P6zbocjy61zE1AyYbEf0Q3JT8pFPS-xsarZBXvP8UFzVwZGs7FpYRFH-sTW7yH6ZY4d142p0izb/s1600/Screenshot+%2528106%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLT6FcSA1abuZ6z5oD1sx3kcTMi5OxsnFaK_jq7_rtsm517O8L5Rq3nATdS-APuYOv9P6zbocjy61zE1AyYbEf0Q3JT8pFPS-xsarZBXvP8UFzVwZGs7FpYRFH-sTW7yH6ZY4d142p0izb/s320/Screenshot+%2528106%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Then right click on Command Prompt and select Run as administrator.&lt;/p&gt;
    &lt;p class=&quot;note&quot;&gt;&lt;strong&gt;Note:&lt;/strong&gt;Dont click the left button cause it will open User Windows Command Prompt but in order to active windows you need to open the Adminiostrator Windows Command Prompt&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJHn0pZc4W029UmFKonPdMdDqqWk76FyHdSqWdpEYc3FQg8zW4fF8oz9w6kQG9JPqnV2r7bxzr5E7Dy35l-pzqAECna3TM5FRtP5qG5Uyzk3LCXDYyFs8eOzwomFPqiRTP_vdOv9ECOAn2/s1600/Screenshot+%2528118%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJHn0pZc4W029UmFKonPdMdDqqWk76FyHdSqWdpEYc3FQg8zW4fF8oz9w6kQG9JPqnV2r7bxzr5E7Dy35l-pzqAECna3TM5FRtP5qG5Uyzk3LCXDYyFs8eOzwomFPqiRTP_vdOv9ECOAn2/s320/Screenshot+%2528118%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Then on the command line interface type &lt;strong&gt;&quot;slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX&quot;&lt;/strong&gt; and hit &lt;strong&gt;Enter&lt;/strong&gt; here &quot;XXXXX-XXXXX-XXXXX-XXXXX-XXXXX&quot; is your product key. It&#39;s a key given to you by the service provider or you can find it on internet. Here are some of them:&lt;/P&gt;
     &lt;dd&gt;
      &lt;ul&gt;
           &lt;li&gt;&lt;b&gt;Home:&lt;/b&gt; TX9XD-98N7V-6WMQ6-BX7FG-H8Q99&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Home N:&lt;/b&gt; 3KHY7-WNT83-DGQKR-F7HPR-844BM&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Home Single Language:&lt;/b&gt; 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Home Country Specific:&lt;/b&gt; PVMJN-6DFY6-9CCP6-7BKTT-D3WVR&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Professional:&lt;/b&gt; W269N-WFGWX-YVC9B-4J6C9-T83GX&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Professional N:&lt;/b&gt; MH37W-N47XK-V7XM9-C7227-GCQG9&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Education:&lt;/b&gt; NW6C2-QMPVW-D7KKK-3GKT6-VCFB2&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Education N:&lt;/b&gt; 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Enterprise:&lt;/b&gt; NPPR9-FWDCX-D2C8J-H872K-2YT43&lt;/li&gt;
           &lt;li&gt;&lt;b&gt;Enterprise N:&lt;/b&gt; DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/dd&gt;
  
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiQ5ZgBdX-SSPRmql917NxTxjeVTGgx9JXr0PVHj9hW08q1j07K0LHbsZOusI9pAkjP413JY5rNb3aA9nNjuPuNbRYiyDmFzxK6yhnZGiD1Czo2skO-K0KE0anJnpmFD-Bya09tjpt66ES/s1600/Screenshot+%2528107%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiQ5ZgBdX-SSPRmql917NxTxjeVTGgx9JXr0PVHj9hW08q1j07K0LHbsZOusI9pAkjP413JY5rNb3aA9nNjuPuNbRYiyDmFzxK6yhnZGiD1Czo2skO-K0KE0anJnpmFD-Bya09tjpt66ES/s320/Screenshot+%2528107%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Then you will see a massage window like this, there click &lt;strong&gt;&quot;Ok&quot;&lt;/strong&gt;
   
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifd57QNDZ9Ihpd10En1k25mfDf9JGy3PIRTrGdUw5A4AfK45PDoXfq0BSRCDOp8pkMKswb0xcDk9uIlUqiSeEdijLIqcoqwovVQMIIrqG5gFg_-aOb32VaKl0sozFaaNlljgwcD8JXXhHm/s1600/Screenshot+%2528108%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifd57QNDZ9Ihpd10En1k25mfDf9JGy3PIRTrGdUw5A4AfK45PDoXfq0BSRCDOp8pkMKswb0xcDk9uIlUqiSeEdijLIqcoqwovVQMIIrqG5gFg_-aOb32VaKl0sozFaaNlljgwcD8JXXhHm/s320/Screenshot+%2528108%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Then on the next line type &lt;strong&gt;&quot;slmgr /skms kms8.msguides.com” &lt;/strong&gt; and hit &lt;strong&gt;Enter&lt;/strong&gt;.&lt;/p&gt;
   
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBjpq0xq6IRByqk8dl_K6HaY9QE5SEz4M5DIJKEvFXhv3Xr2nBno2uvWZhVOMzOQy8enY-Ao2Fr4xZ8fYV_hFkg_epjb_BJIj2ga39ZorcA0jEJysHDh12nuslo7vxhwj6Va7xr4hJBetx/s1600/Screenshot+%2528109%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBjpq0xq6IRByqk8dl_K6HaY9QE5SEz4M5DIJKEvFXhv3Xr2nBno2uvWZhVOMzOQy8enY-Ao2Fr4xZ8fYV_hFkg_epjb_BJIj2ga39ZorcA0jEJysHDh12nuslo7vxhwj6Va7xr4hJBetx/s320/Screenshot+%2528109%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Then you will see a massage window again like this, there also click &lt;strong&gt;&quot;Ok&quot;&lt;/strong&gt;
  
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLhg5gQvSgrmMpPsvG4xw_nv4V75gZquUaDxYBs4KchWN1Cux8oBjq7BId-SblE_aaOBDLeDb4jAezP8yNqQQEWyjspsOr8nzxsMRIYbkYEONh8ZtvL6UwJNmrJPLmEhlpD4Fa_g8NHbrV/s1600/Screenshot+%2528110%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLhg5gQvSgrmMpPsvG4xw_nv4V75gZquUaDxYBs4KchWN1Cux8oBjq7BId-SblE_aaOBDLeDb4jAezP8yNqQQEWyjspsOr8nzxsMRIYbkYEONh8ZtvL6UwJNmrJPLmEhlpD4Fa_g8NHbrV/s320/Screenshot+%2528110%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Then on the next line type &lt;strong&gt;&quot;slmgr /ato&quot;&lt;/strong&gt;.
   
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiw4eqFUfw2uNkSLCZ2Fxu2ITlCXxdkkEXUVqPxdeFdDajI0IJ1vFxAQ7XQQsA-BOVxJhs1zMxQoKbO9sqE4IhXM4yJhsCKCsf-BvC46NXK4NRaLrrMnUP-Urshj2OVufIKOt1P8wASP1ED/s1600/Screenshot+%2528111%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiw4eqFUfw2uNkSLCZ2Fxu2ITlCXxdkkEXUVqPxdeFdDajI0IJ1vFxAQ7XQQsA-BOVxJhs1zMxQoKbO9sqE4IhXM4yJhsCKCsf-BvC46NXK4NRaLrrMnUP-Urshj2OVufIKOt1P8wASP1ED/s320/Screenshot+%2528111%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Then you will see a massage window like this, there click &lt;strong&gt;&quot;Ok&quot;&lt;/strong&gt; then restatr your system and your windows will be Active&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;b&gt;Method :&lt;/b&gt; Active windows using a Batch file.&lt;/dt&gt;
&lt;dd&gt;
 &lt;p&gt;In order to active Windows 10 using a Batch file you need a file contain a &lt;a href=&quot;https://en.wikipedia.org/wiki/Batch_file&quot;&gt;Batch&lt;/a&gt; script to active Windows 10&lt;/p&gt;

 &lt;p&gt;On your Desktop or in any derectory create a new Text Document.&lt;/p&gt;
 
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNf9MqXFS22Ai5hT7W7jEGwkh8v1VVlh_IxrzO0avRb0V0ELWOid7C65znAdAxHW7CmP5BWkYgOexbG5-AEtlc7OW69WsrfGSLrpiGksSVZv90sgyqDihUk0lSjuO2Ui5K8AukD5uMhpik/s1600/Screenshot+%2528113%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNf9MqXFS22Ai5hT7W7jEGwkh8v1VVlh_IxrzO0avRb0V0ELWOid7C65znAdAxHW7CmP5BWkYgOexbG5-AEtlc7OW69WsrfGSLrpiGksSVZv90sgyqDihUk0lSjuO2Ui5K8AukD5uMhpik/s320/Screenshot+%2528113%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

 &lt;p&gt;Then copy the code given bellow and past it on the file&lt;/p&gt;
 &lt;div class=&quot;code&quot;&gt;
 &lt;code&gt;@echo off
title Activate Windows 10 ALL versions for FREE!&amp;amp;cls&amp;amp;echo ============================================================================&amp;amp;echo #Project: Activating Microsoft software products for FREE without software&amp;amp;echo ============================================================================&amp;amp;echo.&amp;amp;echo #Supported products:&amp;amp;echo - Windows 10 Home&amp;amp;echo - Windows 10 Home N&amp;amp;echo - Windows 10 Home Single Language&amp;amp;echo - Windows 10 Home Country Specific&amp;amp;echo - Windows 10 Professional&amp;amp;echo - Windows 10 Professional N&amp;amp;echo - Windows 10 Education&amp;amp;echo - Windows 10 Education N&amp;amp;echo - Windows 10 Enterprise&amp;amp;echo - Windows 10 Enterprise N&amp;amp;echo - Windows 10 Enterprise LTSB&amp;amp;echo - Windows 10 Enterprise LTSB N&amp;amp;echo.&amp;amp;echo.&amp;amp;echo ============================================================================&amp;amp;echo Activating your Windows...&amp;amp;cscript //nologo slmgr.vbs /ckms &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /upk &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /cpky &amp;gt;nul&amp;amp;set i=1&amp;amp;wmic os | findstr /I &quot;enterprise&quot; &amp;gt;nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639 &amp;gt;nul&amp;amp;goto server) else wmic os | findstr /I &quot;home&quot; &amp;gt;nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR &amp;gt;nul&amp;amp;goto server) else wmic os | findstr /I &quot;education&quot; &amp;gt;nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ &amp;gt;nul&amp;amp;goto server) else wmic os | findstr /I &quot;10 pro&quot; &amp;gt;nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX &amp;gt;nul&amp;amp;cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 &amp;gt;nul&amp;amp;goto server) else (goto notsupported)
:server
if %i%==1 set KMS=kms7.MSGuides.com
if %i%==2 set KMS=kms8.MSGuides.com
if %i%==3 set KMS=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo slmgr.vbs /skms %KMS%:1688 &amp;gt;nul&amp;amp;echo ============================================================================&amp;amp;echo.&amp;amp;echo.
cscript //nologo slmgr.vbs /ato | find /i &quot;successfully&quot; &amp;amp;&amp;amp; (echo.&amp;amp;echo ============================================================================&amp;amp;echo.&amp;amp;echo #My official blog: MSGuides.com&amp;amp;echo.&amp;amp;echo #How it works: bit.ly/kms-server&amp;amp;echo.&amp;amp;echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&amp;amp;echo.&amp;amp;echo #Please consider supporting this project: donate.msguides.com&amp;amp;echo #Your support is helping me keep my servers running everyday!&amp;amp;echo.&amp;amp;echo ============================================================================&amp;amp;choice /n /c YN /m &quot;Would you like to visit my blog [Y,N]?&quot; &amp;amp; if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... &amp;amp; echo Please wait... &amp;amp; echo. &amp;amp; echo. &amp;amp; set /a i+=1 &amp;amp; goto server)
explorer &quot;http://MSGuides.com&quot;&amp;amp;goto halt
:notsupported
echo ============================================================================&amp;amp;echo.&amp;amp;echo Sorry! Your version is not supported.&amp;amp;echo.
:halt
pause &amp;gt;nul&lt;/code&gt;
 &lt;/div&gt;

 &lt;p&gt;Then at the top right corner click on &quot;File&quot; and select &quot;Save as&quot; and you will see a new window.&lt;/p&gt;
 
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2_yMRsXIXPZFILQJriQA2FoZt1Up9davJr0tq6bTcVb7tJQvJvjUkeC9cf8IZO9ny4WVZ7VG96ay5H-bivmnlT5H_XnGP3KHC9FQFMOmki9As-FtvcZ45ap8A18pQToNqwjrN7YRmyj5k/s1600/Screenshot+%2528114%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2_yMRsXIXPZFILQJriQA2FoZt1Up9davJr0tq6bTcVb7tJQvJvjUkeC9cf8IZO9ny4WVZ7VG96ay5H-bivmnlT5H_XnGP3KHC9FQFMOmki9As-FtvcZ45ap8A18pQToNqwjrN7YRmyj5k/s320/Screenshot+%2528114%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

 &lt;p&gt;Then name the file with a &lt;strong&gt;&quot;.bat&quot;&lt;/strong&gt; extention and on the next tab of &quot;Save as type&quot; select &quot;All Files&quot; type and save it.&lt;/p&gt;
 
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzrzjuLuK0_Ya03TbVvVaef8jirW6Qu5P24COo1lAiAude8aZrMu25W3y_lFjoqXFjR-QTPwkBNwTAMD_pS1BR-WUQYy69rdnMlKo_Qno0dAJqCbzDMQy9TgcoSnm-POUZ6v_LUi52JuD6/s1600/Screenshot+%2528115%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzrzjuLuK0_Ya03TbVvVaef8jirW6Qu5P24COo1lAiAude8aZrMu25W3y_lFjoqXFjR-QTPwkBNwTAMD_pS1BR-WUQYy69rdnMlKo_Qno0dAJqCbzDMQy9TgcoSnm-POUZ6v_LUi52JuD6/s320/Screenshot+%2528115%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

 &lt;p&gt;Then right click on the file and select &lt;strong&gt;Run as administrator&lt;/strong&gt;&lt;/p&gt;

 &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_cd77ID1USPuFPJ3tAmzIbgnZ2-wDP62oRcQIyRU6zuSsLQRqVbfgL7kDnwSM7qOrCBsVwyXj9F5l0zC6GrV-ZVWP3c9khxIInuro2NOu3RARXOeRS0kvrCRyssySyuEy4a18oqyvCGQ1/s1600/Screenshot+%2528116%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_cd77ID1USPuFPJ3tAmzIbgnZ2-wDP62oRcQIyRU6zuSsLQRqVbfgL7kDnwSM7qOrCBsVwyXj9F5l0zC6GrV-ZVWP3c9khxIInuro2NOu3RARXOeRS0kvrCRyssySyuEy4a18oqyvCGQ1/s320/Screenshot+%2528116%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

 &lt;p&gt;Then after finishing running the code they wiil ask you &quot;Would you like to visit my blog [Y,N]&quot; here if you want to visit their site type &quot;Y&quot; and if you don&#39;t want then type &quot;N&quot;&lt;/p&gt;

 &lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgPrszT3JH03S0oOC78la44c8fewgmyHtt1K34xUvxy7lYI7M9MjP6g-cC0ea0aExVG1EEys0tVOK2qEh5zmLwTxweMdX7xP-7E8sK7va6tCEvg1a4TEBl_XYoAFRM4FeofWYGWq2hKqFM/s1600/Screenshot+%2528117%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgPrszT3JH03S0oOC78la44c8fewgmyHtt1K34xUvxy7lYI7M9MjP6g-cC0ea0aExVG1EEys0tVOK2qEh5zmLwTxweMdX7xP-7E8sK7va6tCEvg1a4TEBl_XYoAFRM4FeofWYGWq2hKqFM/s320/Screenshot+%2528117%2529.png&quot; width=&quot;320&quot; height=&quot;180&quot; data-original-width=&quot;1366&quot; data-original-height=&quot;768&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

 &lt;p&gt;Then restatr your system and your windows will be Active&lt;/p&gt;

 &lt;p&gt;Hope that it have solved your problem. Have a good day.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/2973332391610754721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/11/how-to-active-windows-10.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2973332391610754721'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/2973332391610754721'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/11/how-to-active-windows-10.html' title='How to active Windows 10'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVwxW0lBt8-UEgu9L9DKmYj5oUWg_PpPAHGhApz_0KgCh5pX7TqeHCAxpzsHgHlyO2icsBODOM9JJ7yoxUWePv06OXExibMROoAyQjsRm7AK45oyVBWI4cx7_dnckNbgnaR0UXGUMpc8HR/s72-c/Post+heading.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-5030196490426598984</id><published>2019-10-16T01:51:00.001-07:00</published><updated>2019-11-13T11:51:57.914-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Measurement"/><title type='text'>Is Gravitational Force 0 N at infinity point?</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;

&lt;title&gt;Is Gravitational Force 0 N at infinity point?&lt;/title&gt;

&lt;style&gt;
h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
      .math {
        display: block;}
      .frac {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        letter-spacing: 0.001em;
        text-align: center;
         }
      .frac &gt; span {
         display: block;
         padding: 0.1em;
         }
      .frac span.bottom {
         border-top: thin solid black;
         }
      .frac span.symbol {
        display: none;
         } 
&lt;/style&gt;


&lt;meta name=&quot;keywords&quot; content=&quot;Is Gravitational Force 0 N at infinity point, is gravitational force 0 N at infinity point, gravitation, gravitational force, force, 0 N, 0 n, 0N, 0n, infinity, infinity point, Physics, Mathematics, physics, mathematics, Quantum Physics, quantum physics, astronomy, space, earth gravity, Earth gravity&quot; &gt;
&lt;meta name=&quot;author&quot; content=&quot;Saif&quot;&gt;

&lt;/head&gt;

&lt;body&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio__rZawfw1i4879RNCEEX0JX0VXvARaAMOJWmuV2azDFEqDYBv0nC8YgwG-t9_KuG-CwLFBLQ05LaewxYx_APLuUieU0u9Dd7lDVBYq4-dNqct4lwif5fpaKKLnUFbcGFh45QQUiO_7NX/s1600/r%253D00.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio__rZawfw1i4879RNCEEX0JX0VXvARaAMOJWmuV2azDFEqDYBv0nC8YgwG-t9_KuG-CwLFBLQ05LaewxYx_APLuUieU0u9Dd7lDVBYq4-dNqct4lwif5fpaKKLnUFbcGFh45QQUiO_7NX/s320/r%253D00.png&quot; width=&quot;200&quot; height=&quot;112&quot; data-original-width=&quot;1024&quot; data-original-height=&quot;681&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;h2&gt;Is Gravitational Force 0 N at infinity point?&lt;/h2&gt;


&lt;p&gt;Hi there we know that Gravitational Force is 0 N at the center of an object, but is it also 0N at infinity point. Let&#39;s calculate it and see weather it is 0N or not.&lt;/p&gt;

&lt;p&gt;So for this we are considering two object m&lt;sub&gt;1&lt;/sub&gt; and m&lt;sub&gt;2&lt;/sub&gt; and here both m&lt;sub&gt;1&lt;/sub&gt; and m&lt;sub&gt;2&lt;/sub&gt; are of 1 kg(For the continence of cauculating we consider it of 1kg, you can consider whatever you want). As we&#39;re measuring force it infinity point so the distance between m&lt;sub&gt;1&lt;/sub&gt; and m&lt;sub&gt;2&lt;/sub&gt; r is &amp;#x221e; . So finally we got :

&lt;ul&gt;

  &lt;li&gt;m&lt;sub&gt;1&lt;/sub&gt; = 1kg&lt;/li&gt;

  &lt;li&gt;m&lt;sub&gt;2&lt;/sub&gt; = 1kg&lt;/li&gt;

  &lt;li&gt;r = &amp;#x221e;&lt;/li&gt;

  &lt;li&gt;G = 6.674 &amp;#215; 10&lt;sup&gt;-11&lt;/sup&gt; N m&lt;sup&gt;2&lt;/sup&gt; kg&lt;sup&gt;-2&lt;/sup&gt;&lt;/li&gt;

&lt;/ul&gt;


&lt;p&gt;As we know,&lt;/p&gt;

&lt;strong&gt;&lt;div class=&quot;math&quot;&gt;
F = G &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt; m&lt;sub&gt;1&lt;/sub&gt; × m&lt;sub&gt;2&lt;/sub&gt;&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;r&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;math&quot;&gt;
F = G &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt; 1kg × 1kg&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;∞&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;math&quot;&gt;
F = &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt;G × 1kg&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;&amp;#x221e;&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;math&quot;&gt;
F = &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt;6.674 × 10&lt;sup&gt;-11&lt;/sup&gt; N m&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;&amp;#x221e;&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;But as we know &lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;&amp;#x221e;&lt;/span&gt;
    &lt;/span&gt; = 0.&lt;/p&gt;
    
&lt;p&gt;So&lt;/p&gt;
&lt;div class=&quot;math&quot;&gt;
F = &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt;6.674 &amp;#215; 10&lt;sup&gt;-11&lt;/sup&gt; N m&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;&amp;#x221e;&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt; = 0 N
&lt;/div&gt;&lt;/strong&gt;
 &lt;p&gt;Then is Gravitational Force at infinity point is 0 N? The answer is &#39;No&#39;, gravitational force at infinity is not 0 N.&lt;/p&gt;

&lt;p&gt;Now you can say that are I joking, when we&#39;re getting 0 N by calculating it then it&#39;s 0 N. But on it&#39;s not 0 N cause infinity is not a specific number.&lt;/p&gt;

&lt;p&gt;Infinity is a symbole which indicates all the number after the last number of a set. So it means that instead of having a specific valu it has different value.&lt;/p&gt;

&lt;p&gt;Now let&#39;s see some calculation. Here we&#39;ll find out the value of &lt;strong&gt;&lt;span class=&quot;frac&quot;&gt;&lt;span&gt;1&lt;/span&gt;&lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;bottom&quot;&gt;&amp;#x221e;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;. As infinity is a set of numbers so we are considering a variab &lt;strong&gt;n&lt;/strong&gt; to indicates each element of the set. Let&#39;s see the value of &lt;strong&gt;&lt;span class=&quot;frac&quot;&gt;&lt;span&gt;1&lt;/span&gt;&lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; for various value of &lt;strong&gt;n&lt;/strong&gt;. &lt;/p&gt;

 &lt;strong&gt;&lt;div class=&quot;math&quot;&gt;   
    when n = 0.2,  
&lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;
    &lt;/span&gt; = 5
&lt;/div&gt;

 &lt;div class=&quot;math&quot;&gt;   
    when n = 0.25,
&lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;
    &lt;/span&gt; = 4
&lt;/div&gt;


 &lt;div class=&quot;math&quot;&gt;   
    when n = 0.5,  
&lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;
    &lt;/span&gt; = 2
&lt;/div&gt;


 &lt;div class=&quot;math&quot;&gt;   
    when n = 1,  
&lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;
    &lt;/span&gt; = 1
&lt;/div&gt;

 &lt;div class=&quot;math&quot;&gt;   
    when n = 2,  
&lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;
    &lt;/span&gt; = 0.5
 &lt;/div&gt;

 &lt;div class=&quot;math&quot;&gt;   
    when n = 4,  
&lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;
    &lt;/span&gt; = 0.25
&lt;/div&gt;

 &lt;div class=&quot;math&quot;&gt;   
    when n = 5, 
&lt;span class=&quot;frac&quot;&gt;
    &lt;span&gt;1&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;
    &lt;/span&gt; = 0.2
&lt;/div&gt;
&lt;/strong&gt;


&lt;p&gt;Here we can see that when the value of &lt;strong&gt;n&lt;/strong&gt; is less then the value of  &lt;strong&gt;&lt;span class=&quot;frac&quot;&gt;&lt;span&gt;1&lt;/span&gt;&lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;  is more it means when &lt;strong&gt;lim n&lt;/strong&gt; &amp;#x2192; &amp;#x221e; then &lt;strong&gt;&lt;span class=&quot;frac&quot;&gt;&lt;span&gt;1&lt;/span&gt;&lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; &amp;#x2192; 0 again when the value of &lt;strong&gt;n&lt;/strong&gt; is more then the value of &lt;strong&gt;&lt;span class=&quot;frac&quot;&gt;&lt;span&gt;1&lt;/span&gt;&lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; is less it means that when &lt;strong&gt;lim n&lt;/strong&gt; &amp;#x2192; 0 then &lt;strong&gt;&lt;span class=&quot;frac&quot;&gt;&lt;span&gt;1&lt;/span&gt;&lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;bottom&quot;&gt;n&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; &amp;#x2192; &amp;#x221e; .&lt;p&gt;

&lt;p&gt;In the same way when infinity means a large distance then the Gravitational force become less and when infinity means a less distance the gravitational force become large. It means when &lt;strong&gt;lim r&lt;/strong&gt; &amp;#x2192; &amp;#x221e; then &lt;strong&gt;F&lt;sub&gt;G&lt;/sub&gt; &amp;#x2192;  0 &lt;/strong&gt; but never = &lt;strong&gt;0&lt;/strong&gt; and when &lt;strong&gt;lim r&lt;/strong&gt; &amp;#x2192; &lt;strong&gt;0&lt;/strong&gt; then &lt;strong&gt;F&lt;sub&gt;G&lt;/sub&gt; &amp;#x2192; &amp;#x221e; &lt;/strong&gt; but never = &lt;strong&gt;&amp;#x221e;&lt;/strong&gt; .&lt;p&gt;

&lt;p&gt;That&#39;s why Gravitational Force at infinity point isn&#39;t equal to 0 N instead it goes towards 0 N.&lt;p&gt;


&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;


&lt;/body&gt;
&lt;/html&gt;

</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/5030196490426598984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/10/is-gravitational-force-0-n-at-infinity.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/5030196490426598984'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/5030196490426598984'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/10/is-gravitational-force-0-n-at-infinity.html' title='Is Gravitational Force 0 N at infinity point?'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEio__rZawfw1i4879RNCEEX0JX0VXvARaAMOJWmuV2azDFEqDYBv0nC8YgwG-t9_KuG-CwLFBLQ05LaewxYx_APLuUieU0u9Dd7lDVBYq4-dNqct4lwif5fpaKKLnUFbcGFh45QQUiO_7NX/s72-c/r%253D00.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-6332675105991899752</id><published>2019-09-29T06:43:00.000-07:00</published><updated>2019-11-13T11:52:08.990-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Measurement"/><title type='text'>The attraction force of M87&#39;s Black Hole and our Earth. </title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;

&lt;meta name=&quot;description&quot; content=&quot;In this post we have calculate the attraction force of our Earth and the known Messier 87&#39;s Black Hole. It&#39;s F = 2.0495 × 10&lt;sup&gt;7&lt;/sup&gt; N&quot;/&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;The Attraction force of M87&#39;s Black Hole and our Earth, the attraction force of M87&#39;s Black Hole and our Earth, Earth, earth, Messier 87, messier 87, Black Hole, black hole, Gravitation, gravitation, Force,force&quot;/&gt;
&lt;meta name=&quot;author&quot; content=&quot;Saif&quot;/&gt;

&lt;style&gt;
h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
      .math {
        display: block;}
      .frac {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        letter-spacing: 0.001em;
        text-align: center;
         }
      .frac &gt; span {
         display: block;
         padding: 0.1em;
         }
      .frac span.bottom {
         border-top: thin solid black;
         }
      .frac span.symbol {
        display: none;
         } 
&lt;/style&gt;

&lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQxhpUjxnY7kUBizCWowPOE6YTYXjL0Gd_nE6hTyE8hpHcsrYRLYumsuNSUjF3KajZOGCgOfP5sExnJUrVlwePpmdy8M0oPof8MZXtJOsreoX64j99X3Z6Tzdzpv3nsf-8CWssC3wW8ZSc/s1600/F%253Dg.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQxhpUjxnY7kUBizCWowPOE6YTYXjL0Gd_nE6hTyE8hpHcsrYRLYumsuNSUjF3KajZOGCgOfP5sExnJUrVlwePpmdy8M0oPof8MZXtJOsreoX64j99X3Z6Tzdzpv3nsf-8CWssC3wW8ZSc/s320/F%253Dg.png&quot; width=&quot;200&quot; height=&quot;112&quot; data-original-width=&quot;1280&quot; data-original-height=&quot;720&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;h2&gt;The attraction force of M87&#39;s Black Hole and our Earth. &lt;/h2&gt;

&lt;p&gt;Hi there in 10 April 2019 we came to see the First Ever Image of A Black Hole, which was captured by Event Horizon Teliscope. And we also have knew some properties of the Black Hole such as mass, distance from earth etc. So now let&#39;s d some madness with these properties. Let&#39;s calculate the Gravitational force of the Black Hole and ou Earth.&lt;/p&gt;

&lt;p&gt;So first of all we need some information such aas mass of the Black Hole, it&#39;s distance from earth etc. Here we get them from Google:&lt;/p&gt;


&lt;p&gt;Here they are:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;mass of the Black Hole is m&lt;sub&gt;B&lt;/sub&gt; = 1.29285&amp;#215;10&lt;sup&gt;40&lt;/sup&gt;kg&lt;/li&gt;
  &lt;li&gt;mass of Earth is m&lt;sub&gt;E&lt;/sub&gt; = 5.972&amp;#215;10&lt;sup&gt;24&lt;/sup&gt; kg&lt;/li&gt;
  &lt;li&gt;distance between the Black Hole and the Earth is r = 5.0141872&amp;#215;10&lt;sup&gt;23&lt;/sup&gt; m&lt;/li&gt;
  &lt;p class=&quot;note&quot;&gt;&lt;strong&gt;Note:&lt;/strong&gt; Acording to &lt;a href=&quot;https://en.wikipedia.org/wiki/Messier_87&quot;&gt;Wikipedia&lt;/a&gt; the distance between the Black Hole and the Earth is about &lt;strong&gt;53 million light years&lt;/strong&gt; which is &lt;strong&gt;5.0141872 &amp;#215; 10&lt;sup&gt;23&lt;/sup&gt; m&lt;/strong&gt; in meter scale.&lt;/p&gt;
  &lt;li&gt;Newtonian Constant &lt;strong&gt;G&lt;/strong&gt; = 6.67408 ×10&lt;sup&gt;−11&lt;/sup&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;and now as we know:&lt;/p&gt;



&lt;div class=&quot;math&quot;&gt;
F = G &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt;m&lt;sub&gt;B&lt;/sub&gt; m&lt;sub&gt;E&lt;/sub&gt;&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;r&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;math&quot;&gt;
F = G &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt;1.29285×10&lt;sup&gt;40&lt;/sup&gt;kg  &amp;#215;  5.972 × 10&lt;sup&gt;24&lt;/sup&gt; kg&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;(5.0141872 &amp;#215; 10&lt;sup&gt;23&lt;/sup&gt;m)&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;math&quot;&gt;
F = &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt;G &amp;#215; 7.7209002×10&lt;sup&gt;64&lt;/sup&gt;kg&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;2.51420733×10&lt;sup&gt;47&lt;/sup&gt;m&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;math&quot;&gt;
F = &lt;div class=&quot;frac&quot;&gt;
    &lt;span&gt;5.15299056×10&lt;sup&gt;54&lt;/sup&gt; N m&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
    &lt;span class=&quot;symbol&quot;&gt;/&lt;/span&gt;
    &lt;span class=&quot;bottom&quot;&gt;2.51420733×10&lt;sup&gt;47&lt;/sup&gt;m&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;math&quot;&gt;
F = &lt;span&gt;2.049548778 × 10&lt;sup&gt;7&lt;/sup&gt; N&lt;/span&gt;
&lt;/div&gt;


&lt;p&gt;According to scientific notation the &lt;strong&gt; F = 2.0495 × 10&lt;sup&gt;7&lt;/sup&gt; N.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Don&#39;t scard on this it won&#39;t cause any problems on our Earth. Cause all the object around our earth are attracting our earth with a greate force such as the Sun is attracting Earth with 3.52*10^22 N which is about 1.717×10&lt;sup&gt;15&lt;/sup&gt; times more then the force of the Black Hole.&lt;/p&gt;


&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

  &lt;/body&gt;
&lt;/html&gt;
</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/6332675105991899752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/09/earth-and-black-hole-attraction-force.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/6332675105991899752'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/6332675105991899752'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/09/earth-and-black-hole-attraction-force.html' title='The attraction force of M87&#39;s Black Hole and our Earth. '/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQxhpUjxnY7kUBizCWowPOE6YTYXjL0Gd_nE6hTyE8hpHcsrYRLYumsuNSUjF3KajZOGCgOfP5sExnJUrVlwePpmdy8M0oPof8MZXtJOsreoX64j99X3Z6Tzdzpv3nsf-8CWssC3wW8ZSc/s72-c/F%253Dg.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-3670652093055661748</id><published>2019-09-08T06:00:00.000-07:00</published><updated>2019-11-13T11:49:32.819-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Computer_Basic Utilities"/><title type='text'>What are the difference between Valence and Valence Electron.</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;

&lt;meta name=&quot;description&quot; content=&quot;In Chemistry Valence and Valence Electron has different meaning. Here we have given some difference between them such as Valence is power but Valence Electron is number etc.&quot;&gt;
  &lt;meta name=&quot;keywords&quot; content=&quot;What are the difference between Valence and Valence Electron, what are the difference between valence and valence electron, Valence and Valence Electron, valence and valence electron, Valence ,Valence Electron, valence, valence vlectron.&quot;&gt;
  &lt;meta name=&quot;author&quot; content=&quot;Saif&quot;&gt;


  &lt;title&gt;What are the difference between Valence and Valence Electron.&lt;/title&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzcVrVpUYlCPtKl-ZYR7MOC5Ej-sgauMTVyEDCqhjECZHsNA6Y2HfLC1sQxPPk8jB3ELg1fJSpMOFxpp6KRmFbhzCJOGcvLnS2FQITfVF61ruxFBL5_Na6TvV3dZU-qKtSPnI-MStIUUKo/s1600/raphael-biscaldi-5PEy9UraJ5c-unsplash.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzcVrVpUYlCPtKl-ZYR7MOC5Ej-sgauMTVyEDCqhjECZHsNA6Y2HfLC1sQxPPk8jB3ELg1fJSpMOFxpp6KRmFbhzCJOGcvLnS2FQITfVF61ruxFBL5_Na6TvV3dZU-qKtSPnI-MStIUUKo/s320/raphael-biscaldi-5PEy9UraJ5c-unsplash.jpg&quot; width=&quot;200&quot; height=&quot;112&quot; data-original-width=&quot;1600&quot; data-original-height=&quot;900&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;h2&gt;What are the difference between Valence and Valence Electron.&lt;/h2&gt;
&lt;p&gt;Hi guys in chemistry we see two word &quot;Valence&quot; and &quot;Valence Electron&quot;. You might think that these two terms are the same, but no these two terms are totally different. Both are periodic properties of element. First of all let’s see the definition of these terms.&lt;/p&gt;
 
&lt;p&gt;&lt;b&gt;Valence:&lt;/b&gt;Valence is the number of combining power of an atom.  While forming a chemical bond an atom needs to give or take or share electron. Valence means the number of electron that an atom can give or take or share. For example let&#39;s see the electron configuration of Chlorine(Cl) . Cl have 17 electron.&lt;/p&gt;

&lt;p&gt;Cl(17)--&gt; 1s&lt;sup&gt;2&lt;/sup&gt; 2s&lt;sup&gt;2&lt;/sup&gt; 2p&lt;sup&gt;6&lt;/sup&gt; 3s&lt;sup&gt;2&lt;/sup&gt;3p&lt;sup&gt;5&lt;/sup&gt;.&lt;/p&gt;

&lt;p&gt;As we know all the element of periodic table want to have the same electron configuration that the nearby &lt;a href=” https://en.wikipedia.org/wiki/Noble_gas “&gt;noble gas&lt;/a&gt; have. So Cl will receive an electron in order  to have the same electron configuration that the nearby noble gas Argon have. Here the electron that Cl will receive is  the Valence of Cl which is 1. So Cl’s Valence is -1. We add a negative sign(“-“) because by receiving the electron Cl will become an negative ion.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Valence Electron:&lt;/b&gt;Valence Electron is the electron of the outer orbit of an atom. It can participate in forming a chemical bond. For example let&#39;s see the electron configuration of Aluminum(Al). Aluminum has 13 electron.&lt;/p&gt;

&lt;p&gt;Al(13)--&gt; 1s&lt;sup&gt;2&lt;/sup&gt; 2s&lt;sup&gt;2&lt;/sup&gt; 2p&lt;sup&gt;6&lt;/sup&gt; 3s&lt;sup&gt;2&lt;/sup&gt; 3p&lt;sup&gt;1&lt;/sup&gt;.&lt;/p&gt;

&lt;p&gt;Here the outer orbit of Al is 3 that has 3 electron. These 3 electron are the valence electron of Al. Al can use them to form chemical bond.&lt;/p&gt;

&lt;p&gt;So you can see that they are totally different. Valence is the combining power of an atom where Valence Electron is the electron of the outer orbit of an atom. Valence is power but Valence electron is the number of electron. Valence means the number of electron that an atom can receive but Valence Electron is the number of electron that an atom can give and share.&lt;/p&gt;
&lt;p&gt;That&#39;s why &quot;Valence&quot; and &quot;Valence Electron&quot; are different.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

  &lt;/body&gt;
&lt;/html&gt;
</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/3670652093055661748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/09/difference-between-valence-and-valence-electron.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3670652093055661748'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3670652093055661748'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/09/difference-between-valence-and-valence-electron.html' title='What are the difference between Valence and Valence Electron.'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzcVrVpUYlCPtKl-ZYR7MOC5Ej-sgauMTVyEDCqhjECZHsNA6Y2HfLC1sQxPPk8jB3ELg1fJSpMOFxpp6KRmFbhzCJOGcvLnS2FQITfVF61ruxFBL5_Na6TvV3dZU-qKtSPnI-MStIUUKo/s72-c/raphael-biscaldi-5PEy9UraJ5c-unsplash.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-6166063652327758462</id><published>2019-08-28T21:11:00.002-07:00</published><updated>2019-11-13T11:48:55.198-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Computer_Basic Utilities"/><title type='text'>Why Atomic Radius is less for the element having more particles.</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head lang=&quot;en&quot;&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;

&lt;title&gt;Why Atomic Radius is less for the element having more particles.&lt;/title&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;

  &lt;/head&gt;

  &lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMF7glNq8CVTMtNpQE-ZvsB14P9ejTajjtlGADUerirXapJMqthLCKyxv5Odxb5H1GR1ddI52vg1Pbsmy9fOpma8SJe9M3kF_hn2B2JwyZZQyhPTxIVOzpCOBkXjt4PDtv6vDQXQ__H9v2/s1600/Atomic_radii+%25281%2529.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMF7glNq8CVTMtNpQE-ZvsB14P9ejTajjtlGADUerirXapJMqthLCKyxv5Odxb5H1GR1ddI52vg1Pbsmy9fOpma8SJe9M3kF_hn2B2JwyZZQyhPTxIVOzpCOBkXjt4PDtv6vDQXQ__H9v2/s320/Atomic_radii+%25281%2529.gif&quot; width=&quot;200&quot; height=&quot;112&quot; data-original-width=&quot;664&quot; data-original-height=&quot;285&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;h2&gt;Why Atomic Radius is less for the element having more particles.&lt;/h2&gt;
&lt;P&gt; Hi guys we know that Atomic Radius is the distance between the center of the nucleus and the outer orbit of an element. Atomic Radius is less for the element those have more particles(Neutron, Proton, Electron), but why? Let’s know the reason.&lt;/p&gt;
&lt;p&gt;It’s an Periodic Properties of an element. It decreases from left to right in the period and increase from up to down in a group . And if we look at the periodic table we can see that element of left side have less particles(Neutron, Proton, Electron), then the element of right side. If we thought generally, we can say that the element having more particles(Neutron, Proton, Electron) should have more Atomic Radius. But really it’s opposite to our thought. Element having more particles(Neutron, Proton, Electron) have less Atomic Radius instead of having more. The reason is gravitational force between the nucleus and electrons.|&lt;/p&gt;
&lt;p&gt;All we know all the bodies of the universe attrac each other to  itself. This cause a displacement to the lighter body. For the same reason the Atomic Radius of element having more particles(Neutron, Proton, Electron)  is less than the Atomic Radius of the element having less particles(Neutron, Proton, Electron). When an atom have more Neutron, Proton and Electron then the mass of the nucleus is more. So it can attrack the electron with more force and that cause a displacement of the electron. For this the electron of outer orbit comes closer to the nucleus, so the outer orbit also comes closer  the nucleus, and decrease the Atomic Radius.&lt;/p&gt;
&lt;p&gt;The another things is Atomic Radius increase feom up to down in the periodic table. The Reason is that every times there added a new orbit from up to down. That cause more distance from the nucleus  to the outer orbit.&lt;/p&gt;
&lt;p&gt; That’s why Atomic Radius is less for the element having more particles.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

  &lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/6166063652327758462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/08/why-atomic-radius-is-less-for-element.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/6166063652327758462'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/6166063652327758462'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/08/why-atomic-radius-is-less-for-element.html' title='Why Atomic Radius is less for the element having more particles.'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMF7glNq8CVTMtNpQE-ZvsB14P9ejTajjtlGADUerirXapJMqthLCKyxv5Odxb5H1GR1ddI52vg1Pbsmy9fOpma8SJe9M3kF_hn2B2JwyZZQyhPTxIVOzpCOBkXjt4PDtv6vDQXQ__H9v2/s72-c/Atomic_radii+%25281%2529.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-7101070726139249110</id><published>2019-07-28T23:25:00.000-07:00</published><updated>2019-11-01T12:01:13.301-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Dynamics"/><title type='text'>Why h is equal to 0m.</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;


    &lt;title&gt;When h is equal to 0m.&lt;/title&gt;
  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;

  &lt;hard&gt;
  &lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVV3MImaQn7YzPOzi6OpqY-02_YdrIjHU-BZu_g0-QF2il4V-57Q3jh7PAQagWGt7Z35yJl13C9FC1tsRPmMmKIe_TbunSWe_xJ366lfm-WKyFMmYzFsfMn-pSiHa-l636Js6vmOKLvD7Q/s1600/paul-thomas-6eDZ34TTyDs-unsplash-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVV3MImaQn7YzPOzi6OpqY-02_YdrIjHU-BZu_g0-QF2il4V-57Q3jh7PAQagWGt7Z35yJl13C9FC1tsRPmMmKIe_TbunSWe_xJ366lfm-WKyFMmYzFsfMn-pSiHa-l636Js6vmOKLvD7Q/s320/paul-thomas-6eDZ34TTyDs-unsplash-01.jpeg&quot; width=&quot;200&quot; height=&quot;112&quot; data-original-width=&quot;1065&quot; data-original-height=&quot;1600&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;h2&gt;Why distance or h is 0m while measuring the distance of a body that is thrown from Earth&#39;s surface and then it comes to the same place from where it was thrown.&lt;/h2&gt;

    &lt;p&gt;While doing maths from Galileo&#39;s Laws Of Falling Bodies, sometimes we see that when a body thrown from earth surface and after that it fall down on the same place from where it was thrown then we measure the distance or h as 0m. Now the question is why we measure the distance or h as 0m? For example tou throw a body from a point of earth surfece and you named it X and it goes up to a point 12 meter above from X and you named it Y. Now if I asked you the distance you can say that its 24. Cause first of all at the time of going up it arive 12 meter then at the time of fall down it again arive 12 meter, so the distance that it has passed is 12 meter + 12 meter = 24 meter.&lt;/p&gt;

    &lt;p&gt;Yeah you do 24 for meter if I want the displacement.Now the question is that aren&#39;t distance and displacement the same things?&lt;/p&gt;

    &lt;p&gt;The answer is &quot;No&quot;, distance and displacement aren&#39;t same things. Let&#39;s know why distance and displacement aren&#39;t same things&lt;/p&gt;

    &lt;p&gt;Distance means difference of two point at a specific Direction where displacement means difference of two point at any direction.Let&#39;s see a picture to understand it easily.&lt;p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM4P2WW_0wfGDfXwOPhlJcoH5KOpLGIvQjvALm6HS7eNh3U80b_aXD80R2qEbB8Z1g03oQATMkJJmBdq7h457lbATBeFpgZle5CCCuVZ0MJCf_tmOThbasnocTt1a-YJOUlSm5pGk5RG24/s1600/20190728_104948_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM4P2WW_0wfGDfXwOPhlJcoH5KOpLGIvQjvALm6HS7eNh3U80b_aXD80R2qEbB8Z1g03oQATMkJJmBdq7h457lbATBeFpgZle5CCCuVZ0MJCf_tmOThbasnocTt1a-YJOUlSm5pGk5RG24/s320/20190728_104948_0000.png&quot; width=&quot;320&quot; height=&quot;320&quot; data-original-width=&quot;1600&quot; data-original-height=&quot;1600&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Here thought that you are at the point A and want to go the point G. So as here shown first you will go 4m forward then after turning 90° left you will go 12m forward then you will turn 90° right and will go 10m forward then you will turn 90° left again and will go 6m forward and again turn 90° right and go 4m forward after that you will turn 90° left and will go 3m forward. Thuse you will go to your destination. So here the the way you have passed is (4m + 12m + 10m + 6m + 4m + 3m) = 49m. It&#39;s tour displacement but the distance you have passed is the length of the blue line of the picture which is 18m long. So distance is length of the way that you have passed at a specific angle but displacement is the total way that you have passed. That&#39;s why Distance and Displacement are not same.&lt;/p&gt;

    &lt;p&gt;Let&#39;s go back to the thrown body.So when a body is thrown from Earth&#39;s surface it goes up to the point. Here its direction is straight up and then it comes back to the same place from where it was thrown.So here it change its direction and we know that distance doesn&#39;t deppend on the change of ditrection. Distance is the difference of the point from where it was thrown and the point where it cames. As here the body cames to the same place from where it was thrown so here the difference is of the same point so it is surealy 0m. And as the difference is 0m then the distance is 0m. But if we cosider the displacement it will 24. Cause displacement is the difference of all the way it has passed and here at the time of going above it passed 12m and after changing its derection it again passed 12m at the time of fall down. So the displacement is 12m but distance is 0m.&lt;/p&gt;

    &lt;p&gt;That&#39;s why disatnce or h is 0m while measuring the distance of a body that is  thrown from Earth&#39;s surface and then it cames to the same place from where it was thrown.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

  &lt;/body&gt;
&lt;/html&gt;
</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/7101070726139249110/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/why-h-is-equal-to-0m.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/7101070726139249110'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/7101070726139249110'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/why-h-is-equal-to-0m.html' title='Why h is equal to 0m.'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVV3MImaQn7YzPOzi6OpqY-02_YdrIjHU-BZu_g0-QF2il4V-57Q3jh7PAQagWGt7Z35yJl13C9FC1tsRPmMmKIe_TbunSWe_xJ366lfm-WKyFMmYzFsfMn-pSiHa-l636Js6vmOKLvD7Q/s72-c/paul-thomas-6eDZ34TTyDs-unsplash-01.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-3096575887364027080</id><published>2019-07-22T23:06:00.000-07:00</published><updated>2019-11-01T12:04:25.662-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Relativity"/><title type='text'>On The Electrodynamics Of Moving Bodies part:11</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;




    &lt;title&gt;On The Electrodynamics Of Moving Bodies part:11&lt;/title&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;

  &lt;body&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKSWbQsJLo04vimDUfso8ljodnYkobLi3VD-cSqk5z4rtx5jXSnh5ndTYvzqHnwnFCbFGiV3MQAshfYtM7A8893nPpXiVk6KhPpcrIYrmd9b2c5l4gmCvAhyB1Dis6ClApS1p7ffBzxeKw/s1600/20190718_171416_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKSWbQsJLo04vimDUfso8ljodnYkobLi3VD-cSqk5z4rtx5jXSnh5ndTYvzqHnwnFCbFGiV3MQAshfYtM7A8893nPpXiVk6KhPpcrIYrmd9b2c5l4gmCvAhyB1Dis6ClApS1p7ffBzxeKw/s320/20190718_171416_0000.png&quot; width=&quot;200&quot; height=&quot;112&quot; data-original-width=&quot;800&quot; data-original-height=&quot;1200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;h2&gt;§ 10. Dynamics of the Slowly Accelerated Electron&lt;/h2&gt;

    &lt;p&gt;Let there be in motion in an electromagnetic field an electrically charged particle (in the sequel called an “electron”), for the law of motion of which we assume as follows:—&lt;/p&gt;

    &lt;p&gt;If the electron is at rest at a given epoch, the motion of the electron ensues in the next instant of time according to the equations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNGJwQOt-W3F9fuGAnulBbmXAXoy4IvwLe2bH7Yr0g3fm1ljK4wpGZqpJ3IfQhWsd5PpRvNjOw5aLv6gjc5QJsLV6lLpeIZfeIRlHP9WhMOfAEIiVd9x3Qiv2lQeQBStMNcKAi0EuIESB-/s1600/Screenshot_2019-07-23-10-38-13-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNGJwQOt-W3F9fuGAnulBbmXAXoy4IvwLe2bH7Yr0g3fm1ljK4wpGZqpJ3IfQhWsd5PpRvNjOw5aLv6gjc5QJsLV6lLpeIZfeIRlHP9WhMOfAEIiVd9x3Qiv2lQeQBStMNcKAi0EuIESB-/s320/Screenshot_2019-07-23-10-38-13-01.jpeg&quot; width=&quot;307&quot; height=&quot;320&quot; data-original-width=&quot;365&quot; data-original-height=&quot;381&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;where &lt;i&gt;x&lt;/i&gt;, &lt;i&gt;y&lt;/i&gt;, &lt;i&gt;z&lt;/i&gt; denote the co-ordinates of the electron, and m the mass of the electron, as long as its motion is slow.&lt;/p&gt;

    &lt;p&gt;Now, secondly, let the velocity of the electron at a given epoch be &lt;i&gt;v&lt;/i&gt;. We seek the law of motion of the electron in the immediately ensuing instants of time.&lt;/p&gt;

    &lt;p&gt;Without affecting the general character of our considerations, we may and will assume that the electron, at the moment when we give it our attention, is at the origin of the co-ordinates, and moves with the velocity &lt;i&gt;v&lt;/i&gt; along the axis of X of the system K. It is then clear that at the given moment (&lt;i&gt;t&lt;/i&gt; = 0) the electron is at rest relatively to a system of co-ordinates which is in parallel motion with velocity &lt;i&gt;v&lt;/i&gt; along the axis of X.&lt;/p&gt;

    &lt;p&gt;From the above assumption, in combination with the principle of relativity, it is clear that in the immediately ensuing time (for small values of &lt;i&gt;t&lt;/i&gt;) the electron, viewed from the system &lt;i&gt;k&lt;/i&gt;, moves in accordance with the equations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-xywoGTwZCYvCuPV499fJ_v_ftQ1nODJd_HSuBP9iKnlwjIqHPls9wDd4_p6TQFDz0VpjqvLhEBTNOXQ6fZwmzfG3Sg0UgrvTgMRTLlyZimkh19_2olpaoMm_Wc-aVasEXOZtmS93fD-h/s1600/Screenshot_2019-07-23-10-37-53-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-xywoGTwZCYvCuPV499fJ_v_ftQ1nODJd_HSuBP9iKnlwjIqHPls9wDd4_p6TQFDz0VpjqvLhEBTNOXQ6fZwmzfG3Sg0UgrvTgMRTLlyZimkh19_2olpaoMm_Wc-aVasEXOZtmS93fD-h/s320/Screenshot_2019-07-23-10-37-53-02.jpeg&quot; width=&quot;314&quot; height=&quot;320&quot; data-original-width=&quot;332&quot; data-original-height=&quot;338&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;in which the symbols &lt;i&gt;ξ&lt;/i&gt;, &lt;i&gt;η&lt;/i&gt;, &lt;i&gt;ζ&lt;/i&gt;, &lt;i&gt;X&#39;&lt;/i&gt;, &lt;i&gt;Y&#39;&lt;/i&gt;, &lt;i&gt;Z&#39;&lt;/i&gt; refer to the system &lt;i&gt;k&lt;/i&gt;. If, further, we decide that when &lt;i&gt;t&lt;/i&gt; = &lt;i&gt;x&lt;/i&gt; = &lt;i&gt;y&lt;/i&gt; = &lt;i&gt;z&lt;/i&gt; = 0 then &lt;i&gt;τ&lt;/i&gt; = &lt;i&gt;ξ&lt;/i&gt; = &lt;i&gt;η&lt;/i&gt; = &lt;i&gt;ζ&lt;/i&gt; = 0, the transformation equations of §§ 3 and 6 hold good, so that we have&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAVmM-t_VwJysUkXgQjqIIgL32Sz-VhsFIJvtwP2lBLUoZmvtngivl0mRvE4c4YsuyVcL5xOSVfjQ7jR9rX-aDWEbWOlIAOPOq_87GR_8pVjwskHr7hXXhk571azWvMMfOv6cg6ym6R7ge/s1600/Screenshot_2019-07-23-10-37-53-03.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAVmM-t_VwJysUkXgQjqIIgL32Sz-VhsFIJvtwP2lBLUoZmvtngivl0mRvE4c4YsuyVcL5xOSVfjQ7jR9rX-aDWEbWOlIAOPOq_87GR_8pVjwskHr7hXXhk571azWvMMfOv6cg6ym6R7ge/s320/Screenshot_2019-07-23-10-37-53-03.jpeg&quot; width=&quot;320&quot; height=&quot;60&quot; data-original-width=&quot;720&quot; data-original-height=&quot;134&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;With the help of these equations we transform the above equations of motion from system &lt;i&gt;k&lt;/i&gt; to system K, and obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFOdTOieNa8nwE7qh2zgNs4DuZKF4fufVIAM1f24enZZ94vZYxVSfSLTMXmKIiTAiF0f4rzydNZnufk79R7Ny8ByIBTv4wnCRDT-27_o5ggimTefohbpxWvHL8Z7o5Are2bRD0DqXuKN4Y/s1600/Screenshot_2019-07-23-11-49-28-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFOdTOieNa8nwE7qh2zgNs4DuZKF4fufVIAM1f24enZZ94vZYxVSfSLTMXmKIiTAiF0f4rzydNZnufk79R7Ny8ByIBTv4wnCRDT-27_o5ggimTefohbpxWvHL8Z7o5Are2bRD0DqXuKN4Y/s320/Screenshot_2019-07-23-11-49-28-01.jpeg&quot; width=&quot;320&quot; height=&quot;68&quot; data-original-width=&quot;1279&quot; data-original-height=&quot;273&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Taking the ordinary point of view we now inquire as to the “longitudinal” and the “transverse” mass of the moving electron. We write the equations (A) in the form&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP5onX618MFQ9FfRA6z1QrNpY4nI3kwJh8eymIdd2RZKvgX0N7k-cG4FmQ13PeRezfBdXC_479603AsLnM8n97Md7SKHC2Lq2avLQkntcJ3UpawFu86gTwH_3x-weEUzcmjOyNMtnxdFCE/s1600/Screenshot_2019-07-23-10-37-26-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP5onX618MFQ9FfRA6z1QrNpY4nI3kwJh8eymIdd2RZKvgX0N7k-cG4FmQ13PeRezfBdXC_479603AsLnM8n97Md7SKHC2Lq2avLQkntcJ3UpawFu86gTwH_3x-weEUzcmjOyNMtnxdFCE/s320/Screenshot_2019-07-23-10-37-26-02.jpeg&quot; width=&quot;320&quot; height=&quot;105&quot; data-original-width=&quot;686&quot; data-original-height=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;and remark firstly that &amp;#x03B5X&#39;, &amp;#x03B5Y&#39;, &amp;#x03B5Z&#39; are the components of the ponderomotive force acting upon the electron, and are so indeed as viewed in a system moving at the moment with the electron, with the same velocity as the electron. (This force might be measured, for example, by a spring balance at rest in the last-mentioned system.) Now if we call this force simply “the force acting upon the electron,”&lt;sup&gt;9&lt;/sup&gt; and maintain the equation—mass × acceleration = force—and if we also decide that the accelerations are to be measured in the stationary system K, we derive from the above equations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsBmKJ-IOvLMyhHJmSvplrgg2ZXrl3FF_zg4ybuhL42ft-NZbf25T41rYkDkYK8q2rTDwf46U6GBSHSWJq6apzUWZGqXXgdxbm-XxBsVwjaIKudqi9kAe-IOEgmi_b4AWorZmPFU7Nxeo7/s1600/Screenshot_2019-07-23-10-37-26-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsBmKJ-IOvLMyhHJmSvplrgg2ZXrl3FF_zg4ybuhL42ft-NZbf25T41rYkDkYK8q2rTDwf46U6GBSHSWJq6apzUWZGqXXgdxbm-XxBsVwjaIKudqi9kAe-IOEgmi_b4AWorZmPFU7Nxeo7/s320/Screenshot_2019-07-23-10-37-26-01.jpeg&quot; width=&quot;320&quot; height=&quot;106&quot; data-original-width=&quot;702&quot; data-original-height=&quot;233&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;With a different definition of force and acceleration we should naturally obtain other values for the masses. This shows us that in comparing different theories of the motion of the electron we must proceed very cautiously.&lt;/p&gt;

    &lt;p&gt;We remark that these results as to the mass are also valid for ponderable material points, because a ponderable material point can be made into an electron (in our sense of the word) by the addition of an electric charge, &lt;i&gt;no matter how small.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;We will now determine the kinetic energy of the electron. If an electron moves from rest at the origin of co-ordinates of the system K along the axis of X under the action of an electrostatic force X, it is clear that the energy withdrawn from the electrostatic field has the value &amp;#x222B &amp;#x03B5X dx. As the electron is to be slowly accelerated, and consequently may not give off any energy in the form of radiation, the energy withdrawn from the electrostatic field must be put down as equal to the energy of motion W of the electron. Bearing in mind that during the whole process of motion which we are considering, the first of the equations (A) applies, we therefore obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAJ84c3m_zOQSBBhjjuy-OdxWA3XC3Y_yil_ajrKVx1c8K0Bm65xYvtqcLjleyE8GfcDR3W0YPoMiPSVfVLDFaKrsLIkU4sT0MDJ6Ni_3O7kpQMCUEdLwLcCG0lxlID8YFo2Kr_Bv70D9N/s1600/Screenshot_2019-07-23-10-37-13-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAJ84c3m_zOQSBBhjjuy-OdxWA3XC3Y_yil_ajrKVx1c8K0Bm65xYvtqcLjleyE8GfcDR3W0YPoMiPSVfVLDFaKrsLIkU4sT0MDJ6Ni_3O7kpQMCUEdLwLcCG0lxlID8YFo2Kr_Bv70D9N/s320/Screenshot_2019-07-23-10-37-13-01.jpeg&quot; width=&quot;320&quot; height=&quot;72&quot; data-original-width=&quot;585&quot; data-original-height=&quot;131&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS5LAgTV3YrT1Y8pmKySbCtGKWk7MewNMgr_m33p2lovipDcnQqplnNMpg0TsPo5MWWXylKGZrumjbw5ZYJRe6uNALlnXJEADGT1o2yid4TURfJZde2juXSMwn3p9TVdOJ3LxGpBXjlk1R/s1600/Screenshot_2019-07-23-10-36-55-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS5LAgTV3YrT1Y8pmKySbCtGKWk7MewNMgr_m33p2lovipDcnQqplnNMpg0TsPo5MWWXylKGZrumjbw5ZYJRe6uNALlnXJEADGT1o2yid4TURfJZde2juXSMwn3p9TVdOJ3LxGpBXjlk1R/s320/Screenshot_2019-07-23-10-36-55-01.jpeg&quot; width=&quot;320&quot; height=&quot;105&quot; data-original-width=&quot;526&quot; data-original-height=&quot;172&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Thus, when &lt;i&gt;v&lt;/i&gt; = &lt;i&gt;c&lt;/i&gt;, W becomes infinite. Velocities greater than that of light have—as in our previous results—no possibility of existence.&lt;/p&gt;

    &lt;p&gt;This expression for the kinetic energy must also, by virtue of the argument stated above, apply to ponderable masses as well.&lt;/p&gt;

    &lt;p&gt;We will now enumerate the properties of the motion of the electron which result from the system of equations (A), and are accessible to experiment.&lt;/p&gt;

    &lt;p&gt;1. From the second equation of the system (A) it follows that an electric force Y and a magnetic force N have an equally strong deflective action on an electron moving with the velocity &lt;i&gt;v&lt;/i&gt;, when Y = N&lt;i&gt;v/c&lt;/i&gt;. Thus we see that it is possible by our theory to determine the velocity of the electron from the ratio of the magnetic power of deflexion A&lt;sub&gt;m&lt;/sub&gt; to the electric power of deflexion A&lt;sub&gt;e&lt;/sub&gt;, for any velocity, by applying the law&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjEjxWulFLMWWZTyWpkArjwWPvtDGZRGnYQTIkQUgcvqlO8xmiSctjqGf6ZBBTrKoFHWh4NB5jFhnpORQRvvPddVdyva62V6E_pq-p3c2GXlJe75HcXD9qVFP876MihnB1pbWX4mDN0AWX/s1600/Screenshot_2019-07-23-10-36-45-04.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjEjxWulFLMWWZTyWpkArjwWPvtDGZRGnYQTIkQUgcvqlO8xmiSctjqGf6ZBBTrKoFHWh4NB5jFhnpORQRvvPddVdyva62V6E_pq-p3c2GXlJe75HcXD9qVFP876MihnB1pbWX4mDN0AWX/s320/Screenshot_2019-07-23-10-36-45-04.jpeg&quot; width=&quot;320&quot; height=&quot;171&quot; data-original-width=&quot;272&quot; data-original-height=&quot;145&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;This relationship may be tested experimentally, since the velocity of the electron can be directly measured, e.g. by means of rapidly oscillating electric and magnetic fields.&lt;/p&gt;

    &lt;p&gt;2. From the deduction for the kinetic energy of the electron it follows that between the potential difference, P, traversed and the acquired velocity &lt;i&gt;v&lt;/i&gt; of the electron there must be the relationship&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE0oCtc47chy52BPN-ExrHLdLbdDCu9SYglR6Kj9qC0YGTkC72eZ45RecaMpOYhyphenhyphenm9DKNl6B0XVNE-4OEwiNh8VFarDl2EnaHOSMhcJHa-Lc1hhZWu7QTcgfpmTRJotpvQFdkQN049AJgK/s1600/Screenshot_2019-07-23-10-36-45-03.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE0oCtc47chy52BPN-ExrHLdLbdDCu9SYglR6Kj9qC0YGTkC72eZ45RecaMpOYhyphenhyphenm9DKNl6B0XVNE-4OEwiNh8VFarDl2EnaHOSMhcJHa-Lc1hhZWu7QTcgfpmTRJotpvQFdkQN049AJgK/s320/Screenshot_2019-07-23-10-36-45-03.jpeg&quot; width=&quot;320&quot; height=&quot;78&quot; data-original-width=&quot;704&quot; data-original-height=&quot;172&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;3. We calculate the radius of curvature of the path of the electron when a magnetic force N is present (as the only deflective force), acting perpendicularly to the velocity of the electron. From the second of the equations (A) we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCBgiuJbN-v3BxtUsJziXjH4QMxEFtAdpqPcxEpi4Wc_q-4DrfJ95PgPxH5mJ5_aauymYdQ7SsGAKlDtklMIHvQ8ScHqofKmnASxcQXHqCtRMvPdIpA4q_N0nhjqi-31BIaKIdXACvfY4c/s1600/Screenshot_2019-07-23-10-36-45-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCBgiuJbN-v3BxtUsJziXjH4QMxEFtAdpqPcxEpi4Wc_q-4DrfJ95PgPxH5mJ5_aauymYdQ7SsGAKlDtklMIHvQ8ScHqofKmnASxcQXHqCtRMvPdIpA4q_N0nhjqi-31BIaKIdXACvfY4c/s320/Screenshot_2019-07-23-10-36-45-02.jpeg&quot; width=&quot;320&quot; height=&quot;89&quot; data-original-width=&quot;555&quot; data-original-height=&quot;155&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;or&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhIIGgdWwNY8GXgyk1MH2AbuT4ICNnokn4EOT21HcA7gkSJKBW37TA7alu4_3p3ffDvK5ogk0rwAR9MAvF9svwEZVu7s3Z1ZM3BE9En0hgGPLNmfKRP7kOa-0pCNEMST5q7S6ywYWmH_V0/s1600/Screenshot_2019-07-23-10-36-45-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhIIGgdWwNY8GXgyk1MH2AbuT4ICNnokn4EOT21HcA7gkSJKBW37TA7alu4_3p3ffDvK5ogk0rwAR9MAvF9svwEZVu7s3Z1ZM3BE9En0hgGPLNmfKRP7kOa-0pCNEMST5q7S6ywYWmH_V0/s320/Screenshot_2019-07-23-10-36-45-01.jpeg&quot; width=&quot;320&quot; height=&quot;94&quot; data-original-width=&quot;509&quot; data-original-height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;These three relationships are a complete expression for the laws according to which, by the theory here advanced, the electron must move.&lt;/p&gt;

    &lt;p&gt;In conclusion I wish to say that in working at the problem here dealt with I have had the loyal assistance of my friend and colleague M. Besso, and that I am indebted to him for several valuable suggestions.&lt;/p&gt;

&lt;hr/&gt;

    &lt;p&gt;&lt;h4&gt;&lt;sup&gt;9&lt;/sup&gt;The definition of force here given is not advantageous, as was first shown by M. Planck. It is more to the point to define force in such a way that the laws of momentum and energy assume the simplest form.&lt;/h4&gt;&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;


  &lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/3096575887364027080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies11.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3096575887364027080'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3096575887364027080'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies11.html' title='On The Electrodynamics Of Moving Bodies part:11'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKSWbQsJLo04vimDUfso8ljodnYkobLi3VD-cSqk5z4rtx5jXSnh5ndTYvzqHnwnFCbFGiV3MQAshfYtM7A8893nPpXiVk6KhPpcrIYrmd9b2c5l4gmCvAhyB1Dis6ClApS1p7ffBzxeKw/s72-c/20190718_171416_0000.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-7200007381640126554</id><published>2019-07-22T10:49:00.001-07:00</published><updated>2019-10-24T01:30:34.183-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Relativity"/><title type='text'>On The Electrodynamics Of Moving Bodies Part:10</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head lang=&quot;en&quot;&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbZekz83The-CDAQR7-75pzLeIc5H0bZ-RNcAB3fBx2Lnn5FhfW5VO5V420KpaPeKa0X5zxig256r4Yxdnh6U8qLbe-GyCLUSveIK4431cHfFJcb__4Ld6OvpjgfIDGxAqOnFzgdEijZCl/s1600/20190718_171214_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbZekz83The-CDAQR7-75pzLeIc5H0bZ-RNcAB3fBx2Lnn5FhfW5VO5V420KpaPeKa0X5zxig256r4Yxdnh6U8qLbe-GyCLUSveIK4431cHfFJcb__4Ld6OvpjgfIDGxAqOnFzgdEijZCl/s320/20190718_171214_0000.png&quot; width=&quot;213&quot; height=&quot;320&quot; data-original-width=&quot;800&quot; data-original-height=&quot;1200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;title&gt;On The Electrodynamics Of Moving Bodies Part:10&lt;/title&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;


  &lt;/head&gt;
  &lt;body&gt;

    &lt;h2&gt;§ 9. Transformation of the Maxwell-Hertz Equations when Convection-Currents are Taken into Account&lt;/h2&gt;

    &lt;p&gt;We start from the equations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMiQ65sZr-WTmMWGB2l-5VpENWb-uuGGxJxRu0Y4BRnbfDEjI8Aa2DX9FIQr2hYOh5v7FwQwK4iL6nyKjSZVecYobIexWntnh_hmI5fZWIsvtW2ugiehZ2aytZ3cC_AfSYazbW0_VH332E/s1600/Screenshot_2019-07-22-23-22-00-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMiQ65sZr-WTmMWGB2l-5VpENWb-uuGGxJxRu0Y4BRnbfDEjI8Aa2DX9FIQr2hYOh5v7FwQwK4iL6nyKjSZVecYobIexWntnh_hmI5fZWIsvtW2ugiehZ2aytZ3cC_AfSYazbW0_VH332E/s320/Screenshot_2019-07-22-23-22-00-01.jpeg&quot; width=&quot;320&quot; height=&quot;112&quot; data-original-width=&quot;1280&quot; data-original-height=&quot;446&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;where&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGKZ6Flp-NsEEZ13UkwRX3d6Jo5ZBpWgD6vPLVGLL9XHsq85SpWJhzv1BRPZx2d_uPJgkxev9tQ5ZHZthg96d_PU6yt8FF9NXhyphenhyphen8Z8vOh6z6COa1nlSydf0auxpsy5HgRuHm5VkPh1UmQb/s1600/Screenshot_2019-07-22-23-21-31-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGKZ6Flp-NsEEZ13UkwRX3d6Jo5ZBpWgD6vPLVGLL9XHsq85SpWJhzv1BRPZx2d_uPJgkxev9tQ5ZHZthg96d_PU6yt8FF9NXhyphenhyphen8Z8vOh6z6COa1nlSydf0auxpsy5HgRuHm5VkPh1UmQb/s320/Screenshot_2019-07-22-23-21-31-01.jpeg&quot; width=&quot;320&quot; height=&quot;127&quot; data-original-width=&quot;488&quot; data-original-height=&quot;193&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;denotes 4&lt;i&gt;π&lt;/i&gt; times the density of electricity, and (&lt;i&gt;u&lt;sub&gt;x&lt;/sub&gt;&lt;/i&gt;,&lt;i&gt;u&lt;sub&gt;y&lt;/sub&gt;&lt;/i&gt;, &lt;i&gt;u&lt;sub&gt;z&lt;/sub&gt;&lt;/i&gt;) the velocity-vector of the charge. If we imagine the electric charges to be invariably coupled to small rigid bodies (ions, electrons), these equations are the electromagnetic basis of the Lorentzian electrodynamics and optics of moving bodies.&lt;/p&gt;

    &lt;p&gt;Let these equations be valid in the system K, and transform them, with the assistance of the equations of transformation given in §§ 3 and 6, to the system &lt;i&gt;k&lt;/i&gt;. We then obtain the equations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbNpkZKPgout8VoFVwxFOYQp3MUcPkFQnyqHyj76VWfnm9TPbQs3t7aOqi6p3Yl7UR1WA2eQACqjhd9vldJD_dhHh7MYse7Qt4LXA0XgsR-tNINqGa0JtMGXs62F0ZeiCmF6xcEMqzcdfP/s1600/Screenshot_2019-07-22-23-22-31-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbNpkZKPgout8VoFVwxFOYQp3MUcPkFQnyqHyj76VWfnm9TPbQs3t7aOqi6p3Yl7UR1WA2eQACqjhd9vldJD_dhHh7MYse7Qt4LXA0XgsR-tNINqGa0JtMGXs62F0ZeiCmF6xcEMqzcdfP/s320/Screenshot_2019-07-22-23-22-31-01.jpeg&quot; width=&quot;320&quot; height=&quot;109&quot; data-original-width=&quot;1280&quot; data-original-height=&quot;436&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;where&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8HltOHztbFIdmEBcMFqaO581IcruGeg5hMOX8R-htDWQTa_Sah6rdpw0fGguFxK2ooDMehSmuCMesAt3PQ5pp9NVoWEozLEh4Kpk4w-PxeO49V5d0YGtkM-FNht9a0XAE55kspCej-xSc/s1600/Screenshot_2019-07-22-23-21-11-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8HltOHztbFIdmEBcMFqaO581IcruGeg5hMOX8R-htDWQTa_Sah6rdpw0fGguFxK2ooDMehSmuCMesAt3PQ5pp9NVoWEozLEh4Kpk4w-PxeO49V5d0YGtkM-FNht9a0XAE55kspCej-xSc/s320/Screenshot_2019-07-22-23-21-11-02.jpeg&quot; width=&quot;320&quot; height=&quot;233&quot; data-original-width=&quot;583&quot; data-original-height=&quot;425&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;and&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQ8QX7qlhUwiEnzcbU-2DXFtzJuNGpJ5SH1vSFW336jXYPKTgZul9IKEeMMxdMy307RKW16YIzl1-qNvUe1OaECVGnsOOfDoT98NHnOf2toFlXDkAMuG0XN3JvZ8qJHhKbZguMiBB52Nk0/s1600/Screenshot_2019-07-22-23-21-11-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQ8QX7qlhUwiEnzcbU-2DXFtzJuNGpJ5SH1vSFW336jXYPKTgZul9IKEeMMxdMy307RKW16YIzl1-qNvUe1OaECVGnsOOfDoT98NHnOf2toFlXDkAMuG0XN3JvZ8qJHhKbZguMiBB52Nk0/s320/Screenshot_2019-07-22-23-21-11-01.jpeg&quot; width=&quot;320&quot; height=&quot;124&quot; data-original-width=&quot;628&quot; data-original-height=&quot;244&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Since—as follows from the theorem of addition of velocities (§ 5)—the vector (&lt;i&gt;u&lt;sub&gt;ξ&lt;/sub&gt;&lt;/i&gt;, &lt;i&gt;u&lt;sub&gt;η&lt;/sub&gt;&lt;/i&gt;, &lt;i&gt;u&lt;sub&gt;ζ&lt;/sub&gt;&lt;/i&gt; ) is nothing else than the velocity of the electric charge, measured in the system &lt;i&gt;k&lt;/i&gt;, we have the proof that, on the basis of our kinematical principles, the electrodynamic foundation of Lorentz’s theory of the electrodynamics of moving bodies is in agreement with the principle of relativity.&lt;/p&gt;

    &lt;p&gt;In addition I may briefly remark that the following important law may easily be deduced from the developed equations: If an electrically charged body is in motion anywhere in space without altering its charge when regarded from a system of co-ordinates moving with the body, its charge also remains—when regarded from the “stationary” system K—constant.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;


  &lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/7200007381640126554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies10.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/7200007381640126554'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/7200007381640126554'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies10.html' title='On The Electrodynamics Of Moving Bodies Part:10'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbZekz83The-CDAQR7-75pzLeIc5H0bZ-RNcAB3fBx2Lnn5FhfW5VO5V420KpaPeKa0X5zxig256r4Yxdnh6U8qLbe-GyCLUSveIK4431cHfFJcb__4Ld6OvpjgfIDGxAqOnFzgdEijZCl/s72-c/20190718_171214_0000.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-3467269149842334865</id><published>2019-07-21T22:02:00.001-07:00</published><updated>2019-10-24T01:30:19.888-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Relativity"/><title type='text'>On The Electrodynamics Of Moving Bodies Part:9</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head lang=&quot;en&quot;&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;


 &lt;title&gt;On The Electrodynamics Of Moving Bodies Part:9&lt;/title&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmrCZm2QDkz5FdUo6rpqTqpdw10Q_M0VkNhBYyIhFj19VWJlQ7nGyVfekDPcn3SQKLssJWZukNVOhzhIxzBL3Gi73fIFEwCMgY39szY7N78HEZsZR3OcSSvoFrkoOKiYyqOfL4lZc-ssy9/s1600/20190718_171027_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmrCZm2QDkz5FdUo6rpqTqpdw10Q_M0VkNhBYyIhFj19VWJlQ7nGyVfekDPcn3SQKLssJWZukNVOhzhIxzBL3Gi73fIFEwCMgY39szY7N78HEZsZR3OcSSvoFrkoOKiYyqOfL4lZc-ssy9/s320/20190718_171027_0000.png&quot; width=&quot;213&quot; height=&quot;320&quot; data-original-width=&quot;800&quot; data-original-height=&quot;1200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;


  &lt;/head&gt;
  &lt;body&gt;

    &lt;h2&gt;§ 8. Transformation of the Energy of Light Rays. Theory of the Pressure of Radiation Exerted on Perfect Reflectors&lt;/h2&gt;

    &lt;p&gt;Since A&lt;sup&gt;2&lt;/sup&gt;/8&lt;i&gt;π&lt;/i&gt; equals the energy of light per unit of volume, we have to regard A&#39;&lt;sup&gt;2&lt;/sup&gt;/8&lt;i&gt;π&lt;/i&gt;, by the principle of relativity, as the energy of light in the moving system. Thus A&#39;&lt;sup&gt;2&lt;/sup&gt;/A&lt;sup&gt;2&lt;/sup&gt; would be the ratio of the “measured in motion” to the “measured at rest” energy of a given light complex, if the volume of a light complex were the same, whether measured in K or in &lt;i&gt;k&lt;/i&gt;. But this is not the case. If &lt;i&gt;l&lt;/i&gt;, &lt;i&gt;m&lt;/i&gt;, &lt;i&gt;n&lt;/i&gt; are the direction-cosines of the wave-normals of the light in the stationary system, no energy passes through the surface elements of a spherical surface moving with the velocity of light:—&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYOvmiaNbvaCmEwWLPmeOB1JSix4d2NaNrnzGgdwxzFAnzZKvN9qa7tsO1c4m5PtlCAXKM09qhaVLN1wqQhVRmniCBS2HjKk1P9b9tkBC3WMliMIlVJ9DZpt04UPV8PQdjWcTwApIScWc9/s1600/Screenshot_2019-07-22-10-12-39-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYOvmiaNbvaCmEwWLPmeOB1JSix4d2NaNrnzGgdwxzFAnzZKvN9qa7tsO1c4m5PtlCAXKM09qhaVLN1wqQhVRmniCBS2HjKk1P9b9tkBC3WMliMIlVJ9DZpt04UPV8PQdjWcTwApIScWc9/s320/Screenshot_2019-07-22-10-12-39-02.jpeg&quot; width=&quot;320&quot; height=&quot;49&quot; data-original-width=&quot;934&quot; data-original-height=&quot;142&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;We may therefore say that this surface permanently encloses the same light complex. We inquire as to the quantity of energy enclosed by this surface, viewed in system &lt;i&gt;k&lt;/i&gt;, that is, as to the energy of the light complex relatively to the system &lt;i&gt;k&lt;/i&gt;&lt;/p&gt;

    &lt;p&gt;The spherical surface—viewed in the moving system—is an ellipsoidal surface, the equation for which, at the time &lt;i&gt;τ&lt;/i&gt; = 0, is&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiHxnTU88KMWRvsnFSrILJznWWBig548QaZgNC7LQReY5lQ-STFuUnRNGRi5KuC0AesL15vcHiJ-z0_kgziKzvLnnBH5qV-TGLp2uqhjiv2xfnI9cexPJVp1WGrCuSwKgYzrnI78myLZnu/s1600/Screenshot_2019-07-22-10-12-39-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiHxnTU88KMWRvsnFSrILJznWWBig548QaZgNC7LQReY5lQ-STFuUnRNGRi5KuC0AesL15vcHiJ-z0_kgziKzvLnnBH5qV-TGLp2uqhjiv2xfnI9cexPJVp1WGrCuSwKgYzrnI78myLZnu/s320/Screenshot_2019-07-22-10-12-39-01.jpeg&quot; width=&quot;320&quot; height=&quot;38&quot; data-original-width=&quot;1232&quot; data-original-height=&quot;146&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;If S is the volume of the sphere, and S&#39; that of this ellipsoid, then by a simple calculation&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgefVwLyOp_992nGjwdAPVBw0GgCbPzPv11PgqNt2Es3affiQExHU1CQv6NChdZPVzdaipr__aPeJIkiehTj_JqEryWxGmVwJ2AOgq-LN3hfKTZartaRoUKrDevULHeNJFDaHJ5BH8aLO0N/s1600/Screenshot_2019-07-22-10-12-07-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgefVwLyOp_992nGjwdAPVBw0GgCbPzPv11PgqNt2Es3affiQExHU1CQv6NChdZPVzdaipr__aPeJIkiehTj_JqEryWxGmVwJ2AOgq-LN3hfKTZartaRoUKrDevULHeNJFDaHJ5BH8aLO0N/s320/Screenshot_2019-07-22-10-12-07-02.jpeg&quot; width=&quot;320&quot; height=&quot;117&quot; data-original-width=&quot;467&quot; data-original-height=&quot;171&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Thus, if we call the light energy enclosed by this surface E when it is measured in the stationary system, and E&#39; when measured in the moving system, we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7tR7NU2rmoe8YFIys-2Vl4eY_AVkFqw75HmNdYQ7Plda_h32wR_uRyHndiXWS-Y_WbuHCSO55b2m6llyUWZAOA_3wFkUIk2Q9yOKfZ5mCgo6cnA37ljH7JUTFv4QjGAKRxXWynF6MWhLI/s1600/Screenshot_2019-07-22-10-12-07-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7tR7NU2rmoe8YFIys-2Vl4eY_AVkFqw75HmNdYQ7Plda_h32wR_uRyHndiXWS-Y_WbuHCSO55b2m6llyUWZAOA_3wFkUIk2Q9yOKfZ5mCgo6cnA37ljH7JUTFv4QjGAKRxXWynF6MWhLI/s320/Screenshot_2019-07-22-10-12-07-01.jpeg&quot; width=&quot;320&quot; height=&quot;90&quot; data-original-width=&quot;614&quot; data-original-height=&quot;172&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;and this formula, when &lt;i&gt;φ&lt;/i&gt; = 0, simplifies into&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDqIjAfKuZDJ-uiH8cz2zu0cx-2azXwGGdxYEDHXLJuX9buix_a5LxIbzRWP5uNOTkeWhGFO8Yd9aCifI80f0lyXuA1_HhW5ES-BGQ4xluIBqXsrCj9PbF4Vnu-fAanYkZ_Snzyh5HpmUa/s1600/Screenshot_2019-07-22-10-11-57-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDqIjAfKuZDJ-uiH8cz2zu0cx-2azXwGGdxYEDHXLJuX9buix_a5LxIbzRWP5uNOTkeWhGFO8Yd9aCifI80f0lyXuA1_HhW5ES-BGQ4xluIBqXsrCj9PbF4Vnu-fAanYkZ_Snzyh5HpmUa/s320/Screenshot_2019-07-22-10-11-57-01.jpeg&quot; width=&quot;320&quot; height=&quot;165&quot; data-original-width=&quot;410&quot; data-original-height=&quot;211&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;It is remarkable that the energy and the frequency of a light complex vary with the state of motion of the observer in accordance with the same law.&lt;/p&gt;

    &lt;p&gt;Now let the co-ordinate plane &lt;i&gt;ξ&lt;/i&gt; = 0 be a perfectly reflecting surface, at which the plane waves considered in § 7 are reflected. We seek for the pressure of light exerted on the reflecting surface, and for the direction, frequency, and intensity of the light after reflexion.&lt;/p&gt;

    &lt;p&gt;Let the incidental light be defined by the quantities A, cos &lt;i&gt;φ&lt;/i&gt;, &lt;i&gt;ν&lt;/i&gt;(referred to system K). Viewed from &lt;i&gt;k&lt;/i&gt; the corresponding quantities are&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhTbOLauSs3a3WM6nSxdMzBc8EkIWBY2EqRTvQ4AcV_iFPWm7wavtrtgzPd1mkfrQCAC_iVj6s5kG_hky8I9jCeKs_O2Pwk_6RgELSSPkPQzxHQOnV5CaYyFiW02tbmlJ0bm_t-0O0ei3i/s1600/Screenshot_2019-07-22-10-11-48-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhTbOLauSs3a3WM6nSxdMzBc8EkIWBY2EqRTvQ4AcV_iFPWm7wavtrtgzPd1mkfrQCAC_iVj6s5kG_hky8I9jCeKs_O2Pwk_6RgELSSPkPQzxHQOnV5CaYyFiW02tbmlJ0bm_t-0O0ei3i/s320/Screenshot_2019-07-22-10-11-48-02.jpeg&quot; width=&quot;320&quot; height=&quot;230&quot; data-original-width=&quot;616&quot; data-original-height=&quot;442&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;For the reflected light, referring the process to system &lt;i&gt;k&lt;/i&gt;, we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLQ-050wXLwXhtnegLWVU-y5fbvj3oXKJqhbPu5gAMJtdJ49KGi7zy4d0Xw53pZuSPnE3-f4834TKhJqQrZhkhloVaWAytyAQHhWRVLle8fjM9Fm4TIhlJpz7c7nbyB5cxvdH_OQ700NBP/s1600/Screenshot_2019-07-22-10-11-48-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLQ-050wXLwXhtnegLWVU-y5fbvj3oXKJqhbPu5gAMJtdJ49KGi7zy4d0Xw53pZuSPnE3-f4834TKhJqQrZhkhloVaWAytyAQHhWRVLle8fjM9Fm4TIhlJpz7c7nbyB5cxvdH_OQ700NBP/s320/Screenshot_2019-07-22-10-11-48-01.jpeg&quot; width=&quot;320&quot; height=&quot;172&quot; data-original-width=&quot;446&quot; data-original-height=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Finally, by transforming back to the stationary system K, we obtain for the reflected light&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTXC0W8JzMIuzXAKKFsL4xz3RKyLnmxDvc4v1e6DFIvzRK4ctw5HBTyO_EhVoR9FujR_M-tf56N0m5d6_9i79vSX6GtLqcrgPMlJSdZrykwi0XaclxTw-w9T68xFozFiaaUvNdSXR8CojA/s1600/Screenshot_2019-07-22-10-12-53-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTXC0W8JzMIuzXAKKFsL4xz3RKyLnmxDvc4v1e6DFIvzRK4ctw5HBTyO_EhVoR9FujR_M-tf56N0m5d6_9i79vSX6GtLqcrgPMlJSdZrykwi0XaclxTw-w9T68xFozFiaaUvNdSXR8CojA/s320/Screenshot_2019-07-22-10-12-53-01.jpeg&quot; width=&quot;320&quot; height=&quot;127&quot; data-original-width=&quot;1230&quot; data-original-height=&quot;488&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;The energy (measured in the stationary system) which is incident upon unit area of the mirror in unit time is evidently A&lt;sup&gt;2&lt;/sup&gt;(&lt;i&gt;c&lt;/i&gt; cos &lt;i&gt;φ&lt;/i&gt;−&lt;i&gt;v&lt;/i&gt;)/8&lt;i&gt;π&lt;/i&gt;. The energy leaving the unit of surface of the mirror in the unit of time is A&#39;&#39;&#39;&lt;sup&gt;2&lt;/sup&gt;(−&lt;i&gt;c&lt;/i&gt; cos &lt;i&gt;φ&lt;/i&gt;&#39;&#39;&#39; +&lt;i&gt;v&lt;/i&gt;)/8&lt;i&gt;π&lt;/i&gt;.&lt;/p&gt;

    &lt;p&gt;The difference of these two expressions is, by the principle of energy, the work done by the pressure of light in the unit of time. If we set down this work as equal to the product P&lt;i&gt;v&lt;/i&gt;, where P is the pressure of light, we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkxG6azLwzEMSTSjJyKKW_d4TjHYrXb5BKipkz7RaWPxgkOL1zxKc6wsy-34QExPNH0e5pnurx2KcV8mBcdpMBkZ0EAi5c9RQahtMklsTTDzd73zA7_EiV3WLx50lFTQ5FkW0V2aZZ-214/s1600/Screenshot_2019-07-22-10-11-30-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkxG6azLwzEMSTSjJyKKW_d4TjHYrXb5BKipkz7RaWPxgkOL1zxKc6wsy-34QExPNH0e5pnurx2KcV8mBcdpMBkZ0EAi5c9RQahtMklsTTDzd73zA7_EiV3WLx50lFTQ5FkW0V2aZZ-214/s320/Screenshot_2019-07-22-10-11-30-02.jpeg&quot; width=&quot;320&quot; height=&quot;80&quot; data-original-width=&quot;517&quot; data-original-height=&quot;129&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;In agreement with experiment and with other theories, we obtain to a first approximation&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFgDQVSnA9vDIGJ23r5w6F9p-V8MkeXWOr12RoOQHI1xGEhpYJNPTTEIXiqUwGp1OAFQIQeFc1e8WhyVmdXpHTz341QSVr7TlIH93H7HIIhDuRiwXVOi7wUez3wEJzcg2KgPTucsxKSC2d/s1600/Screenshot_2019-07-22-10-11-30-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFgDQVSnA9vDIGJ23r5w6F9p-V8MkeXWOr12RoOQHI1xGEhpYJNPTTEIXiqUwGp1OAFQIQeFc1e8WhyVmdXpHTz341QSVr7TlIH93H7HIIhDuRiwXVOi7wUez3wEJzcg2KgPTucsxKSC2d/s320/Screenshot_2019-07-22-10-11-30-01.jpeg&quot; width=&quot;320&quot; height=&quot;113&quot; data-original-width=&quot;402&quot; data-original-height=&quot;142&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;All problems in the optics of moving bodies can be solved by the method here employed. What is essential is, that the electric and magnetic force of the light which is influenced by a moving body, be transformed into a system of co-ordinates at rest relatively to the body. By this means all problems in the optics of moving bodies will be reduced to a series of problems in the optics of stationary bodies.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;


  &lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/3467269149842334865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies9.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3467269149842334865'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3467269149842334865'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies9.html' title='On The Electrodynamics Of Moving Bodies Part:9'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmrCZm2QDkz5FdUo6rpqTqpdw10Q_M0VkNhBYyIhFj19VWJlQ7nGyVfekDPcn3SQKLssJWZukNVOhzhIxzBL3Gi73fIFEwCMgY39szY7N78HEZsZR3OcSSvoFrkoOKiYyqOfL4lZc-ssy9/s72-c/20190718_171027_0000.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-6996936912769145969</id><published>2019-07-20T23:18:00.002-07:00</published><updated>2019-10-24T01:30:07.498-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Relativity"/><title type='text'>On The Electrodynamics Of Moving Bodies Part:8</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head lang=&quot;en&quot;&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;


&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-Xa6UPGZvzz4jvmkR9jggr2OFXPfmxuVklRpITA5CFvj_CjdE_3WvWO4o3Uikp84Rn2rVI83MyeSW69lAJ8UL540bKUlz9vC7Rn70MlYGc5ZNQl80QJqdXR_G_E5P6cI6TXM7n8dLV123/s1600/20190718_170945_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-Xa6UPGZvzz4jvmkR9jggr2OFXPfmxuVklRpITA5CFvj_CjdE_3WvWO4o3Uikp84Rn2rVI83MyeSW69lAJ8UL540bKUlz9vC7Rn70MlYGc5ZNQl80QJqdXR_G_E5P6cI6TXM7n8dLV123/s320/20190718_170945_0000.png&quot; width=&quot;213&quot; height=&quot;320&quot; data-original-width=&quot;800&quot; data-original-height=&quot;1200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

 &lt;title&gt;On The Electrodynamics Of Moving Bodies Part:8&lt;/title&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;


&lt;/head&gt;
&lt;body&gt;

    &lt;h2&gt;§ 7. Theory of Doppler’s Principle and of Aberration&lt;/h2&gt;

    &lt;p&gt;In the system K, very far from the origin of co-ordinates, let there be a source of electrodynamic waves, which in a part of space containing the origin of co-ordinates may be represented to a sufficient degree of approximation by the equations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2K0oVkdu5jSCZ23fxHk_OX6hyphenhyphen7HutkbRgL7wKMkmDHMYPEIZoz4mQfox8G8-4zIis13h6eKt93FBuNqAY_u1D5XeGFqRLFE7gP4U1l1gq-BmkJkndaYbJnCAV-ZRikfhPMFYbuBD6ixmJ/s1600/Screenshot_2019-07-21-11-35-57-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2K0oVkdu5jSCZ23fxHk_OX6hyphenhyphen7HutkbRgL7wKMkmDHMYPEIZoz4mQfox8G8-4zIis13h6eKt93FBuNqAY_u1D5XeGFqRLFE7gP4U1l1gq-BmkJkndaYbJnCAV-ZRikfhPMFYbuBD6ixmJ/s320/Screenshot_2019-07-21-11-35-57-01.jpeg&quot; width=&quot;320&quot; height=&quot;126&quot; data-original-width=&quot;583&quot; data-original-height=&quot;230&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;where&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ5lZZM9Ks3gAWeY90J82Z7x4xk-7u6vah1lnbwh00oCanDAHiQdGfiaTEz9psvdTny_qRIo65BMH6ZKHhZd4_JlnBC3fFvxM_ad4Kd_AyC_9SuZvq5iJXS8X4-IM-dGTnNB1Ndh2RfYuh/s1600/Screenshot_2019-07-21-11-35-57-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ5lZZM9Ks3gAWeY90J82Z7x4xk-7u6vah1lnbwh00oCanDAHiQdGfiaTEz9psvdTny_qRIo65BMH6ZKHhZd4_JlnBC3fFvxM_ad4Kd_AyC_9SuZvq5iJXS8X4-IM-dGTnNB1Ndh2RfYuh/s320/Screenshot_2019-07-21-11-35-57-02.jpeg&quot; width=&quot;320&quot; height=&quot;86&quot; data-original-width=&quot;568&quot; data-original-height=&quot;152&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;Here (X&#39;, Y&#39;, Z&#39;) and (L&lt;sub&gt;0&lt;/sub&gt;, M&lt;sub&gt;0&lt;/sub&gt;, N&lt;sub&gt;0&lt;/sub&gt;) are the vectors defining the amplitude of the wave-train, and &lt;i&gt;l, m, n&lt;/i&gt; the direction-cosines of the wave-normals. We wish to know the constitution of these waves, when they are examined by an observer at rest in the moving system &lt;i&gt;k&lt;/i&gt;.&lt;/p&gt;

    &lt;p&gt;Applying the equations of transformation found in § 6 for electric and magnetic forces, and those found in § 3 for the co-ordinates and the time, we obtain directly&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhswIEtzCDqQgST2e2uQFVN4RLPxUMS62x0_8hmyQynC64SiAuFQDmqPCCtG-BoIUnFYcYzIQQ422QfiPOjv3EPrQ07xV63L8ZGV2l46gdgYlzZ1XQ23z79oMbA5SEyZznonY85-l756rpJ/s1600/Screenshot_2019-07-21-11-36-26-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhswIEtzCDqQgST2e2uQFVN4RLPxUMS62x0_8hmyQynC64SiAuFQDmqPCCtG-BoIUnFYcYzIQQ422QfiPOjv3EPrQ07xV63L8ZGV2l46gdgYlzZ1XQ23z79oMbA5SEyZznonY85-l756rpJ/s320/Screenshot_2019-07-21-11-36-26-01.jpeg&quot; width=&quot;320&quot; height=&quot;91&quot; data-original-width=&quot;1280&quot; data-original-height=&quot;364&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;where&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2_yTSk4dHiKUAviKQTIv-M8HWjQuJnuX3y8VGmXIdj_2I1_DA3QE8w7whivX9I9G9g-ZcAdYJgY3NdeVJ4xB2oBLpZO7-fUvVKKhHOn-L7m7Y9fswaeaZ4fF-3acraVI-ULiLZ8odddoh/s1600/Screenshot_2019-07-21-11-36-57-03.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2_yTSk4dHiKUAviKQTIv-M8HWjQuJnuX3y8VGmXIdj_2I1_DA3QE8w7whivX9I9G9g-ZcAdYJgY3NdeVJ4xB2oBLpZO7-fUvVKKhHOn-L7m7Y9fswaeaZ4fF-3acraVI-ULiLZ8odddoh/s320/Screenshot_2019-07-21-11-36-57-03.jpeg&quot; width=&quot;320&quot; height=&quot;285&quot; data-original-width=&quot;501&quot; data-original-height=&quot;446&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;From the equation for &lt;i&gt;ω&#39;&lt;/i&gt; it follows that if an observer is moving with velocity &lt;i&gt;v&lt;/i&gt; relatively to an infinitely distant source of light of frequency &lt;i&gt;ν,&lt;/i&gt; in such a way that the connecting line “source-observer” makes the angle &lt;i&gt;φ&lt;/i&gt; with the velocity of the observer referred to a system of co-ordinates which is at rest relatively to the source of light, the frequency &lt;i&gt;v&#39;&lt;/i&gt; of the light perceived by the observer is given by the equation&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3wWYykG0KsP78aFLn6G10hchnnLgK7xoBAsDtXJfoNuweJzoaUR-40wfR0BwSyWOIsGxPnaAHON9QXFPVJZITZ1IhAy4QNUrvb4XSWzk53xjbPjJXA-aTzFpvD520IatBYbnIFndLLBZg/s1600/Screenshot_2019-07-21-11-36-57-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3wWYykG0KsP78aFLn6G10hchnnLgK7xoBAsDtXJfoNuweJzoaUR-40wfR0BwSyWOIsGxPnaAHON9QXFPVJZITZ1IhAy4QNUrvb4XSWzk53xjbPjJXA-aTzFpvD520IatBYbnIFndLLBZg/s320/Screenshot_2019-07-21-11-36-57-02.jpeg&quot; width=&quot;320&quot; height=&quot;131&quot; data-original-width=&quot;445&quot; data-original-height=&quot;182&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;This is Doppler’s principle for any velocities whatever. When &lt;i&gt;φ&lt;/i&gt; = 0 the equation assumes the perspicuous form&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhp1ygs9jRrxbO6StKRlu9gLphzzVvqYGkffa_9y9XnG0xD5jt51FnC5wILxNyFcv8ToiXQ2VJD2hY8SBJS-5xzZ3dWC2330aEL1t9tMfDPkSTzPnY7_SUBlxVTIMO1Le2TB1jpHzXOTxld/s1600/Screenshot_2019-07-21-11-36-57-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhp1ygs9jRrxbO6StKRlu9gLphzzVvqYGkffa_9y9XnG0xD5jt51FnC5wILxNyFcv8ToiXQ2VJD2hY8SBJS-5xzZ3dWC2330aEL1t9tMfDPkSTzPnY7_SUBlxVTIMO1Le2TB1jpHzXOTxld/s320/Screenshot_2019-07-21-11-36-57-01.jpeg&quot; width=&quot;320&quot; height=&quot;143&quot; data-original-width=&quot;395&quot; data-original-height=&quot;177&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;We see that, in contrast with the customary view, when &lt;i&gt;v&lt;/i&gt; = −&lt;i&gt;c&lt;/i&gt;, &lt;i&gt;ν&#39;&lt;/i&gt; = &lt;i&gt;∞&lt;/i&gt;.&lt;/p&gt;

    &lt;p&gt;If we call the angle between the wave normal (direction of the ray) in the moving system and the connecting line “source observer” &lt;i&gt;φ&#39;&lt;/i&gt;, the equation for &lt;i&gt;φ&#39;&lt;sup&gt;†&lt;/sup&gt;&lt;/i&gt; assumes the form&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhk9sakg00HM7MPswSWssilUnu-3KSpDw4OJlIW98z2cE498_VwJJvI5sfVxdVj03Zb3B-FuoWK_MYUuW9a-2yY6yjeiPRHGXqkbkeisLrdFMZkiTLhhrBKst6wn2U6n3v17M9F94qddKUk/s1600/Screenshot_2019-07-21-11-37-20-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhk9sakg00HM7MPswSWssilUnu-3KSpDw4OJlIW98z2cE498_VwJJvI5sfVxdVj03Zb3B-FuoWK_MYUuW9a-2yY6yjeiPRHGXqkbkeisLrdFMZkiTLhhrBKst6wn2U6n3v17M9F94qddKUk/s320/Screenshot_2019-07-21-11-37-20-02.jpeg&quot; width=&quot;320&quot; height=&quot;103&quot; data-original-width=&quot;525&quot; data-original-height=&quot;169&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;This equation expresses the law of aberration in its most general form. If &lt;i&gt;φ&lt;/i&gt; = &lt;sup&gt;1&lt;/sup&gt;&amp;#x2044&lt;sub&gt;2&lt;/sub&gt;&lt;i&gt;π,&lt;/i&gt; the equation becomes simply&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirGduMmbL-9FzvFPO36fiFayzCEeWPnRWGjo7wqx_BfRSNT6aWgJ0UChYitkvbODQO5h8SRGFMqDm4Tq04Ze4WhfiAxQQMAJD9ZbGl-JHuWl8d4iWamQ4XnnEu_slpERTKTtPakWIyHLQi/s1600/Screenshot_2019-07-21-11-37-20-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirGduMmbL-9FzvFPO36fiFayzCEeWPnRWGjo7wqx_BfRSNT6aWgJ0UChYitkvbODQO5h8SRGFMqDm4Tq04Ze4WhfiAxQQMAJD9ZbGl-JHuWl8d4iWamQ4XnnEu_slpERTKTtPakWIyHLQi/s320/Screenshot_2019-07-21-11-37-20-01.jpeg&quot; width=&quot;320&quot; height=&quot;102&quot; data-original-width=&quot;379&quot; data-original-height=&quot;121&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;We still have to find the amplitude of the waves, as it appears in the moving system. If we call the amplitude of the electric or magnetic force A or A&#39; respectively, accordingly as it is measured in the stationary system or in the moving system, we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFNWMlHG_zPD4FLYI59nZESNg3J-NPa4Fp3oDrDoBPOh3C-FFUWUMwOV6UVvEtjztHQ1et8Tg9EgJf8baM0kdpPEE1p1k9RKl9nSSX2x1QAyM_fbvQHFnUfMBnSD5scGO1ynzD97ut76GV/s1600/Screenshot_2019-07-21-11-37-54-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFNWMlHG_zPD4FLYI59nZESNg3J-NPa4Fp3oDrDoBPOh3C-FFUWUMwOV6UVvEtjztHQ1et8Tg9EgJf8baM0kdpPEE1p1k9RKl9nSSX2x1QAyM_fbvQHFnUfMBnSD5scGO1ynzD97ut76GV/s320/Screenshot_2019-07-21-11-37-54-02.jpeg&quot; width=&quot;320&quot; height=&quot;104&quot; data-original-width=&quot;537&quot; data-original-height=&quot;174&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;which equation, if &lt;i&gt;φ&lt;/i&gt; = 0, simplifies into&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0rOvVa68vI3RI9KIpOAAz_dIHmjSQh8pvzK7DpgmDCzOVyPKJOzd9B455Xj8BciQjt0SAHKVoFhJgUKizdVgnu_ImGevD6CB2RMBmEoSuAQuY-AWTMBzpT3BRIJPSHXXqUMS9-8udSHfu/s1600/Screenshot_2019-07-21-11-37-54-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0rOvVa68vI3RI9KIpOAAz_dIHmjSQh8pvzK7DpgmDCzOVyPKJOzd9B455Xj8BciQjt0SAHKVoFhJgUKizdVgnu_ImGevD6CB2RMBmEoSuAQuY-AWTMBzpT3BRIJPSHXXqUMS9-8udSHfu/s320/Screenshot_2019-07-21-11-37-54-01.jpeg&quot; width=&quot;320&quot; height=&quot;122&quot; data-original-width=&quot;442&quot; data-original-height=&quot;169&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;It follows from these results that to an observer approaching a source of light with the velocity &lt;i&gt;c,&lt;/i&gt; this source of light must appear of infinite intensity.&lt;/p&gt;

&lt;hr /&gt;

    &lt;p&gt;&lt;h4&gt;&lt;sup&gt;†&lt;/sup&gt;Editor’s note: Erroneously given as &lt;i&gt;“l&#39;”&lt;/i&gt; in the 1923 English translation, propagating an error, despite a change in symbols, from the original 1905 paper.&lt;/h4&gt;&lt;/p&gt;


&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/6996936912769145969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies8.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/6996936912769145969'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/6996936912769145969'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies8.html' title='On The Electrodynamics Of Moving Bodies Part:8'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-Xa6UPGZvzz4jvmkR9jggr2OFXPfmxuVklRpITA5CFvj_CjdE_3WvWO4o3Uikp84Rn2rVI83MyeSW69lAJ8UL540bKUlz9vC7Rn70MlYGc5ZNQl80QJqdXR_G_E5P6cI6TXM7n8dLV123/s72-c/20190718_170945_0000.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-4606623389914498410</id><published>2019-07-19T08:31:00.000-07:00</published><updated>2019-10-24T01:29:46.603-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Relativity"/><title type='text'>On The Electrodynamics Of Moving Bodies Part:7</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head lang=&quot;en&quot;&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;


    &lt;title&gt;On The Electrodynamics Of Moving Bodies Part:7&lt;/title&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6F_DEG_jwgOS2byucRAHkQYJe1A5R13t59MKoHfO9rV_2GGP6rH4bCD-aLiNAgd0P6KdFvZX0DTq3fwJjVLwjnxNTr0WJ0dWoAFGrllcCt7W62bDEIdqy2ZHVJkJ3zB4atdmlmK1C4-Ql/s1600/20190718_170844_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6F_DEG_jwgOS2byucRAHkQYJe1A5R13t59MKoHfO9rV_2GGP6rH4bCD-aLiNAgd0P6KdFvZX0DTq3fwJjVLwjnxNTr0WJ0dWoAFGrllcCt7W62bDEIdqy2ZHVJkJ3zB4atdmlmK1C4-Ql/s320/20190718_170844_0000.png&quot; width=&quot;213&quot; height=&quot;320&quot; data-original-width=&quot;800&quot; data-original-height=&quot;1200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;


  &lt;/head&gt;
  &lt;body&gt;

    &lt;h1&gt;II. ELECTRODYNAMICAL PART&lt;/h1&gt;

&lt;h2&gt;§ 6. Transformation of the Maxwell-Hertz Equations for Empty Space. On the Nature of the Electromotive Forces Occurring in a Magnetic Field During Motion&lt;/h2&gt;


    &lt;p&gt;Let the Maxwell-Hertz equations for empty space hold good for the stationary system K, so that we have&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDG8B0ltsVDeu9eChutxuFABt6owgkRmX4sARvXuac0Am4cMCFU4U_cXV-s5mVy6koarMzFhjL3Twt6AAdnchFBTYqJuDFgecG-xROSlSuQZuLK4G4iBDw-bY_svF8CRNj_BhMTglTiULr/s1600/Screenshot_2019-07-19-21-10-12-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDG8B0ltsVDeu9eChutxuFABt6owgkRmX4sARvXuac0Am4cMCFU4U_cXV-s5mVy6koarMzFhjL3Twt6AAdnchFBTYqJuDFgecG-xROSlSuQZuLK4G4iBDw-bY_svF8CRNj_BhMTglTiULr/s320/Screenshot_2019-07-19-21-10-12-01.jpeg&quot; width=&quot;320&quot; height=&quot;129&quot; data-original-width=&quot;964&quot; data-original-height=&quot;390&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;where (X, Y, Z) denotes the vector of the electric force, and (L, M, N) that of the magnetic force.&lt;/p&gt;

&lt;p&gt;If we apply to these equations the transformation developed in § 3, by referring the electromagnetic processes to the system of co-ordinates there introduced, moving with the velocity &lt;i&gt;v&lt;/i&gt;, we obtain the equations &lt;sup&gt;†&lt;/sup&gt;&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVpF_4XKtaK7Sbt3hJZwiSGAgjvHrMF1dHZK70lOLIZm5hm7xnQgm5ro1K3tESTl5jpLetu4vTprJLLKlWPFJXkBAC0ORh7kzDTh93zeMlJZ_vlyeVrMyh1j4EFvWVfGJAJcx9T8Zp80Gd/s1600/Screenshot_2019-07-19-21-10-32-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVpF_4XKtaK7Sbt3hJZwiSGAgjvHrMF1dHZK70lOLIZm5hm7xnQgm5ro1K3tESTl5jpLetu4vTprJLLKlWPFJXkBAC0ORh7kzDTh93zeMlJZ_vlyeVrMyh1j4EFvWVfGJAJcx9T8Zp80Gd/s320/Screenshot_2019-07-19-21-10-32-01.jpeg&quot; width=&quot;320&quot; height=&quot;136&quot; data-original-width=&quot;1251&quot; data-original-height=&quot;530&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;where&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWLA7uYDEAyGkOQpCINs8dMvi1t8FzfnU-id2x3WhlpppDLzCwp9FzFpXDLE49hn8I-0EETFDoh9yRabLq0PN9yRnM1h5feBAwz85hOk-loyM2nfo4gM6x9EQ0Yi2I9fZgN342xzKjT7LG/s1600/Screenshot_2019-07-19-21-10-32-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWLA7uYDEAyGkOQpCINs8dMvi1t8FzfnU-id2x3WhlpppDLzCwp9FzFpXDLE49hn8I-0EETFDoh9yRabLq0PN9yRnM1h5feBAwz85hOk-loyM2nfo4gM6x9EQ0Yi2I9fZgN342xzKjT7LG/s320/Screenshot_2019-07-19-21-10-32-02.jpeg&quot; width=&quot;320&quot; height=&quot;89&quot; data-original-width=&quot;409&quot; data-original-height=&quot;114&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Now the principle of relativity requires that if the Maxwell-Hertz equations for empty space hold good in system K, they also hold good in system &lt;i&gt;k;&lt;/i&gt; that is to say that the vectors of the electric and the magnetic force—(X&#39;, Y&#39;, Z&#39; ) and (L&#39;, M, N&#39;)—of the moving system &lt;i&gt;k,&lt;/i&gt; which are defined by their ponderomotive effects on electric or magnetic masses respectively, satisfy the following equations:—&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8ko_UG1qDiv3Ga8cVt7m36Ow8HIt8DqvzJklaeq_Dt5frf7qQcvuje5Z_Miohrjs4yjNbREllc0KfWZA92Sltyd30UNzNOuKkMuHss_U224MJRENI99vRb0nkXJekIwiBX4omNaDTt77M/s1600/Screenshot_2019-07-19-21-10-41-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8ko_UG1qDiv3Ga8cVt7m36Ow8HIt8DqvzJklaeq_Dt5frf7qQcvuje5Z_Miohrjs4yjNbREllc0KfWZA92Sltyd30UNzNOuKkMuHss_U224MJRENI99vRb0nkXJekIwiBX4omNaDTt77M/s320/Screenshot_2019-07-19-21-10-41-01.jpeg&quot; width=&quot;320&quot; height=&quot;104&quot; data-original-width=&quot;1032&quot; data-original-height=&quot;336&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;hr /&gt;
    &lt;p&gt;&lt;h4&gt;&lt;sup&gt;†&lt;/sup&gt;Editor’s note: In the 1923 English translation, the quantities &lt;i&gt;“ζ”&lt;/i&gt; and &lt;i&gt;“ξ”&lt;/i&gt; were interchanged in the second equation. They were given correctly in the the original 1905 paper.&lt;/h4&gt;&lt;/p&gt;

    &lt;p&gt;Evidently the two systems of equations found for system &lt;i&gt;k&lt;/i&gt; must express exactly the same thing, since both systems of equations are equivalent to the Maxwell-Hertz equations for system K. Since, further, the equations of the two systems agree, with the exception of the symbols for the vectors, it follows that the functions occurring in the systems of equations at corresponding places must agree, with the exception of a factor &lt;i&gt;ψ(v)&lt;/i&gt;, which is common for all functions of the one system of equations, and is independent of &lt;i&gt;ξ, η, ζ&lt;/i&gt; and &lt;i&gt;τ&lt;/i&gt; but depends upon &lt;i&gt;v.&lt;/i&gt; Thus we have the relations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE0S5uJaFEBJmLHihFB4dATdvATHNnKR58pfrc5lh-l6tyaDndzDQLh9A3-n4zNCXccezPwmKgaqhjzw2CIyvJq4fftJ3HX9aitfsRSS_HskKEMrZAVwJbP5l_la5aEivVfp-W-5zhfL2G/s1600/Screenshot_2019-07-19-21-11-09-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE0S5uJaFEBJmLHihFB4dATdvATHNnKR58pfrc5lh-l6tyaDndzDQLh9A3-n4zNCXccezPwmKgaqhjzw2CIyvJq4fftJ3HX9aitfsRSS_HskKEMrZAVwJbP5l_la5aEivVfp-W-5zhfL2G/s320/Screenshot_2019-07-19-21-11-09-01.jpeg&quot; width=&quot;320&quot; height=&quot;71&quot; data-original-width=&quot;970&quot; data-original-height=&quot;214&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;If we now form the reciprocal of this system of equations, firstly by solving the equations just obtained, and secondly by applying the equations to the inverse transformation (from &lt;i&gt;k&lt;/i&gt; to K), which is characterized by the velocity −&lt;i&gt;v,&lt;/i&gt; it follows, when we consider that the two systems of equations thus obtained must be identical, that &lt;i&gt;ψ(v)ψ(−v)&lt;/i&gt; = 1. Further, from reasons of symmetry&lt;sup&gt;8&lt;/sup&gt; and therefore&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNJEDOtJjJnuWfNkmwPlRc1VGlaAF0ItKmVoFG_tlvkyV-tyrEomOFROScr0Gf4pL7zGrVxlmVg4TJOi4Ai_UARWvhVEUyE9XOuM39DOWj1niPYvWgp6cSwCIBkDZnxfn4wPNWSKXNiTtn/s1600/Screenshot_2019-07-19-21-11-20-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNJEDOtJjJnuWfNkmwPlRc1VGlaAF0ItKmVoFG_tlvkyV-tyrEomOFROScr0Gf4pL7zGrVxlmVg4TJOi4Ai_UARWvhVEUyE9XOuM39DOWj1niPYvWgp6cSwCIBkDZnxfn4wPNWSKXNiTtn/s320/Screenshot_2019-07-19-21-11-20-02.jpeg&quot; width=&quot;320&quot; height=&quot;116&quot; data-original-width=&quot;284&quot; data-original-height=&quot;103&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;and our equations assume the form&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTTyotJ8py6fIpH2hcuHwQhyphenhyphenOZoAlb4vLomn8XeaRXyhYJ1lS2mA81TRq8NjhCfUzspp2Yqu-8z-x-7oLNHfkZcyUV_clXiV2akPG90Hdz7g1QH2um61_2JtDCbSWpWD4m3DCV7zzDZi2B/s1600/Screenshot_2019-07-19-21-11-20-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTTyotJ8py6fIpH2hcuHwQhyphenhyphenOZoAlb4vLomn8XeaRXyhYJ1lS2mA81TRq8NjhCfUzspp2Yqu-8z-x-7oLNHfkZcyUV_clXiV2akPG90Hdz7g1QH2um61_2JtDCbSWpWD4m3DCV7zzDZi2B/s320/Screenshot_2019-07-19-21-11-20-01.jpeg&quot; width=&quot;320&quot; height=&quot;78&quot; data-original-width=&quot;836&quot; data-original-height=&quot;205&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


    &lt;p&gt;As to the interpretation of these equations we make the following remarks: Let a point charge of electricity have the magnitude “one” when measured in the stationary system K, i.e. let it when at rest in the stationary system exert a force of one dyne upon an equal quantity of electricity at a distance of one cm. By the principle of relativity this electric charge is also of the magnitude “one” when measured in the moving system. If this quantity of electricity is at rest relatively to the stationary system, then by definition the vector (X, Y, Z) is equal to the force acting upon it. If the quantity of electricity is at rest relatively to the moving system (at least at the relevant instant), then the force acting upon it, measured in the moving system, is equal to the vector (X&#39;, Y&#39;, Z&#39;). Consequently the first three equations above allow themselves to be clothed in words in the two following ways:—&lt;/p&gt;

    &lt;p&gt;1. If a unit electric point charge is in motion in an electromagnetic field, there acts upon it, in addition to the. electric force, an “electromotive force” which, if we neglect the terms multiplied by the second and higher powers of &lt;i&gt;v/c,&lt;/i&gt; is equal to the vector-product of the velocity of the charge and the magnetic force, divided by the velocity of light. (Old manner of expression.)&lt;/p&gt;

&lt;hr /&gt;

    &lt;p&gt;&lt;h4&gt;&lt;sup&gt;8&lt;/sup&gt;If, for example, X=Y=Z=L=M=0, and N 6&amp;#x2260 0, then from reasons of symmetry it is clear that when &lt;i&gt;v&lt;/i&gt; changes sign without changing its numerical value, Y&#39; must also change sign without changing its numerical value.&lt;/h4&gt;&lt;/p&gt;

    &lt;p&gt;2. If a unit electric point charge is in motion in an electromagnetic field, the force acting upon it is equal to the electric force which is present at the locality of the charge, and which we ascertain by transformation of the field to a system of co-ordinates at rest relatively to the electrical charge. (New manner of expression.)&lt;/p&gt;

    &lt;p&gt;The analogy holds with “magnetomotive forces.” We see that electromotive force plays in the developed theory merely the part of an auxiliary concept, which owes its introduction to the circumstance that electric and magnetic forces do not exist independently of the state of motion of the system of co-ordinates.&lt;/p&gt;

    &lt;p&gt;Furthermore it is clear that the asymmetry mentioned in the introduction as arising when we consider the currents produced by the relative motion of a magnet and a conductor, now disappears. Moreover, questions as to the “seat” of electrodynamic electromotive forces (unipolar machines) now have no point.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

  &lt;/body&gt;
&lt;/html&gt;
</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/4606623389914498410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4606623389914498410'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/4606623389914498410'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies7.html' title='On The Electrodynamics Of Moving Bodies Part:7'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6F_DEG_jwgOS2byucRAHkQYJe1A5R13t59MKoHfO9rV_2GGP6rH4bCD-aLiNAgd0P6KdFvZX0DTq3fwJjVLwjnxNTr0WJ0dWoAFGrllcCt7W62bDEIdqy2ZHVJkJ3zB4atdmlmK1C4-Ql/s72-c/20190718_170844_0000.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-3553958181177792100</id><published>2019-07-18T14:51:00.000-07:00</published><updated>2019-10-24T01:31:12.452-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Relativity"/><title type='text'>On The Electrodynamics Of Moving Bodies Part:6</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head lang=&quot;en&quot;&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;


 &lt;title&gt;On The Electrodynamics Of Moving Bodies Part:6&lt;/title&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz4f-iHmcoai3AIqPSTBOPZ0oGJ_PBVv1NdWklIuG-Hv4D_F7UNF54_wej2WVntVxrQ7vXu-PsIIHrxPp9N3vqwvc1wnfxbTe2sBd5XH2Rxp9eo8V9D1YTTCAtw9p1v56CYae17dFbDBMj/s1600/20190718_170743_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz4f-iHmcoai3AIqPSTBOPZ0oGJ_PBVv1NdWklIuG-Hv4D_F7UNF54_wej2WVntVxrQ7vXu-PsIIHrxPp9N3vqwvc1wnfxbTe2sBd5XH2Rxp9eo8V9D1YTTCAtw9p1v56CYae17dFbDBMj/s320/20190718_170743_0000.png&quot; width=&quot;213&quot; height=&quot;320&quot; data-original-width=&quot;800&quot; data-original-height=&quot;1200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;


&lt;/head&gt;
&lt;body&gt;

    &lt;h2&gt;§ 5. The Composition of Velocities&lt;/h2&gt;

&lt;p&gt;In the system &lt;i&gt;k&lt;/i&gt; moving along the axis of X of the system K with velocity &lt;i&gt;v,&lt;/i&gt; let a point move in accordance with the equations&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0FMBwWhPpzHwA8KpyJmDSDEbmuC9io5tpVYHn6ZbSyikoUdWSxlFYknaO4z25WHRYE5D5RK8h_xizVmt2tpXJ0O-MbdSeJ8uvKg2gbyacDe1_KJwr3JcJnFjrS4aq-luwlbVjB-G4nn-K/s1600/Screenshot_2019-07-19-03-20-52-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0FMBwWhPpzHwA8KpyJmDSDEbmuC9io5tpVYHn6ZbSyikoUdWSxlFYknaO4z25WHRYE5D5RK8h_xizVmt2tpXJ0O-MbdSeJ8uvKg2gbyacDe1_KJwr3JcJnFjrS4aq-luwlbVjB-G4nn-K/s320/Screenshot_2019-07-19-03-20-52-01.jpeg&quot; width=&quot;320&quot; height=&quot;67&quot; data-original-width=&quot;497&quot; data-original-height=&quot;104&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;where &lt;i&gt;w&lt;sub&gt;ξ&lt;/sub&gt;&lt;/i&gt; and &lt;i&gt;w&lt;sub&gt;η&lt;/sub&gt;&lt;/i&gt; denote constants.&lt;/p&gt;
&lt;p&gt;Required: the motion of the poinrelatively to the system K. If with the help of the equations of transformation developed in § 3 we introduce the quantities &lt;i&gt;x, y, z, t&lt;/i&gt; into the equations of motion of the point, we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3jhQJ93dNiE4V2jdzVdL4HRJVNqQwEzg_wiEQ_RXrr1hKOaANYjDbXC7PO_pcq8AxRC_upv8F4ZclHZWGRp0emf2XFcOA8S5JmuylFGEqThmKjZ2iMPMt84emyxwu2TP6nUgBQPfkR7fI/s1600/Screenshot_2019-07-19-03-20-52-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3jhQJ93dNiE4V2jdzVdL4HRJVNqQwEzg_wiEQ_RXrr1hKOaANYjDbXC7PO_pcq8AxRC_upv8F4ZclHZWGRp0emf2XFcOA8S5JmuylFGEqThmKjZ2iMPMt84emyxwu2TP6nUgBQPfkR7fI/s320/Screenshot_2019-07-19-03-20-52-02.jpeg&quot; width=&quot;320&quot; height=&quot;196&quot; data-original-width=&quot;538&quot; data-original-height=&quot;330&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;p&gt;Thus the law of the parallelogram of velocities is valid according to our theory only to a first approximation. We set&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNOU9hHZgsBn4qcsB1-ntg3Bce39f8mGVCHASrVUiF6slalqETnap-h0liFiTYpPuTzz-k2knpWC5xr7jyer1LCuba4figul0N3YG6LkDbV4mms9HOovdVfVU9_rV90StgBIl88CGck36H/s1600/Screenshot_2019-07-19-03-20-52-03.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNOU9hHZgsBn4qcsB1-ntg3Bce39f8mGVCHASrVUiF6slalqETnap-h0liFiTYpPuTzz-k2knpWC5xr7jyer1LCuba4figul0N3YG6LkDbV4mms9HOovdVfVU9_rV90StgBIl88CGck36H/s320/Screenshot_2019-07-19-03-20-52-03.jpeg&quot; width=&quot;320&quot; height=&quot;199&quot; data-original-width=&quot;546&quot; data-original-height=&quot;340&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;hr /&gt;
&lt;p&gt;&lt;h4&gt;&lt;sup&gt;7&lt;/sup&gt;Not a pendulum-clock, which is physically a system to which the Earth belongs. This case had to be excluded.&lt;/h4&gt;&lt;/p&gt;
&lt;p&gt;&lt;h4&gt;&lt;sup&gt;†&lt;/sup&gt;Editor’s note: This equation was incorrectly given in Einstein’s original paper and the 1923 English translation as &lt;i&gt;a = tan&lt;sup&gt;−1&lt;/sup&gt; w&lt;sub&gt;y&lt;/sub&gt;/w&lt;sub&gt;x&lt;/sub&gt;&lt;/i&gt;&lt;/h4&gt;&lt;/p&gt;

&lt;p&gt;&lt;i&gt;a&lt;/i&gt; is then to be looked upon as the angle between the velocities &lt;i&gt;v&lt;/i&gt; and &lt;i&gt;w&lt;/i&gt;. After a simple calculation we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikmHjizUIHfac-XloG-AlBRux3cG26xGdorm4223YYzhzeWQDTxeFg6mkRv5zUIsyWrns_M-U6puE3Idg0X-ozcGHU33RjKSTYi-FFdGnBAfytV6mZ0QFWxVaQHo5uONRMcFOhYo8N1nEQ/s1600/Screenshot_2019-07-19-03-20-22-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikmHjizUIHfac-XloG-AlBRux3cG26xGdorm4223YYzhzeWQDTxeFg6mkRv5zUIsyWrns_M-U6puE3Idg0X-ozcGHU33RjKSTYi-FFdGnBAfytV6mZ0QFWxVaQHo5uONRMcFOhYo8N1nEQ/s320/Screenshot_2019-07-19-03-20-22-01.jpeg&quot; width=&quot;320&quot; height=&quot;55&quot; data-original-width=&quot;1192&quot; data-original-height=&quot;204&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;p&gt;It is worthy of remark that &lt;i&gt;v&lt;/i&gt; and &lt;i&gt;w&lt;/i&gt; enter into the expression for the resultant velocity in a symmetrical manner. If w also has the direction of the axis of X,
we get&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHtwsMLrKw5y6V8jjtzl3jtpEiyTnM-Xf4X7ZDWq0GAWdKS8y854p4nC7gOG1vhkNI5YnwemGGakfZkc5IN0WLzeT_rxvtCASm8G6OOSWxMc2TgiNK172Xa1V3oMTIrBdi9Ul3gdwaole3/s1600/Screenshot_2019-07-19-03-20-22-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHtwsMLrKw5y6V8jjtzl3jtpEiyTnM-Xf4X7ZDWq0GAWdKS8y854p4nC7gOG1vhkNI5YnwemGGakfZkc5IN0WLzeT_rxvtCASm8G6OOSWxMc2TgiNK172Xa1V3oMTIrBdi9Ul3gdwaole3/s320/Screenshot_2019-07-19-03-20-22-02.jpeg&quot; width=&quot;320&quot; height=&quot;137&quot; data-original-width=&quot;466&quot; data-original-height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;p&gt;It follows from this equation that from a composition of two velocities which are less than &lt;i&gt;c,&lt;/i&gt; there always results a velocity less than &lt;i&gt;c&lt;/i&gt;. For if we set &lt;i&gt;v = c − κ, w = c − λ, κ&lt;/i&gt; and &lt;i&gt;λ&lt;/i&gt; being positive and less than &lt;i&gt;c,&lt;/i&gt; then&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6uHIfBsXDzOp7y9h5CBKK5sEJmjMQ3eRWBTgOs-0r1WlhL1ubnVHA1abn9qYGeuSjPpXtkVLku1K8bnfIC5LrklgK7cYGiDNk_V5J9dC1SYP0v3XEW7ROpBO60ZB2SmA7i22vmk1Z7oeR/s1600/Screenshot_2019-07-19-03-18-58-04.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6uHIfBsXDzOp7y9h5CBKK5sEJmjMQ3eRWBTgOs-0r1WlhL1ubnVHA1abn9qYGeuSjPpXtkVLku1K8bnfIC5LrklgK7cYGiDNk_V5J9dC1SYP0v3XEW7ROpBO60ZB2SmA7i22vmk1Z7oeR/s320/Screenshot_2019-07-19-03-18-58-04.jpeg&quot; width=&quot;320&quot; height=&quot;66&quot; data-original-width=&quot;654&quot; data-original-height=&quot;135&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;p&gt;It follows, further, that the velocity of light &lt;i&gt;c&lt;/i&gt; cannot be altered by composition with a velocity less than that of light. For this case we obtain&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoA8JpQOBOyRWe-nRrqNK7fAbMrZZY-pIcXhOAmjZVCcJGKja7dWW3Q7aJAUeEDBv0sid5Q7-n23FrQZPx4vr4E-bVz9kiofqUP-t7FMKLUH8YXjtBgeCNWbiBE6doITXKxfR2TGxKDd3B/s1600/Screenshot_2019-07-19-03-18-58-03.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoA8JpQOBOyRWe-nRrqNK7fAbMrZZY-pIcXhOAmjZVCcJGKja7dWW3Q7aJAUeEDBv0sid5Q7-n23FrQZPx4vr4E-bVz9kiofqUP-t7FMKLUH8YXjtBgeCNWbiBE6doITXKxfR2TGxKDd3B/s320/Screenshot_2019-07-19-03-18-58-03.jpeg&quot; width=&quot;320&quot; height=&quot;106&quot; data-original-width=&quot;448&quot; data-original-height=&quot;148&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;p&gt;We might also have obtained the formula for V, for the case when &lt;i&gt;v&lt;/i&gt; and &lt;i&gt;w&lt;/i&gt; have the same direction, by compounding two transformations in accordance with § 3. If in addition to the systems K and &lt;i&gt;k&lt;/i&gt; figuring in § 3 we introduce still another system of co-ordinates &lt;i&gt;k&#39;&lt;/i&gt; moving parallel to k, its initial point moving on the axis of &lt;i&gt;Ξ&lt;sup&gt;†&lt;/sup&gt;&lt;/i&gt; with the velocity w, we obtain equations between the quantities &lt;i&gt;x, y, z, t&lt;/i&gt; and the corresponding quantities of &lt;i&gt;k&#39;,&lt;/i&gt; which differ from the equations found in § 3 only in that the place of &lt;i&gt;“v”&lt;/i&gt; is taken by the quantity&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihai9mnGXO9TzNnhEHKxluWdSPItM-4FfQkSlpA3Y8MqtyUgIFm2LVCBBEXUf0AZbdopPCXgl7Zr1t_8QnD4wouB3wrF3sjSSDxelIpUZlTUt5HHE5N30MPKP_g0rN3oPOXTgBNtOAVqDZ/s1600/Screenshot_2019-07-19-03-18-58-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihai9mnGXO9TzNnhEHKxluWdSPItM-4FfQkSlpA3Y8MqtyUgIFm2LVCBBEXUf0AZbdopPCXgl7Zr1t_8QnD4wouB3wrF3sjSSDxelIpUZlTUt5HHE5N30MPKP_g0rN3oPOXTgBNtOAVqDZ/s320/Screenshot_2019-07-19-03-18-58-01.jpeg&quot; width=&quot;320&quot; height=&quot;157&quot; data-original-width=&quot;302&quot; data-original-height=&quot;148&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;p&gt;from which we see that such parallel transformations—necessarily—form a group. We have now deduced the requisite laws of the theory of kinematics cor- responding to our two principles, and we proceed to show their application to
electrodynamics.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/3553958181177792100/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies6.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3553958181177792100'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/3553958181177792100'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies6.html' title='On The Electrodynamics Of Moving Bodies Part:6'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz4f-iHmcoai3AIqPSTBOPZ0oGJ_PBVv1NdWklIuG-Hv4D_F7UNF54_wej2WVntVxrQ7vXu-PsIIHrxPp9N3vqwvc1wnfxbTe2sBd5XH2Rxp9eo8V9D1YTTCAtw9p1v56CYae17dFbDBMj/s72-c/20190718_170743_0000.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7740176030235100482.post-7537402451426943214</id><published>2019-07-17T23:49:00.000-07:00</published><updated>2019-10-24T01:31:39.058-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Physics_Relativity"/><title type='text'>On The Electrodynamics Of Moving Bodies Part:5</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;

&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=UA-145189319-1&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag(&#39;js&#39;, new Date());

  gtag(&#39;config&#39;, &#39;UA-145189319-1&#39;);
&lt;/script&gt;


    &lt;title&gt;On The Electrodynamics Of Moving Bodies Part:5&lt;/title&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjp-GV2NusYPL7i3ry3Rkyn8dYQZdvhdTRIYhEVhYXClTlryOFRiqroAVL7rT9W80aFqWReJuMcEaGTRR2XVyxdwJo2X1bLZUwjW7fk4lW5KTTjuw4XlcpiwZyRrqQPAfdtIfes9OYNKksM/s1600/20190718_131936_0000.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjp-GV2NusYPL7i3ry3Rkyn8dYQZdvhdTRIYhEVhYXClTlryOFRiqroAVL7rT9W80aFqWReJuMcEaGTRR2XVyxdwJo2X1bLZUwjW7fk4lW5KTTjuw4XlcpiwZyRrqQPAfdtIfes9OYNKksM/s320/20190718_131936_0000.png&quot; width=&quot;213&quot; height=&quot;320&quot; data-original-width=&quot;800&quot; data-original-height=&quot;1200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

  &lt;style type=&quot;text/css&quot;&gt;
    h1,h2 {
      text-align: center;
      }
      div.fb {
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
         }
      div.tw {
        vertical-align: middle;
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 3px;
         }
      div.gl {
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 0px;
        }
      .btn {
        padding: 2px;
        line-height: 14px;
        paddng: 3px;
        height: auto;
        width: auto;
        border-radius: 5px;
        border-color: red;
        }
  &lt;/style&gt;


&lt;/head&gt;
&lt;body&gt;
    &lt;h2&gt;§ 4. Physical Meaning of the Equations Obtained in Respect to Moving Rigid Bodies and Moving Clocks&lt;/h2&gt;

    &lt;p&gt;We envisage a rigid sphere&lt;sup&gt;6&lt;/sup&gt; of radius R, at rest relatively to the moving system &lt;i&gt;k,&lt;/i&gt; and with its centre at the origin of co-ordinates of &lt;i&gt;k&lt;/i&gt;. The equation of the surface of this sphere moving relatively to the system K with velocity &lt;i&gt;v&lt;/i&gt; is &lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbsUXJTb4I-Aa5KuATaNU_ltITsMtiFTzd2aGqWkLJrNX8K9D6q8yJcrZLRY6l3Id49Qslbz6xr8RcCpqWUu6SoJKfp89WTyJMrEKj-bsnzgJRTvLFeimMo1RAu1RAtOuVK2ZcuDg37_7x/s1600/Screenshot_2019-07-18-11-46-12-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbsUXJTb4I-Aa5KuATaNU_ltITsMtiFTzd2aGqWkLJrNX8K9D6q8yJcrZLRY6l3Id49Qslbz6xr8RcCpqWUu6SoJKfp89WTyJMrEKj-bsnzgJRTvLFeimMo1RAu1RAtOuVK2ZcuDg37_7x/s320/Screenshot_2019-07-18-11-46-12-01.jpeg&quot; width=&quot;320&quot; height=&quot;85&quot; data-original-width=&quot;376&quot; data-original-height=&quot;100&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;hr /&gt;
    &lt;p&gt;&lt;h4&gt;&lt;sup&gt;6&lt;/sup&gt;That is, a body possessing spherical form when examined at rest.&lt;/h4&gt;&lt;/p&gt;

    &lt;p&gt;The equation of this surface expressed in &lt;i&gt;x, y, z&lt;/i&gt; at the time t = 0 is &lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2QLWInB2cRbi7TziYRFEOI6Ry7ockmmpJN4BZWoGtrj05iWV7gt9yJT8vehnNbn972BGsa2_8fX-MMgCDciDveoObGl_2Fs_T1T8Hwe3Gu3SQoUADWkZDQVdbLjTfOiGFZT9JvwPgxSIp/s1600/Screenshot_2019-07-18-11-46-26-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2QLWInB2cRbi7TziYRFEOI6Ry7ockmmpJN4BZWoGtrj05iWV7gt9yJT8vehnNbn972BGsa2_8fX-MMgCDciDveoObGl_2Fs_T1T8Hwe3Gu3SQoUADWkZDQVdbLjTfOiGFZT9JvwPgxSIp/s320/Screenshot_2019-07-18-11-46-26-01.jpeg&quot; width=&quot;320&quot; height=&quot;83&quot; data-original-width=&quot;607&quot; data-original-height=&quot;157&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;A rigid body which, measured in a state of rest, has the form of a sphere, therefore has in a state of motion—viewed from the stationary system—the form of an ellipsoid of revolution with the axes &lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_-VEWAHmQRXCynDCF7mjTHQ0TgaWUhk4_E8xonkX5jgPLbMFT0Cp01aDj36ziViWyqK3lyqshUSnA4qsKZsRZsKg7Ke2qNnvTra63EaFfxeLIqFfwldJFbpiz7LpZjjIvW25frcNJBV3A/s1600/Screenshot_2019-07-18-11-46-26-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_-VEWAHmQRXCynDCF7mjTHQ0TgaWUhk4_E8xonkX5jgPLbMFT0Cp01aDj36ziViWyqK3lyqshUSnA4qsKZsRZsKg7Ke2qNnvTra63EaFfxeLIqFfwldJFbpiz7LpZjjIvW25frcNJBV3A/s320/Screenshot_2019-07-18-11-46-26-02.jpeg&quot; width=&quot;320&quot; height=&quot;76&quot; data-original-width=&quot;503&quot; data-original-height=&quot;120&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Thus, whereas the Y and Z dimensions of the sphere (and therefore of every rigid body of no matter what form) do not appear modified by the motion, the X dimension appears shortened in the ratio 1 : &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibtNqC3kg7eFIhZU8BR_651DIgbwxwIOXqBIayvS1OkM3OOjYX9STwuxAjtCjyl4weg_7Uh81s8pWg6TShkkkqJG9AGJ7k1svppJke8xhU04U0pQqIDUMSQdv_YgFN7iMGR6GXFrqKPjLK/s200/Screenshot_2019-07-18-11-46-26-03.jpeg&quot; width=&quot;50&quot; height=&quot;25&quot; data-original-width=&quot;230&quot; data-original-height=&quot;62&quot; /&gt; i.e. the greater the value of &lt;i&gt;v,&lt;/i&gt; the greater the shortening. For &lt;i&gt;v&lt;/i&gt; = &lt;i&gt;c&lt;/i&gt; all moving objects—viewed from the “stationary” system—shrivel up into plane figures.&lt;sup&gt;†&lt;/sup&gt; For velocities greater than that of light our deliberations become meaningless; we shall, however, find in what follows, that the velocity of light in our theory plays the part, physically, of an infinitely great velocity. &lt;/p&gt;

    &lt;p&gt;It is clear that the same results hold good of bodies at rest in the “stationary&quot; system, viewed from a system in uniform motion. &lt;/p&gt;

    &lt;p&gt;Further, we imagine one of the clocks which are qualified to mark the time &lt;i&gt;t&lt;/i&gt; when at rest relatively to the stationary system, and the time &lt;i&gt;&amp;#x03C4&lt;/i&gt; when at rest relatively to the moving system, to be located at the origin of the co-ordinates of &lt;i&gt;k,&lt;/i&gt; and so adjusted that it marks the time &lt;i&gt;&amp;#x03C4&lt;/i&gt; . What is the rate of this clock, when viewed from the stationary system?&lt;/p&gt;

    &lt;p&gt;Between the quantities &lt;i&gt;x, t,&lt;/i&gt; and &lt;i&gt;&amp;#x03C4&lt;/i&gt;, which refer to the position of the clock, we have, evidently, &lt;i&gt;x&lt;/i&gt; = &lt;i&gt;vt&lt;/i&gt; and &lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeRvwWRb3vzd8yt_ABWWe2Xx2QxReRc_Lrwoy_Iltb8O5cfAE6v5KSJdMyXWP-b2susJ-Fvkcg3DNikUreYHTRAXcvA0j95cxyOPeQNW16d9aozU9RGIzsPSaqqGkTyh5WtEphrp0h-93N/s1600/Screenshot_2019-07-18-11-47-22-01.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeRvwWRb3vzd8yt_ABWWe2Xx2QxReRc_Lrwoy_Iltb8O5cfAE6v5KSJdMyXWP-b2susJ-Fvkcg3DNikUreYHTRAXcvA0j95cxyOPeQNW16d9aozU9RGIzsPSaqqGkTyh5WtEphrp0h-93N/s320/Screenshot_2019-07-18-11-47-22-01.jpeg&quot; width=&quot;320&quot; height=&quot;90&quot; data-original-width=&quot;822&quot; data-original-height=&quot;232&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;Therefore,&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMhZdWOfFtRdDeyIeZWVH8M24vvEyV4SxbQ63OBIBnK3NWPZh6LFlZqzuWCCJqBnWcHtyweJLJe519k1ZVy1KwPzlqTup9cdFIANEkMSO-Hs6l8wXgogvTJ_rTpzOtJrIH5OvVuaoszKW9/s1600/Screenshot_2019-07-18-11-47-22-02.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMhZdWOfFtRdDeyIeZWVH8M24vvEyV4SxbQ63OBIBnK3NWPZh6LFlZqzuWCCJqBnWcHtyweJLJe519k1ZVy1KwPzlqTup9cdFIANEkMSO-Hs6l8wXgogvTJ_rTpzOtJrIH5OvVuaoszKW9/s320/Screenshot_2019-07-18-11-47-22-02.jpeg&quot; width=&quot;320&quot; height=&quot;50&quot; data-original-width=&quot;1178&quot; data-original-height=&quot;184&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;whence it follows that the time marked by the clock (viewed in the stationary system) is slow by &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwG-3JWnZJ01_nYLesgmjUbGbO6yUZM090wFTa5k2wSn-Dz1ZpMeAvsMLHWCWOXsdjbLXVtghXJs37bK9AzlAvooJcWTIGAgMmJjby4Wug65j8oJDA5yS-RWrizsBpm2YeN_m5TrBUgdMB/s200/Screenshot_2019-07-18-11-47-32-01.jpeg&quot; width=&quot;50&quot; height=&quot;30&quot; data-original-width=&quot;421&quot; data-original-height=&quot;94&quot; /&gt; seconds per second, or—neglecting magni tudes of fourth and higher order—by &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi-EnNoRRHVE0aIrnqHxoj7GacWXAvQvb-eyuyTCaUBgA22qM_7gy_AEO1YdEf95jkgf16UblsqRr65WwBvlLb7fT0yfvSnYuVLQ4uG5DfGv1pvQ16nu7OiCZEQT5BTs3vx0fXMsdfRHGN/s200/Screenshot_2019-07-18-11-47-32-02.jpeg&quot; width=&quot;50&quot; height=&quot;20&quot; data-original-width=&quot;209&quot; data-original-height=&quot;87&quot; /&gt;&lt;/p&gt;

    &lt;p&gt;From this there ensues the following peculiar consequence. If at the points A and B of K there are stationary clocks which, viewed in the stationary system, are synchronous; and if the clock at A is moved with the velocity &lt;i&gt;v&lt;/i&gt; along the line AB to B, then on its arrival at B the two clocks no longer synchronize, but the clock moved from A to B lags behind the other which has remained at B by &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhceXZOZrKwfJ2NyYZCcq4Sbfs4WZbaTgPwX70qC6g5TDn7DpkotHFo_1MGv2iDuRF7PmbAFK-aiDmOboezbMg7KCr8vOLWCQU_fq7y2Q1VG_dRUl105phB-M6yXEI9cULp5TL-DtPIJ63P/s200/Screenshot_2019-07-18-11-48-08-01.jpeg&quot; width=&quot;50&quot; height=&quot;25&quot; data-original-width=&quot;189&quot; data-original-height=&quot;81&quot; /&gt; (up to magnitudes of fourth and higher order), &lt;sup&gt;t&lt;/sup&gt; being the time occupied in the journey from A to B&lt;/p&gt;

&lt;hr /&gt;

    &lt;p&gt;&lt;sup&gt;†&lt;/sup&gt;Editor’s note: In the 1923 English translation, this phrase was erroneously translated as “plain figures”. I have used the correct “plane figures” in this edition.&lt;/p&gt;

    &lt;p&gt;It is at once apparent that this result still holds good if the clock moves from A to B in any polygonal line, and also when the points A and B coincide.&lt;/p&gt;
 
    &lt;p&gt;If we assume that the result proved for a polygonal line is also valid for a continuously curved line, we arrive at this result: If one of two synchronous clocks at A is moved in a closed curve with constant velocity until it returns to A, the journey lasting &lt;i&gt;t&lt;/i&gt; seconds, then by the clock which has remained at rest the travelled clock on its arrival at A will be &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqmPhw44H-PAJEenn_hDB_Vz25HWu993Hu-nClDnMv3ZR89wG7eC6wW8DU-jYBV9uE19_gqeX1lY2HQSj4wkWwtjnSpacVrue9zw3Qs0l-7cfg2AMfxAB_7SYRITo_9KSiApzMbn7_8rfE/s200/Screenshot_2019-07-18-11-48-08-01.jpeg&quot; width=&quot;50&quot; height=&quot;25&quot; data-original-width=&quot;189&quot; data-original-height=&quot;81&quot; /&gt; second slow. Thence we conclude that a balance-clock&lt;sup&gt;7&lt;/sup&gt; at the equator must go more slowly, by a very small amount, than a precisely similar clock situated at one of the poles under otherwise identical conditions.&lt;/p&gt;

&lt;div class=&quot;share&quot;&gt;

&lt;div class=&quot;fb&quot;&gt;
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
&lt;script async defer crossorigin=&quot;anonymous&quot; src=&quot;https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v4.0&quot;&gt;&lt;/script&gt;


&lt;div class=&quot;fb-share-button&quot; id=&quot;fbbtnd&quot; data-href=&quot;&quot; data-layout=&quot;button_count&quot; data-size=&quot;small&quot;&gt;&lt;a id=&quot;fbbtn&quot; target=&quot;_blank&quot; href=&quot;&quot; class=&quot;fb-xfbml-parse-ignore&quot;&gt;Share&lt;/a&gt;&lt;/div&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#fbbtnd&quot;).click(function(){
    $(&quot;#fbbtnd&quot;).attr(&quot;data-href&quot;, location.href);
  });
  $(&quot;#fbbtn&quot;).click(function(){
    $(&quot;#fbbtn&quot;).attr(&quot;href&quot;, &quot;https://www.facebook.com/sharer/sharer.php?u=&quot; + location.href + &quot;&amp;amp;src=sdkpreparse&quot;);
  });
});
&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;tw&quot;&gt;
&lt;a href=&quot;https://twitter.com/share?ref_src=twsrc%5Etfw&quot; class=&quot;twitter-share-button&quot; data-show-count=&quot;false&quot;&gt;Tweet&lt;/a&gt;&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;/div&gt;

&lt;div class=&quot;gl&quot;&gt;
&lt;input class=&quot;btn&quot; id=&quot;getbtn&quot; style=&quot;width:60px;&quot;type=&quot;button&quot; value=&quot;Get Link&quot;&gt;

&lt;/div&gt;
&lt;div style=&quot;display: none;&quot; class=&quot;hid&quot;&gt;
&lt;p&gt;Here the link. Copy it and share it wherever you want.&lt;/p&gt;
&lt;textarea style=&quot;height:40px; width:250px&quot; id=&quot;ta&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
  $(&quot;input&quot;).click(function(){
    $(&quot;.hid&quot;).toggle();
  });
});
&lt;/script&gt;

&lt;script&gt;
$(document).ready(function(){
  $(&quot;#getbtn&quot;).click(function(){
    $(&quot;#ta&quot;).text(location.href);
  });
});
&lt;/script&gt;

&lt;/div&gt;
&lt;/div&gt;



&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://mathnit.blogspot.com/feeds/7537402451426943214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies5.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/7537402451426943214'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7740176030235100482/posts/default/7537402451426943214'/><link rel='alternate' type='text/html' href='https://mathnit.blogspot.com/2019/07/on-electrodynamics-of-moving-bodies5.html' title='On The Electrodynamics Of Moving Bodies Part:5'/><author><name>Saif</name><uri>http://www.blogger.com/profile/01183584976475500968</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcDT6oejfbMWAOpaHjHxqtjmBKsi9U8Y_5b8X8F0B8KzNWirVef97Pr3-uMtIQHefsdnulBrNI4EskE-0Oy2BRuM7tyXAn7Pk8s_kd8fH6FTwH3FEulUOWPvx5sLQ3rQ/s1600/42227076_120943328868292_781504118807068672_n.jpg%3F_nc_cat%3D108%26_nc_ohc%3DbNI3Z-Yr6YUAQkgK7TLWnl3vBYKoFJKrJUEzv1WQEz8HUoUnof2oDgn4g%26_nc_ht%3Dscontent.fdac27-1.fna%26oh%3D7231ca132b250836709285bbb23e8ed6%26oe%3D5EB48D2F'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjp-GV2NusYPL7i3ry3Rkyn8dYQZdvhdTRIYhEVhYXClTlryOFRiqroAVL7rT9W80aFqWReJuMcEaGTRR2XVyxdwJo2X1bLZUwjW7fk4lW5KTTjuw4XlcpiwZyRrqQPAfdtIfes9OYNKksM/s72-c/20190718_131936_0000.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>