Infrared radiation<span> lies between the </span>visible<span> and microwave portions of the electromagnetic spectrum. Infrared waves have wavelengths longer </span>than visible<span> and shorter </span>than<span> microwaves, and have </span>frequencies<span> which are lower </span>than visible<span> and </span>higher than<span> microwaves.</span>
Answer:
The kinetic energy K of the moving charge is K = 2kQ²/3d = 2Q²/(4πε)3d = Q²/6πεd
Explanation:
The potential energy due to two charges q₁ and q₂ at a distance d from each other is given by U = kq₁q₂/r.
Now, for the two charges q₁ = q₂ = Q separated by a distance d, the initial potential energy is U₁ = kQ²/d. The initial kinetic energy of the system K₁ = 0 since there is no motion of the charges initially. When the moving charge is at a distance of r = 3d, the potential energy of the system is U₂ = kQ²/3d and the kinetic energy is K₂.
From the law of conservation of energy, U₁ + K₁ = U₂ + K₂
So, kQ²/d + 0 = kQ²/3d + K
K₂ = kQ²/d - kQ²/3d = 2kQ²/3d
So, the kinetic energy K₂ of the moving charge is K₂ = 2kQ²/3d = 2Q²/(4πε)3d = Q²/6πεd
Answer:
Charge of particle 2, 
Explanation:
Given that,
Charge 1, 
The distance between charges, r = 0.241 m
Force experienced by particle 1, F = 3.44 N
We need to find the magnitude of electric charge 2. It can be calculated using formula of electrostatic force. It is given by :




or

So, the magnitude of electric charge 2 is
. Since, the force is attractive then the magnitude of charge 2 must be negative.
Answer:
The law of inertia relates to revolution of planets round the sun due to constant motion of the planets round the sun.
Explanation:
Law of inertia states that a body at rest or uniform motion will continue to be at rest or uniform motion unless it is acted upon by an external force.
The gravitational force keeps the planets revolving round the sun in a uniform motion, this will continue till infinity unless equal and opposite force acts on our planets.
Therefore, the law of inertia relates to revolution of planets round the sun due to constant motion of the planets round the sun.
Answer:
True, check attachment for code
Explanation:
To convert java strings of text to upper or lower case, we can use and inbuilt methods To Uppercase and To lower case.
The first two lines of code will set up a String variable to hold the text "text to change", and then we print it out.
The third line sets of a second String variable called result.
The fourth line is where the conversion is done.
We can compare the string
We can compare one string to another. (When comparing, Java will use the hexadecimal values rather than the letters themselves.) For example, if we wanted to compare the word "Fat" with the word "App" to see which should come first, you can use an inbuilt string method called compareTo.
Check attachment for the code