Class 12 chapter 7 (Integrals) class notes

 

Introduction

Integral is one of the important concepts of calculus. Integral Calculus is motivated by the problem of defining and calculating the area of the region bounded by the graph of the functions as shown in the figure.

  Class_12_Maths_Integrals_Figure_1                                                                     

It is also used to find volumes, central points and many useful things.

The functions that could possibly have given function as a derivative are called anti derivatives or primitive of the function. Again, the formula that gives all these anti derivatives is called the indefinite integral of the function and such process of finding anti derivatives is called integration.

The development of integral calculus is used to solve the problems of the following types:

(a) The problem of finding a function whenever its derivative is given,

(b) The problem of finding the area bounded by the graph of a function under certain conditions.

These two problems lead to the two forms of the integrals, e.g., indefinite and definite integrals, which together constitute the Integral Calculus. The definite integral is also used to solve many interesting problems from various disciplines like economics, finance and probability.

 

Integration as an Inverse Process of Differentiation

Integration is the inverse process of differentiation. Let f(x) be a function. Then the collection of all primitives is called the indefinite integral of f(x) and denoted by ʃ f(x) dx.

Thus, d[ф(x) + C]/dx = f(x) => ʃ f(x) dx = ф(x) + C

Where ф(x) is primitive of f(x) and C is an arbitrary constant known as constant of integration.

    Class_12_Maths_Integrals_Figure_2                            

The following is a list to find integrals of other functions.

  Class_12_Maths_Integrals_Formulas_Of_Integration                                  

                             

Some properties of indefinite integral

(i) The process of differentiation and integration are inverses of each other in the sense of the following results :

d[ʃ f(x) dx]/dx = f(x)

and  ʃ f’(x) dx = f(x) + C, where C is any arbitrary constant.

(ii) Two indefinite integrals with the same derivative lead to the same family of curves and so they are equivalent.

i.e. d[ʃ f(x) dx]/dx = d[ʃ g(x) dx]/dx

=> d[ʃ f(x) dx - ʃ g(x) dx]/dx = 0

=> ʃ f(x) dx - ʃ g(x) dx = C, where C is any real number

=> ʃ f(x) dx = ʃ g(x) dx + C

So, the families of curve [ʃ f(x) dx + C1, C1 є R] and [ʃ g(x) dx + C2, C2 є R] are identical.

Hence, ʃ f(x) dx and ʃ g(x) dx are equivalent.

(iii) ʃ [f(x) + g(x)] dx = ʃ f(x) dx + ʃ g(x) dx

(iv) For any real number k, ʃ [k * f(x)] dx = k * ʃ f(x) dx

 (v) ʃ [k1 * f1(x) + k2 * f2(x) + . . . . .+ kn * fn(x)] dx = k1 * ʃ f1(x) dx + k2 * ʃ f2(x) dx + . . . . . .+ kn * ʃ fn(x) dx

Problem: Find the integral of the following functions:

(a) ʃ (ax2 + bx + c) dx  (b) ʃ (2x2 + ex) dx

Solution:

(a) ʃ (ax2 + bx + c) dx = ʃ ax2 dx + ʃ bx dx + ʃ c dx

                                     = aʃ x2 dx + b ʃ x dx + c ʃ dx

                                     = ax3/3 + bx2/2 + cx + C

So, ʃ (ax2 + bx + c) dx = ax3/3 + bx2/2 + cx + C

(b) ʃ (2x2 + ex) dx = ʃ 2x2 dx + ʃ ex dx

                              = 2ʃ x2 dx + ʃ ex dx

                              = 2x3/3 + ex + C

So, ʃ (2x2 + ex) dx = 2x3/3 + ex + C


Methods of Integration

There are certain methods for solving the integration:

  1. Integration by Substitution
  2. Integration using Partial Fractions
  3. Integration by Parts
  4. Integration by Substitution

The given integral ʃ f(x) dx can be transformed into another form by changing the independent variable x to t by substituting x = g (t).

Let I = ʃ f(x) dx

Put x = g(t) so that dx/dt = g′(t).

We write dx = g′(t) dt

Thus I = ʃ f(x) dx = ʃ f{g(t)} * g’(t) dt

Problem: Integrate the following functions:

(a) 2x/(1 + x2)   (b) (log x)2/x

Solution:

(a) Let 1 + x2 = t

=> 2x dx = dt

Now, ʃ 2x/(1 + x2) dx = ʃ dt/t

                                      = log|t| + C

                                      = log|1 + x2| + C

                                      = log(1 + x2) + C

(b) Let log x = t

=> dx/x = dt

Now, ʃ [(log x)2/x] dx = ʃ t2 dt     

                                      = t3/3 + C

                                      = (log|x|)3/3 + C

There are some important trigonometries integral which are listed below:

(i) ʃ tan x dx = log|sec x| + C  

(ii) ʃ cot x dx = log|sin x| + C

(iii) ʃ sec x dx = log|sec x + tan x| + C

(iv) ʃ cosec x dx = log|cosec x – cot x| + C


Integrals of Some Particular Functions

                       Class_12_Maths_Integrals_Formulas_Of_Some_Particular_Integrals      

To find the integral ʃ dx/(ax2 + bx + c)

We write ax2 + bx + c = a[x2 + bx/a + c/a] = a[(x + b/2a)2 + (c/a – b2/4a2)]

Put x + b/2a = t so that dx = dt and write c/a – b2/4a2 = ±k2

Now, ʃ dx/(ax2 + bx + c) = (1/a) * ʃ dt/(t2 ± k2)

If c/a – b2/4a2 is +ve then we put + k2 and if If c/a – b2/4a2 is +ve then we put - k2

 

Problem: Find the integral

1/(9x2 + 6x + 5)

Solution:

1/(9x2 + 6x + 5) = 1/{(3x + 1)2 + 22}

Let 3x + 1 = t

=> 3 dx = dt

=> dx = dt/3

So, ʃ dx/(9x2 + 6x + 5) = (1/3) * ʃ dt/(t2 + 22)

                                       = (1/3) * [(1/2) * tan-1(t/2)] + C

                                       = (1/6) * tan-1{(3x + 1)/2)} + C

To find the integral of type ʃ dx/√(ax2 + bx + c):

To integrate ʃ dx/√(ax2 + bx + c), we do the same process as to find the integral of type ʃ dx/(ax2 + bx + c) and then apply the standard formula to obtain the solution.

Problem:  Find the integral

1/√(x2 + 2x + 2)

Solution:

1/√(x2 + 2x + 2) = 1/√{(x + 1)2 + 12}

Let x + 1 = t

=> dx = dt

So, ʃ dx/√(x2 + 2x + 2) = ʃ dt/√(t2 + 12)

                                       = log[t + √(t2 + 1)] + C

                                       = log[(x + 1) + √{(x + 1)2 + 1)}] + C

                                       = log[(x + 1) + √(x2 + 2x + 2)] + C

 

To find the integral of type ʃ [(px + q)/(ax2 + bx + c)] dx where p, q, r and s are constant:

 To integrate ʃ [(px + q)/(ax2 + bx + c)] dx, we have to find real numbers A and B such that

      px + q = A * d(ax2 + bx + c)/dx + B

=> px + q = A(2ax + b) + B

To determine the value of A and B, we equate from both sides the coefficients of x and the constant terms. After finding A and B, the integral is reduced to one of the known forms.

 

Problem: Find the integral

 (4x + 1)/(2x2 + x - 3)     

Solution:

Let 4x + 1 = A * d(2x2 + x - 3)/dx + B

=> 4x + 1 = A(4x + 1) + B

=> 4x + 1 = 4Ax + A + B

Equating the coefficients of x and constant term on both sides, we get

4A = 4

=> A = 1

A + B = 1

=> 1 + B = 1

=> B = 0

Let 2x2 + x – 3 = t

=> (4x + 1)dx = dt

Now, ʃ [(4x + 1)/(2x2 + x - 3)]dx = ʃ dt/t

                                                       = log t + C

                                                       = log(2x2 + x - 3) + C

 

To find the integral of type ʃ [(px + q)/√(ax2 + bx + c)] dx where p, q, r and s are constant:

 To integrate ʃ [(px + q)/√(ax2 + bx + c)] dx, we do the same process as to find the integral of type

 ʃ [(px + q)/(ax2 + bx + c)] dx and transform the integral into known standard forms.

Problem: Find the integral

(5x + 3)/√(x2 + 4x + 10)

Solution:

Let (5x + 3) = A * d(x2 + 4x + 10)/dx + B

=> (5x + 3) = A(2x + 4) + B

Equating the coefficients of x and constant term on both sides, we get

2A = 5

=> A = 5/2

And 4A + B = 3

=> B = -7

So, (5x + 3) = 5(2x + 4)/2 – 7

Now, ʃ [(5x + 3)/√(x2 + 4x + 10)]dx = ʃ [{5(2x + 4)/2 – 7}/√(x2 + 4x + 10)]dx

                                                             = (5/2) * ʃ [(2x + 4)/√(x2 + 4x + 10)]dx - 7 * ʃ dx/√(x2 + 4x + 10)

Let I1 = ʃ [(2x + 4)/√(x2 + 4x + 10)]dx and I2 = ʃ dx/√(x2 + 4x + 10)

So, ʃ [(5x + 3)/√(x2 + 4x + 10)]dx = 5I1/2 – 7I2    ……………..1

Now, consider I1 = ʃ [(2x + 4)/√(x2 + 4x + 10)]dx

Let x2 + 4x + 10 = t

=> (2x + 4)dx = dt

So, I1 = ʃ dt/√t

=> I1 = 2√t

=> I1 = 2√(x2 + 4x + 10)

Again consider I2 = ʃ dx/√(x2 + 4x + 10)

=> I2 = ʃ dx/√(x2 + 4x + 4 + 6)

=> I2 = ʃ dx/√{(x + 2)2 + 6}

=> I2 = ʃ dx/√{(x + 2)2 + (√6)2}

=> I2 = log{(x + 2) + (x2 + 4x + 10)}

From equation 1, we get

      ʃ [(5x + 3)/√(x2 + 4x + 10)]dx = 5[2√(x2 + 4x + 10)]/2 – 7 * log{(x + 2) + (x2 + 4x + 10)}

=> ʃ [(5x + 3)/√(x2 + 4x + 10)]dx = 5 * √(x2 + 4x + 10) – 7 * log{(x + 2) + (x2 + 4x + 10)}


Integration by Partial Fractions

We know that a rational function is the ratio of two polynomials in the form P(x)/Q(x), where P (x) and Q(x) are polynomials in x and Q(x) ≠ 0. If degree of P(x) is less than degree of Q(x), then it is called proper rational function otherwise it is improper. We can convert an improper rational function into proper rational function by division method.

 So, if P(x)/Q(x) is improper, then P(x)/Q(x) = T(x) + P1(x)/Q(x)

Now to calculate ʃ [P(x)/Q(x)] dx where P(x)/Q(x) is a proper rational function, we first convert it into partial faction suing the method as shown in the given figure and then integrate using standard formula.

Class_12_Maths_Integrals_Formulas_Of_Integration_By_Parts

 Problem: Find the integral

x/{(x - 1)(x - 2)(x - 3)}

Solution:

Let x/{(x - 1)(x - 2)(x - 3)} = A/(x - 1) + B/(x - 2) + C/(x - 3)

=> x = A(x - 2)(x - 3) + B(x - 1)(x - 3) + C(x - 1)(x - 2)

Equating the coefficients of x2, x and constant term, we get

A + B + C = 0

-5A – 4B – 3C = 1

6A + 3B + 2C = 0

Solving these equations, we get

A = 1/2, B = −2, and C = 3/2

So, x/{(x - 1)(x - 2)(x - 3)} = 1/2(x - 1) – 2/(x - 2) + 3/2(x - 3)

Now, ʃ [x/{(x - 1)(x - 2)(x - 3)}]dx = ʃ dx/2(x - 1) – ʃ dx/2(x - 2) + ʃ 3dx/2(x - 3)

=> ʃ [x/{(x - 1)(x - 2)(x - 3)}]dx = (1/2) * ʃ dx/(x - 1) – 2 ʃ dx/(x - 2) + (3/2) * ʃ dx/(x - 3)

=> ʃ [(3x - 1)/{(x - 1)(x - 2)(x - 3)}]dx = (1/2) * log|x – 1| – 2 log|x – 2| + (3/2) * log|x – 3| + C

Problem: Find the integral

x/{(x2 + 1)(x - 1)}

Solution:

Let x/{(x2 + 1)(x - 1)} = (Ax + B)/(x2 + 1) + C/(x - 1)

=> x = (Ax + B)(x - 1) + C(x2 + 1)

=> x = Ax2 – Ax + Bx – B + Cx2 + C

Equating the coefficients of x2, x and constant terms, we get

A + C = 0

-A + B = 1

-B + C = 0

On solving these equations, we get

A = -1/2, B = 1/2 and C = 1/2

From equation 1, we get

x/{(x2 + 1)(x - 1)} = (-x/2 + 1/2)/(x2 + 1) + 1/2(x - 1)

x/{(x2 + 1)(x - 1)} = (-x/2)/(x2 + 1) + (1/2)/(x2 + 1) + 1/2(x - 1)

Now, ʃ [x/{(x2 + 1)(x - 1)} dx = (-1/2)ʃ [x/(x2 + 1)] + (1/2)ʃ [1/(x2 + 1)] + (1/2)ʃ dx/(x - 1)

                                                = (-1/4)ʃ [2x/(x2 + 1)] dx + (1/2) * tan-1 x + (1/2) * log|x - 1| + C

Let x2 + 1 = t

=> 2x dx = dt

So, ʃ [2x/(x2 + 1)] = ʃ dt/t

                               = log|t|

                               = log|x2 + 1|

Now, ʃ [x/{(x2 + 1)(x - 1)}dx = (-1/4) log|x2 + 1| + (1/2)tan-1 x + (1/2)log|x - 1| + C

                                                = (1/2)log|x - 1|- (1/4) log|x2 + 1| + (1/2)tan-1 x + C


 

Integration by Parts

Integration by parts means integration of product of two numbers. To find the integral of product of two functions, we use the following formula:

“The integral of the product of two functions = (first function) * (integral of the second function) –

Integral of [(differential coefficient of the first function) * (integral of the second function)]”

Let f(x) and g(x) are two functions. Assume f(x) is the first function and g(x) is the second function.

Now, ʃ [f(x) * g(x)] dx = f(x) * ʃ g(x) dx – ʃ {f’(x) * ʃ g(x) dx} dx

 

Problem: Find the integral

x * sin x

Solution:

Let I = ʃ x * sin x dx

Taking x as first function and sin x as second function and integrating by parts, we get

I = x * ʃ sin x dx - ʃ [dx/dx * ʃ sin x dx]dx

I = x * (-cos x) - ʃ 1 * (-cos x)]dx

I = -x * cos x + ʃ cos x dx

I = -x * cos x + sin x + C

Integral of the type ʃ ex[f(x) + f’(x)] dx

 Let I = ʃ ex[f(x) + f’(x)] dx

          = ʃ ex * f(x) dx + ʃ ex * f’(x) dx

 => I = I1 + ʃ ex * f’(x) dx, where I1 = ʃ ex * f(x) dx     ………….1

Taking f(x) and first function and ex as second function in I1 and integrate, we get

I1 = f(x) * ex - ʃ f’(x) ex + C

 From equation 1, we get

=> I = f(x) * ex - ʃ f’(x) ex + ʃ ex * f’(x) dx + C

=> I = ex * f(x) + C

Problem: Solve the integral

ex(sin x + cos x)

Solution:

Let I = ʃ ex(sin x + cos x) dx

Again let f(x) = sin x

=> f’(x) = cos x

So, I = ʃ ex{f(x) + f’(x)} dx

It is known that ʃ ex{f(x) + f’(x)} dx = ex f(x) + C

So, I = ex sin x + C

Integrals of some more types

There are some special types of integrals that will be solve using integration by parts:

(i) ʃ √(x2 – a2) dx      (ii) ʃ √(x2 + a2) dx   (iii) ʃ √(a2 – x2) dx

(i) Let I = ʃ √(x2 – a2) dx

=> I = ʃ 1 * √(x2 – a2) dx

Taking 1 as the second function and integrating by parts, we get

I = x * √(x2 – a2) - ʃ [(x/2) * 2x/√(x2 – a2)] dx

=> I = x * √(x2 – a2) - ʃ [x2/√(x2 – a2)] dx

=> I = x * √(x2 – a2) - ʃ [(x2 – a2 + a2)/√(x2 – a2)] dx

=> I = x * √(x2 – a2) - ʃ [(x2 – a2 )/√(x2 – a2)] dx - ʃ [a2/√(x2 – a2)] dx

=> I = x * √(x2 – a2) - ʃ √(x2 – a2) dx - a2 ʃ dx/√(x2 – a2)]

=> I = x * √(x2 – a2) - I - a2 log|x + √(x2 – a2)| + C

=> 2I = x * √(x2 – a2) - a2 log|x + √(x2 – a2)| + C

=> I = (x/2) * √(x2 – a2) – (a2 /2) * log|x + √(x2 – a2)| + C

=> ʃ √(x2 – a2) dx = (x/2) * √(x2 – a2) – (a2/2) * log|x + √(x2 – a2)| + C

Similarly, we can prove that

(ii) ʃ √(x2 + a2) dx = (x/2) * √(x2 + a2) + (a2/2) * log|x + √(x2 + a2)| + C

(iii) ʃ √(a2 – x2) dx = (x/2) * √(a2 – x2) + (a2/2) * sin-1 (x/a) + C

Problem: Find the integral

(i) √(1 – 4x2)      (ii) √(x2 + 4x + 6)

Solution:

(i) Let I = √(1 – 4x2) = √{12 – (2x)2}

Again let 2x = t

=> 2 dx = dt

So, I = (1/2) √(12 – t2)

We know that ʃ √(a2 – x2) dx = (x/2) * √(a2 – x2) + (a2/2) * sin-1(x/a) + C

So, I = (1/2)[(t/2) * √(1 – t2) + (1/2) * sin-1 t] + C

=> I = (t/4) * √(1 – t2) + (1/4) * sin-1 t + C

=> I = (2x/4) * √(1 – 4x2) + (1/4) * sin-1 2x + C

=> I = (x/2) * √(1 – 4x2) + (1/4) * sin-1 2x + C

(ii) Let I = ʃ √(x2 + 4x + 6) dx

=> I = ʃ √(x2 + 4x + 4 + 2) dx

=> I = ʃ √{(x2 + 4x + 4) + 2} dx

=> I = ʃ √{(x + 2)2 + (√2)2} dx

We know that ʃ √(x2 + a2) dx = (x/2) * √(x2 + a2) + (a2/2) * log|x + √(x2 + a2)| + C

So, I = {(x + 2)/2} * √(x2 + 4x + 6) + (2/2) * log|(x + 2) + √(x2 + 4x + 6)| + C

=> I = {(x + 2)/2} * √(x2 + 4x + 6) + log|(x + 2) + √(x2 + 4x + 6)| + C

 

 

Definite Integral

A definite integral is denoted by aʃb f(x) dx, where a is called the lower limit of the integral and b is called the upper limit of the integral. The definite integral is introduced either as the limit of a sum or if it has an anti derivative F in the interval [a, b], then its value is the difference between the values of F at the end points, i.e., F(b) - F(a).

 Class_12_Maths_Integrals_Definite_Integration

Definite integral as the limit of a sum:

The definite integral aʃb f(x) dx is the area bounded by the curve y = f (x), the ordinates x = a, x = b and the x-axis. To find this area Let us consider the region PQRSP between this curve and the ordinates x = a and x = b as shown in the given figure.

Now, divide the interval [a, b] into n equal sub intervals denoted by [x0, x1], [x1, x2], ……..,[xr-1, xr], ………..

 [xn-1, xn] where x0 = a, x1 = a + h, x2 = a + 2h, ……….,xr = a + rh, xn = b = a + nh or h = (b - a)/n

 Again as n -> ∞, h -> 0

 The region PRSQP under consideration is the sum of n sub regions, where each sub region is defined on sub intervals [xr – 1, xr], r = 1, 2, 3, …, n.

Now, to find the area of the region PQRSQ is calculated as

Limx->∞ Sn = area of the region PQRSQ = aʃb f(x) dx

   = limh->0 h[f(a) + f(a + h) + ………….+ f{a + (n - 1)h}]

   = (b - a) * limh->∞ (1/n)[f(a) + f(a + h) + ………….+ f{a + (n - 1)h}]

 So, aʃb f(x) dx = (b - a) * limh->∞ (1/n)[f(a) + f(a + h) + ………….+ f{a + (n - 1)h}]

 Where h = (b - a)/n as n -> ∞

 This is known as the definition of definite integral as the limit of sum.

Problem: Evaluate the definite integral as limit of sums

ʃ05 (x + 1) dx

Solution:

We know that

ʃab f(x) dx = (b - a)limn->∞ (1/n)[f(a) + f(a + h) + …………..+ f{a + (n - 1)h}], where h = (b - a)/n

Here a = 0, b = 5 and f(x) = x + 1

So, h = (5 - 0)/n = 5/n

Now, ʃ05 (x + 1) dx = (5 - 0)* limn->∞ (1/n)[f(0) + f(5/h) + …………..+ f{5(n - 1)/n}]

                                 = 5 * limn->∞ (1/n)[1 + (5/n + 1) + …………..+ {1 + 5(n - 1)/n}]

                                 = 5 * limn->∞ (1/n)[(1 + 1 + 1 + …….n times) + {5/n + 2 * 5/n + …………..+ 5(n - 1)/n}]

                                 = 5 * limn->∞ (1/n)[(1 + 1 + …….n times) + (5/n){1 + 2 + 3 +…………..+ (n - 1)}]

                                 = 5 * limn->∞ (1/n)[n + (5/n) * n(n - 1)/2]

                                 = 5 * limn->∞ (1/n)[n + 5(n - 1)/2]

                                 = 5 * limn->∞ (n/n)[1 + 5(1 – 1/n)/2]

                                 = 5 * [1 + 5(1 – 1/∞)/2]

                                 = 5 * [1 + 5(1 – 0)/2]

                                 = 5 * [1 + 5/2]

                                 = 5 * (7/2)

                                 = 35/2



Fundamental Theorem of Calculus

There are some fundamental theorems which are going to discuss here one by one.

Area function

Let x be the given point in [a, b] as shown in the figure.

 Class_12_Maths_Integrals_Definite_Integration_Area_Function

Then aʃb f(x) dx represents the area of the shaded region. The function A(x) is represented as Area function and is calculated as

A(x) = aʃb f(x) dx

According to this definition, two fundamental theorems are stated as:

First fundamental theorem of integral calculus

Theorem 1: Let f be a continuous function on the closed interval [a, b] and let A (x) be the area function.

Then A′(x) = f (x), for all x ∈ [a, b].

Second fundamental theorem of integral calculus

Theorem 2: Let f be continuous function defined on the closed interval [a, b] and F be an anti derivative of f. Then aʃb f(x) dx = [F(x) a]b = F(b) – F(a), where F(x) is the indefinite integral of f(x).

Problem: Evaluate the following definite integrals

(a) ʃ-11 (x + 1) dx                                                         (b) ʃ21 dx/x

Solution:

(a) Let I = ʃ-11 (x + 1) dx

Now, ʃ (x + 1) dx = x2/2 + x = F(x)

By second fundamental theorem of calculus, we get

I = F(1) - F(-1)

  = (1/2 + 1) – (1/2 - 1)

  = 1/2 + 1 – 1/2 + 1

  = 2

So, ʃ-11 (x + 1) dx = 2

(b) Let I = ʃ21 dx/x

Now, ʃ dx/x = log|x| = F(x)

By second fundamental theorem of calculus, we get

I = F(3) - F(2)

  = log|3| - log|2|

  = log 3 – log 2

  = log(3/2)

So, ʃ21 dx/x = log(3/2)

 

Evaluation of Definite Integrals by Substitution

To evaluate aʃb f(x) dx by substitution, the steps could be as follows:

  1. Consider the integral without limits and substitute, y = f (x) or x = g(y) to reduce the given integral to a known form.
  1. Integrate the new integrand with respect to the new variable without mentioning the constant of integration.
  1. Resubstitute for the new variable and write the answer in terms of the original variable.
  2. Find the values of answers obtained in (3) at the given limits of integral and find the difference of the

values at the upper and lower limits.

Problem: Evaluate the following integrals using substitution method

(a) ʃ01 [x/(x2 + 1)] dx      (b) ʃ0π/2 [√(sin ф) * cos5 ф] dф

Solution:

(a) Let x2 + 1 = t

=> 2x dx = dt

=> x dx = dt/2

When x = 0, t = 1 and when x = 1, t = 2

So, ʃ01 [x/(x2 + 1)] dx = (1/2)ʃ12 dt/t

                                     = (1/2)[log t]12

                                     = (1/2)[log 2 – log 1]

                                     = (log 2)/2

 

(b) Let I = ʃ0π/2 [√(sin ф) * cos5 ф] dф

               = ʃ0π/2 [√(sin ф) * cos4 ф * cos ф] dф

Let sin ф = t

=> cos ф dф = dt

When ф = 0, t = 0 and when ф = π/2, t = 1

So, I = ʃ01 [√t * (1 – t2)2] dt

        = ʃ01 [√t * (1 + t4 - 2t2)] dt

        = ʃ01 [t1/2 + t9/2 - 2t5/2] dt

        = [t3/2/(3/2) + t11/2/(11/2) - 2t7/2/(7/2)]01

        = 1/(3/2) + 1/(11/2) - 2/(7/2)

        = 2/3 + 2/11 – 4/7

        = (154 + 42 - 132)/231

        = 64/231

 

 

Some Properties of Definite Integrals

There are some properties of definite integral which are very useful for calculating definite integral very

easily.

(i) aʃb f(x) dx = aʃb f(t) dt

(ii) aʃb f(x) dx = -bʃa f(t) dt

In particular, aʃa f(x) dx = 0

(iii) aʃb f(x) dx = aʃc f(x) dx + cʃb f(x) dx

(iv) aʃb f(x) dx = aʃb f(a + b - x) dx

(v) 0ʃa f(x) dx = 0ʃa f(a - x) dx

(vi) 0ʃ2a f(x) dx = 0ʃa f(x) dx + 0ʃa f(2a - x) dx

(vii) 0ʃ2a f(x) dx = 2 * 0ʃa f(x) dx, if f(2a - x) = f(x)

                          = 0, if f(2a - x) = -f(x)

(vii) -aʃa f(x) dx = 2 * 0ʃa f(x) dx, if f is an even function i.e. f(-x) = f(x)

                          = 0, if f is an odd function i.e. f(-x) = -f(x)

Problem: Evaluate the following integrals

(a) ʃ0π/2 cos2 x dx                                                                           (b) ʃ-π/2π/2 sin2 x dx

Solution:

(a) Let I = ʃ0π/2 cos2 x dx    …………..1

=> I = ʃ0π/2 cos2 (π/2 - x) dx                              [Since ʃ0a f(x) dx = ʃ0a f(a - x) dx]

=> I = ʃ0π/2 sin2 x dx      …………..2                           

Adding equation 1and 2, we get

      2I = I = ʃ0π/2 (sin2 x + cos2 x) dx

=> 2I = I = ʃ0π/2 1 dx

=> 2I = I = [x]0π/2

=> 2I = π/2

=> I = π/4

So, ʃ0π/2 cos2 x dx = π/4

(b) Let I = ʃ-π/2π/2 sin2 x dx

Since sin2 (−x) = {sin(−x)}2 = (−sin x)2 = sin2 x, therefore, sin2 x is an even function.

It is known that if f(x) is an even function, then ʃ-aa f(x) dx = 2 * ʃ0a f(x) dx

So, I = 2 * ʃ0π/2 sin2 x dx

=> I = 2 * ʃ0π/2 {(1 – cos 2x)/2} dx

=> I = ʃ0π/2 (1 – cos 2x) dx

=> I = [x – sin 2x /2]0π/2

=> I = [π/2 – sin (2 * π/2) /2]

=> I = [π/2 – (sin π)/2]

=> I = π/2

So, ʃ-π/2π/2 sin2 x dx = π/2




Integrals


 

 

 

 

 

 

Share:

CBSE 12th Date Sheet 2021 (Revised): Check Exam Date & Time Table for Science, Commerce, Arts

 


CBSE released the complete date sheet/ time table for the 12th board exams 2021 on February 02. This year, the board exams of CBSE 12th will be conducted from May 04 to June 11, 2021. The CBSE class 12 result 2021 will be announced by July 15. CBSE class 12 revised date sheet 2021 has been released. 

CBSE Board 12th Exam Date Sheet 2021

The Arts, Commerce and Science stream exams of CBSE Class 12th will take place from 4th May 2021. Have a look at the subject wise CBSE board class 12 exam date sheet 2021 here. CBSE has released a revised date sheet for class 12 board exams 2021 have a look for the same here:

Date Subject Time
4th May 2021
  • English Elective
  •  English Core
10:30 am to 1:30 pm
6th May 2021
  • Carnatic Music Vocal
  • Taxation
  • Hindiustan Music PER INS
  • Hindustan Music MEL INS
  • Hindustan Music Vocal
10:30 am to 1:30 pm
8th May 2021
  • Physical Education
10:30 am to 1:30 pm
10th May 2021
  • Engineering Graphics
  • Food Production
  • Media
  • Shorthand
  • Textile Design
10:30 am to 1:30 pm
11th May 2021
  • Fashion Studies
  • Typography & Com App
10:30 am to 1:30 pm
12th May 2021
  • Business Studies
  • Business Administration
10:30 am to 1:30 pm
17th May 2021
  • Accountancy
10:30 am to 1:30 pm
18th May 2021
  • Chemistry
10:30 am to 1:30 pm
13th May 2021
  • Physics
  • Applied Physics
10:30 am to 1:30 pm
19th May 2021
  • Political Science
10:30 am to 1:30 pm
20th May 2021
  • Legal Studies
  • Urdu Core
  • Salesmanship
10:30 am to 1:30 pm
21st May 2021
  • Sanskrit (Core)
  • Urdu Elective
  • Front Office Operations
  • Air Conditioning & Refrigeration
  • Sanskrit Elective
  • Design
2:30 pm to 5:30 pm
22nd May 2021
  • Health Care
  • Painting
  • Sculpture
  • App/Commercial Art
10:30 pm to 12:30 pm
24th May 2021
  • Biology
  • Office Procedure & Pract.
10:30 am to 1:30 pm
25th May 2021
  • Economics
10:30 am to 1:30 pm
27th May 2021
  • French
  • Horticulture
  • Electrical Technology
  • Cost Accounting
  • Shorthand (Hindi)
  • Music Production
  • Food Nutrition & Dietetics
  • Early Childhood Care & EDN

10:30 am to 1:30 pm

2:30 PM to 4:30 pm

28th May 2021
  • Sociology
10:30 am to 1:30 pm
29th May 2021
  • Informatics Practice (New)
  • Computer Science (New)
  • Informatics Practice (Old)
  • Computer Science (Old)
10:30 am to 1:30 pm
31st May 2021
  • Mathematics
  • Applied Mathematics (Acad)
  • Mathematics (Skill)
10:30 am to 1:30 pm
1st June 2021
  • Hindi Elective
  • Hindi Core
10:30 am to 1:30 pm
2nd June 2021
  • Web Application
  • Tourism
10:30 am to 1:30 pm
3rd June 2021
  • Geography
10:30 am to 1:30 pm
4th June 2021
  • Punjabi
  • Bengali
  • Marathi
  • Japanese
  • Telugu (Telangana)
  • Arabic
10:30 am to 1:30 pm
5th June 2021
  • Psychology
10:30 am to 1:30 pm

7th June 2021

  • Home Science
10:30 am to 1:30 pm
8th June 2021
  • Physics
10:30 am to 1:30 pm
9th June 2021
  • Banking
  • Yoga 
  • Graphics
  • Kathak (Dance)
  • Bharatnatyam (Dance)

10:30 am to 1:30 pm

10: 30 am to 12:30 pm

10th June 2021
  • History
10:30 am to 1:30 pm
11th June 2021
  • Entrepreneurship
  • Biotechnology
  • Library & Info Sciences
  • Beauty & Wellness
  • Agriculture
10:30 am to 1:30 pm

12th June 2021

  • National Cadet Corps
  • Marketing
  • Geo-spatial Technology
10:30 am to 1:30 pm

14th June 2021

  • Retail
  • Mass Media
  • Bahasa Melayu
  • Mizo
  • Spanish
  • Bhutia
  • Thangkul
  • Bodo
  • Telugu (Telangana)
  • Persian
  • German
  • French
  • Tibetian
  • Kannada
  • Assamese
  • Odia
  • Malayalam
  • Manipuri
  • Gujarati
  • Sindhi
  • Tamil

10:30 am to 1:30 pm

2:30 pm to 5: 30 pm

Share:

CBSE 10th Board Exam Date Sheet 2021 (Revised): Check Revised Dates & Time Table Here

 


CBSE Class 10th Date Sheet 2021 (Revised)

The CBSE Class 10th revised Date Sheet 2021 can be checked below -

Date Subjects Time
May 04, 2021
  • Odia
  • Kannada
  • Lepcha
10:30 AM to 1:30 PM
May 06, 2021
  • English Communicative
  • English Language & Literature
10:30 AM to 1:30 PM
May 10, 2021
  • Hindi Course - A
  • Hindi COurse - B
10:30 AM to 1:30 PM
May 11, 2021
  • Urdu Course A
  • Bengali
  • Tamil
  • Persian
  • Bahasa Melayu
  • Thai
  • Elem Book-K & Accountancy
10:30 AM to 1:30 PM
May 12, 2021
  • Punjabi
  • German
10:30 AM to 1:30 PM
May 17, 2021
  • Painting
10:30 AM to 12:30 PM
May 18, 2021
  • National Cadet Crops
  • Gurung
  • Carnatic Music (Mel Ins)
  • Hindiustan Music (Vocal)
  • Hindustani Music (Mel Ins)
  • Hindustani Music (Per Ins)

10:30 AM to 1:30 PM (first two subjects)

10:30 AM to 12:30 PM

May 20, 2021
  • Home Science
10:30 AM to 1:30 PM
May 21, 2021
  • Science Theory
  • Science W/O Practical
10:30 AM to 1:30 PM
May 22, 2021
  • Japanese
  • Elem. of Business
  • Carnatic Music (Vocal)
  • Carnatic Music (Per Ins)

10:30 AM to 1:30 PM (first two subjects)

10:30 AM to 12:30 PM

May 25, 2021
  • Telugu
  • Sindhi
  • Marathi
  • Gujarati
  • Manipuri
  • Assamese
  • Tibetian
  • Nepali
  • Limboo
  • Telugu - Telangana
  • Bodo
  • Tangkhul
  • Bhutia
  • Spanish
  • Kashmiri
  • Mizo
  • Rai
  • Tamang
  • Sherpa
10:30 AM to 1:30 PM
May 27, 2021
  • Social Science
10:30 AM to 1:30 PM
May 29, 2021
  • Information Technology
  • Introduction to Tourism
  • Artificial Intelligence
10:30 AM to 12:30 PM
May 31, 2021
  • Retail
  • Security
  • Automotive
  • Introduction of Financial Markets
  • Beauty & Wellness
  • Agriculture
  • Food Production
  • Front Office Operations
  • Banking & Insurance
  • Marketing & Sales
  • Health Care
  • Apparel
  • Media
  • Multi Skill Foundation Course
10:30 AM to 12:30 PM
June 02, 2021
  • Mathematical Standard
  • Mathematics Basic
10:30 AM to 1:30 PM
June 03, 2021
  • Arabic
  • Sanskrit
10.30 AM - 01.30 PM
June 05, 2021
  • Malayalam
  • Punjabi
  • Russian
  • Urdu Course B
10.30 AM - 01.30 PM
June 07, 2021
  • Computer Applications
10:30 AM to 12:30 PM

CBSE Class 10th Revised Date Sheet 2021 PDF

Share:

CBSE class 10, 12 exam schedule: Revised date sheet released, check latest updates here

 


CBSE Class 10 and 12 Date Sheet 2021 (All Subjects)

The Central Board of Secondary Education (CBSE) Friday (march 5) released a revised date sheet for the 10th and 12th board examination 2021. CBSE has scheduled to  conduct Classes 10th and 12th exams from 4 May to 14 June this year.

The board’s revised dates comprise several changes including the revised date of examination for Geography paper, which will now be held on June 3 and  Physics, Applied Physics, which has been shifted from 13 May, 2021 to 8 June, 2021 for class 12. Additionally the new schedule shows no exams will be held on May 13 and 14 for Class 12 students.

The changes for Class 10 include a change in date for the Mathematics exam that has been shifted from 21 May to 2 June in the latest date sheet. Other than this date of examination for French, German, Arabic, Sanskrit, Malayalam, Punjabi, Russian and Urdu for class 10th has also been revised. 

Check the revised date sheet below: 

Click here to check the revised date sheet for Class 12 board examinations.

Click here to check the revised date sheet for Class 10 board examinations.

 

Share:

Important Questions On Applications of Derivative

Important Board Questions

4 marks questions

  1. Question:  A balloon, which always remains spherical, has a variable diameter \(\dfrac{3}{2}(2x + 1)\) . Find the rate of change of its volume with respect to x. 

    Answer:  

    \[Diameter = \frac{3}{2}(2x + 1)\] \[r = \frac{3}{4}(2x + 1)\] Volume of spherical balloon = \(\dfrac{4}{3}\pi {r^3}\)
    \[V = \frac{4}{3}\pi {\left[ {\frac{3}{4}(2x + 1)} \right]^3}\] \[\frac{{dV}}{{dx}} = \frac{{9\pi }}{{16}}\left[ {3{{(2x + 1)}^2}} \right] \times 2\] \[\frac{{dV}}{{dx}} = \frac{{27\pi }}{8}{(2x + 1)^2}\]

  2. Question:  The radius of a circle is increasing at the rate of 0.7 cm/s. What is the rate of increase of its circumference? 

    Answer:

    Let any instant of time t, the radius of circle = r 
    Then, circumference C = 2 π r
    differentiating both sides w.r.t. to t, we get
    \[\frac{{dC}}{{dt}} = \frac{{d(2\pi r)}}{{dt}} = 2\pi \frac{{dr}}{{dt}}\] \(Here,\,\frac{{dr}}{{dt}} = 0.7\,cm/s\)
    \[\frac{{dC}}{{dt}} = 2\pi \times 0.7 = 1.4\pi \,\,cm/s\]

  3. Question:  Find the interval in which the function f(x) = (x + 1)3 × (x − 1)3 is: (i) strictly increasing (ii) strictly decreasing 

    Answer: f(x) = (x + 1)3 × (x − 1)3 

    f(x) = (x2 − 1)3

    f'(x) = 3×2x(x2 − 1)2

    For strictly increasing f'(x) > 0

    f'(x) = 3×2x(x2 − 1)2 > 0
    x > 1
    \(x \in (1,\infty )\)
    so, f(x) is increasing in \(x \in (1,\infty )\)

    For strictly decreasing f'(x) < 0

    f'(x) = 3×2x(x2 − 1)2 > 0
    x > 1
    \(x \in ( - \infty ,1)\)
    so, f(x) is increasing in \(x \in ( - \infty ,1)\) .

  4. Question:  Find the interval in which the function f (x) = sinx + cosx, 0  ≤  x  ≤  2π is strictly increasing or strictly decreasing. 

    Answer: f(x) = sinx + cosx
    f'(x) = cosx − sinx  \[f'(x) = \sqrt 2 \sin \left( {\frac{\pi }{4} - x} \right)\]

    For strictly increasing f'(x) > 0

    \[f'(x) = \sqrt 2 \sin \left( {\frac{\pi }{4} - x} \right) > 0\]
    \[\pi < x - \frac{\pi }{4} < 2\pi \] \[\frac{{5\pi }}{4} < x < \frac{{9\pi }}{4}\] \[\frac{{5\pi }}{4} < x < 2\pi \]
    so, f(x) is increasing in \(\left( {0,\dfrac{\pi }{4}} \right) \cup \left( {\dfrac{{5\pi }}{4},2\pi } \right)\)

    For strictly decreasing f'(x) < 0

    \[f'(x) = \sqrt 2 \sin \left( {\frac{\pi }{4} - x} \right) < 0\]
    \[0 < x - \frac{\pi }{4} < \pi \] \[\frac{\pi }{4} < x < \frac{{5\pi }}{4}\]
    so, f(x) is increasing in \(\left( {\dfrac{\pi }{4},\dfrac{{5\pi }}{4}} \right)\)

  5. Question:  Find the equations of all lines having slope 0, which are tangent to the curve \(y = \dfrac{1}{{{x^2} - 2x + 3}}\) 

    Answer:  

    aksdjvn;avsdkvb

  6. Question: Find the equation of tangent and normal to the hyperbola \(\dfrac{{{x^2}}}{{{a^2}}} - \dfrac{{{y^2}}}{{{b^2}}} = 1\) at the point (x0, y0

    Answer:  

    aksdjvn;avsdkvb

  7. Question:  Find the approximate value of f(5.001), where f(x) = x3 – 7x2 +15 

    Answer:  

    aksdjvn;avsdkvb

  8. Question: If the radius of sphere is measured as 7 mtr with error of 0.02 m, than find the approximate error in calculating its volume. 

    Answer:  

    aksdjvn;avsdkvb

  9. Question: The length x of a rectangle is decreasing at the rate of 5 cm/min and the width y is increasing at the rate of 4 cm/min. When x = 8 cm and y = 6 cm, find the rates of change of (i) Perimeter (ii) area of the rectangle. 

    Answer:  

    aksdjvn;avsdkvb

  10. Question: A ladder 5m long is leaning against a wall. Bottom of ladder is pulled along the ground away from wall at the rate of 2m/s. How fast is the height on the wall decreasing when the foot of ladder is 4m away from the wall? 

    Answer:  

    aksdjvn;avsdkvb

6 marks questions

  1. Question:  Find the area of the greatest rectangle that can be inscribed in an ellipse \(\dfrac{{{x^2}}}{{{a^2}}} + \dfrac{{{y^2}}}{{{b^2}}} = 1\)

    Answer:  

    aksdjvn;avsdkvb

  2. Question: A window is in the form of rectangle surmounted by a semicircular opening. The total perimeter of the window is 10 m. Find the dimensions of the window to admit maximum sunlight through the whole opening. Explain the importance of sunlight. 

    Answer:  

    aksdjvn;avsdkvb

  3. Question:  Find the point on the curve y2= 2x which is at minimum distance from the point (1, 4)

    Answer:  

    aksdjvn;avsdkvb

  4. Question:  Show that the semivertical angle of a cone of maximum volume and of given slant height is \({\tan ^{ - 1}}\sqrt 2 \)

    Answer:  

    aksdjvn;avsdkvb

  5. Question: Show that the height of cylinder of maximum volume that can be inscribed in a sphere of radius R is \(\dfrac{{2R}}{{\sqrt 3 }}\)

    Answer:  

    aksdjvn;avsdkvb

HOTS

  1. Prove that: \(y = \dfrac{{4\sin \theta }}{{2 + \cos \theta }} - \theta \) is an incresing function in \(\left[ {0,\frac{\pi }{2}} \right]\)

  2. Prove that the curves 𝑥 = 𝑦2 𝑎𝑛𝑑 𝑥𝑦 = 𝑘 are orthogonal if 8k2 = 1
    ( HINT: If the curves are Orthogonal , the tangents at point of intersection to the given curves are perpendicular i.e the product of slopes of the tangents = -1) 

  3. Prove that the volume of the largest cone that can be inscribed in a sphere of radius a is \(\frac{8}{{27}}\) of the volume of the sphere. 

  4. Find the sub intervals of \(\left[ {0,\dfrac{\pi }{2}} \right]\) in which the function f(x) = sin4 + cos4 is (i) Strictly incresing (ii) Strictly decreasing 

  5. Find the maximum area of the isosceles triangle inscribed in the ellipse \(\dfrac{{{x^2}}}{{{a^2}}} + \dfrac{{{y^2}}}{{{b^2}}} = 1\) with its vertex at one end of the major axis 

  6. Show that the semi-vertical angle of the right circular cone of given total surface area and maximum volume is \({\sin ^{ - 1}}\dfrac{1}{3}\) .

  7. Show that the volume of the greatest cylinder that can be inscribed in acone of height h and semi vertical angle α is \(\dfrac{4}{{27}}\pi {h^3}{\tan ^2}\alpha \) 

  8. Find the point on the curve \(y = \dfrac{x}{{1 + {x^2}}}\) where the tangent to the curve has the greatest slope. 

  9. Find the value of p for which the curves 𝑥2 = 9𝑝(9 − 𝑦) and 𝑥2 = 𝑝(𝑦 + 1) cut each other at right angle. 

  10. Find the equation of the tangent to the curve \(y = \dfrac{{x - 7}}{{(x - 2)(x - 3)}}\) at the point where it cuts the x-axis 

 

 

 

Share:

Class 12 Chapter 6 (Application Of Derivative) Class Notes part II

MAXIMA AND MINIMA

 

  1. MAXIMA AND MINIMA:

      • Let f be a function defined on an interval I. Then

        1. f is said to have a maximum value in I, if there exists a point c in I such that f (c) ≥ f (x) , for all x ∈ I.

      • The number f (c) is called the maximum value of f in I and the point c is called a point of maximum value of f in I.

        1. f is said to have a minimum value in I, if there exists a point c in I such that f (c) ≤ f (x), for all x ∈ I.

      • The number f (c), in this case, is called the minimum value of f in I and the point c, in this case, is called a point of minimum value of f in I.

      • f(x) is said to have an extreme value in I if there exists a point c in I such that f is either a maximum value or a minimum value of f in I.

      • The number f (c), in this case, is called an extreme value of f in I and the point c is called an extreme point.

        Absolute maxima and minima

      • Let f be a function defined on the interval I and c ∈ I. Then

        1. f(c) is absolute minimum if f(x) ≥ f(c) for all x ∈ I.

        2. f(c) is absolute maximum if f(x) ≤ f(c) for all x ∈ I.

        3. c ∈ I is called the critical point off if f ′(c) = 0

        4. Absolute maximum or minimum value of a continuous function f on [a, b] occurs at a or b or at critical points off (i.e. at the points where f ′is zero)

      • If c1 ,c2, … , cn are the critical points lying in [a , b], then

        absolute maximum value of f = max{f(a), f(c1), f(c2), … , f(cn), f(b)} and absolute minimum value of f = min{f(a), f(c1), f(c2), … , f(cn), f(b)}.

        Local maxima and minima

      • (a)A function f is said to have a local maxima or simply a maximum value at x a if f(a ± h) ≤ f(a) for sufficiently small h

      • (b)A function f is said to have a local minima or simply a minimum value at x = a if f(a ± h) ≥ f(a).

      • First derivative test : A function f has a maximum at a point x = a if

        1. f ′(a) = 0, and

        2. f ′(x) changes sign from + ve to –ve in the neighborhood of ‘a’ (points taken from left to right).

        However, f has a minimum at x = a, if

        1. f ′(a) = 0, and

        2. f ′(x) changes sign from –ve to +ve in the neighborhood of ‘a’.

          If f ′(a) = 0 and f’(x) does not change sign, then f(x) has neither maximum nor minimum and the point ‘a’ is called point of inflection.

      • The points where f ′(x) = 0 are called stationary or critical points. The stationary points at which the function attains either maximum or minimum values are called extreme points.
      • Second derivative test :

        1. a function has a maxima at x= a, if f ′(x) =0 and f ′′ (a) <0

        2. a function has a minima at x = a, if f ′(x) = 0 and f ′′(a) > 0.

 

EXAMPLE

QUESTION: If length of three sides of a trapezium other than base is equal to 10cm each, then find the area of the trapezium when it is maximum.

SOLUTION: The required trapezium is as given in Fig below. Draw perpendiculars DP and CQ on AB

ΔAPD is congruent to ΔBQC

Let AP = BQ = x cm

\[ \Rightarrow DP = QC = \sqrt {100 - {x^2}} \]

Area of Trapezium = \( \Rightarrow \dfrac{1}{2}(2x + 10 + 10)\sqrt {100 - {x^2}}  = (x + 10)\sqrt {100 - {x^2}} \)

\[ \Rightarrow A'(x) = \dfrac{{ - 2{x^2} - 10x - 100}}{{\sqrt {100 - {x^2}} }}\]

\[ \Rightarrow A'(x) = 0 \Rightarrow x = 5\]

Now, \( \Rightarrow A''(x) = \dfrac{{2{x^2} - 300x - 100}}{{{{\left( {100 - {x^2}} \right)}^{\dfrac{2}{3}}}}}\)

and \( \Rightarrow {\left. {A''(x)} \right|_{x = 5}} = \dfrac{{ - 30}}{{{{\left( {75} \right)}^{\frac{2}{3}}}}} < 0\)

thus , the area of trapezium is maximum at x = 5

\[Area = 75\sqrt 3 \,c{m^2}\]

Share:

Keep Learning

"The beautiful thing about learning is that no one can take it away from you”

Check Out Some Popular Posts from Our Site

Labels

Recent Posts

Unordered List

  • Coming soon.
  • Coming Soon.
  • Coming Soon.