UG Applied Mathematics Booster Test 2 - Introduction to Differential Equations
📌 Answers are locked once submitted — results and explanations appear at the end.
QUESTION 1 OF 20
If a mathematical model describes the rate of change of population P with respect to time t using the equation dP/dt = kP, this equation is rigorously classified as:
QUESTION 2 OF 20
Match the physical problem to its corresponding mathematical differential equation model:
| List I | List II |
|---|---|
| 1. Population Growth | a. dT/dt = -k(T-A) |
| 2. Newton's Law of Cooling | b. dP/dt = αP |
| 3. Compound Interest | c. dA/dt = rA |
| 4. Exponential Decay (Carbon Dating) | d. C(t) = C₀ e^(-kt) |
QUESTION 3 OF 20
In the context of the differential equation for drug absorption dy/dt = -ky, which reasoning statements are valid?
1. y represents the dependent variable (amount of drug).
2. t represents the independent variable (time).
3. The negative sign indicates that the dependent variable is decreasing over time.
4. k is the independent variable instead of t.
QUESTION 4 OF 20
Identify the incorrect statement regarding Carbon Dating formulation:
QUESTION 5 OF 20
A mixture of derivatives is present in the equation xy(d²y/dx²) + x(dy/dx)² - y(dy/dx) = 0. What is the highest order derivative present?
QUESTION 6 OF 20
Subject to the constraint y ≠ 3, the differential equation dy/dx = (2-x)/(y-3) has what order:
QUESTION 7 OF 20
Calculating the degree is systematic like calculating an EMI step-by-step. For the equation d²y/dx² + y² + e^(dy/dx) = 0, why is the degree NOT defined?
QUESTION 8 OF 20
Averaging the powers is incorrect; we must find the highest power of the highest order derivative. What is the degree of (ds/dt)⁴ + 2s(d²s/dt²)=0
QUESTION 9 OF 20
What is the probability that the equation (1 + dy/dx)³ = (d²y/dx²)² has a degree of 2?
QUESTION 10 OF 20
If a differential equation contains a vector-like exponential translation element such as e^(y'), what happens to its degree?
QUESTION 11 OF 20
To find the area, we might integrate a first order equation. The equation y dx + x log(y/x) dy − 2x dy = 0 can be rewritten to find its order and degree. What are they?
QUESTION 12 OF 20
Integrating the second-order equation of a family of parabolas having vertex at origin and axis along positive y-axis requires understanding its form. What is the order of the original differential equation for x² = 4ay?
QUESTION 13 OF 20
How many arbitrary constants must be eliminated from a general solution to form a third-order differential equation?
QUESTION 14 OF 20
The differential equation representing y = a sin(x+b), where a, b are constants is:
QUESTION 15 OF 20
The general solution of dy/dx = (x+1)/(2-y) will contain how many arbitrary constants?
QUESTION 16 OF 20
Eliminating m and c from y = mx + c yields the differential equation y'' = 0. This implies:
QUESTION 17 OF 20
To find a particular solution for dy/dx = y+1 given y(0)=3, what step is applied after integration?
QUESTION 18 OF 20
A specific solution curve is obtained when:
QUESTION 19 OF 20
According to the passage, substituting k < 0 into the mathematical model verifies which physical process?
QUESTION 20 OF 20
Differentiating the model f(t) = Ae^(kt) with respect to t directly yields:
Test Complete!
Answer Review
1 If a mathematical model describes the rate of change of population P with respect to time t using the equation dP/dt = kP, this equation is rigorously classified as:
One independent variable (t) First derivative present Hence first-order ODE
- dP/dt = kP involves derivative w.r.t. single variable t → Only first derivative appears → Therefore, it is a first-order ordinary differential equation
- Option A → PDE requires multiple independent variables
- Option C → no second derivative present
- Option D → derivative exists, so not algebraic
Used
- Definition Recall
Application: Identify type via variables and derivative order.
Final Logic: Single variable + first derivative → first-order ODE
"One variable, one derivative → ODE 1st order."
2 Match the physical problem to its corresponding mathematical differential equation model:
| List I | List II |
|---|---|
| 1. Population Growth | a. dT/dt = -k(T-A) |
| 2. Newton's Law of Cooling | b. dP/dt = αP |
| 3. Compound Interest | c. dA/dt = rA |
| 4. Exponential Decay (Carbon Dating) | d. C(t) = C₀ e^(-kt) |
Population growth → proportional model Cooling → temperature difference model Compound interest → growth rate model Decay → exponential decay
- (A) Population Growth → dP/dt = αP → (II) → (B) Newton's Law of Cooling → dT/dt = −k(T−A) → (I) → (C) Compound Interest → dA/dt = rA → (III) → (D) Carbon Dating → C(t) = C₀e^(−kt) → (IV)
- Option B → swaps cooling and growth models
- Option C → mismatches exponential decay and cooling
- Option D → repetition and incorrect mapping
Used
- Concept Mapping
Application: Match real-world processes to standard DE models.
Final Logic: Each physical law has fixed DE form
"Growth, Cooling, Interest, Decay = standard four models."
3 In the context of the differential equation for drug absorption dy/dt = -ky, which reasoning statements are valid?
1. y represents the dependent variable (amount of drug).
2. t represents the independent variable (time).
3. The negative sign indicates that the dependent variable is decreasing over time.
4. k is the independent variable instead of t.
y depends on time Negative sign implies decay k is constant, not independent variable
- 1: y is dependent variable → 2: t is independent variable → 3: negative sign indicates decay → 4: false because k is constant, not variable
- Option A → includes incorrect 4
- Option B → incomplete
- Option D → includes false statement
Used
- Elimination
Application: Remove incorrect role of k.
Final Logic: 1, 2, 3 are correct
"k is constant, not variable."
4 Identify the incorrect statement regarding Carbon Dating formulation:
Rate must be w.r.t independent variable Time is independent Statement C contradicts DE definition
- Differential equations define rate of change w.r.t independent variable → Here t is independent variable → So C is incorrect
- Option A → correct
- Option B → correct
- Option D → correct decay model
Used
- Definition Check
Application: Verify correct variable roles.
Final Logic: Rate is not w.r.t dependent variable
"Derivative always w.r.t independent variable."
5 A mixture of derivatives is present in the equation xy(d²y/dx²) + x(dy/dx)² - y(dy/dx) = 0. What is the highest order derivative present?
Highest derivative determines order Second derivative present Powers do not matter
- Highest derivative is d²y/dx² → Therefore order = 2
- Option A → first order only
- Option B → power irrelevant
- Option D → coefficient not derivative
Used
- Highest Derivative Rule
Application: Ignore powers and coefficients.
Final Logic: Second derivative dominates
"Look only at highest derivative."
6 Subject to the constraint y ≠ 3, the differential equation dy/dx = (2-x)/(y-3) has what order:
First derivative only No higher derivatives Domain restriction does not affect order
- Only dy/dx appears → Hence first order differential equation
- Option A → no derivative is false
- Option C → no second derivative
- Option D → equation is defined
Used
- Direct Identification
Application: Identify highest derivative.
Final Logic: Only first derivative present
"One derivative = order one."
7 Calculating the degree is systematic like calculating an EMI step-by-step. For the equation d²y/dx² + y² + e^(dy/dx) = 0, why is the degree NOT defined?
Must be polynomial in derivatives Exponential violates rule Degree undefined
- Degree exists only if polynomial in derivatives → e^(dy/dx) is non-polynomial → Hence degree not defined
- Option A → irrelevant
- Option B → order unrelated
- Option D → y² not issue
Used
- Rule Violation Check
Application: Detect exponential term.
Final Logic: Non-polynomial → undefined degree
"Exponential breaks degree."
8 Averaging the powers is incorrect; we must find the highest power of the highest order derivative. What is the degree of (ds/dt)⁴ + 2s(d²s/dt²)=0
Highest order derivative is first derivative Its power is 4 Degree = 4
- Highest order derivative: ds/dt → Power = 4 → Degree = 4
- Option B → confusion with second derivative
- Option C → order mistaken
- Option D → incorrect assumption
Used
- Order-Power Identification
Application: Identify highest derivative and exponent.
Final Logic: First derivative raised to 4
"Power of highest derivative = degree."
9 What is the probability that the equation (1 + dy/dx)³ = (d²y/dx²)² has a degree of 2?
Equation is polynomial in derivatives Degree is always defined Highest power is 2
- Polynomial structure ensures degree exists → Highest order derivative (second derivative) has power 2 → So probability = 1
- Option A → impossible
- Option B → arbitrary
- Option C → incorrect probabilistic value
Used
- Certainty Principle
Application: Polynomial guarantees defined degree.
Final Logic: Always degree exists → probability 1
"Polynomial → sure degree."
10 If a differential equation contains a vector-like exponential translation element such as e^(y'), what happens to its degree?
Non-polynomial term Exponential derivative Degree undefined
- Degree defined only for polynomial DE → e^(y') violates condition → Hence undefined
- Option A → incorrect
- Option B → unrelated
- Option D → meaningless concept
Used
- Structural Check
Application: Identify exponential expression.
Final Logic: Non-polynomial → no degree
"No polynomial → no degree."
11 To find the area, we might integrate a first order equation. The equation y dx + x log(y/x) dy − 2x dy = 0 can be rewritten to find its order and degree. What are they?
Highest derivative is dy/dx Appears to first power No higher-order derivative
- The equation contains only dy/dx implicitly after rearrangement → Highest derivative is first order → Derivative appears in power 1 → degree 1
- Option A → second order not present
- Option B → degree is not 2
- Option D → equation is polynomial in derivative
Used
- Structural Identification
Application: Convert and identify highest derivative.
Final Logic: First-order linear form → degree 1
"Only dy/dx → order 1."
12 Integrating the second-order equation of a family of parabolas having vertex at origin and axis along positive y-axis requires understanding its form. What is the order of the original differential equation for x² = 4ay?
Parabola equation One differentiation gives DE Hence first order
- x² = 4ay represents a parabola family → Differentiation once gives dy/dx relation → Hence original DE is first order
- Option B → second order not required
- Option C → irrelevant
- Option D → irrelevant
Used
- Reverse Differentiation
Application: Identify number of differentiations needed.
Final Logic: One differentiation → order 1
"One curve family → first order."
13 How many arbitrary constants must be eliminated from a general solution to form a third-order differential equation?
Order equals constants eliminated Third order → 3 constants Standard rule
- n-th order DE is obtained by eliminating n constants → For third order → 3 constants removed
- Option A → first order case
- Option B → second order case
- Option D → over-elimination
Used
- Pattern Rule
Application: Use order = number of constants.
Final Logic: 3rd order → 3 constants
"Order = constants removed."
14 The differential equation representing y = a sin(x+b), where a, b are constants is:
Standard sine family Eliminates constants a, b Leads to harmonic equation
- y = a sin(x+b) is a harmonic function → Second differentiation removes constants → Gives y'' + y = 0
- Option A → incorrect structure
- Option C → exponential type equation
- Option D → first order only
Used
- Standard Form Recognition
Application: Recall harmonic differential equation.
Final Logic: Sin function → y'' + y = 0
"Sin → y'' + y."
15 The general solution of dy/dx = (x+1)/(2-y) will contain how many arbitrary constants?
First order DE One integration → one constant Standard rule
- First-order differential equation → Integration introduces one constant c → Hence one arbitrary constant
- Option A → integration always adds constant
- Option C → second order required
- Option D → not possible
Used
- Order-Constant Relation
Application: First order → one constant.
Final Logic: Order 1 → constant 1
"1st order → 1 constant."
16 Eliminating m and c from y = mx + c yields the differential equation y'' = 0. This implies:
y = mx + c contains constants Represents straight lines General solution of y'' = 0
- y = mx + c is family of straight lines → Eliminating constants gives y'' = 0 → Hence it is general solution
- Option A → too specific
- Option C → incomplete interpretation
- Option D → irrelevant
Used
- Concept Mapping
Application: Link equation form to DE.
Final Logic: Linear family → general solution
"Lines → y'' = 0."
17 To find a particular solution for dy/dx = y+1 given y(0)=3, what step is applied after integration?
Use initial condition Determine constant Fix specific solution
- After integration, solution contains constant c → Use condition y(0)=3 → Substitute to find c
- Option A → wrong step
- Option C → unjustified
- Option D → arbitrary assumption
Used
- Substitution Method
Application: Apply initial condition.
Final Logic: Use given values to find constant
"Plug condition → find constant."
18 A specific solution curve is obtained when:
Fix arbitrary constants One unique curve Derived from general solution
- General solution contains constants → Assigning values gives specific curve → Hence particular solution
- Option A → general solution
- Option C → irrelevant
- Option D → unrelated
Used
- Concept Elimination
Application: Identify effect of constants.
Final Logic: Fixed constants → specific solution
"Fix constants → fix curve."
19
According to the passage, substituting k < 0 into the mathematical model verifies which physical process?
Negative exponent Exponential decreases Models decay
- k < 0 makes e^(kt) decrease with time → Function decreases exponentially → Represents decay
- Option A → constant requires k=0
- Option B → k>0 gives growth
- Option D → not implied
Used
- Sign Analysis
Application: Check exponent sign.
Final Logic: Negative k → decay
"Negative k → decay."
20
Differentiating the model f(t) = Ae^(kt) with respect to t directly yields:
Chain rule Exponential derivative Multiply by k
- d/dt of e^(kt) = k e^(kt) → Multiply by A → f'(t) = Ake^(kt)
- Option B → missing k
- Option C → incorrect form
- Option D → unrelated
Used
- Differentiation Rule
Application: Apply chain rule.
Final Logic: Exponential derivative rule
"e^(kt) → multiply by k."
