Skip to main content
IIT JEE Test Series — Practice smarter, perform stronger.

Maxima AND Minima flash cards

Master Maxima AND Minima through 85 JEE Advanced-level recall cards, systematically structured one idea at a time. Revise concept-wise, identify the areas where you need improvement, and focus your preparation with greater precision.

Maxima AND Minima, question and answer

10 of this chapter's 85 cards, laid out open so you can read straight through. The remaining 75 are in the interactive deck, where the answer stays hidden until you commit to one.

  1. 1.For a curve y=f(x)y=f(x), write the equations of the tangent and normal at point (x1,y1)(x_1,y_1).

    Tangent: yy1=(dydx)(x1,y1)(xx1)y-y_1=\left(\dfrac{dy}{dx}\right)_{(x_1,y_1)}(x-x_1); Normal: yy1=1(dydx)(x1,y1)(xx1)y-y_1=-\dfrac{1}{\left(\frac{dy}{dx}\right)_{(x_1,y_1)}}(x-x_1). (If (dydx)(x1,y1)=0\left(\frac{dy}{dx}\right)_{(x_1,y_1)}=0, tangent is y=y1y=y_1 and normal is x=x1x=x_1.)

    Hint: Normal slope is the negative reciprocal of tangent slope.

  2. 2.State the condition for a function f(x)f(x) to be strictly increasing or decreasing on an interval (a,b)(a,b).

    ff is strictly increasing on (a,b)(a,b) if f(x)>0 x(a,b)f'(x)>0\ \forall x\in(a,b), and strictly decreasing if f(x)<0 x(a,b)f'(x)<0\ \forall x\in(a,b).

    Hint: Sign of the first derivative.

  3. 3.Give the First Derivative Test for local maxima and minima at a critical point x=cx=c where f(c)=0f'(c)=0.

    If f(x)f'(x) changes sign from positive to negative as xx increases through cc, then x=cx=c is a point of local maximum; if it changes from negative to positive, x=cx=c is a point of local minimum; if f(x)f'(x) does not change sign, x=cx=c is neither a maximum nor a minimum (a point of inflection).

    Hint: Check the sign of f(x)f'(x) just before and after cc.

  4. 4.State the Second Derivative Test for extrema at a critical point x=cx=c.

    If f(c)=0f'(c)=0 and f(c)<0f''(c)<0, then x=cx=c is a point of local maximum; if f(c)=0f'(c)=0 and f(c)>0f''(c)>0, then x=cx=c is a point of local minimum; if f(c)=0f'(c)=0 and f(c)=0f''(c)=0, the test fails and the First Derivative Test must be used.

    Hint: Uses the sign of f(c)f''(c) at a point where f(c)=0f'(c)=0.

  5. 5.State Rolle's Theorem and the Mean Value Theorem (Lagrange's) with their conditions.

    Rolle's Theorem: If ff is continuous on [a,b][a,b], differentiable on (a,b)(a,b), and f(a)=f(b)f(a)=f(b), then there exists c(a,b)c\in(a,b) such that f(c)=0f'(c)=0.
    Lagrange's Mean Value Theorem: If ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b), then there exists c(a,b)c\in(a,b) such that f(c)=f(b)f(a)baf'(c)=\dfrac{f(b)-f(a)}{b-a}.

    Hint: Rolle's is the special case of LMVT when f(a)=f(b)f(a)=f(b).

  6. 6.Find the absolute maximum and minimum of f(x)=x33x29x+5f(x)=x^3-3x^2-9x+5 on [2,4][-2,4].

    f(x)=3x26x9=3(x3)(x+1)f'(x)=3x^2-6x-9=3(x-3)(x+1), giving critical points x=1,3x=-1,3, both inside [2,4][-2,4]. Evaluating: f(2)=3f(-2)=3, f(1)=10f(-1)=10, f(3)=22f(3)=-22, f(4)=15f(4)=-15. So the absolute maximum is 1010 at x=1x=-1 and the absolute minimum is 22-22 at x=3x=3.

    Hint: Locate all critical points first, then compare with both endpoints.

  7. 7.Find the absolute maximum and minimum of f(x)=2x315x2+36x48f(x)=2x^3-15x^2+36x-48 on [0,4][0,4].

    f(x)=6x230x+36=6(x2)(x3)f'(x)=6x^2-30x+36=6(x-2)(x-3), so x=2,3x=2,3 are critical points. Values: f(0)=48f(0)=-48, f(2)=20f(2)=-20, f(3)=21f(3)=-21, f(4)=16f(4)=-16. Although x=2x=2 is a local max and x=3x=3 a local min, the absolute maximum is 16-16 at the endpoint x=4x=4 and the absolute minimum is 48-48 at the endpoint x=0x=0 — the endpoints beat both interior extrema.

    Hint: Don't assume the interior stationary points automatically give the global values.

  8. 8.Find the absolute maximum and minimum of f(x)=x44x3+4x2+1f(x)=x^4-4x^3+4x^2+1 on [1,3][-1,3].

    f(x)=4x312x2+8x=4x(x1)(x2)f'(x)=4x^3-12x^2+8x=4x(x-1)(x-2), giving critical points 0,1,20,1,2. Values: f(1)=10f(-1)=10, f(0)=1f(0)=1, f(1)=2f(1)=2, f(2)=1f(2)=1, f(3)=10f(3)=10. The absolute maximum 1010 is attained at both x=1x=-1 and x=3x=3, and the absolute minimum 11 is attained at both x=0x=0 and x=2x=2 — a case where each global extreme value occurs at two distinct points.

    Hint: Compute all critical values and both endpoints; watch for repeated extreme values.

  9. 9.Find the absolute maximum and minimum values of f(x)=sinx+cos2xf(x)=\sin x+\cos 2x on [0,2π][0,2\pi].

    Write cos2x=12sin2x\cos2x=1-2\sin^2x, so f=1+sinx2sin2xf=1+\sin x-2\sin^2x. Let t=sinx[1,1]t=\sin x\in[-1,1] and g(t)=2t2+t+1g(t)=-2t^2+t+1; g(t)=14t=0t=14g'(t)=1-4t=0\Rightarrow t=\tfrac14, giving g(14)=98g(\tfrac14)=\tfrac98. Comparing with the endpoints g(1)=2g(-1)=-2 and g(1)=0g(1)=0, the absolute maximum is 98\tfrac98 (at sinx=14\sin x=\tfrac14) and the absolute minimum is 2-2 (at x=3π2x=\tfrac{3\pi}{2}).

    Hint: Substitute t=sinxt=\sin x to reduce to a quadratic on a closed interval.

  10. 10.Find the absolute maximum and minimum of f(x)=xlnxf(x)=x-\ln x on [12,e]\left[\tfrac12,e\right].

    f(x)=11x=0x=1f'(x)=1-\tfrac1x=0\Rightarrow x=1, and f(x)=1/x2>0f''(x)=1/x^2>0 so x=1x=1 is a local minimum with f(1)=1f(1)=1. Comparing endpoints: f(12)=12+ln21.193f(\tfrac12)=\tfrac12+\ln2\approx1.193 and f(e)=e11.718f(e)=e-1\approx1.718. So the absolute minimum is 11 at x=1x=1 and the absolute maximum is e1e-1 at x=ex=e.

    Hint: Differentiate, find the single critical point, then compare with both ends.

Open the interactive deck for the other 75 cards, with self-grading so the ones you keep missing come back.

Other ways to revise this chapter

Master this chapter with similar other learning materials.

Preparing students for India’s top institutes

Our students are currently into top technological and medical institutes of India.

  • IIT Bombay
  • IIT Delhi
  • IIT Madras
  • IIT Kanpur
  • IIT Kharagpur
  • IIT Roorkee
  • IIT Guwahati
  • IIT BHU Varanasi
  • AIIMS Delhi
  • NIT Tiruchirappalli
  • NIT Rourkela

Join QuestPix, Today!

Get notified first, with exam & curriculum updates, course & test series launch offers, motivation & success stories and free learning resources recommended by toppers.

Chat on WhatsApp