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 apple falls from an apple tree growing on a 20° slope. The apple hits the ground with an impact velocity of 16.2 m/s straight
EleoNora [17]

Apple hits the surface with speed 16.2 m/s

The angle made by the apple velocity with normal to the incline surface is given as 20 degree

now the component of velocity which is parallel to the surface and perpendicular to the surface is given as

v_{perpendicular} = v cos20

v_{parallel} = v sin20

so here we have

v_{parallel} = 16.2 sin20

v_{parallel} = 5.5 m/s

<em>so its velocity along the incline plane will be 5.5 m/s</em>

7 0
3 years ago
The distance between 4 nodes (3 sections, 2 sections= wavelength) is 15.0cm. The frequency of the source is 10Hz. What's the spe
Natalija [7]

Answer:

the speed of the waves is 150 cm/s

Explanation:

Given;

frequency of the wave, f = 10 Hz = 10

distance between 4 nodes, L = 15.0 cm

The wavelength (λ) of the wave is calculated as follows;

Node to Node = λ/2

L = 2(Node to Node) = (4 Nodes) = 2 (λ/2) = λ

Thus, λ = L = 15.0 cm

The speed (v) of the wave is calculated as follows;

v = fλ

v =  10 Hz   x  15.0 cm

v = 150 cm/s

Therefore, the speed of the waves is 150 cm/s

7 0
2 years ago
Partially correct answer iconYour answer is partially correct. A proton initially has and then 2.30 s later has (in meters per s
morpeh [17]

Answer: The question has some missing details. The initial velocity given as u = -6.5i + 17j + 13k and the final velocity v = -2.8i + 17j -9.3k.

a) = (1.82i - 9.69k)m/s2

b) magnitude = 9.85m/s2

c) direction = 280.64 degree

Explanation:

The detailed and step is shown in the attachment.

7 0
3 years ago
Explain the relationships between gravity, mass, and distance.
Mazyrski [523]

Answer:

As the mass of an object increases, its gravitational force increases.

As an object's distance to other objects increases, its gravitational force on those objects increases.

Explanation:

The gravitational force of one object on another is calculated with the equation

F = (G*m1*m2)/(r²),

where G is the gravitational constant,

M1 and M2 are the masses of the two objects, and

r is the distance between them

We can see that the force has a direct relationship with both of the mass values, and an inverse square relationship with the distance between them.

Hope this helped!

7 0
3 years ago
Read 2 more answers
If you shine a single light source on a screen you will see that the entire screen is lit up. Assume this light source is of a s
kompoz [17]

Answer:

An interference pattern.

Explanation:

When we have two light source of the same frequency turned on close to each other, the light emitted by them will interfere since light is also a wave. This means that an interference pattern will appear in a screen put ahead of them, that is, bands of light and darkness where the waves are interfering constructively and destructively.

8 0
2 years ago
Other questions:
  • A boy throws a steel ball straight up. consider the motion of the ball only after it has left the boy's hand but before it touch
    11·2 answers
  • What is the name of a very porous igneous rock that is so light that it floats?
    14·1 answer
  • A resistor and a capacitor are connected in series across an ideal battery having a constant voltage across its terminals. Long
    11·1 answer
  • What causes the second high tide in the day?
    5·1 answer
  • What best explains why a wood burning fire place represents an open system
    13·2 answers
  • What is the term for the process by which a portion of a glacier breaks off and falls into the water
    10·1 answer
  • Light of intensity I0 and polarized horizontally passes through three polarizes. The first and third polarizing axes are horizon
    12·1 answer
  • A 7 cm thick and 20 cm long wedge is used to pierce a 3cm long log of diameter 20cm what is the velocity ratio of the wedge
    8·1 answer
  • A football player kicks a ball with an initial velocity of 15 m/s at an angle of 43° above the horizontal. Approximately,
    7·1 answer
  • A student measured the maximum mass of salt that can dissolve in 100mL of water at five different temperatures. Which variable s
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!