Question

In: Physics

I am trying to get a common understanding from these two previous questions: Why does the...

I am trying to get a common understanding from these two previous questions:

Why does the mass of an object increase when its speed approaches that of light?
What happens if light/particles exceeded the speed of light for a particular medium (sic)

Does the increase of mass occur only if the particle approaches c (speed of light in a vacuum) or if it simply approaches the speed of light in its current medium? For example, does the mass of charged particles increase during Cherenkov radiation?

Solutions

Expert Solution

First, your question.
Yes, the increase of mass occurs only when a particle approaches c (speed of light in vacuum).

c is fundamental in Special Relativity, not because it is the speed of photons, but because it is the constant speed in the universe (the only speed invariant to boosts). Just because macroscopic light is transmitted at a lower speed inside a particular medium, that doesn't mean that the fundamental speed of Special Relativity is any different. Even inside mediums where light travels more slowly, all relativistic effects happen when a particle approaches c.

Since Cherenkov radiation (CR) is just an effect related to the speed of light in a medium (and not to c), it doesn't have anything to do with mass increase either. Though CR and mass increase can happen simultaneously to a particle, they are independent (the first does not imply the second, and vice-versa).

Second, about the increase of mass.
It has been a historical habit to say that a particle's mass increases as when its velocity approaches c. That is not very appropriate. While it may seem convenient to define this relativistic mass, it's not a good habit.

First, because it's confusing to some people. There are physically intuitive ways to explain to a student why time intervals must stretch and why space intervals have to contract, but there's no way at all to explain why a particle's mass should increase.

Second, it's also not accurate. The defined relativistic mass parameter does not sustain the properties you would expect from a mass under close analysis


Related Solutions

I am trying to get this code to work but I am having difficulties, would like...
I am trying to get this code to work but I am having difficulties, would like to see if some one can solve it. I tried to start it but im not sure what im doing wrong. please explain if possible package edu.hfcc; /* * Create Java application that will create Fruit class and Bread class * * Fruit class will have 3 data fields name and quantity which you can change. * The third data field price should always...
I am trying to use express to get and post time from a url browser. Here...
I am trying to use express to get and post time from a url browser. Here is my code: var express = require('express'); var app = express(); var url = require('url'); function parsetime (time) { return { hour: time.getHours(), minute: time.getMinutes(), second: time.getSeconds() }; } function unixtime (time) { return { unixtime : time.getTime() }; } app.get('/', function (req, res) { var parsedUrl = url.parse(req.url, true); var time = new Date(parsedUrl.query.iso); var result; if (/^\/api\/parsetime/.test(req.url)) result = parsetime(time); else if...
I am having a hard time understanding these two questions. If someone can explain that would...
I am having a hard time understanding these two questions. If someone can explain that would be great. 1) Explain the steps that enables body to metabolize fat to ATP? 2) Write out the amount of ATP, NADH, FADH2 produced in each step of cellular metabolism of a glucose.
I am working on these study questions and am having trouble understanding how it all works...
I am working on these study questions and am having trouble understanding how it all works together. Any help would be greatly appreciated!! An all equity firm is expected to generate perpetual EBIT of $50 million per year forever. The corporate tax rate is 0% in a fantasy no tax world. The firm has an unlevered (asset or EV) Beta of 1.0. The risk-free rate is 5% and the market risk premium is 6%. The number of outstanding shares is...
I am trying to implement a search function for a binary search tree. I am trying...
I am trying to implement a search function for a binary search tree. I am trying to get the output to print each element preceding the the target of the search. For example, in the code when I search for 19, the output should be "5-8-9-18-20-19" Please only modify the search function and also please walk me through what I did wrong. I am trying to figure this out. Here is my code: #include<iostream> using namespace std; class node {...
Why am I getting this error using 000webhost , but I do not get this error...
Why am I getting this error using 000webhost , but I do not get this error running XAMPP? Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd2/006/14881006/public_html/test/index.php:1) in /storage/ssd2/006/14881006/public_html/test/index.php on line 8 Code is below. ******************************************************************************************************************** <!DOCTYPE html> <?php    //Determine if the submit button has been clicked to set the cookie name and value    if (isset($_POST['name'])){            $cookie_name = $_POST['name'];            $cookie_value = $_POST['value'];            setcookie($cookie_name, $cookie_value,...
I am trying to figure out which test analysis to use for my research questions. I...
I am trying to figure out which test analysis to use for my research questions. I was thinking about think about multivariate because of the number of variable being addressed in the study but there is also the possibility to use univariate to address each question. What are the current levels of police satisfaction in CMPD jurisdictions? What is the public’s perception of crime in CMPD jurisdictions? Does “hot spot” policing reduce crime in CMPD jurisdictions? How does broken windows...
Hi, I am running C# in Vis. Studio 2019 community. Trying to get my program to...
Hi, I am running C# in Vis. Studio 2019 community. Trying to get my program to populate the username in the program after entered. I can enter a name and the three scores and average them as the program needs but the name is not adding next to the "Students name: " in the program. Any help would be appreciated and please place a note for what I am doing wrong. Thank you using System; using System.Collections.Generic; using System.Linq; using...
I'm trying to get an understanding of this code as it was done in class, can...
I'm trying to get an understanding of this code as it was done in class, can someone please explain step by step what is happening? namespace BMI { class Program { static void Main(string[] args) { double height, weight; Console.Write("Enter person's height in inches: "); bool value1 = double.TryParse(Console.ReadLine(), out height); Console.Write("Enter weight in pounds: "); bool value2 = double.TryParse(Console.ReadLine(), out weight); if (!value1 || !value2) { Console.WriteLine("Not valid input."); } else { if (height < 5 || height >...
I am getting confused on finding the ethical challanges to this question. I am understanding but...
I am getting confused on finding the ethical challanges to this question. I am understanding but second guessing my answers when it come to the elements and the Ethical Code Standards. 1. Identify an ethical challenge for each element (a-d) of Dr Lux advertising plan. Which General Principles and Ethical Code Standards best help understand why these elements may create ethical problems? Explain why. Case 5. Web-Based Advertising. Dr. Lux, an applied developmental psycholgoist, has created his own community consulation...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT