Metres/second² is acceleration. maybe a bit more clarification?
Answer:
recall that heat absorbed released is given by
Q = mc*(T2 - T1)
where
m = mass (in g)
c = specific heat capacity (in J/g-k)
T = temperature (in C or K)
*note: Q is (+) when heat is absorbed and (-) when heat is released.
substituting,
Q = (480)*(0.97)*(234 - 22)
Q = 98707 J = 98.7 kJ
Explanation:
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:
The line charge density is ![1.59\times10^{-4}\ C/m](https://tex.z-dn.net/?f=1.59%5Ctimes10%5E%7B-4%7D%5C%20C%2Fm)
Explanation:
Given that,
Diameter = 2.54 cm
Distance = 19.6 m
Potential difference = 115 kV
We need to calculate the line charge density
Using formula of potential difference
![V=EA](https://tex.z-dn.net/?f=V%3DEA)
![V=\dfrac{\lambda}{2\pi\epsilon_{0}r}\times\pi r^2](https://tex.z-dn.net/?f=V%3D%5Cdfrac%7B%5Clambda%7D%7B2%5Cpi%5Cepsilon_%7B0%7Dr%7D%5Ctimes%5Cpi%20r%5E2)
![\lambda=\dfrac{V\times2\epsilon_{0}}{r}](https://tex.z-dn.net/?f=%5Clambda%3D%5Cdfrac%7BV%5Ctimes2%5Cepsilon_%7B0%7D%7D%7Br%7D)
Where, r = radius
V = potential difference
Put the value into the formula
![\lambda=\dfrac{115\times10^{3}\times2\times8.8\times10^{-12}}{1.27\times10^{-2}}](https://tex.z-dn.net/?f=%5Clambda%3D%5Cdfrac%7B115%5Ctimes10%5E%7B3%7D%5Ctimes2%5Ctimes8.8%5Ctimes10%5E%7B-12%7D%7D%7B1.27%5Ctimes10%5E%7B-2%7D%7D)
![\lambda=1.59\times10^{-4}\ C/m](https://tex.z-dn.net/?f=%5Clambda%3D1.59%5Ctimes10%5E%7B-4%7D%5C%20C%2Fm)
Hence, The line charge density is ![1.59\times10^{-4}\ C/m](https://tex.z-dn.net/?f=1.59%5Ctimes10%5E%7B-4%7D%5C%20C%2Fm)
Answer:
25 seconds
Explanation:
Assuming the woman is accelerating at a constant rate of
from the initial velocity, u=4.20 m/s, to the final velocity, v=5.00 m/s.
Let she takes t seconds to cover the distance, s=115 m.
As acceleration, ![a=\frac{v-u}{t}=\frac{5-4.2}{t}](https://tex.z-dn.net/?f=a%3D%5Cfrac%7Bv-u%7D%7Bt%7D%3D%5Cfrac%7B5-4.2%7D%7Bt%7D)
![\Rightarrow at=0.8\cdots(i)](https://tex.z-dn.net/?f=%5CRightarrow%20at%3D0.8%5Ccdots%28i%29)
Now, from the equation of motion
![s=ut+\frac 12 at^2](https://tex.z-dn.net/?f=s%3Dut%2B%5Cfrac%2012%20at%5E2)
![\Rightarrow s=ut+\frac 12 at(t)](https://tex.z-dn.net/?f=%5CRightarrow%20s%3Dut%2B%5Cfrac%2012%20at%28t%29)
[ from equation (i)]
![\Rightarrow 115=(4.2+0.4)t](https://tex.z-dn.net/?f=%5CRightarrow%20115%3D%284.2%2B0.4%29t)
seconds.
Hence, she takes 25 seconds to walk the distance.