Answer:
I = 4.642 Ampere.
x = 2.145 cm
Explanation:
a) As we know, the magnetic field on the axis of the loop is given as

where a = radius of loop
x = point on the axis of loop
N = No of turns of coil
Current in the loop for which the magnetic field at the center is 0.0750 Tesla is given as x = 0
Therefore, the above equation can be rewritten as

I = 
by putting values
I =
Current in the loop for which the magnetic field at the center is 0.0750 Tesla = I = 4.642 Ampere
b)
Now for part b the magnetic field at a distance x from the center is given as

multiply and divide by a on both sides we get

As we know, according to Biot sivorts law,the Magnetic Field at the Center of a circular loop is given as
( Magnetic field at center) = 
So we got magnetic field at any point x as
=
X 
For magnetic field at x is half of the B at center
=
from the above two equations
= 

Putting a = 2.80 cm
We have x = 2.145 cm Ans
μ
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;
}
Using the front sight adjusting tool, loosen (turn counterclockwise) the adjusting screw on the front sight assembly the desired amount. Then tighten (turn clockwise) the opposite side screw on the left exactly the same number of clicks.
<h3>What is a Machine gun ?</h3>
The term "machine gun" refers to a rifled, autoloading, fully automatic weapon intended for continuous direct fire using rifle rounds. Other automatic weapons, such as automatic rifles, are often intended to fire in brief bursts rather than continuously, and are not regarded as real machine guns because of this.
- Machine guns and other automatic weapons vary in that they fire rounds continually until the shooter lets off of the trigger after pulling it once. Fully automatic guns are uncommon compared to semi-automatic rifles.
Learn more about Machine gun here:
brainly.com/question/1358898
#SPJ4
Answer:
Flow velocity
50.48m/s
Pressure change at probe tip
1236.06Pa
Explanation:
Question is incomplete
The air velocity in the duct of a heating system is to be measured by a Pitot-static probe inserted into the duct parallel to the flow. If the differential height between the water columns connected to the two outlets of the probe is 0.126m, determine (a) the flow velocity and (b) the pressure rise at the tip of the probe. The air temperature and pressure in the duct are 352k and 98 kPa, respectively
solution
In this question, we are asked to calculate the flow velocity and the pressure rise at the tip of probe
please check attachment for complete solution and step by step explanation