GATE DA Calculus & Optimization Previous Year Questions

15 solved GATE DA questions on Calculus & Optimization, drawn from 3 exam years and grouped by year. Every question shows the official answer and a step-by-step solution.

Want to practise this topic and ask follow-up questions? Explore Success Tracker.

Revision companion

Calculus & Optimization: verify conditions before applying a rule

State the domain, continuity, or differentiability condition a formula requires before substituting. Optimization problems need both a critical-point calculation and a classification step. These selected foundations connect single-variable calculus, multivariable derivatives, and constrained optimization as they appear in the GATE DA syllabus. They are not a complete syllabus.

Our study notes and original examples support the PYQs below; they are not official exam questions or a replacement for the current syllabus.

Before you start

  • Limits, derivatives, and definite integrals of single-variable functions.
  • Partial derivatives, gradients, and the chain rule for functions of several variables.

Concepts to revise before solving

Derivatives and critical points

A critical point of f(x) occurs where f′(x) = 0 or f′(x) is undefined. Not every critical point is an extremum: the second derivative test classifies it when f″ is nonzero. For f″(c) > 0 the point is a local minimum; for f″(c) < 0 a local maximum. When f″(c) = 0 the test is inconclusive.

Check yourself: Did you check the second derivative before declaring a minimum or maximum?

Definite integrals and area

A definite integral computes net signed area between the curve and the x-axis. Substitution and integration by parts require matching differentials. Verify that the integrand is defined and continuous on the interval; split the integral at any discontinuity and check convergence for improper integrals.

Check yourself: Is the integrand continuous on the closed interval, including both endpoints?

Multivariable calculus and the gradient

The gradient ∇f = (∂f/∂x₁, …, ∂f/∂xₙ) points in the direction of steepest ascent. At a local extremum of an unconstrained differentiable function, the gradient is zero. The Hessian matrix of second partial derivatives classifies critical points: positive-definite implies a local minimum, negative-definite a local maximum.

Check yourself: Have you computed all second partial derivatives, including the cross terms?

Lagrange multipliers for constrained optimization

To optimize f subject to g(x) = 0, solve ∇f = λ∇g together with the constraint. Each solution is a candidate; evaluate f at all candidates and any boundary points to determine the optimum. Multiple constraints require one multiplier per constraint equation.

Check yourself: Did you substitute back into the constraint to confirm feasibility?

Gradient descent for iterative optimization

Gradient descent updates x ← x − α∇f(x), where α is the learning rate. Each step moves in the steepest-descent direction. A step size that is too large can overshoot; too small converges slowly. Convergence to a global minimum requires convexity and an appropriate step size; non-convex problems may converge to local minima.

Check yourself: Did the objective value decrease after the update?

Mistakes to avoid

Declaring a critical point a minimum without checking the second-order condition.
Apply the second derivative test or examine the Hessian; a zero gradient alone does not classify the point.
Ignoring the constraint when using Lagrange multipliers.
The constraint g(x) = 0 is part of the system; solve ∇f = λ∇g and g(x) = 0 simultaneously.
Adding the gradient when trying to minimize.
Gradient descent subtracts the gradient for minimization. Adding it performs ascent.

Original teaching example · not a PYQ

Work through the reasoning

Original mini-example: minimize f(x, y) = x² + y² subject to x + y = 4 using Lagrange multipliers.

  1. Define g(x, y) = x + y − 4 = 0. Set ∇f = λ∇g: (2x, 2y) = λ(1, 1).
  2. From 2x = λ and 2y = λ: x = y.
  3. Substitute into the constraint: x + x = 4, so x = 2 and y = 2.
  4. f(2, 2) = 4 + 4 = 8. Since f grows without bound away from the constraint line, this is the constrained minimum.

The minimum value is f(2, 2) = 8.

Try it before reading the answer

Separate original check: find all critical points of g(x) = x³ − 3x + 2 and classify each as a local maximum, local minimum, or neither.

Show answer and reasoning

x = −1 is a local maximum with g(−1) = 4; x = 1 is a local minimum with g(1) = 0.

g′(x) = 3x² − 3 = 3(x² − 1) = 0 gives x = ±1. g″(x) = 6x. At x = 1: g″(1) = 6 > 0, so local minimum. At x = −1: g″(−1) = −6 < 0, so local maximum. Values: g(1) = 1 − 3 + 2 = 0; g(−1) = −1 + 3 + 2 = 4.

Go deeper with free learning resources

Supplemental reading, not an official GATE reading list or an endorsement of these notes.

Apply this to the previous-year questions

Previous-year questions by year

This page shows 15 recent questions from the released archive, newest first. For older questions and complete papers, browse all GATE DA papers. Questions can carry more than one subject tag; counts are not marks weightage.

GATE DA 20262 questions

  1. Set 1 Q27Let f(x)=x33x2+2f(x) = x^3 - 3x^2 + 2 be a function defined on (1,3](-1, 3]. Which of the following statements is/are correct?MSQ · +1 marks · Medium
  2. Set 1 Q45Let L=limnk=0nennkk!L = \lim_{n \to \infty} \sum_{k=0}^{n} \frac{e^{-n} n^k}{k!} Which of the following is the value of LL?MCQ · +2 marks · Hard

GATE DA 20258 questions

  1. Set 1 Q7Weight of a person can be expressed as a function of their age. The function usually varies from person to person. Suppose this function is identical for two…MCQ · +2 marks · Easy
  2. Set 1 Q14Let f(x)=exex2,xRf(x) = \frac{e^x - e^{-x}}{2}, x \in \mathbb{R}. Let f(k)(a)f^{(k)}(a) denote the kthk^{th} derivative of ff evaluated at aa. What is the value of…MCQ · +1 marks · Easy
  3. Set 1 Q24Consider two functions f:RRf : \mathbb{R} \to \mathbb{R} and g:R(1,)g : \mathbb{R} \to (1, \infty). Both functions are differentiable at a point cc. Which of the…MSQ · +1 marks · Medium
  4. Set 1 Q32limt+t2+tt=__________\lim_{t\to+\infty} \sqrt{t^2 + t} - t = \_\_\_\_\_\_\_\_\_\_ (Round off to one decimal place)NAT · +1 marks · Easy
  5. Set 1 Q48Which of the following statements is/are correct about the rectified linear unit (ReLU) activation function defined as ReLU(x)=max(x,0)\text{ReLU}(x) = \max(x, 0), where…MSQ · +2 marks · Easy
  6. Set 1 Q49Consider the function f(x)=x33+72x2+10x+1332f(x) = \frac{x^3}{3} + \frac{7}{2}x^2 + 10x + \frac{133}{2}, x[8,0]x \in [-8, 0]. Which of the following statements is/are correct?MSQ · +2 marks · Medium
  7. Set 1 Q51Let f:RRf : \mathbb{R} \to \mathbb{R} be a twice-differentiable function and suppose its second derivative satisfies f(x)>0f''(x) > 0 for all xRx \in \mathbb{R}.…MSQ · +2 marks · Medium
  8. Set 1 Q59Let f:RRf : \mathbb{R} \to \mathbb{R} be such that f(x)f(y)(xy)2|f(x) - f(y)| \leq (x - y)^2 for all x,yRx, y \in \mathbb{R}. Then f(1)f(0)=______f(1) - f(0) = \_\_\_\_\_\_ (Answer in…NAT · +2 marks · Medium

GATE DA 20245 questions

  1. Set 1 Q15For any twice differentiable function f:RRf: \mathbb{R} \to \mathbb{R}, if at some xRx^* \in \mathbb{R}, f(x)=0f'(x^*) = 0 and f(x)>0f''(x^*) > 0, then the function ffMCQ · +1 marks · Easy
  2. Set 1 Q33Let f:RRf: \mathbb{R} \rightarrow \mathbb{R} be the function f(x)=11+exf(x) = \frac{1}{1+e^{-x}}. The value of the derivative of ff at xx where f(x)=0.4f(x) = 0.4 is ______NAT · +1 marks · Easy
  3. Set 1 Q37Let f:RRf: \mathbb{R} \to \mathbb{R} be a function. Note: R\mathbb{R} denotes the set of real numbers.…MCQ · +2 marks · Medium
  4. Set 1 Q50Consider the function f:RRf: \mathbb{R} \rightarrow \mathbb{R} where R\mathbb{R} is the set of all real numbers.…MSQ · +2 marks · Medium
  5. Set 1 Q60Evaluate the following limit: limx0ln((x2+1)cosx)x2= _____\lim_{x \to 0} \frac{\ln((x^2+1) \cos x)}{x^2} =\ \_\_\_\_\_NAT · +2 marks · Medium

Other GATE DA topics

Continue learning with Success Tracker

Keep working on Calculus & Optimization

Reading a solution is a useful start. In Success Tracker, you can attempt questions yourself, review mistakes and return to the topics that need another pass.

AI-powered practice· Unlimited practice on eligible plans
PYQs with solutions
Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
Practice that adapts
Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
AI doubt support
Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.

Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.

This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.