1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Dmitriy789 [7]
3 years ago
8

Write a function to accept a vector of masses (m) from the user and gives the corresponding energy to them. Energy vector is the

output of the program. Constant c is the speed of light which is 2.9979 x 108 m/s inside the function.
Physics
1 answer:
jarptica [38.1K]3 years ago
7 0

Answer:

Written in Python

def energyvector(mass):

    c = 2.9979 * 10**8

    energy = mass * c ** 2

    print(round(energy,2))

Explanation:

This line defines the function

def energyvector(mass):

This line initializes the speed of light

    c = 2.9979 * 10**8

This line calculates the corresponding energy

    energy = mass * c ** 2

This line prints the calculated energy

    print(round(energy,2))

You might be interested in
An object weighs 32 newtons. What is its mass if a gravitometer indicates that g = 8.25 m/s?
Elan Coil [88]

Explanation:

weight=mass×g

32=mass×8.25

mass=

\frac{128}{33}  = 3.878kg

8 0
3 years ago
If a bar of copper is brought near a magnet, the copper bar will be
Alecsey [184]
It will be unaffected by the magnet because it has no magnetic field. If you were to maybe have electricity going through it is the only way it would have anything to do with the magnet. 
  <span />
5 0
3 years ago
Read 2 more answers
How much work is required to move
Nikitich [7]
The work is path independent since we have a conservative force.

Thus W=d\cdot\frac{q\cdot U}{d^2}=\frac{3.0\cdot9.0}{0.010}=\boxed{2700 J}

Answer (1)
6 0
3 years ago
Why do you suffer more pain than me when I slap your face?​
alex41 [277]
This because your face has more sensitive tissue than anywhere else in your body

Hope this helps
5 0
3 years ago
A camera has a single converging lens with a fixed focal length f. (a) How far should the lens be from the film (or in a present
Varvara68 [4.7K]

Answer:

a) Due to the characteristic that a converging lens focuses light rays from infinity and parallel to its main axis. Therefore, the lens should be placed at a distance "f" from the film, in this way it will form the image of the object placed at infinity in said film.

b) Since the converging lens produces an image of an object placed at a distance of 2f, the lens must be placed at the same distance (2f), so that this object that is placed at a distance of 2f is focused.

Explanation:

4 0
3 years ago
Other questions:
  • A cyclist maintains a constant velocity of 5 m/s headed away from point A. At some initial time, the cyclist is 247 m from point
    5·1 answer
  • I am trying to find the magnitude of a resultant vector. Do i take inconsideration the negatives when i find the x &amp; y compo
    6·1 answer
  • How are rainbows formed? Please explain.
    13·2 answers
  • Which state of matter is best at conducting heat?
    11·2 answers
  • Which graph best represents the relationship between the electric current and the rate at which a magnet is turning inside an el
    6·2 answers
  • What is the formula to calculate moisture content?
    14·1 answer
  • A sample of iron receives 50.J of heat energy that raises the temperature of the iron
    14·1 answer
  • Put the waves in order from highest frequency to lowest frequency
    7·2 answers
  • Imagine you have a collection of identical flat-bottomed coffee filters that can be nested (stacked inside of each other) so tha
    13·1 answer
  • I'm walking 1.6m/s to 7-11 and it started to rain so I sped up to 2.7m/s in 1.2
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!