Mathematical Methods of Physics MCQ Quiz - Objective Question with Answer for Mathematical Methods of Physics - Download Free PDF
Last updated on Jun 25, 2025
Latest Mathematical Methods of Physics MCQ Objective Questions
Mathematical Methods of Physics Question 1:
The constant 𝐵 which makes
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 1 Detailed Solution
Calculation:
Aψ = λψ ⇒ d2(e−αx2) / dx2 − Bx2e−αx2 = λe−αx2
⇒ d/dx (−2αx·e−αx2) − Bx2e−αx2 = λe−αx2
−2αe−αx2 + (−2α)(−2α)x2e−αx2 − Bx2e−αx2 = λe−αx2
(4α2 − B)x2e−αx2 − 2αe−αx2 = λe−αx2
(4α2 − B) = 0 ⇒ B = 4α2
Mathematical Methods of Physics Question 2:
The complex integral
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 2 Detailed Solution
Explanation:
f(z) = z4 × exp(1 / (2z)) = z4 × (1 + 1 / (2z) + 1 / (4z2) + 1 / (48z3) + 1 / (384z4) + 1 / (3840z5) + ... )
Residue is the coefficient of 1/z = 1 / 3840
Integral = (2πi) / 3840 = πi / 1920
Mathematical Methods of Physics Question 3:
Gamma function with argument 𝑧 is defined as
where 𝑧 is a complex variable and Re 𝑧≥0.Γ[𝑧] has
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 3 Detailed Solution
Calculation:
Defined for Re(z) > 0, and extended to the whole complex plane (except non-positive integers) via analytic continuation.
Behaviour at z = 0:
Singularities of the Gamma function occur at non-positive integers: z = 0, −1, −2, ...
These are simple poles.
Specifically, at z = 0, Γ(z) has a simple pole.
Supporting fact:
Near z = 0, the Gamma function behaves like:
Γ(z) ~ 1/z − γ + …
where γ is the Euler-Mascheroni constant.
This clearly shows a simple pole at z = 0.
Mathematical Methods of Physics Question 4:
The following table shows the relationship between an independent quantity 𝑥 and an experimentally measured quantity 𝑦.
x | 0 | 1 | 2 | 3 | 4 | 5 |
y | 0.1 | 2.1 | 8.1 | 17.9 | 32.2 | 49.7 |
The relationship between 𝑥 and 𝑦 is best represented by
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 4 Detailed Solution
Calculation:
Analysis of the Relationship between x and y
x | 0 | 1 | 2 | 3 | 4 | 5 |
y | 0.1 | 2.1 | 8.1 | 17.9 | 32.2 | 49.7 |
Check for Linear Relationship
A linear relationship would have constant first differences in y values.
First differences:
2.1 - 0.1 = 2
8.1 - 2.1 = 6
17.9 - 8.1 = 9.8
32.2 - 17.9 = 14.3
49.7 - 32.2 = 17.5
First differences are not constant → Not linear.
Check for Quadratic Relationship
A quadratic relationship has approximately constant second differences.
Second differences:
(6 - 2) = 4
(9.8 - 6) = 3.8
(14.3 - 9.8) = 4.5
(17.5 - 14.3) = 3.2
These second differences are roughly constant (around 4), allowing for small experimental errors.
The relationship between x and y is best represented by a quadratic relationship, which can be written in the form: y = ax2 + bx + c
Mathematical Methods of Physics Question 5:
The value of the integral (where 𝑘 is a constant),
over the closed contour 𝐶 as shown below, is
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 5 Detailed Solution
Calculation:
The integral has a second-order pole at z = 2.
The residue theorem gives
∮c [5 / (z - 2)2] sin(kz) dz = 2πi × [Residue]
The residue at z = 2 will be
R = (1 / 1!) d/dz [5 sin(kz)] = 5k cos(2k)
⇒ (1 / 2πi) ∮c [5 / (z - 2)2] sin(kz) dz = 5k cos(2k)
Top Mathematical Methods of Physics MCQ Objective Questions
The value of the integral
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 6 Detailed Solution
Download Solution PDFExplanation:
This integration from limit 0 to
--------1
, - Here
Now,
-
(As, )
Now from equation 1, we know that s = 1,
- So,
So, the correct answer is
The bisection method is used to find a zero x0 of the polynomial f(x) = x3 - x2 - 1. Since f(1) = -1, while f(2) = 3, the values a = 1 and b = 2 are chosen as the boundaries of the interval in which the x0 lies. If the bisection method is iterated three times, the resulting value of x0 is
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 7 Detailed Solution
Download Solution PDFExplanation:
Given the polynomial
- Compute the midpoint c = (a + b) / 2.
- Compute the value of the function f(c).
- If f(c) is very close to 0, then c is our root. Else, replace the interval [a, b] with [a, c] if f(a) and f(c) have opposite signs; otherwise, replace the interval with [c, b].
The correct bisection method would go as follows:
Iteration 1:
Since f(a) = -1 and f(c) = 0.125 have different signs, we replace b = c. Now the new interval becomes [1, 1.5].
Iteration 2:
Since f(a) = -1 and f(c) = -0.421875 have the same sign, we replace a = c. Now the new interval becomes [1.25, 1.5].
Iteration 3:
Since f(a) = -0.421875 and f(c) = -0.162109375 have the same sign, we replace a = c. Now the new interval becomes [1.375, 1.5].
After three iterations, the best estimate for the root x0 is our most recent midpoint, c = 1.375 or 11/8.
The matrix
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 8 Detailed Solution
Download Solution PDFExplanation:
- For a rotation matrix R in 3D, the trace of the rotation matrix (sum of the diagonal elements) relates to the angle of rotation
by the formula , yielding . - Our rotation matrix given is:
- Calculating the trace gives us:
- The rotation axis can be obtained using:
- The right combination of the signs (±) is obtained by looking at the off-diagonal elements of the rotation matrix. From the given matrix, we have:
- The signs of
and correspond to and of the rotation matrix, respectively. - This results in
. - But since the axis direction is determined up to the sense of rotation, we switch them (so that
is positive and negative) and switch the sign of the angle of rotation, giving us:
Ajar J1 contains equal number of balls of red, blue and green colours, while another jar J2 contains balls of only red and blue colours, which are also equal in number. The probability of choosing J1 is twice as large as choosing J2. If a ball picked at random from one of the jars turns out to be red, the probability that it came from J1 is
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 9 Detailed Solution
Download Solution PDFConcept:
We are using Bayes' Theorem which describes the probability of occurrence of an event related to any condition. It is considered as the case of Conditional Probability.
Here, we have to find the Probability of Red ball in Jar
Formula used-
Explanation:
Given,
- Probability of Red ball in Jar
- Probability of red ball in Jar
- Probability relation of both jars is given as
Now, we know that,
and
Using Bayes' formula, we get,
- =>
Consider the set of polynomials {x(t) = a0 + a1t + ··· + an-1 tn-1} in t of degree less than n, such that x(0) = 0 and x(1) = 1. This set
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 10 Detailed Solution
Download Solution PDFConcept:
Polynomials can be classified by the number of terms with nonzero coefficients, so that a one-term polynomial is called a monomial, a two-term polynomial is called a binomial, and a three-term polynomial is called a trinomial.
Calculation:
x(t) = a0 + a1t + a2t2 + ... + an-1tn-1
x(0) = 0
a0 = 0
x(t) = a1t + a2t2 + ... + an-1tn-1
Also, x(1) = 1
1 = a1 + a2 + ... + an-1
t,t2,t3 form basis.
c1t + c2t2 + c3t3 = 0
If c1 = c2 = c3 ...= 0
Thus, it does not constitute a vector space.
The correct answer is option (4).
If the Bessel function of integer order n is defined as
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 11 Detailed Solution
Download Solution PDFExplanation:
- The recurrence relation is:
- Rearranging and multiplying the relation by
, we get: , - Which simplifies to:
- But another recurrence relation involves Bessel functions, which is
, - From above we can replace
in our expression for - This results in:
- After simplifying, it becomes:
- Solving for the derivative of interest, we get:
Let C be the circle of radius π/4, centered at z =
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 12 Detailed Solution
Download Solution PDFConcept:
Contour integration is the process of calculating the values of a contour integral around a given contour in the complex plane.
Calculation:
f(z) = (
Thus the poles are
z0 = 0, π/4
4z = nπ, z = 0, π/4
The rest are outside the contour.
Residue at z = 0 is
[
= [
= [
Residue for z = π/4
z - π/4 = t
sin (4t + π) = - sin 4t
=
(
b1 =
∫c
=
The correct answer is option (3).
The locus of the curve
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 13 Detailed Solution
Download Solution PDFSolution-Option-1
Concept- Here, we have to find center of the curve and radius of the curve using equation of circle which is given by-
Formula Used-
Calculation-
- The locus of the curve is
- Now this locus can be written as,
has zero value, so, we will see the solution of
Now, as we know
- By rationalise above value, we get
Imaginary part of above equation is
- This represents the equation of circle and is similar to
with center and radius of circle is given by formula - Here,
- Coordinates of center of circle are
- Radius of circle
So, the correct answer is
A one-dimensional rigid rod is constrained to move inside a sphere such that its two ends are always in contact with the surface. The number of constraints on the Cartesian coordinates of the endpoints of the rod is
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 14 Detailed Solution
Download Solution PDFConcept-
The Distance Formula can be used to find the distance between two points on the coordinate plane. It is a literal equation with several variables representing the locations of the points.
Formula Used-
Assume, \((x_1,x_2)\) and \((y_1,y_2)\) are coordinates on axes, and d is the distance between them. Then,
- \(d^2=(x_2-x_1)^2 +(y_2 - y_1)^2\)
Explanation:
- AB is a rod with co-ordinates
and - Let the length of the rod =
- The radius of the sphere =
So, there are three constraint equations.
A box contains 5 white and 4 black balls. Two balls are picked together at random from the box. What is the probability that these two balls are of different colours?
Answer (Detailed Solution Below)
Mathematical Methods of Physics Question 15 Detailed Solution
Download Solution PDFConcept:
Probability means possibility. It is a branch of mathematics that deals with the occurrence of a random event. The value is expressed from zero to one.
Calculation:
Probability that the two balls are of different colors 5 W, 4 B
=
=
=
The correct answer is option (4).