Answer: force of gravity on the body due to height difference above the earth's surface
Explanation: as you increase the height of a body above ground, you do work against gravity in moving it from a point on the earth's surface to that point. So a body falling has a stored up gravito-potential energy which acts on it downward due to its mass, accelerating it downwards
Answer b): kinetic energy of the body
Explanation: the downward force produces an acceleration of magnitude 9.81m/s2 downwards which means an increasing velocity. This increasing velocity means the kinetic energy of the body is increasing (kinetic energy is proportional to velocity of the body squared)
Answer:
B.The force of friction between the block and surface will decrease.
Explanation:
The force of friction is given by

where
is the coefficient of friction and
is the normal force.
When the student pulls on the block with force
at an angle
, the normal force on the block becomes

and hence the frictional force becomes
.
Now, as we increase
,
increases which as a result decreases the normal force
, which also means the frictional force decreases; Hence choice B stands true.
<em>P.S: Choice D is tempting but incorrect since the weight </em>
<em> is independent of the external forces on the block. </em>
Queremos crear un diagrama general para calcular el área de un triangulo.
Este será algo como:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Como naturalmente habra algunas variaciones segun el programa que utilicemos, lo voy a escribir de forma bastante general.
Primero definamos nuestras variables:
Por ejemple, en fortran usariamos algo como:
real:: B, H, A
Donde B será la variable que usaremos para la base, H para la altura, y A para el área.
Luego tenemos que escribir en pantalla algo que le diga al usario que debe introducir la base y el area.
Luego el programa debe ser capaz de leer ese input.
con algo de la forma:
B = read*input 1
H = read*input 2
Una vez tenemos definidas las variables, simplemente calculamos el área del triangulo:
A = H*B/2
Finalmente la podemos mostrar en pantalla con algo como:
print(A).
Lo que nos mostraría el valor del área.
Concluyendo, el diagrama en general sería:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Si quieres aprender más, puedes leer:
brainly.com/question/21949109
Answer:
b. Friction decreased when he went from pavement to ice and then increased two more times.
Explanation:
Frictional force depends on the normal force of the surface and a friction coefficient.

Since we're talking about the same car, the value of
will remain constant whereas μ will represent the change in the frictional coefficient of the surface. Now we consider the different surfaces, cars will slide in an icy road which means that the frictional coefficient is smaller than the pavement.
After Joshua returns to the pavement road, the resulting frictional force increases and will do so one more time when he reaches the gravel road. Gravel roads have greater frictional coefficients than pavement roads which means the frictional force will increase a second time.