All practice questions

13931 questions

Question 7721Question

Given the matrix A=(12034120k)A = \begin{pmatrix} 1 & 2 & 0 \\ 3 & 4 & 1 \\ 2 & 0 & k \end{pmatrix}, if det(A)=10\det(A) = 10, what is the value of kk?

Show answer & explanation

Answer: -3

Answer

The value of kk is 3-3.
Expanding the determinant along the first row gives 1(4k)2(3k2)+0=2k+41(4k) - 2(3k - 2) + 0 = -2k + 4. Setting 2k+4=10-2k + 4 = 10 leads directly to 2k=6-2k = 6, giving k=3k = -3.

Step-by-Step Solution

1
Expand the determinant of matrix AA along the first row.
\det(A) = 1(4k - 0) - 2(3k - 2) + 0 = -2k + 4
Using cofactor expansion along the top row to find the expression for the determinant.
2
Set the calculated determinant equal to the given value and solve for kk.
-2k + 4 = 10 \implies -2k = 6 \implies k = -3
Equating the determinant algebraic expression to 10.

Key Concept

Determinant of a 3x3 Matrix
Question 7722Question

When the polynomial P(x)=x3+ax2+bx6P(x) = x^3 + ax^2 + bx - 6 is divided by (x2)(x - 2), the remainder is 00. When P(x)P(x) is divided by (x+1)(x + 1), the remainder is 1212. What is the value of a+ba + b?

Show answer & explanation

Answer: 7-7

Answer

The value of a+ba + b is 7-7.
According to the Remainder Theorem, dividing P(x)P(x) by (x2)(x - 2) with a remainder of 00 means P(2)=0P(2) = 0, giving the equation 2a+b=12a + b = -1. Dividing P(x)P(x) by (x+1)(x + 1) with a remainder of 1212 means P(1)=12P(-1) = 12, giving ab=19a - b = 19. Solving these two linear equations simultaneously yields a=6a = 6 and b=13b = -13. Adding these values together gives a+b=7a + b = -7.

Step-by-Step Solution

1
Apply the Factor/Remainder Theorem for divisor (x2)(x - 2)
P(2)=23+a(2)2+b(2)6=0    4a+2b+2=0    2a+b=1P(2) = 2^3 + a(2)^2 + b(2) - 6 = 0 \implies 4a + 2b + 2 = 0 \implies 2a + b = -1
Since dividing P(x)P(x) by (x2)(x - 2) leaves a remainder of 00, P(2)=0P(2) = 0.
2
Apply the Remainder Theorem for divisor (x+1)(x + 1)
P(1)=(1)3+a(1)2+b(1)6=12    ab7=12    ab=19P(-1) = (-1)^3 + a(-1)^2 + b(-1) - 6 = 12 \implies a - b - 7 = 12 \implies a - b = 19
Setting the linear divisor x+1=0x + 1 = 0 gives x=1x = -1, so P(1)=12P(-1) = 12.
3
Solve the system of simultaneous linear equations for aa and bb
Adding (2a+b=1)(2a + b = -1) and (ab=19)(a - b = 19) yields 3a=18    a=63a = 18 \implies a = 6. Substituting a=6a = 6 into ab=19a - b = 19 gives 6b=19    b=136 - b = 19 \implies b = -13.
Eliminating bb allows finding the values of constants aa and bb.
4
Calculate a+ba + b
a+b=6+(13)=7a + b = 6 + (-13) = -7
Summing the determined constants aa and bb gives the target expression.

Key Concept

Remainder and Factor Theorems
Estimated Time:1m 30s
Question 7723Question

The area of the region bounded by the curve y=3x24x+3y = 3x^2 - 4x + 3, the xx-axis, and the vertical lines x=0x = 0 and x=kx = k (where k>0k > 0) is 1818 square units. What is the value of kk?

Show answer & explanation

Answer: 3

Answer

The value of kk is 33.
The area under the non-negative curve y=3x24x+3y = 3x^2 - 4x + 3 from x=0x = 0 to x=kx = k is found by calculating 0k(3x24x+3)dx=k32k2+3k\int_{0}^{k} (3x^2 - 4x + 3) \, dx = k^3 - 2k^2 + 3k. Setting this expression equal to 1818 gives k32k2+3k18=0k^3 - 2k^2 + 3k - 18 = 0. By the factor theorem, testing k=3k = 3 yields 332(3)2+3(3)18=03^3 - 2(3)^2 + 3(3) - 18 = 0. Factoring as (k3)(k2+k+6)=0(k - 3)(k^2 + k + 6) = 0 confirms k=3k = 3 as the only real solution.

Step-by-Step Solution

1
Set up the definite integral for the area bounded by the curve and the x-axis
\int_{0}^{k} (3x^2 - 4x + 3) \, dx = 18
The curve y=3x24x+3y = 3x^2 - 4x + 3 lies entirely above the x-axis for all real xx because its leading coefficient is positive and its discriminant (4)24(3)(3)=20<0(-4)^2 - 4(3)(3) = -20 < 0.
2
Evaluate the definite integral in terms of kk
\left[ x^3 - 2x^2 + 3x \right]_0^k = (k^3 - 2k^2 + 3k) - 0 = k^3 - 2k^2 + 3k
Applying the fundamental theorem of calculus by integrating term by term.
3
Form and simplify the polynomial equation
k^3 - 2k^2 + 3k - 18 = 0
Equating the definite integral expression to the given area value of 18.
4
Solve for real values of k>0k > 0
k = 3
Using the factor theorem on k32k2+3k18=0k^3 - 2k^2 + 3k - 18 = 0, k=3k = 3 yields zero (2718+918=027 - 18 + 9 - 18 = 0). Factoring out (k3)(k - 3) gives (k3)(k2+k+6)=0(k - 3)(k^2 + k + 6) = 0, where k2+k+6=0k^2 + k + 6 = 0 has complex roots.

Key Concept

Determining an unknown boundary limit of a definite integral representing area under a curve
Question 7724Question

Calculate the gradient of the normal line to the curve y=6xy = \frac{6}{x} at the point where x=3x = 3.

Show answer & explanation

Answer: 1.5

Answer

The gradient of the normal line is 1.5.
Differentiating y=6x1y = 6x^{-1} yields dydx=6x2\frac{dy}{dx} = -\frac{6}{x^2}. Evaluating this derivative at x=3x = 3 gives the tangent gradient mt=69=23m_t = -\frac{6}{9} = -\frac{2}{3}. Because the normal line is perpendicular to the tangent line, its gradient is the negative reciprocal mn=1mt=32=1.5m_n = -\frac{1}{m_t} = \frac{3}{2} = 1.5.

Step-by-Step Solution

1
Differentiate the function y=6x1y = 6x^{-1} with respect to xx
dydx=6x2=6x2\frac{dy}{dx} = -6x^{-2} = -\frac{6}{x^2}
The first derivative represents the formula for the tangent gradient to the curve at any given point.
2
Evaluate the derivative at x=3x = 3 to find the tangent slope (mtm_t)
m_t = -\frac{6}{3^2} = -\frac{6}{9} = -\frac{2}{3}
Substituting the given x-coordinate into the derivative gives the exact slope of the tangent at that point.
3
Calculate the normal slope (mnm_n) as the negative reciprocal of mtm_t
m_n = -\frac{1}{m_t} = -\frac{1}{-\frac{2}{3}} = \frac{3}{2} = 1.5
The normal line is perpendicular to the tangent line, meaning mtmn=1m_t \cdot m_n = -1.

Key Concept

The gradient of the normal to a curve y=f(x)y = f(x) at x=ax = a is the negative reciprocal of the derivative evaluated at that point: mn=1f(a)m_n = -\frac{1}{f'(a)}.
Question 7725Question

A pie chart illustrates the distribution of undergraduate students enrolled across four faculties at a university: Arts, Science, Law, and Medicine. The central angles for the sectors representing Arts, Science, and Law are 120120^\circ, 9090^\circ, and 7575^\circ, respectively. If 300300 students are enrolled in the Faculty of Medicine, what is the total number of students enrolled in the university?

Show answer & explanation

Answer: 1440

Answer

The total number of students enrolled in the university is 1440.
The total sum of central angles in any pie chart is 360360^\circ. Subtracting the given angles for Arts (120120^\circ), Science (9090^\circ), and Law (7575^\circ) from 360360^\circ gives the sector angle for Medicine as 7575^\circ. Since 7575^\circ represents 300300 students, each degree represents 30075=4\frac{300}{75} = 4 students. Multiplying 44 students per degree by the total 360360^\circ yields 14401440 total students in the university.

Step-by-Step Solution

1
Determine the sector angle for Medicine.
Sector angle for Medicine = 7575^\circ
The sum of central angles in a pie chart is 360360^\circ. Subtracting 120+90+75=285120^\circ + 90^\circ + 75^\circ = 285^\circ from 360360^\circ gives 7575^\circ.
2
Formulate the proportion relating sector angle to frequency.
75360×N=300\frac{75^\circ}{360^\circ} \times N = 300, where NN represents total students.
The fractional portion of the angle (7575^\circ out of 360360^\circ) equals the fractional portion of the total student count (300300 out of NN).
3
Calculate the total student population NN.
N=300×36075=1440N = \frac{300 \times 360}{75} = 1440
Dividing 300300 by 7575 yields 44 students per degree. Multiplying 44 by 360360 gives 14401440 students.

Key Concept

Pie Chart Sector Angle and Total Population Calculation
Question 7726Question

The tensile stress σ\sigma on a solid wire subjected to a stretching force FF is defined as force per unit cross-sectional area, while the fractional change in length is the tensile strain ϵ\epsilon. If Young's modulus YY of the material is given by Y=σϵY = \frac{\sigma}{\epsilon}, which of the following is the SI unit of Young's modulus expressed in fundamental SI base units?

Show answer & explanation

Answer: kgm1s2\text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}

Answer

kgm1s2\text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}
Young's modulus is calculated as tensile stress divided by tensile strain. Since tensile strain is the ratio of change in length to original length, it has no units. Therefore, the SI unit of Young's modulus is identical to that of stress. Stress is force divided by area: kgms2m2=kgm1s2\frac{\text{kg}\cdot\text{m}\cdot\text{s}^{-2}}{\text{m}^2} = \text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}.

Step-by-Step Solution

1
Determine the dimensions of the force component
Force F=ma    [F]=kgms2F = ma \implies [F] = \text{kg}\cdot\text{m}\cdot\text{s}^{-2}
Mass has fundamental unit kg\text{kg} and acceleration has derived unit ms2\text{m}\cdot\text{s}^{-2}.
2
Determine the SI base units of tensile stress σ\sigma
[\sigma] = \frac{[F]}{\text{Area}} = \frac{\text{kg}\cdot\text{m}\cdot\text{s}^{-2}}{\text{m}^2} = \text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}$
Stress is defined as force divided by cross-sectional area (A=m2A = \text{m}^2).
3
Evaluate the unit of Young's modulus YY
[Y] = \frac{[\sigma]}{[\epsilon]} = \frac{\text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}}{1} = \text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}$
Strain ϵ=ΔLL\epsilon = \frac{\Delta L}{L} is the ratio of two lengths and is dimensionless.

Key Concept

Derivation of SI base units for mechanical moduli from physical definitions
Estimated Time:1m 15s
Question 7727Question

In a mercury vapor tube, an excited atom transitions from an upper energy level of 3.71 eV-3.71\text{ eV} to a lower energy level of 5.54 eV-5.54\text{ eV}. What is the frequency of the emitted photon? (Take h=6.6×1034 J sh = 6.6 \times 10^{-34}\text{ J s} and 1 eV=1.6×1019 J1\text{ eV} = 1.6 \times 10^{-19}\text{ J})

Show answer & explanation

Answer: 4.44×1014 Hz4.44 \times 10^{14}\text{ Hz}

Answer

The frequency of the emitted photon is 4.44×1014 Hz4.44 \times 10^{14}\text{ Hz}.
The energy lost by the atom during transition is ΔE=3.71 eV(5.54 eV)=1.83 eV\Delta E = -3.71\text{ eV} - (-5.54\text{ eV}) = 1.83\text{ eV}. Converting to Joules gives 1.83×1.6×1019 J=2.928×1019 J1.83 \times 1.6 \times 10^{-19}\text{ J} = 2.928 \times 10^{-19}\text{ J}. Dividing this energy by Planck's constant (6.6×1034 J s6.6 \times 10^{-34}\text{ J s}) yields a photon frequency of 4.44×1014 Hz4.44 \times 10^{14}\text{ Hz}.

Step-by-Step Solution

1
Calculate the energy difference (ΔE\Delta E) between the two atomic energy levels.
ΔE=EinitialEfinal=3.71 eV(5.54 eV)=1.83 eV\Delta E = E_{\text{initial}} - E_{\text{final}} = -3.71\text{ eV} - (-5.54\text{ eV}) = 1.83\text{ eV}
The energy of the emitted photon equals the difference in energy between the initial and final states.
2
Convert the energy difference from electron-volts (eV) to Joules (J).
ΔE=1.83×1.6×1019 J=2.928×1019 J\Delta E = 1.83 \times 1.6 \times 10^{-19}\text{ J} = 2.928 \times 10^{-19}\text{ J}
Planck's constant is given in SI units (J s), so the energy must be in Joules.
3
Apply Planck's equation E=hfE = hf to find the photon frequency ff.
f=ΔEh=2.928×1019 J6.6×1034 J s4.44×1014 Hzf = \frac{\Delta E}{h} = \frac{2.928 \times 10^{-19}\text{ J}}{6.6 \times 10^{-34}\text{ J s}} \approx 4.44 \times 10^{14}\text{ Hz}
The frequency of an emitted photon is directly proportional to its energy difference.

Key Concept

Atomic transition photon frequency calculation (E=hf=E2E1E = hf = E_2 - E_1).
Estimated Time:1m 30s
Question 7728Question

Under which of the following conditions will total internal reflection occur when light encounters the boundary between two transparent media?

Show answer & explanation

Answer: When light travels from a medium of higher refractive index to one of lower refractive index at an angle of incidence greater than the critical angle.

Answer

Total internal reflection occurs when light travels from a medium of higher refractive index to a medium of lower refractive index at an angle of incidence greater than the critical angle.
Total internal reflection takes place only when light moves from an optically denser medium (higher refractive index) into an optically less dense medium (lower refractive index), and the angle of incidence at the interface is greater than the critical angle for the two media.

Step-by-Step Solution

1
Identify the optical density requirement for total internal reflection
Light must travel from an optically denser medium (higher refractive index n1n_1) toward an optically rarer medium (lower refractive index n2n_2).
This condition ensures that the light refracts away from the normal into the second medium.
2
Identify the angular requirement at the interface
The angle of incidence ii must be strictly greater than the critical angle θc\theta_c (sinθc=n2n1\sin\theta_c = \frac{n_2}{n_1}).
When i>θci > \theta_c, no light can refract into the second medium, resulting in total reflection back into the initial medium.

Key Concept

Conditions for Total Internal Reflection
Question 7729Question

Given the matrices A=(x312)A = \begin{pmatrix} x & 3 \\ 1 & 2 \end{pmatrix} and B=(2134)B = \begin{pmatrix} 2 & 1 \\ 3 & 4 \end{pmatrix}, what is the value of xx such that the determinant of the product matrix ABAB is 2525?

Show answer & explanation

Answer: 4

Answer

The value of xx is 4.
The determinant of a product of matrices equals the product of their determinants, det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B). Since det(B)=5\det(B) = 5 and det(A)=2x3\det(A) = 2x - 3, setting 5(2x3)=255(2x - 3) = 25 yields 2x3=52x - 3 = 5, giving x=4x = 4.

Step-by-Step Solution

1
Calculate the determinant of matrix B
det(B)=(2)(4)(1)(3)=83=5\det(B) = (2)(4) - (1)(3) = 8 - 3 = 5
The determinant of a 2x2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is given by adbcad - bc.
2
Express the determinant of matrix A in terms of x
det(A)=(x)(2)(3)(1)=2x3\det(A) = (x)(2) - (3)(1) = 2x - 3
Apply the 2x2 determinant formula to matrix A.
3
Use the determinant product rule det(AB) = det(A) * det(B)
det(AB)=(2x3)5=10x15\det(AB) = (2x - 3) \cdot 5 = 10x - 15
The determinant of the product of two square matrices equals the product of their individual determinants.
4
Set det(AB) equal to 25 and solve for x
10x15=25    10x=40    x=410x - 15 = 25 \implies 10x = 40 \implies x = 4
Equate the determinant expression to the given value 25 to isolate x.

Key Concept

Determinant of a Matrix Product
Question 7730Question

According to Bohr's atomic model of the hydrogen atom, what condition must be satisfied by an electron moving in a stable stationary orbit?

Show answer & explanation

Answer: Its orbital angular momentum is an integral multiple of h2π\frac{h}{2\pi}.

Answer

An electron moves in a stable stationary orbit when its orbital angular momentum is an integral multiple of h2π\frac{h}{2\pi}.
Bohr's fundamental postulate states that an electron can revolve around the nucleus only in certain non-radiating orbits (stationary states) where its orbital angular momentum is an integral multiple of h2π\frac{h}{2\pi}.

Step-by-Step Solution

1
Recall Bohr's postulates for the hydrogen atom
Identify that stable orbits require quantization of orbital angular momentum.
Bohr introduced quantization to explain why orbiting electrons do not continuously emit radiation and collapse into the nucleus.
2
State the mathematical formula for angular momentum quantization
L=mvr=nh2πL = mvr = \frac{nh}{2\pi}, where nn is an integer (1,2,3,1, 2, 3, \dots) and hh is Planck's constant.
Only specific discreet orbits meeting this condition are allowed stationary states.

Key Concept

Quantization of Angular Momentum in Bohr's Model
Estimated Time:45s
Question 7731Question

Given two matrices A=(x223)A = \begin{pmatrix} x & 2 \\ 2 & 3 \end{pmatrix} and B=(x111)B = \begin{pmatrix} x & 1 \\ -1 & 1 \end{pmatrix}, where x>0x > 0. If the determinant of the product matrix ABAB is 2020, find the value of xx.

Show answer & explanation

Answer: 3

Answer

The positive value of xx is 3.
Using the property det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B), we compute det(A)=3x4\det(A) = 3x - 4 and det(B)=x+1\det(B) = x + 1. Equating their product to 20 gives (3x4)(x+1)=20(3x - 4)(x + 1) = 20, which simplifies to the quadratic 3x2x24=03x^2 - x - 24 = 0. Factorizing yields (3x+8)(x3)=0(3x + 8)(x - 3) = 0. Since xx must be a positive number, the correct value is x=3x = 3.

Step-by-Step Solution

1
Calculate the determinant of matrix A
\det(A) = 3x - 4
The determinant of a 2x2 matrix \begin{pmatrix} a & b \\ c & d \end{pmatrix} is ad - bc.
2
Calculate the determinant of matrix B
\det(B) = x + 1
Applying ad - bc gives (x)(1) - (1)(-1) = x + 1.
3
Use the determinant product property det(AB) = det(A) * det(B)
(3x - 4)(x + 1) = 20
The determinant of the product of two square matrices equals the product of their individual determinants.
4
Form and solve the quadratic equation
3x^2 - x - 24 = 0, which factorizes into (3x + 8)(x - 3) = 0
Expanding (3x - 4)(x + 1) gives 3x^2 - x - 4. Subtracting 20 yields 3x^2 - x - 24 = 0.
5
Determine the positive solution for x
x = 3
Solving the factors gives x = -8/3 or x = 3. Since x must be positive (x > 0), x = 3.

Key Concept

Determinant of Matrix Product and 2x2 Determinants
Estimated Time:2m 0s
Question 7732Question

A frustum of a right circular cone has an upper base radius of 3 cm3\text{ cm}, a lower base radius of 6 cm6\text{ cm}, and a vertical height of 4 cm4\text{ cm}. What is the volume of the frustum?

Show answer & explanation

Answer: 84π cm384\pi\text{ cm}^3

Answer

The volume of the frustum is 84π cm384\pi\text{ cm}^3.
The correct answer is obtained by applying the frustum volume formula V=13πh(R2+r2+Rr)V = \frac{1}{3}\pi h (R^2 + r^2 + R r). Substituting R=6R = 6, r=3r = 3, and h=4h = 4 gives V=13π(4)(36+9+18)=84π cm3V = \frac{1}{3}\pi(4)(36 + 9 + 18) = 84\pi\text{ cm}^3.

Step-by-Step Solution

1
Identify the given dimensions and formula for the volume of a frustum of a right circular cone.
Upper radius r=3 cmr = 3\text{ cm}, lower radius R=6 cmR = 6\text{ cm}, height h=4 cmh = 4\text{ cm}. Formula: V=13πh(R2+r2+Rr)V = \frac{1}{3}\pi h (R^2 + r^2 + R r).
The volume of a frustum of a cone is derived by subtracting the top small cone from the total original cone.
2
Evaluate the terms inside the parentheses.
R2+r2+Rr=62+32+(6×3)=36+9+18=63R^2 + r^2 + R r = 6^2 + 3^2 + (6 \times 3) = 36 + 9 + 18 = 63.
Computing the effective area scaling factor of the frustum bases.
3
Multiply by 13πh\frac{1}{3}\pi h to find the total volume.
V=13×π×4×63=4×21×π=84π cm3V = \frac{1}{3} \times \pi \times 4 \times 63 = 4 \times 21 \times \pi = 84\pi\text{ cm}^3.
Completing the frustum volume calculation.

Key Concept

Volume of a Frustum of a Cone
Question 7733Question

What is the value of the definite integral 12(3x24x2)dx\int_{1}^{2} \left(3x^2 - \frac{4}{x^2}\right) \, dx?

Show answer & explanation

Answer: 5

Answer

5
Integrating 3x24x23x^2 - 4x^{-2} gives x3+4xx^3 + \frac{4}{x}. Substituting the upper bound x=2x=2 gives 8+2=108 + 2 = 10, and substituting the lower bound x=1x=1 gives 1+4=51 + 4 = 5. The difference is 105=510 - 5 = 5.

Step-by-Step Solution

1
Rewrite the integrand with a negative exponent
3x24x23x^2 - 4x^{-2}
Converting reciprocal powers into negative exponents simplifies applying the power rule of integration.
2
Find the indefinite integral (antiderivative)
(3x24x2)dx=3x334x11=x3+4x\int (3x^2 - 4x^{-2}) \, dx = \frac{3x^3}{3} - \frac{4x^{-1}}{-1} = x^3 + \frac{4}{x}
Apply the power rule xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1} to each term.
3
Evaluate the antiderivative at the upper limit x=2x = 2
23+42=8+2=102^3 + \frac{4}{2} = 8 + 2 = 10
Substitute the upper limit into the antiderivative expression.
4
Evaluate the antiderivative at the lower limit x=1x = 1
13+41=1+4=51^3 + \frac{4}{1} = 1 + 4 = 5
Substitute the lower limit into the antiderivative expression.
5
Subtract the lower limit value from the upper limit value
105=510 - 5 = 5
According to the Fundamental Theorem of Calculus, abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)\,dx = F(b) - F(a).

Key Concept

Definite Integration of Polynomial and Power Functions
Question 7734Question

If (8x39sin(3x)+2)dx=ax4+bcos(3x)+cx+C\int (8x^3 - 9\sin(3x) + 2) \, dx = ax^4 + b\cos(3x) + cx + C, where aa, bb, and cc are constant coefficients and CC is the constant of integration, what is the value of a+b+ca + b + c?

Show answer & explanation

Answer: 7

Answer

The value of a+b+ca + b + c is 7.
Integrating term-by-term yields 8x3dx=2x4\int 8x^3 dx = 2x^4, 9sin(3x)dx=3cos(3x)\int -9\sin(3x) dx = 3\cos(3x), and 2dx=2x\int 2 dx = 2x. Equating coefficients with ax4+bcos(3x)+cxax^4 + b\cos(3x) + cx gives a=2a = 2, b=3b = 3, and c=2c = 2. Therefore, a+b+c=2+3+2=7a + b + c = 2 + 3 + 2 = 7.

Step-by-Step Solution

1
Integrate the polynomial term 8x38x^3
8x3dx=2x4\int 8x^3 \, dx = 2x^4, identifying a=2a = 2
Apply the power rule of integration: xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1}.
2
Integrate the trigonometric term 9sin(3x)-9\sin(3x)
9sin(3x)dx=3cos(3x)\int -9\sin(3x) \, dx = 3\cos(3x), identifying b=3b = 3
Apply the standard trigonometric integral formula: sin(kx)dx=1kcos(kx)\int \sin(kx) \, dx = -\frac{1}{k}\cos(kx).
3
Integrate the constant term 22
2dx=2x\int 2 \, dx = 2x, identifying c=2c = 2
The integral of a constant kk with respect to xx is kxkx.
4
Calculate the requested sum a+b+ca + b + c
a+b+c=2+3+2=7a + b + c = 2 + 3 + 2 = 7
Summing the coefficients derived from each term's antiderivative.

Key Concept

Indefinite Integration of Polynomial and Trigonometric Functions
Question 7735Question

A progressive transverse wave traveling along a taut string is governed by the displacement equation y(x,t)=0.05sin(200πt10πx)y(x,t) = 0.05 \sin(200\pi t - 10\pi x), where xx and yy are measured in meters and tt in seconds. Calculate the distance, in meters, traveled by the wave front during the time taken for a single particle on the string to complete 1515 full oscillations.

Show answer & explanation

Answer: 3

Answer

The distance traveled by the wave front during 15 full particle oscillations is 3.0 m3.0\text{ m}.
Comparing y(x,t)=0.05sin(200πt10πx)y(x,t) = 0.05 \sin(200\pi t - 10\pi x) to the standard wave equation y=Asin(ωtkx)y = A \sin(\omega t - kx) gives ω=200π rad/s\omega = 200\pi\text{ rad/s} and k=10π rad/mk = 10\pi\text{ rad/m}. The wave speed v=ωk=20 m/sv = \frac{\omega}{k} = 20\text{ m/s}. The time for one full oscillation is T=2πω=0.01 sT = \frac{2\pi}{\omega} = 0.01\text{ s}, so 15 full oscillations take t=15×0.01 s=0.15 st = 15 \times 0.01\text{ s} = 0.15\text{ s}. The distance traveled by the wave front is d=v×t=20 m/s×0.15 s=3.0 md = v \times t = 20\text{ m/s} \times 0.15\text{ s} = 3.0\text{ m}. Alternatively, because a wave travels a distance of one wavelength λ=2πk=0.2 m\lambda = \frac{2\pi}{k} = 0.2\text{ m} during each period (1 full oscillation), in 15 full oscillations the wave travels 15×λ=15×0.2 m=3.0 m15 \times \lambda = 15 \times 0.2\text{ m} = 3.0\text{ m}.

Step-by-Step Solution

1
Extract wave parameters from the progressive wave equation
Angular frequency ω=200π rad/s\omega = 200\pi\text{ rad/s} and wave number k=10π rad/mk = 10\pi\text{ rad/m}.
Matching the given equation y=0.05sin(200πt10πx)y = 0.05 \sin(200\pi t - 10\pi x) with the standard form y=Asin(ωtkx)y = A \sin(\omega t - kx) identifies ω\omega and kk.
2
Calculate the wave propagation velocity
v=20 m/sv = 20\text{ m/s}.
Wave speed is given by the relation v=ωk=200π10π=20 m/sv = \frac{\omega}{k} = \frac{200\pi}{10\pi} = 20\text{ m/s}.
3
Find the period of oscillation and total elapsed time
Period T=0.01 sT = 0.01\text{ s}, total time t=0.15 st = 0.15\text{ s}.
The period T=2πω=2π200π=0.01 sT = \frac{2\pi}{\omega} = \frac{2\pi}{200\pi} = 0.01\text{ s}. For 15 complete oscillations, t=15×0.01 s=0.15 st = 15 \times 0.01\text{ s} = 0.15\text{ s}.
4
Compute the total distance traveled by the wave
Distance d=3.0 md = 3.0\text{ m}.
Using linear motion at constant wave speed, d=v×t=20 m/s×0.15 s=3.0 md = v \times t = 20\text{ m/s} \times 0.15\text{ s} = 3.0\text{ m}.

Key Concept

Wave equation parameters, particle oscillation period, and wave propagation distance
Estimated Time:2m 0s
Question 7736Question

Match each physical scenario involving scalar and vector quantities on the left with its corresponding resultant value or component magnitude on the right.

Click a left item, then click its matching right item

Items

A particle undergoes successive horizontal displacements of 10 m10\text{ m} East, 12 m12\text{ m} North, and 5 m5\text{ m} West. The magnitude of its net displacement.
Two equal coplanar forces, each of magnitude FF, act at an angle of 6060^\circ to each other. The magnitude of their resultant force.
A force vector of magnitude 40 N40\text{ N} is inclined at an angle of 6060^\circ to the vertical axis. The magnitude of its vertical component.
Two concurrent forces of magnitudes 8 N8\text{ N} and 15 N15\text{ N} act at an angle of 9090^\circ to one another. The magnitude of their resultant force.

Matches

Show answer & explanation

Answer

The correct pairings are: (1) The particle's net displacement corresponds to 13 m; (2) The resultant of two equal forces of magnitude F at 60 degrees corresponds to F√3; (3) The vertical component of a 40 N force inclined at 60 degrees to the vertical corresponds to 20 N; (4) The resultant of perpendicular forces of 8 N and 15 N corresponds to 17 N.
Each scenario correctly applies vector algebra: 2D displacement resolution yields a 5-12-13 right triangle; the parallelogram rule for equal forces at 60 degrees produces F√3; resolving a force adjacent to the vertical axis uses cos(60°) to give 20 N; and perpendicular 8 N and 15 N forces synthesize to a 17 N resultant using the Pythagorean theorem.

Step-by-Step Solution

1
Calculate net displacement for Item 1
Net x-component: 10 m5 m=5 m10\text{ m} - 5\text{ m} = 5\text{ m} East. Net y-component: 12 m12\text{ m} North. Magnitude R=52+122=13 mR = \sqrt{5^2 + 12^2} = 13\text{ m}.
Displacements along parallel lines subtract scalar-wise, and perpendicular components combine via the Pythagorean theorem.
2
Determine the resultant of two equal forces at 60 degrees for Item 2
R=F2+F2+2(F)(F)cos(60)=2F2+2F2(0.5)=3F2=F3R = \sqrt{F^2 + F^2 + 2(F)(F)\cos(60^\circ)} = \sqrt{2F^2 + 2F^2(0.5)} = \sqrt{3F^2} = F\sqrt{3}.
Applying the parallelogram law of vector addition.
3
Resolve the force vector along the vertical direction for Item 3
Fvertical=Fcos(θvertical)=40cos(60)=40×0.5=20 NF_{\text{vertical}} = F \cos(\theta_{\text{vertical}}) = 40 \cos(60^\circ) = 40 \times 0.5 = 20\text{ N}.
The component adjacent to the reference angle uses the cosine function.
4
Compute resultant magnitude of orthogonal forces for Item 4
R=82+152=64+225=289=17 NR = \sqrt{8^2 + 15^2} = \sqrt{64 + 225} = \sqrt{289} = 17\text{ N}.
Vectors at right angles sum directly using Pythagorean synthesis.

Key Concept

Vector resolution, component synthesis, and parallelogram law of vector addition
Question 7737Question

The rate of change of linear momentum per unit cross-sectional area is a derived physical quantity. When resolved into fundamental SI base units, which of the following physical quantities has the exact same SI base unit decomposition?

Show answer & explanation

Answer: Energy density

Answer

Energy density
The rate of change of momentum is force (FF), which has SI base units of kgms2\text{kg}\cdot\text{m}\cdot\text{s}^{-2}. Dividing by area (m2\text{m}^2) gives kgm1s2\text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}. Energy density is defined as energy per unit volume, which decomposes to kgm2s2m3=kgm1s2\frac{\text{kg}\cdot\text{m}^2\cdot\text{s}^{-2}}{\text{m}^3} = \text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}. Both derived quantities possess identical fundamental SI base unit representations.

Step-by-Step Solution

1
Determine the physical definition of the rate of change of linear momentum per unit area.
By Newton's second law, rate of change of momentum equals force (F=ΔpΔtF = \frac{\Delta p}{\Delta t}). Dividing by cross-sectional area (AA) yields force per unit area (pressure or stress), FA\frac{F}{A}.
Force is defined as the time rate of change of linear momentum.
2
Express force per unit area in terms of fundamental SI base units.
Force=mass×acceleration=kgms2\text{Force} = \text{mass} \times \text{acceleration} = \text{kg}\cdot\text{m}\cdot\text{s}^{-2}. Therefore, FA=kgms2m2=kgm1s2\frac{F}{A} = \frac{\text{kg}\cdot\text{m}\cdot\text{s}^{-2}}{\text{m}^2} = \text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}.
Mass (kg\text{kg}), length (m\text{m}), and time (s\text{s}) are fundamental base quantities.
3
Analyze energy density in fundamental SI base units.
Energy density=EnergyVolume=kgm2s2m3=kgm1s2\text{Energy density} = \frac{\text{Energy}}{\text{Volume}} = \frac{\text{kg}\cdot\text{m}^2\cdot\text{s}^{-2}}{\text{m}^3} = \text{kg}\cdot\text{m}^{-1}\cdot\text{s}^{-2}.
Decomposing energy into work (force ×\times distance) and dividing by volume reveals its base unit equivalence.

Key Concept

Decomposition of derived quantities into fundamental SI base units
Estimated Time:1m 30s
Question 7738Question

In the International System of Units (SI), physical quantities are categorized as either fundamental or derived. Which of the following is a fundamental SI base unit?

Show answer & explanation

Answer: Kelvin

Answer

Kelvin is the fundamental SI base unit.
The kelvin is the standard SI base unit for measuring thermodynamic temperature and is one of the seven defined fundamental units.

Step-by-Step Solution

1
Identify the seven SI fundamental (base) units
The seven fundamental SI base units are the meter (m), kilogram (kg), second (s), ampere (A), kelvin (K), mole (mol), and candela (cd).
Fundamental units are basic units that are independent of one another and cannot be expressed in terms of other units.
2
Compare the given options against the set of fundamental units
Among Joule, Kelvin, Pascal, and Watt, only Kelvin is in the list of fundamental SI base units.
Joule, Pascal, and Watt are all derived units defined by combinations of base units.

Key Concept

Fundamental SI Base Units
Estimated Time:35s
Question 7739Question

What is the maximum value of the trigonometric function y=3sinx+2y = 3\sin x + 2?

Show answer & explanation

Answer: 5

Answer

The maximum value of the function is 5.
The basic sine function sinx\sin x reaches a maximum value of 11. Substituting sinx=1\sin x = 1 into y=3sinx+2y = 3\sin x + 2 yields y=3(1)+2=5y = 3(1) + 2 = 5.

Step-by-Step Solution

1
Identify the maximum value of the sine term
The range of sinx\sin x is [1,1][-1, 1], so its maximum value is 11.
The sine function oscillates between a minimum of 1-1 and a maximum of 11 for all real numbers xx.
2
Calculate the maximum value of the transformed function
ymax=3(1)+2=5y_{\text{max}} = 3(1) + 2 = 5.
Multiplying by the positive amplitude coefficient 33 scales the peak to 33, and adding the vertical shift of 22 raises the peak to 55.

Key Concept

Maximum and Minimum Values of Trigonometric Functions
Question 7740Question

Find the set of real values of xx that satisfies the inequality 52x3x5\frac{5 - 2x}{3} \ge x - 5.

Show answer & explanation

Answer: x4x \le 4

Answer

The set of real values satisfying the inequality is x4x \le 4.
Multiplying through by 33 yields 52x3x155 - 2x \ge 3x - 15. Rearranging terms gives 5x20-5x \ge -20. Dividing both sides by 5-5 requires flipping the inequality sign from \ge to \le, giving x4x \le 4.

Step-by-Step Solution

1
Multiply both sides of the inequality by 3 to clear the fraction.
52x3(x5)5 - 2x \ge 3(x - 5)
Eliminating the denominator simplifies the algebraic expression.
2
Expand the right-hand side and collect terms containing xx on one side and constants on the other.
52x3x15    2x3x155    5x205 - 2x \ge 3x - 15 \implies -2x - 3x \ge -15 - 5 \implies -5x \ge -20
Group like terms to isolate the variable xx.
3
Divide both sides by 5-5 and reverse the inequality sign.
x205    x4x \le \frac{-20}{-5} \implies x \le 4
Dividing or multiplying an inequality by a negative number reverses the direction of the inequality sign.

Key Concept

Solving linear inequalities involving negative coefficient division
PreviousPage 387 / 697Next
All practice questions — JAMB UTME | Examkin