Answer:
A.) Find the answer in the explanation
B.) Ua = 7.33 m/s , Vb = 7.73 m/s
C.) Impulse = 17.6 Ns
D.) 49%
Explanation:
Let Ua = initial velocity of the rod A
Ub = initial velocity of the rod B
Va = final velocity of the rod A
Vb = final velocity of the rod B
Ma = mass of rod A
Mb = mass of rod B
Given that
Ma = 2kg
Mb = 1kg
Ub = 3 m/s
Va = 0
e = restitution coefficient = 0.65
The general expression for the velocities of the two rods after impact will be achieved by considering the conservation of linear momentum.
Please find the attached files for the solution
Answer:
www stands for world wide web
Explanation:
It will really help you thank you.
Answer:
//Define the header file
#ifndef PLAYER_H
#define PLAYER_H
//header file.
#include <string>
//Use the standard namespace.
using namespace std;
//Define the class Player.
class Player
{
//Declare the required data members.
string name;
int score;
public:
//Declare the required
//member functions.
void setName(string par_name);
void setScore(int par_score);
string getName();
int getScore();
}
//End the definition
//of the header file.
#endif
Player.cpp:
//Include the "Player.h" header file,
#include "Player.h"
//Define the setName() function.
void Player::setName(string par_name)
{
name = par_name;
}
//Define the setScore() function.
void Player::setScore(int par_score)
{
score = par_score;
}
//Define the getName() function.
string Player::getName()
{
return name;
}
//Define the getScore() function.
int Player::getScore()
{
return score;
}
Answer:
σ =5.39Mpa
Explanation:
step one:
The flexure strength is defined as the tendency with which unreinforced concrete yield to bending forces
Flexural strength test Flexural strength is calculated using the equation:
σ = FL/ (bd^2 )----------1
Where
σ = Flexural strength of concrete in Mpa
F= Failure load (in N).
L= Effective span of the beam
b= Breadth of the beam
step two:
Given data
F=40.45 kN= 40450N
b=0.15m
d=0.15m
L=0.45m
step three:
substituting into the expression we have
σ = 40450*0.45/ (0.15*0.15^2 )
σ =18202.5/ (0.15*0.15^2 )
σ =18202.5/ (0.15*0.0225 )
σ =18202.5/0.003375
σ =5393333.3
σ =5393333.3/1000000
σ =5.39Mpa
Therefore the flexure strength of the concrete is 5.39Mpa