Question
A bomb at rest explodes into two pieces of unequal
masses. Which of the following is necessarily true about the motion of the fragments?Solution
When a bomb at rest explodes into two pieces, momentum is conserved . Initially, the total momentum is zero , so after the explosion, the vector sum of the momenta of the two fragments must also be zero . Let:
- Masses of fragments = m1β and m2
- Velocities after explosion = v1β and v2
- The momenta are equal and opposite.
- The heavier fragment will have lower speed than the lighter one to maintain this equality.
What does #!/bin/bash at the start of a script mean?
Extended globbing in bash allows:
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Which symbol is used for logical AND in shell scripting?
Which command is used to search for a pattern in files?
Which operator enables process substitution?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Which operator is used to append output to a file?
Which command is used to read user input from the keyboard and store it in a variable?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?