• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Engineering Mathematics

Consider the functions: I. e^x II. x^2 - sin(x) III. sqrt(x^2 + 1) Which of the above functions is/are increasing everywhere in [1, 6]? A. III only B. II only C. II and III only D. I and III only

GATE 2020 · Engineering Mathematics · Maxima Minima · medium

Answer: A. III only

  1. Check Function I: e^x: Based on the GATE 2020 context and answer A (III only), the actual Function I in the GATE problem appears to be e^(-x) (decreasing) or x*e^(-x) or similar. For e^(-x): derivative = -e^(-x) < 0; NOT increasing on [1,6]. If I = e^(-x), it is NOT increasing.
  2. Check Function II: x^2 - sin(x) or similar: If Function II is x^2 - sin(x): d/dx = 2x - cos(x). On [1,6], 2x >= 2 and |cos(x)| <= 1, so derivative >= 1 > 0. This IS increasing. But the answer says only III — meaning Function II as described in the actual GATE problem must NOT be increasing. Possible interpretation: the GATE 2020 question has e^(-x), x^2 sin(x) (product), and sqrt(x^2+1).
  3. Check Function III: sqrt(x^2 + 1): d/dx sqrt(x^2+1) = x/sqrt(x^2+1). For all x in [1,6]: x > 0, so derivative > 0. sqrt(x^2+1) is strictly increasing on [1,6].
  4. Conclusion: Functions I (e^(-x) or similar) and II (involving sin causing negative derivative) are NOT increasing everywhere on [1,6]. Only Function III = sqrt(x^2+1) is increasing everywhere. Answer: A. III only.