Class 12 Maths NCERT Solutions Chapter 7 Ex 7.7 – Special Integral Forms | Boundless Maths
Ex 7.7 Class 12 Maths NCERT Solutions

Class 12 Maths NCERT Solutions Chapter 7 Ex 7.7 – Special Integral Forms

Chapter 7 Ex 7.7 covers the three special integral forms \sqrt{x^2\pm a^2} and \sqrt{a^2-x^2} — all 11 questions solved step by step, completing the square under the root in every single one.

This is a short but focused exercise: every question reduces to one of just three standard formulae once you complete the square under the root. When the quadratic under the root doesn't already look like a² − x², x² + a², or x² − a², rewrite it as (x + k)² plus or minus a constant first — the sign of that constant tells you which of the three formulae applies. The two MCQs at the end are quick checks on whether you can identify the right form at a glance under time pressure. Because there are only 11 questions here, it's worth drilling this exercise until the completing-the-square step becomes automatic — it resurfaces constantly in Ex 7.4 and again in definite integral problems later in the chapter.

11Questions
Easy–HardDifficulty Mix
2026-27CBSE Syllabus

Chapter 7 Ex 7.7 Solutions — All 11 Questions

1

Integrate: \sqrt{4-x^2}

Easy +
Solution

Already in the form \sqrt{a^2-x^2} with a=2. Apply \displaystyle\int \sqrt{a^2-x^2}\,dx = \dfrac{x}{2}\sqrt{a^2-x^2}+\dfrac{a^2}{2}\sin^{-1}\left(\dfrac{x}{a}\right) directly.

\displaystyle\int \sqrt{4-x^2}\,dx = \dfrac{x}{2}\sqrt{4-x^2} + 2\sin^{-1}\left(\dfrac{x}{2}\right) + C
2

Integrate: \sqrt{1-4x^2}

Easy +
Solution

Write as \sqrt{1-(2x)^2} and put t=2x, dx=\dfrac{dt}{2}.

The integral becomes \dfrac12\displaystyle\int \sqrt{1-t^2}\,dt = \dfrac12\left[\dfrac{t}{2}\sqrt{1-t^2}+\dfrac12\sin^{-1}t\right].

\displaystyle\int \sqrt{1-4x^2}\,dx = \dfrac{x}{2}\sqrt{1-4x^2} + \dfrac14\sin^{-1}(2x) + C
3

Integrate: \sqrt{x^2+4x+6}

Medium +
Solution

Complete the square: x^2+4x+6 = (x+2)^2+2.

Put t=x+2 and apply \displaystyle\int \sqrt{t^2+a^2}\,dt = \dfrac{t}{2}\sqrt{t^2+a^2}+\dfrac{a^2}{2}\log\left|t+\sqrt{t^2+a^2}\right| with a^2=2.

\displaystyle\int \sqrt{x^2+4x+6}\,dx = \dfrac{x+2}{2}\sqrt{x^2+4x+6} + \log\left|(x+2)+\sqrt{x^2+4x+6}\right| + C
4

Integrate: \sqrt{x^2+4x+1}

Medium +
Solution

Complete the square: x^2+4x+1 = (x+2)^2-3.

Put t=x+2 and apply \displaystyle\int \sqrt{t^2-a^2}\,dt = \dfrac{t}{2}\sqrt{t^2-a^2}-\dfrac{a^2}{2}\log\left|t+\sqrt{t^2-a^2}\right| with a^2=3.

\displaystyle\int \sqrt{x^2+4x+1}\,dx = \dfrac{x+2}{2}\sqrt{x^2+4x+1} - \dfrac32\log\left|(x+2)+\sqrt{x^2+4x+1}\right| + C
5

Integrate: \sqrt{1-4x-x^2}

Medium +
Solution

Complete the square: 1-4x-x^2 = 5-(x+2)^2. Put t=x+2 and apply the \sqrt{a^2-t^2} formula with a^2=5.

\displaystyle\int \sqrt{1-4x-x^2}\,dx = \dfrac{x+2}{2}\sqrt{1-4x-x^2} + \dfrac52\sin^{-1}\left(\dfrac{x+2}{\sqrt5}\right) + C
6

Integrate: \sqrt{x^2+4x-5}

Medium +
Solution

Complete the square: x^2+4x-5 = (x+2)^2-9. Put t=x+2 and apply the \sqrt{t^2-a^2} formula with a^2=9.

\displaystyle\int \sqrt{x^2+4x-5}\,dx = \dfrac{x+2}{2}\sqrt{x^2+4x-5} - \dfrac92\log\left|(x+2)+\sqrt{x^2+4x-5}\right| + C
7

Integrate: \sqrt{1+3x-x^2}

Hard +
Solution

Complete the square: 1+3x-x^2 = \dfrac{13}{4}-\left(x-\dfrac32\right)^2. Put t=x-\dfrac32 and apply the \sqrt{a^2-t^2} formula with a^2=\dfrac{13}{4}.

\displaystyle\int \sqrt{1+3x-x^2}\,dx = \dfrac{2x-3}{4}\sqrt{1+3x-x^2} + \dfrac{13}{8}\sin^{-1}\left(\dfrac{2x-3}{\sqrt{13}}\right) + C
8

Integrate: \sqrt{x^2+3x}

Hard +
Solution

Complete the square: x^2+3x = \left(x+\dfrac32\right)^2-\dfrac94. Put t=x+\dfrac32 and apply the \sqrt{t^2-a^2} formula with a^2=\dfrac94.

\displaystyle\int \sqrt{x^2+3x}\,dx = \dfrac{2x+3}{4}\sqrt{x^2+3x} - \dfrac98\log\left|\left(x+\dfrac32\right)+\sqrt{x^2+3x}\right| + C
9

Integrate: \sqrt{1+\dfrac{x^2}{9}}

Easy +
Solution

Rewrite \sqrt{1+\dfrac{x^2}{9}} = \dfrac13\sqrt{x^2+9}. Apply the \sqrt{x^2+a^2} formula with a=3, then scale by \dfrac13.

\displaystyle\int \sqrt{1+\dfrac{x^2}{9}}\,dx = \dfrac{x}{6}\sqrt{x^2+9} + \dfrac32\log\left|x+\sqrt{x^2+9}\right| + C
10

MCQ. \displaystyle\int \sqrt{1+x^2}\,dx is equal to:   (A) \dfrac{x}{2}\sqrt{1+x^2}+\dfrac12\log\left|x+\sqrt{1+x^2}\right|+C   (B) \dfrac23(1+x^2)^{3/2}+C   (C) \dfrac23 x(1+x^2)^{3/2}+C   (D) \dfrac{x^2}{2}\sqrt{1+x^2}+\dfrac12 x^2\log\left|x+\sqrt{1+x^2}\right|+C

Easy +
Solution

Already in standard form \sqrt{x^2+a^2} with a=1 — apply the formula directly.

Answer: (A) \dfrac{x}{2}\sqrt{1+x^2}+\dfrac12\log\left|x+\sqrt{1+x^2}\right|+C
11

MCQ. \displaystyle\int \sqrt{x^2-8x+7}\,dx is equal to:   (A) \dfrac12(x-4)\sqrt{x^2-8x+7}+9\log\left|x-4+\sqrt{x^2-8x+7}\right|+C   (B) \dfrac12(x+4)\sqrt{x^2-8x+7}+9\log\left|x+4+\sqrt{x^2-8x+7}\right|+C   (C) \dfrac12(x-4)\sqrt{x^2-8x+7}-3\sqrt2\log\left|x-4+\sqrt{x^2-8x+7}\right|+C   (D) \dfrac12(x-4)\sqrt{x^2-8x+7}-\dfrac92\log\left|x-4+\sqrt{x^2-8x+7}\right|+C

Medium +
Solution

Complete the square: x^2-8x+7 = (x-4)^2-9. Put t=x-4 and apply the \sqrt{t^2-a^2} formula with a^2=9.

Answer: (D) \dfrac12(x-4)\sqrt{x^2-8x+7}-\dfrac92\log\left|x-4+\sqrt{x^2-8x+7}\right|+C

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it →
Common Questions

FAQs: Chapter 7 Ex 7.7

How many questions are there in Class 12 Maths Chapter 7 Ex 7.7?

Exercise 7.7 has 11 questions in total — 9 integrals of the special square-root forms, followed by 2 MCQs.

What technique does Chapter 7 Ex 7.7 test?

It tests three standard integral formulae for the square root of x squared minus a squared, x squared plus a squared, and a squared minus x squared. Completing the square under the root reduces every question in this exercise to one of these three forms.

Where can I find the official NCERT textbook for this exercise?

The official NCERT Class 12 Maths textbook, including Chapter 7 (Integrals) and Exercise 7.7, is available for free at ncert.nic.in.

Carry the formulas with you

One-page printable Formula Cards for every unit, including Integrals.

Get the Formula Cards →
Expert CBSE Coaching · Class 9–12