Sarkari RiseLogin

Differentiation Application of Derivatives Questions for AGNIVEER NAVY

Free, AI-curated practice for the Differentiation Application of Derivatives section of AGNIVEER NAVY. We have 20+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — AGNIVEER NAVY mockAll AGNIVEER NAVY resourcesAlready a user? Sign in →
Why this topic matters · 8 min read
Differentiation is a core calculus topic in AGNIVEER_NAVY Maths paper, typically appearing in 2-3 questions (4-6 marks). The exam focuses on practical applications: finding maxima/minima, rates of change, tangent/normal equations, and optimization problems. Rarely asks pure limit-based proofs; instead tests your ability to apply derivative rules quickly and interpret results in real-world contexts like velocity, acceleration, and cost optimization.

Derivative Rules and Basic Differentiation

A derivative measures how fast something changes. Think of it as the slope of a curve at any point. The AGNIVEER exam expects you to know standard rules and apply them without hesitation. You'll rarely need to derive from first principles; instead, you must recognize which rule to use and execute it cleanly. The most common rules tested are power rule, product rule, quotient rule, and chain rule. Speed matters because you have limited time per question.

  • Power Rule: d/dx(x^n) = n*x^(n-1) — fastest and most frequent
  • Product Rule: d/dx(uv) = u'v + uv' — use when two functions multiply
  • Quotient Rule: d/dx(u/v) = (u'v - uv')/v^2 — use for fractions
  • Chain Rule: d/dx(f(g(x))) = f'(g(x)) * g'(x) — essential for composite functions
  • Derivative of e^x = e^x; derivative of ln(x) = 1/x
  • Derivative of sin(x) = cos(x); derivative of cos(x) = -sin(x)
Key formulas
Power Rule
d/dx(x^n) = n*x^(n-1)
When: Differentiating polynomial terms
Product Rule
d/dx(uv) = u'v + uv'
When: Two functions multiplied together
Quotient Rule
d/dx(u/v) = (u'v - uv')/v^2
When: One function divided by another
Chain Rule
d/dx(f(g(x))) = f'(g(x)) * g'(x)
When: Function inside another function (composition)
Worked examples

Find d/dx(3x^5 + 2x^2 - 7). Answer: 15x^4 + 4x. Apply power rule term by term.

Find d/dx(x^2 * sin(x)). Use product rule: d/dx = 2x*sin(x) + x^2*cos(x).

Maxima and Minima (Optimization)

This is the most exam-heavy application in AGNIVEER. You're asked to find the highest or lowest value of a function. The method is simple: find critical points (where f'(x) = 0), then test which are maxima or minima using the second derivative test or by comparing values. Real-world scenarios include maximizing profit, minimizing cost, or finding optimal dimensions. The exam loves word problems disguised as optimization.

  • Step 1: Find f'(x) and set it equal to zero to find critical points
  • Step 2: Use second derivative test: if f''(x) > 0 at critical point, it's a minimum; if f''(x) < 0, it's a maximum
  • Step 3: Check boundary values if the domain is restricted
  • Always verify your answer makes sense in context (e.g., length cannot be negative)
  • Local extrema occur at critical points; global extrema may occur at boundaries
Key formulas
Second Derivative Test
If f'(c) = 0: f''(c) > 0 → minimum; f''(c) < 0 → maximum
When: Determining nature of critical points
Worked examples

A rectangular box has volume V = x(10-2x)(10-2x) where x is the height. Find x that maximizes volume. Expand, differentiate, set f'(x)=0, solve for x, verify with f''(x).

Find maximum of f(x) = -x^2 + 4x + 5. f'(x) = -2x + 4 = 0 gives x = 2. f''(x) = -2 < 0, so x=2 is maximum. f(2) = -4 + 8 + 5 = 9.

Rate of Change and Related Rates

This tests your understanding that derivatives represent rates. In AGNIVEER, you'll see questions like 'velocity is the rate of change of position' or 'acceleration is the rate of change of velocity'. Related rates problems involve two or more quantities changing together (e.g., water draining from a cone). The key is to set up the relationship between quantities, differentiate with respect to time, and solve.

  • Velocity = d/dt(position); Acceleration = d/dt(velocity) = d^2/dt^2(position)
  • In related rates, differentiate the constraint equation with respect to time
  • Use the chain rule when differentiating quantities that depend on time
  • Always identify what you know (given rates) and what you need to find
  • Common scenarios: water draining, shadows lengthening, objects moving
Worked examples

A particle moves along a line with position s(t) = t^3 - 6t^2 + 9t. Find velocity at t=2. v(t) = s'(t) = 3t^2 - 12t + 9. v(2) = 12 - 24 + 9 = -3 units/time.

Water drains from a cone at 2 cm^3/s. If cone has height 10 cm and base radius 5 cm, find rate of height decrease when h=4 cm. Volume V = (1/3)πr^2h. Since r/h = 5/10 = 1/2, r = h/2. So V = (1/3)π(h/2)^2*h = πh^3/12. dV/dt = (πh^2/4)*dh/dt. Given dV/dt = -2, solve for dh/dt.

Tangent and Normal Lines

The exam occasionally asks for the equation of a tangent or normal line to a curve at a given point. The tangent line has slope equal to the derivative at that point. The normal line is perpendicular to the tangent, so its slope is the negative reciprocal. This is straightforward geometry once you find the slope.

  • Tangent slope at point (a, f(a)) is m = f'(a)
  • Tangent line equation: y - f(a) = f'(a)(x - a)
  • Normal slope is m_normal = -1/f'(a) (negative reciprocal)
  • Normal line equation: y - f(a) = (-1/f'(a))(x - a)
  • Always verify the point lies on the curve before writing the equation
Key formulas
Tangent Line
y - y0 = f'(x0)(x - x0)
When: Finding equation of tangent at point (x0, y0)
Normal Line
y - y0 = (-1/f'(x0))(x - x0)
When: Finding equation of normal (perpendicular) at point (x0, y0)
Worked examples

Find tangent to y = x^2 at x = 2. f(2) = 4, f'(x) = 2x, f'(2) = 4. Tangent: y - 4 = 4(x - 2) → y = 4x - 4.

Find normal to y = x^2 at x = 2. Normal slope = -1/4. Normal: y - 4 = (-1/4)(x - 2) → y = -x/4 + 4.5.

Increasing/Decreasing and Concavity

These concepts help you sketch curves and understand function behavior. A function is increasing where f'(x) > 0 and decreasing where f'(x) < 0. Concavity (curvature) is determined by the second derivative: f''(x) > 0 means concave up (like a cup), f''(x) < 0 means concave down (like an arch). Inflection points occur where f''(x) = 0 and concavity changes. AGNIVEER may ask you to identify intervals or sketch behavior.

  • f'(x) > 0 → function increasing; f'(x) < 0 → function decreasing
  • f''(x) > 0 → concave up (minimum-like); f''(x) < 0 → concave down (maximum-like)
  • Inflection point: f''(x) = 0 and concavity changes sign
  • Critical points (where f'(x) = 0) are candidates for extrema
  • Use sign analysis: test f'(x) in intervals separated by critical points
⚠ Common mistakes to avoid
  • Forgetting the chain rule when differentiating composite functions like (3x+2)^5 or e^(2x). Always check if there's a function inside another function.
  • Setting f'(x) = 0 but forgetting to check the second derivative or boundary values. A critical point is not always a maximum or minimum.
  • In optimization word problems, not checking that the answer is physically reasonable (e.g., negative length or time).
  • Confusing tangent and normal slopes. Remember: normal slope = -1/(tangent slope), not the reciprocal without the negative sign.
  • In related rates, differentiating with respect to x instead of t. Always differentiate with respect to the variable that changes (usually time).
  • Misapplying the quotient rule by forgetting the order: numerator derivative times denominator minus numerator times denominator derivative, all over denominator squared.
🧠 Memory aids
  • POWER RULE: 'Bring the exponent down, reduce by one' — x^5 becomes 5x^4.
  • PRODUCT RULE: 'First times derivative of second, plus second times derivative of first' — memorize as 'u'v + uv'.
  • CHAIN RULE: 'Derivative of outside times derivative of inside' — like peeling an onion layer by layer.
  • MAXIMA/MINIMA: 'Find where slope is zero (f'=0), then check if it's a hill (max) or valley (min) using f''.' — visualize the curve.
  • TANGENT vs NORMAL: 'Tangent hugs the curve; normal is perpendicular.' — slopes are negative reciprocals.
  • INCREASING/DECREASING: 'Positive derivative = going up; negative derivative = going down.' — like climbing a hill.
🎯 AGNIVEER NAVY exam tips
  • AGNIVEER Maths papers typically have 1-2 straightforward differentiation rule questions (power, product, chain) worth 2-3 marks each. Practice speed — you should solve these in under 2 minutes.
  • Optimization (maxima/minima) appears in 1-2 questions, often as word problems. Read carefully, set up the function, and show all steps. Partial credit is generous if your method is correct.
  • Related rates and rate of change questions are less frequent but high-value (3-4 marks). Focus on setting up the relationship and differentiating correctly with respect to time.
  • Tangent/normal line questions are rare (0-1 per paper) but easy if you know the formula. Use y - y0 = m(x - x0) format.
  • Second derivative test for concavity and inflection points rarely appears as standalone questions but may be tested as part of a larger optimization problem. Know the concept but don't over-prepare.
  • No calculators allowed; all answers should be exact (fractions, radicals). Practice mental arithmetic and algebraic simplification.
  • Recent AGNIVEER papers show a trend toward applied optimization (cost, volume, distance) over pure calculus. Expect 1-2 real-world scenario questions.

Sample questions

Q1 · medium · AI-verified
The maximum value of f(x) = sin x + cos x is:
  1. 1
  2. √3
  3. √2
  4. 2
Q2 · medium · AI-verified
If y = x³ − 3x² + 3x − 1, find dy/dx at x = 2.
  1. 9
  2. 0
  3. 3
  4. 6
Q3 · medium · AI-verified
If y = e^(2x), then d²y/dx² is:
  1. e^(2x)
  2. 2e^(2x)
  3. 4e^(2x)
  4. 8e^(2x)
Q4 · hard · AI-verified
If f(x) = x³ − 6x² + 9x + 15, then at which value of x does f(x) have a local minimum?
  1. x = 3
  2. x = 0
  3. x = 1
  4. x = 2
Q5 · easy · AI-verified
What is the derivative of f(x) = x³ − 3x² + 5 at x = 2?
  1. 3
  2. 0
  3. 6
  4. −3
💡 Want answers + explanations + 15+ more Differentiation Application of Derivatives questions? Sign up free →
⭐ Recommended for AGNIVEER NAVY aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More AGNIVEER NAVY topics

Limits Continuity Differentiability
20+ practice questions
Probability and Statistics Basic Class 12
20+ practice questions
Awards Honors Books Authors
20+ practice questions
Physics Class 12 Optics Wave and Ray
20+ practice questions
Physics Class 12 Mechanics and Rotational Motion
20+ practice questions
Physics Class 11 Kinematics and Laws of Motion
20+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q