Answer:
17.799°
Explanation:
When the bullet hits the block at that time the momentum is conserved
So, initial momentum = final momentum

So 

Now energy is also conserved
So 

Less, if it’s too big: hard to control and maneuverability for shooting wouldn’t be that good. a smaller wheelchair allows for faster movement and control, along with easier shooting and upper body movement
Answer:
a) the inductance of the coil is 6 mH
b) the emf generated in the coil is 18 mV
Explanation:
Given the data in the question;
N = 570 turns
diameter of tube d = 8.10 cm = 0.081 m
length of the wire-wrapped portion l = 35.0 cm = 0.35 m
a) the inductance of the coil (in mH)
inductance of solenoid
L = N²μA / l
A = πd²/4
so
L = N²μ(πd²/4) / l
L = N²μ(πd²) / 4l
we know that μ = 4π × 10⁻⁷ TmA⁻¹
we substitute
L = [(570)² × 4π × 10⁻⁷× ( π × (0.081)² )] / 4(0.35)
L = 0.00841549 / 1.4
L = 6 × 10⁻³ H
L = 6 × 10⁻³ × 1000 mH
L = 6 mH
Therefore, the inductance of the coil is 6 mH
b)
Emf ( ∈ ) = L di/dt
given that; di/dt = 3.00 A/sec
{∴ di = 3 - 0 = 3 and dt = 1 sec}
Emf ( ∈ ) = L di/dt
we substitute
⇒ 6 × 10⁻³ ( 3/1 )
= 18 × 10⁻³ V
= 18 × 10⁻³ × 1000
= 18 mV
Therefore, the emf generated in the coil is 18 mV
A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. ... Different programming languages name them differently, for example, functions, methods, sub-routines, procedures, etc.