Inter 1st Year Maths 1A Mathematical Induction Important Questions

Students get through Maths 1A Important Questions Inter 1st Year Maths 1A Mathematical Induction Important Questions which are most likely to be asked in the exam.

Intermediate 1st Year Maths 1A Mathematical Induction Important Questions

Question 1.
Use mathematical induction to prove the statement 13 + 23 + 33 + … + n3 = \(\frac{n^{2}(n+1)^{2}}{4}\), ∀ n ∈ N
Solution:
Let p(n) be the statement:
13 + 23 + 33 + … + n3 = \(\frac{n^{2}(n+1)^{2}}{4}\) and let S(n) be the sum on the L.H.S.
Since S(1) = 13 = 13 = \(\frac{1^{2}(1+1)^{2}}{4}\) = 1 = 13
∴ The formula is true for n = 1.
Assume that the statement p(n) is true for n = k
(i.e.,) S(k) = 13 + 23 + 33 + … + k3 = \(\frac{k^{2}(k+1)^{2}}{4}\)
We show that the formula is true for n = k + 1
(i.e.,) We show that S(k + 1) = \(\frac{(k+1)^{2}(k+2)^{2}}{4}\)
We observe that
S(k + 1) = 13 + 23 + 33 + … + k3 + (k + 1)3
= S(k) + (k + 1)3
= \(\frac{k^{2}(k+1)^{2}}{4}\) + (k + 1)3
Inter 1st Year Maths 1A Mathematical Induction Important Questions 1
∴ The formula holdes for n = k + 1
∴ By the principle of mathematical induction p(n) is true for all n ∈ N
(i.e.,) the formula
13 + 23 + 33 + … + k3 = \(\frac{n^{2}(n+1)^{2}}{4}\) is true for all n ∈ N.

Inter 1st Year Maths 1A Mathematical Induction Important Questions

Question 2.
Use mathematical induction to prove the statement
\(\sum_{k=1}^{n}(2 k-1)^{2}\) = \(\frac{n(2 n-1)(2 n+1)}{3}\) for all n ∈ N.
Solution:
Let p(n) be the statement:
12 + 32 + 52 + … + (2n – 1)2 = \(\frac{n(2 n-1)(2 n+1)}{3}\) for all n ∈ N
Let S(n) be the sum on the L.H.S.
∴ s(1) = 12 = \(\frac{1(2-1)(2+1)}{3}\) = 1
∴ The formula is true for n = 1
Assume that the statement p(n) is true for n = k
(i.e.,) S(k) = 12 + 32 + 52 + … + (2k – 1)2 = \(\frac{k(2 k-1)(2 k+1)}{3}\)
We show that the formula is true for n = k + 1 (i.e.,) we show that S(k + 1) = \(\frac{(k+1)(2 k+1)(2 k+3)}{3}\)
We observe that
S(k + 1) = 12 + 32 + 52 + ….. + (2k – 1)2 + (2k + 1)2
= S(k) + (2k + 1)2
Inter 1st Year Maths 1A Mathematical Induction Important Questions 2
∴ The formula holds for n = k + 1
∴ By the principle of mathematical induction
p(n) is true ∀ n ∈ N.
i.e., \(\sum_{k=1}^{n}(2 k-1)^{2}\) = \(\frac{n(2 n-1)(2 n+1)}{3}\) for all n ∈ N.

Question 3.
Use mathematical induction to prove the statement 2 + 3.2 + 4.22 + … upto n terms = n.2n, ∀ n ∈ N. (May ’07)
Solution:
Let p(n) be the statement:
2 + 3.2 + 4.22 + … + (n + 1) . 2n-1 = n.2n and let S(n) be the sum on the L.H.S.
∵ S(1) = 2 = (1) . 21
∵ The statement is true for n = 1
Assume that the statement p(n) is true for n = k.
(i.e.,) S(k) = 2 + 3.2 + 4.22 + … + (k + 1).2k-1 = k . 2k
We show that the formula is true for n = k + 1 (i.e.,) we show that S(k + 1) = (k + 1). 2k + 1
We observe that
S(k + 1)= 2 + 3.2 + 4.22 + …(k + 1)2k + 1 + (k + 2) . 2k
= S(k) + (k + 2) . 2k
= k. 2k + (k + 2) . 2k
= (k + k + 2) 2k
= 2(k + 1) . 2k = 2k + 1 (k + 1)
∴ The formula holds for n = k + 1
∴ By the principle of mathematical induction, p(n) is true for all n ∈ N
(i.e.,) the formula
2 + 3.2 + 4.22 + … + (n + 1)2n – 1
= n.2n ∀ n ∈ N (i.e.,) the formula

Question 4.
Show that ∀ n ∈ N, \(\frac{1}{1.4}\) + \(\frac{1}{4.7}\) + \(\frac{1}{7.10}\) + …….. upto n terms = \(\frac{n}{3 n+1}\) (Mar. ’05)
Solution:
1, 4, 7, … are in A.R, whose nth term is
1 + (n – 1)3 = 3n – 2
4, 7, 10, … are in A.R, whose nth term is
4 + (n – 1)3 = 3n + 1
∴ The nth term of the given sum is
\(\frac{1}{(3 n-2)(3 n+1)}\)
Let p(n) be the statement:
\(\frac{1}{1.4}\) + \(\frac{1}{4.7}\) + \(\frac{1}{7.10}\) + ….. + \(\frac{1}{(3 n-2)(3 n+1)}\) = \(\frac{n}{3 n+1}\)
and S(n) be the sum on the L.H.S
Since S(1) = \(\frac{1}{1.4}\) = \(\frac{1}{3(1)+1}\) = \(\frac{1}{4}\)
∴ p(1) is true.
Assume the statement p(n) is true for n = k
(i.e)S(k) = \(\frac{1}{1.4}\) + \(\frac{1}{4.7}\) + \(\frac{1}{7.10}\) + …….. + \(\frac{1}{(3 k-2)(3 k+1)}\) = \(\frac{k}{3 k+1}\)
We show that the statement s p(n) is true for n = k + 1
(i.e) we show that S(k + 1) = \(\frac{k+1}{3 k+4}\)
We observe that
Inter 1st Year Maths 1A Mathematical Induction Important Questions 3
∴ The statement holds for n = k + 1.
∴ By the principle of mathematical induction, p(n) is true ∀ n ∈ N.
(ie.) \(\frac{1}{1.4}\) + \(\frac{1}{4.7}\) + \(\frac{1}{7.10}\) + ……. + \(\frac{1}{(3 n-2)(3 n+1)}\) = \(\frac{n}{3 n+1}\) for all n Σ N.

Inter 1st Year Maths 1A Mathematical Induction Important Questions

Question 5.
Use mathematical induction to prove that 2n – 3 ≤ 22n – 2 for all n ≥ 5, n ∈ N.
Solution:
Let P(n) be the statement:
2n – 3 ≤ 2n – 2, ∀ n ≥ 5, n ∈ N.
Here we note that the basis of induction is 5.
Since 2.5 – 3 ≤ 25 – 2, the statement is true for n = 5.
Assume the statement is true for n = k, k ≥ 5.
i.e., 2K – 3 ≤ 2k – 2, for k ≥ 5.
We show that the statement is true for
n = k + 1, k ≥ 5
i.e., [2(k + 1) – 3] ≤ 2(k + 1) – 2, for k ≥ 5.
We observe that [2(k + 1) – 3]
= (2k – 3) + 2
≤ 2, (By inductive hypothesis)
≤ 2k – 2 + 2k – 2 for k ≥ 5
= 2.2k – 2
= 2(k + 1) – 2
∴ The statement P(n) is true for
n = k + 1, k ≥ 5.
∴ By the principle of mathematical induction, the statement is true for all n ≥ 5, n ∈ N.

Question 6.
Use Mathematical induction to prove that (1 + x)n > 1 + nx for n ≥ 2, x > -1, x ≠ 0.
Solution:
Let the statement P (n) be : (1 + x)n > 1 + nx
Here we note that the basis of induction is 2 and that x ≠ 0, x > -1
⇒ 1 + x > 0.
Since (1 + x)2 = t + 2x + x2 > 1 + 2x, the statement is true for n = 2.
Assume that the statement is true for n = k, k ≥ 2.
i.e., (1 + x)k > 1 + k x for k ≥ 2.
We show that the statement is true for n = k + 1,
i.e., (1 + x)k + 1 > + (k + 1)x.
We observe that (1 + x)k + 1
= (1 + x)k . (1 + x)
> (1 + kx) . (1 + x), (By inductive hypothesis)
= 1 + (k + 1)x + kx2
> 1 + (k + 1)x, (since kx2 > 0)
∴ The statement is true for n = k + 1.
∴ By the principle of mathematical induction, the statement P(n) is true for all n ≥ 2.
i.e.,(1 + x)n > 1 + nx, ∀ n ≥ 2, x > -1, x ≠ 0.

Question 7.
If x and y are natural numbers and x ≠ y, using mathematical induction, show that xn – yn is divisible by x – y for all n ∈ N. (June ’04)
Solution:
Let p(n) be the statement:
xn – yn is divisible by (x – y)
Since x1 – y1 = x – y is divisible by (x – y)
∴ The statement is true for n = 1
Assume that the statement is true for n = k
(i.e) xk – yk is divisible by x – y
Then xk – yk = (x – y)p, for some integer p  (1)
We show that the statement is true for n = k + 1. (i.e) we show that xk + 1 – yk + 1 is divisible by x – y from (1), we have
xk – yk = (x – y) p
⇒ xk = (x – y)p + yk
∴ xk + 1 = (x – y)p x + yk . x
⇒ xk + 1 – yk + 1 = (x – y) p x + yk x – yk + 1
= (x – y)p x + yk(x – y)
= (x – y)[px + yk],
(where px + yk is an integer)
∴ xk + 1 – yk + 1 is divisible by (x – y)
∴ The statement p(n) is true for n = k + 1
∴ By mathematical induction, p (n) is true for all n ∈ n
(i.e) xk – yk is divisible by (x – y) for all n Σ N.

Question 8.
Using mathematical induction, show that xm + ym is divisible by x + y, if m is an odd natural number and x, y are natural numbers.
Solution:
Since m is an odd natural number,
Let m = 2n + 1 where n is a non-negative integer.
∴ Let p(n) be the statement:
x2n + 1 + y2n + 1 is divisible by (x + y)
Since x1 + y1 = x + y is divisible by x + y
∴ The statement is true for n = 0 and since x2.1 + 1 + y2.1 + 1 = x3 + y3 = (x + y)(x2 – xy + y2) is divisible by x + y, the statement is true for n = 1.
Assume that the statement p(n) is true for n = k (i.e.) x2k + 1 + y2k + 1 is divisible by x + y. Then x2k + 1 + y2k + 1 = (x + y) p,
Where p is an integer ———— (1)
We show that the statement is true for
n = k + 1 (ie.) We show that
x2k + 3 + y2k + 3 is divisible by (x + y)
From (1)
x2k + 1 + y2k + 1 = (x + y)p
∴ x2k + 1 = (x + y) p – y2k + 1
∴ x2k + 1 . x2 = (x + y) p x2 – y2k + 1 . x2
∴ x2k + 3 = (x + y) p x2 – y2k + 1 . x2
∴ x2k + 3 + y2k + 3 = (x + y) p. (x2) – y2k + 1.x2 + y2k + 3
= (x + y) p.x2 – y2k + 1 (x2 – y2)
= (x + y)p x2 – y2k + 1 . (x + y)(x – y)
= (x + y)[p . x2 – y2k + 1(x – y)]
Here p x2 – y2k + 1 (x – y) is an integer.
∴ x2k + 3 + y2k + 3 is divisible by (x + y)
∴ The statement is true for n = k + 1
∴ By the principle of mathematical induction, p(n) is true for all n
(i.e.,) x2n + 1 + y2n + 1 is divisible by (x + y), for all non-negative integers.
(i.e.,) xm + ym is divisible by (x + y), if m is an odd natural number.

Inter 1st Year Maths 1A Mathematical Induction Important Questions

Question 9.
Show that 49n +16n – 1 is divisible by 64 for all positive integers n. (May ’05)
Solution:
Let p(n) be the statement:
49n + 16n – 1 is divisible by 64
Since 491 + 16(1) – 1 = 64 is divisible by 64
The statement is true for n = 1
Assume that the statement p(n) is true for n = k
(i.e.,) 49k + 16k – 1 is divisible by 64
Then (49k + 16k – 1) = 64t, for some t ∈ N ——– (1)
we show that the statement is true for
n = k + 1.
(i.e.,) we show that
49k + 1 + 16 (k + 1) – 1 is divisible by 64
From (1), we have
49k + 16k – 1 = 64t
∴ 49k = 64t – 16k + 1
∴ 49k . 49 = (64t – 16k + 1). 49
(64t – 16k + 1)49 + 16(k + 1) – 1
∴ 49k + 1 + 16(k + 1) – 1
= (64t – 16 K + 1)49 + 16(k + 1) – 1
∴ 49k + 1 + 16(k + 1) – 1 = 64(49t – 12k + 1)
here (49t — 12k + 1) is an integer
∴ 49k + 1 + 16(k + 1) – 1 is divisible by 64
∴ The statement is true for n = k + 1
∴ By the principle of mathematical induction,
∴ p(n) is true for all n ∈ N.
(i.e.,) 49n + 16n – 1 is divisible by 64, ∀ n ∈ N.

Question 10.
Use mathematical induction to prove that 2.4(2n + 1) + 3(3n + 1) is divisible by 11, ∀ n ∈ N.
Solution:
Let p(n) be the statement.
2.4(2n + 1) + 3(3n + 1) is divisible by 11
since 2.4(2.1 + 1) + 3(3.1 + 1) = 2.43 + 34
= 2(64) + 81
= 209 = 11 × 19 is divisible by 11
∴ The statement p(1) is true
Assume that the statement p(n) is true for n = k
(i.e.,) 24(2k + 1) + 3(3k + 1) is divisible by 11
Then 2.4(2k + 1) + 3(3k + 1) = (11)t, for some integer t ——– (1)
we show that the statement P(n) is true for n = K + 1
(i.e.,) we show that 2.4(2k + 3) + 3(3k + 4) is divisible by 11.
From (1), we have
2.4(2k + 1) + 3(3k + 1) = 11t
∴ 2.4(2k + 1) = 11t – 3(3k + 1)
∴ 2.4(2k + 1) . 42 = (11t – 3(3k + 1))
2.4(2k + 3) + 3(3k + 4) = (11t – 3(3k + 1)) 16 + 3(3k + 4)
= (11t)(16) + 3(3k + 1)[27 – 16]
= 11[16t + 33k + 1]
Here 16t + 3(3k + 1) is an integer
∴ 2.4(2k + 3) + 3(3k + 4) is divisible by 11
∴ The statement p(n) is true for n = k + 1.
∴ By the principle of mathematical induction, p(n) is true for all n ∈ N.
(i.e.,) 2.4(2n + 1) + 3(3n + 1) is divisible by 11, ∀ n ∈ N.

Inter 1st Year Maths 1A Functions Important Questions

Students get through Maths 1A Important Questions Inter 1st Year Maths 1A Functions Important Questions which are most likely to be asked in the exam.

Intermediate 1st Year Maths 1A Functions Important Questions

I.
Question 1.
If f: R – {0} → R is defined by f(x) = x + \(\frac{1}{x}\), then prove that (f(x))2 = f(x2) + f(1).
Solution:
f : R – {0} → R and
f(x) = x + \(\frac{1}{x}\)
Now f(x2) + f(1) = (x2 + \(\frac{1}{x^{2}}\)) + (1 + \(\frac{1}{1}\))
= x2 + 2 + \(\frac{1}{x^{2}}\) = (x + \(\frac{1}{x}\))2 = (f(x))2
∴ (f(x))2 = f(x2) + f(1)

Inter 1st Year Maths 1A Functions Important Questions

Question 2.
If the function f is defined by
Inter 1st Year Maths 1A Functions Important Questions 1
then find the values, if exist, of f(4), f(2.5), f(-2), f(-4), f(0), f(-7).  (Mar. ’14)
Solution:
Domain of f is(-∞, -3) ∪ [-2, 2] ∪ (3, ∞)
i) Since f(x) = 3x – 2 for x > 3
f(4) = 3(4) – 2 = 10

ii) 2.5 does not belong to domain off, hence
f(2.5) is not desired.

iii) ∵ f(x) = x2 – 2 for -2 ≤ x ≤ 2
f(-2) = (-2)2 – 2 = 4 – 2 = 2

iv) ∵ f(x) = 2x + 1 for x < -3
f(-4) = 2(-4) + 1 = – 8 + 1 = -7

v) ∵ f(x) = x2 – 2, for -2 ≤ x ≤ 2
f(0)= (0)2 – 2 = 0 – 2 = -2

vi) ∵ f(x) = 2x + 1 for x < -3
f(-7) = 2(-7) + 1 = -14 + 1 = -13

Question 3.
If A = {0, \(\frac{\pi}{6}\), \(\frac{\pi}{4}\), \(\frac{\pi}{3}\), \(\frac{\pi}{2}\)} and f : A → B is a surjection defined by f(x) = cos x, then find B.  (A.P. Mar. ’16, ’11; May ’11)
Solution:
∵ f : A → B is a sujection defined by
f(x) = cos x
B = Range of f = f(A)
= {f(0), f(\(\frac{\pi}{6}\)), f(\(\frac{\pi}{4}\)), f(\(\frac{\pi}{3}\)), f(\(\frac{\pi}{2}\))}
= {cos 0, cos \(\frac{\pi}{6}\), cos \(\frac{\pi}{4}\), cos \(\frac{\pi}{3}\), cos \(\frac{\pi}{2}\)}
= {1, \(\frac{\sqrt{3}}{2}\), \(\frac{1}{\sqrt{2}}\), \(\frac{1}{2}\), 0}

Question 4.
Determine whether the function f: R → R defined by f(x) = \(\frac{e^{|x|}-e^{-x}}{e^{x}+e^{-x}}\) is an injection or a surjection or a bijection.
Solution:
f(x) = \(\frac{e^{|x|}-e^{-x}}{e^{x}+e^{-x}}\)
f(0) = \(\frac{e^{0}-e^{-0}}{e^{0}+e^{-0}}\) = \(\frac{1-1}{1+1}\) = 0
f(-1) = \(\frac{e^{1}-e^{1}}{e^{-1}+e^{1}}\) = 0
∵ f(0) = f(-1)
⇒ f is not an injection.
Let y = f(x) = \(\frac{e^{|x|}-e^{-x}}{e^{x}+e^{-x}}\)
When y = 1, there is no x ∈ R such that f(x) = 1
⇒ f is not a surjection
if there is such x ∈ R then
\(\frac{e^{|x|}-e^{-x}}{e^{x}+e^{-x}}\) = 1
⇒ e|x| – e-x = ex + e-x, clearly x ≠ 0
for x > 0, this equation gives
ex – e-x = ex + e-x ⇒ -e-x = e-x which is not possible
for x < 0, this equation gives
e-x – e-x = ex + e-x
⇒ e-x = ex which is also not possible.

Inter 1st Year Maths 1A Functions Important Questions

Question 5.
Determine whether the function f: R → R defined by
Inter 1st Year Maths 1A Functions Important Questions 2
is an injection or a surjection or a bijection
Solution:
∵ f(x’) = x for x > 2
⇒ f(3) = 3
∵ f(x) = 5x – 2, for x ≤ 2
⇒ f(1) = 5(1) – 2 = 3
∵ 1 and 3 have same f-image.
Hence f is not an injection.
Let y ∈ R then y > 2 (or) y ≤ 2.
If y > 2 take x = y ∈ R so that
f(x) = x = y
If y ≤ 2 take x = \(\frac{y+2}{5}\) ∈ R and
x = \(\frac{y+2}{5}\) < 1
∴ f(x) = 5x – 2 = 5\(\left[\frac{y+2}{5}\right]\) – 2 = y
∴ f is a surjection
∵ f is not an injection ⇒ It is not a bijection.

Question 6.
Find the domain of definition of the function y(x), given by the equation 2x + 2y = 2.
Solution:
2x = 2 – 2y < 2 (∵ 2y > 0)
⇒ log2 2x < log22
⇒ x < 1
∴ Domain = (-∞, 1)

Question 7.
It f: R → R is defined as f(x + y) = f(x)+ f(y) ∀ x, y ∈R and f(1) = 7, then find \(\sum_{r=1}^{n} f(r)\).
Solution:
Consider f(2) = f(1 + 1) = f (1) + f (1) = 2f(1)
f(3) =f(2 + 1) = f(2) + f(1) = 3f(1)
Similarly f(r) = rf(1)
∴ \(\sum_{r=1}^{n} f(r)\) = f(1) + f(2) + ….. + f(n)
= f(1) + 2f(1)+ ….. + nf(1)
= f(1) (1 + 2 + ….. + n)
= \(\frac{7 n(n+1)}{2}\)

Question 8.
If f(x) = \(\frac{\cos ^{2} x+\sin ^{4} x}{\sin ^{2} x+\cos ^{4} x}\) ∀ x ∈ R then show that f(2012) = 1.)
Solution:
f(x) = \(\frac{\cos ^{2} x+\sin ^{4} x}{\sin ^{2} x+\cos ^{4} x}\)
= \(\frac{1-\sin ^{2} x+\sin ^{4} x}{1-\cos ^{2} x+\sin ^{4} x}\)
Inter 1st Year Maths 1A Functions Important Questions 3

Question 9.
If f : R → R, g : R → R are defined by f(x) = 4x – 1 and g(x) = x2 + 2 then find
i) (gof)(x)
ii) (gof)\(\left(\frac{a+1}{4}\right)\)
iii) (fof)(x)
iv) go(fof)(0)  (Mar. ’05)
Solution:
Given f : R → R and g : R → R and
f(x) = 4x – 1 and g(x) = x2 + 2

(i) (gof) (x) = g (f(x))
= g (4x – 1), ∵ f(x) = 4x – 1
= (4x – 1)2 + 2, ∵ g(x) = x2 + 2
= 16x2 – 8x + 1 + 2
= 16x2 – 8x + 3

(ii) (gof)\(\left(\frac{a+1}{4}\right)\) = \(g\left(f\left(\frac{a+1}{4}\right)\right)\)
= \(g\left(4\left(\frac{a+1}{4}\right)-1\right)\)
= g(a)
= a2 + 2

(iii) (fof)(x) = f(f(x))
= f(4x – 1), ∵ f(x) = 4x – 1
= 4(4x – 1) – 1
= 16x – 4 – 1 = 16x – 5

Inter 1st Year Maths 1A Functions Important Questions

(iv) (fof)(0) = f(f(0))
= f(4 × 0 – 1)
= f(-1)
= 4(-1) – 1 = -5
Now go(fof)(0)
= g(-5) = (-5)2 + 2 = 27

Question 10.
If f: [0, 3] → [0, 3] is defined by
Inter 1st Year Maths 1A Functions Important Questions 4
then show that f[0,3] ⊆ [0, 3] and find fof.
Solution:
0 ≤ x ≤ 2 ⇒ 1 ≤ 1 + x ≤ 3 ——— (1)
2 < x ≤ 3 ⇒ -3 ≤ -x ≤ -2
⇒ 3 – 3 ≤ 3 – x ≤ 3 – 2
⇒ 0 ≤ 3 – x < 1 ——- (2)
from (1) and (2).
f[0, 3] ⊆ [0, 3]
When 0 ≤ x ≤ 1, we have
(fof) (x) = f(f(x))
= f(1 + x) = 1 + (1 + x) = 2 + x
[∵ 1 ≤ 1 + x ≤ 2]
When 1 < x ≤ 2, we have
(fof) (x) = f(f(x))
= f(1 + x)
= 3 – (1 + x)
= 2 – x, [∵ 2 < 1 + x ≤ 3]
When 2 < x ≤ 3, we have
(fof) (x) = f(f(x))
= f(3 – x)
= 1 + (3 – x)
= 4 – x, [∵ 0 ≤ 3 – x < 1]
Inter 1st Year Maths 1A Functions Important Questions 5

Question 11.
If f, g : R → R are defined
Inter 1st Year Maths 1A Functions Important Questions 6
and Inter 1st Year Maths 1A Functions Important Questions 7
then find (fog)(π) + (gof)(e).
Solution:
(fog)(π) = f(g(π)) = f(0) = 0
(gof)(e) = g(f(e)) = g (1) = -1
∴ (fog)(π) + (gof) (e) = -1.

Question 12.
Let A = {1, 2, 3), B = {a, b, c}, C = (p, q, r}
If f: A → B, g: B → C are defined by
f = {(1, a), (2, c), (3, b)},
g = {(a, q), (b, r), (c, p)} then
show that f-1og-1 = (gof)-1
Solution:
Given that
f = {(1, a), (2, c), (3, b)} and
g = {(a, q), (b, r), (c, p)}
then g f = {(1, q), (2, p), (3, r)}
⇒ (gof)-1 = {(q, 1), (p, 2), (r, 3)}
⇒ g-1 = {(q, a), (r, b), (p, c)} and
f-1 = {(a, 1), (c, 2), (b, 3)}
f-1 g-1 = {(q, 1), (r, 3), (p, 2)}
⇒ (gof)-1 = f-1og-1

Inter 1st Year Maths 1A Functions Important Questions

Question 13.
If f: Q → Q, is defined by f(x) = 5x + 4 for all x ∈ Q, show that f is a bijection and find f-1.(A.P Mar. ’16, May ’12, ’05)
Solution:
Let x1, x2 ∈ Q
Now f(x1) = f(x2)
⇒ 5x1 + 4 = 5x2 + 4
⇒ 5x1 = 5x2
⇒ x1 = x2
∴ f is an injection.
Let y ∈ Q then x = \(\frac{y-4}{5}\) ∈ Q and
f(x) = f\(\left(\frac{y-4}{5}\right)\) = 5\(\left(\frac{y-4}{5}\right)\) + 4 = y
∴ f is a surjection.
Hence f is a bijection
∴ f-1 : Q → Q is also bijection
We have (fof-1)(x) = I(x)
⇒ f(f-1(x)) = x, ∵ f(x) = 5x + 4
⇒ 5f-1(x) + 4 = x
⇒ f-1(x) =\(\frac{x-4}{5}\) for ∀ x ∈ Q

Question 14.
Find the domains of the following real valued functions.

i) f(x) = \(\frac{1}{6 x-x^{2}-5}\)
Solution:
f(x) = \(\frac{1}{6 x-x^{2}-5}\) = \(\frac{1}{(x-1)(5-x)}\) ∈ R
⇔ (x – 1) (5 – x) ≠ 0
⇔ x ≠ 1, 5
∴ Domain of f is R – {1, 5}

ii) f(x) = \(\frac{1}{\sqrt{x^{2}-a^{2}}}\), (a > 0)  (A.P.) (Mar. ’15)
Solution:
f(x) = \(\frac{1}{\sqrt{x^{2}-a^{2}}}\) ∈ R
⇔ x2 – a2 > 0
⇔ (x + a)(x – a) > 0
⇔ x ∈ (-∞, -a) ∪ (a, ∞)
∴ Domain of f is (-∞, -a) ∪ (a, ∞) = R – [-a, a]

Inter 1st Year Maths 1A Functions Important Questions

iii) f(x) = \(\sqrt{(x+2)(x-3)}\)
Solution:
f(x) = \(\sqrt{(x+2)(x-3)}\) ∈ R
⇔ (x + 2)(x – 3) ≥ 0
⇔ x ∈ (-∞, -2) ∪ [3, ∞)
∴ Domain of f is
(-∞, -2] ∪ [3, ∞) = R – (-2, 3)

iv) f(x) = \(\sqrt{(x-\alpha)(\beta-x)}\) (0 < α < β)
Solution:
f(x) = \(\sqrt{(x-\alpha)(\beta-x)}\) ∈R
⇔ (x – α) (β – α) ≥ 0
⇔ α ≤ x ≤ β ; (∵ α < β)
⇔ x ∈ [α, β]
∴ Domain of f is [α, β]

v) f(x) = \(\sqrt{2-x}\) + \(\sqrt{1+x}\)
Solution:
f(x) = \(\sqrt{2-x}\) + \(\sqrt{1+x}\) + x ∈ R
⇔ 2 – x ≥ 0 and 1 + x ≥ 0
⇔ 2 ≥ x and x ≥ -1
⇔ -1 ≤ x ≤ 2
⇔ x ∈ [-1, 2]
∴ Domain of f is [-1, 2].

vi) f(x) = \(\sqrt{x^{2}-1}\) + \(\frac{1}{\sqrt{x^{2}-3 x+2}}\)
Solution:
f(x) = \(\sqrt{x^{2}-1}\) + \(\frac{1}{\sqrt{x^{2}-3 x+2}}\) ∈ R
⇔ x2 – 1 ≥ 0 and x2 – 3x + 2 > 0
⇔ (x + 1)(x – 1) ≥ 0 and (x – 1)(x – 2) > 0
⇔ x ∈ (-∞, -1] ∪ [1, ∞) and x ∈ (-∞, 1)u(2, ∞)
⇔ x ∈ (R – (-1, 1)) ∩ (R – [1, 2])
⇔ x ∈ R – {(-1, 1) ∪ [1,2]}
⇔ x ∈ R – (-1, 2]
⇔ x ∈ (-∞, -1] ∪ (2, ∞)
∴ Domain of f is (-∞, -1) ∪ (2, ∞) = R – (-1, 2]

vii) f(x) = \(\frac{1}{\sqrt{|x|-x}}\)
Solution:
f(x) = \(\frac{1}{\sqrt{|x|-x}}\) ∈ R
⇔ |x| – x > 0
⇔ |x| > x
⇔ x ∈ (-∞, 0)
∴ Domain of f is (-∞, 0)

viii) f(x) = \(\sqrt{|x|-x}\)
Solution:
\(\sqrt{|x|-x}\) ∈ R
⇔ |x| – x ≥ 0
⇔ |x| ≥ x
⇔ x ∈ R
∴ Domain of f is R

Question 15.
If f = ((4, 5), (5, 6), (6, -4)} and g = ((4, -4), (6, 5), (8, 5)} then find
(i) f + g
(ii) f – g
(iii) 2f + 4g
(iv) f + 4
(v) fg
(vi) \(\frac{\mathbf{f}}{\mathbf{g}}\)
(vii) |f|
(viii) \(\sqrt{f}\)
(ix) f2
(x) f3
Solution:
Given that f = ((4, 5), (5, 6), (6, -4)}
g {(4, —4), (6, 5), (8, 5)}
Domain of f = {4, 5, 6} = A
Domain of g = (4, 6, 8} = B
Domain of f ± g = A ∩ B = {4, 6}
i) f + g = {4, 5 + (-4), (6, -4 + 5)}
= {(4, 1), (6, 1)}

ii) f – g = {(4, 5 – (-4)), (6, -4, -5)}
= {(4, 9), (6, -9)}

iii) Domain of 2f = A = {4, 5, 6}
Domain of 4g = B = {4, 6, 8}
Domain of 2f + 4g = A ∩ B = {4, 6}
∴ 2f = {(4, 10), (5, 12), (6, -8)}
4g = {(4, —16), (6, 20), (8, 20)}
∴ 2f + 4g = {(4, 10 + (-16), 6, -8 + 20)}
= {(4, -6), (6, 12)}

iv) Domain of f + 4 = A= {4, 5, 6}
f + 4 ={4, 5 + 4), (5, 6 +4), (6, -4 + 4)}
= ((4, 9), (5, 10), (6, 0)}

Inter 1st Year Maths 1A Functions Important Questions

v) Domain of fg = A ∩ B = {4, 6}
fg = {(4, (5) (-4), (6, (-4) (5))}
= {(4, -20), (6, -20)}

vi) Domain of \(\frac{f}{g}\) = {4, 6}
∴ \(\frac{f}{g}\) = {(4, \(\frac{-5}{4}\)), (6, \(\frac{-4}{5}\))}

vii) Domain of |f| = {4, 5, 6}
∴ |f| = {(4, |5|), (5, |6|), (6, |-4|)}
= {(4, 5), (5, 6), (6, 4))

viii) Domain of \(\sqrt{f}\) = {4, 5}
∴ \(\sqrt{f}\) = {(4, \(\sqrt{5}\)), (5, \(\sqrt{6}\))}

ix) Domain of f2 = {4, 5, 6} = A
∴ f2 = ((4, (5)2) (5, (6)2, (6, (-4)2)}
f2 = {(4, 25), (5, 36), (6, 16)}

x) Domain of f3 = A = {4, 5, 6}
∴ f3 = {(4, 53), (5, 63), (6, (-4)3}
= {(4, 125) (5, 216) (6, -64)}

Question 16.
Find the domains and ranges of the following real valued functions.
i) f(x) = \(\frac{2+x}{2-x}\)
ii) f(x) = \(\frac{x}{1+x^{2}}\)
iii) f(x) = \(\sqrt{9-x^{2}}\)  (A.P.)(Mar. ’15)
Solution:
i) f(x) = \(\frac{2+x}{2-x}\) ∈ R
⇔ 2 – x ≠ 0 x ⇔ x ∈ R -{2}
∴ Domain of f is R – {2}
Let f(x) = \(\frac{y}{1}\) = \(\frac{2+x}{2-x}\).
Apply componendo and dividendo rule
⇒ \(\frac{y+1}{y-1}\) = \(\frac{(2+x)+(2-x)}{(2+x)-(2-x)}\)
⇒ \(\frac{y+1}{y-1}\) = \(\frac{4}{2 x}\)
⇒ x = \(\frac{2(y-1)}{y+1}\)
Clearly x is not defined for y + 1 = 0
(i.e.,) y = -1
∴ Range of f is R – {-1}.

ii) f(x) = \(\frac{x}{1+x^{2}}\)
Solution:
f(x) = \(\frac{x}{1+x^{2}}\) ∈ R
∵ ∀ x ∈ R, x2 + 1 ≠ 0
Domain of f is R
Let f(x) = y = \(\frac{x}{1+x^{2}}\)
⇒ x2y – x + y = 0
⇒ x = \(\frac{-(-1) \pm \sqrt{1-4 y^{2}}}{y}\) is a real number.
iff 1 – 4y2 ≥ 0; y ≠ 0
⇔ (1 – 2y)(1 + 2y) ≥ 0 and y ≠ 0
⇔ y ∈ \(\left[-\frac{1}{2} ; \frac{1}{2}\right]\) – {0}
Also x = 0 ⇒ y = 0
∴ Range of f = \(\left[-\frac{1}{2}, \frac{1}{2}\right]\)

iii) f(x) = \(\sqrt{9-x^{2}}\)
Solution:
f(x) = \(\sqrt{9-x^{2}}\) ∈ R
⇔ 9 – y2 ≥ 0
⇔ x ∈ [-3, 3]
∴ Domain of f is [-3, 3]
Let f(x) = y = \(\sqrt{9-x^{2}}\)
⇒ x = \(\sqrt{9-y^{2}}\) ∈ R
⇔ 9 – y2 ≥ 0 ⇔ (3 + y)(3 – y) ≥ 0
∴ -3 ≤ y ≤ 3
But f(x) attains only non negative values
∴ Range of f = [0, 3].

Inter 1st Year Maths 1A Functions Important Questions

Question 17.
If f(x) = x2 and g(x) = |x|, find the following functions.
i) f + g
ii) f – g
iii) fg
iv) 2f
v) f2
vi) f + 3
Solution:
Given f(x) = x2
Inter 1st Year Maths 1A Functions Important Questions 8
Domain of f = Domain of g = R
Hence domain of all the functions (i) to (vi) is R
Inter 1st Year Maths 1A Functions Important Questions 9
iv) 2f(x) = 2 f(x) = 2x2

v) f2(x) = (f(x))2 = (x2)2 = x4

vi) (f + 3)(x) = f(x) + 3 = x2 + 3.

Question 18.
Determine whether the following functions are even or odd.
i) f(x) = ax – a-x + sin x
Solution:
Given f(x) = ax – a-x + sin x
∴ f(- x) = a-x – ax + sin (-x)
= a-x – ax – sin x
= – (ax – ax – sin x) = – f(x)
∴ f(x) is an odd function.

ii) f(x) = x\(\left(\frac{e^{x}-1}{e^{x}+1}\right)\)
Solution:
f(x) = x\(\left(\frac{e^{x}-1}{e^{x}+1}\right)\)
Inter 1st Year Maths 1A Functions Important Questions 10
∴ f is an even function.

Inter 1st Year Maths 1A Functions Important Questions

iii) f(x) = log (x + \(\sqrt{x^{2}+1}\))
Solution:
Given f(x) = log (x + \(\sqrt{x^{2}+1}\))
Then f(-x) = log (-x + \(\sqrt{(-x)^{2}+1}\))
= log (\(\sqrt{x^{2}+1}\) – x)
Inter 1st Year Maths 1A Functions Important Questions 11
∴ f is an odd function.

Question 19.
Find the domains of the following real valued functions.
i) f(x) = \(\frac{1}{\sqrt{[x]^{2}-[x]-2}}\)
Solution:
f(x) = \(\frac{1}{\sqrt{[x]^{2}-[x]-2}}\) ∈ R
⇔ [x]2 – [x] – 2 > 0
⇔ ([x] + 1) ([x] – 2) > 0
⇔ [x] < -1, (or) [x] > 2
But [x] < -1 ⇒ [x] = -2, -3, -4, ……..
⇒ x < -1 [x] > 2 ⇒ [x] = 3, 4, 5, ……
⇒ x ≥ 3
∴ Domain of f = (-∞, -1) ∪ [3, ∞]
= R – [-1, 3)

ii) f(x) = log (x – [x])
f(x) = log (x – [x]) ∈ R
⇔ x – [x] > 0
⇔ x > [x]
⇔ x is a non integer
∴ Domain of f is R – Z

iii) f(x) = \(\sqrt{\log _{10}\left(\frac{3-x}{x}\right)}\)
Solution:
f(x) = \(\sqrt{\log _{10}\left(\frac{3-x}{x}\right)}\) ∈ R
⇔ log10\(\left(\frac{3-x}{x}\right)\) ≥ 0 and \(\frac{3-x}{x}\) > 0
⇔ \(\frac{3-x}{x}\) ≥ 10° = 1 and 3 – x > 0, x > 0
⇔ 3 – x ≥ x and 0 < x < 3
⇔ x ≤ \(\frac{3}{2}\) and 0 < x < 3
⇔ x ∈ (-∞, \(\frac{3}{2}\)] ∩ (0, 3) = (0, \(\frac{3}{2}\)]
∴ Domain of f is (0, \(\frac{3}{2}\)]

iv) f(x) = \(\frac{\sqrt{3+x}+\sqrt{3-x}}{x}\)
Solution:
f(x) = \(\frac{\sqrt{3+x}+\sqrt{3-x}}{x}\) ∈ R
⇔ 3 + x ≥ 0, 3 – x ≥ 0 and x ≠ 0
⇔ x ≥ -3, x ≤ 3 and x ≠ 0
⇔ -3 ≤ x ≤ 3, and x ≠ 0
⇔ x ∈ [-3, 3] and x ≠ 0
⇔ x ∈ [-3, 3] – {0}
∴ Domain of f is [-3, 3] – {0}

Question 20.
If f : A → B and g : B → C are two injective functions then the mapping gof : A → C is an injection.
Solution:
f : A → B and g: B → C are one—one.
∴ gof : A → C
To prove that g o f is one — one function
Let a1, a2 ∈ A ∴ f(a1), f(a2) ∈ B and g(f(a1)), g(f(a2)) ∈ C i.e., (gof) (a1), gof(a2) ∈ C
Now (gof) (a1) = gof (a2)
⇒ g(f(a1)) = g(f(a2))
⇒ f(a1) = f(a2) (∵ g is one -one)
⇒ a1 = a2 (∵ f is one-one)
Hence gof: A → C is a one-one function.
Note : The converse of the above theorem is not true.
If f : A → B, g: B → C and go f is one-one then both f and g need not be one-one.
For, consider
A = {1, 2}, B = {p, q, r), C = {s, t}
Let f = {(1, p), (2, q)} and
g = {(p, s), (q, t), (r, t)}
Now gof = {(1, s), (2, t)} ⇒ gof is one—one
from A to C
Observe that g: B → C is not one—one.

Inter 1st Year Maths 1A Functions Important Questions

Question 21.
If f : A → B and g : B → C are two onto (surjective) functions then the mapping gof : A → C is a surjection. (May. ’08)
Solution:
f : A → B and g : B → C are onto.
∴ gof : A → C
To prove that gof is onto. Let c be any element of C.
Since g : B → C is an onto function there exists an element b ∈ B such that g(b) = c
Since f : A → B is an onto function, there exists an element a ∈ A such that f(a) = b
Now g(b) = c ⇒ g [f(a)] c = (gof) (a) = c
Thus for any element c ∈ C there is an element a ∈ A such that (gof) (a) = c
∴ gof : A → C is a surjection

Question 22.
If f : A → B and g : B → C are two bijective functions then the mapping gof : A → C is a bijection. (Mar. ’16, May ’12)
Solution:
f and g are injections gof: A → C is an injection.
f and g are surjections= gof : A → C is a surjection.
Hence it follows that if f and g are bijections,
gof is also a bijection.
Note : The converse of the above theorem is not true.

Question 23.
If f : A → B and g : B → C are such that gof is a surjection, then g is necessarily a surjection.
Solution:
Let c ∈ C. Since gof is a surjection, from A to
C there exists an element a ∈ A such that (gof) (a) = c, i.e., g(f(a)) = c
Since g: B → C and f(a) ∈ B, ∀ c ∈ C there exists an element belonging to B.
Hence g is a surjection.

Question 24.
If f : A → B and g : B → C and h : C → D are functions then ho(gof) = (hog)of (Mar. ’12, ’08)
Solution:
f : A → B and g : B → C gof : A → C
Now gof : A → C and h : C → D
⇒ ho(gof) : A → D
Similarly (hog) of : A → D
Thus ho (gof) and (hog) of both exist and have the same domain A and co-domain D.
Let a be an element of A.
Now [ho(gof)](a) = h[(gof)(a)] = h[g(f(a))]
= (hog) [f(a)] = [(hog)of] (a)
∴ ho(gof) = (hog)of
Note : Thus composition of mappings is associative.

Question 25.
Let f : A → B, IA and IB are identity functions on A and B respectively. Then for IA = f = IB of Mar.’12, ’08
Solution:
∵ IA : A → A and f : A → B are functions foIA is a function from A to B. Hence foIA and f are definded on same domain A.
i) Let a ∈ A then (foIA)(a) = f(IA(a))
= f(a)
[∵ IA(a) = a, ∀ a ∈ A]
∴ foIA = f ————- (1)

ii) ∵ f : A → B, IB : B → B are functions, IB of is a function from A to B
∴ The functions IB of and f are defined on the same domain A.
Let a ∈ A, then (IB of)(a)
= IB(f (a)) = f(a)
∵ f : A → B, we have f(a) ∈ B
∴ IB of = f ———– (2)
From(1) & (2) foIA = IBof = f

Inter 1st Year Maths 1A Functions Important Questions

Question 26.
Let A and B be two non-empty sets. If f : A → B is a bijection, then f-1 : B → A is also a bijection.
Solution:
f : A → B is a bijection.
∴ f-1 : B → A is a unique function.
(i) To prove that f-1 is one—one:
Let b1 and b2 be any two different elements of B. i.e., b1 ≠ b2.
Then, we have to prove that
f-1(b1) ≠ F-1(b2)
Let f-1(b1) = a1 and f-1(b2) = a2
such that a1, a2 ∈ A
Then b1 = f(a1) and b2 = f(a2)
Now b1 ≠ b2 ⇒ f(a1) ≠ f(a2)
⇒ a1 ≠ a2 (∵ f is a bijection)
⇒ f-1(b1) ≠ f-1(b2)
∴ f-1 is one—one.

(ii) To prove that f-1 is onto:
Let ‘a’ be an element of A.
Then there exists an element b ∈ B such that f(a) = b (or) f-1(b) = a
(or) a = f-1(b)
Thus ‘a’ is the f-1 – image of the element b ∈ B
Hence f-1 is onto.
∴ f : B → A is a bijection.

Question 27.
If f : A → B is a bijection, then f-1of = IA and fof-1 = IB
(A.P) (Mar. 15,12, ’07; May ’07, ‘06)
Solution:
f : A → B is a bijection ⇒ f-1 : B → A is also a bijection.
By definition, fof-1 : B → B and f-1of : A → A are bijection
Also IA : A → A and IB : B → B
To prove that f-1of = IA
Let a ∈ A
Since f : A → B there exists a unique element
b ∈ B such that f(a) = b
a = f-1 (b) (∵ f is a bijection)
∴ (f-1of) (a) = f-1[f(a)]
= f-1(b) = a = IA (a)
f-1 of = IA
Similarly it can be shown that fof-1 = IB

Question 28.
If f : A → B and g : B → A are two functions such that gof = IA and fog = IB then g = f-1.
Solution:
(i) To prove that f is one—one:
Let a1, a2 ∈ A.
Since f: A → B, f(a1), f(a2) ∈ B
Now f(a1) = f(a2)
⇒ g[f(a1)] = g[f(a2)]
⇒ (gof)(a1) = gof(a2)
⇒ IA (a1) = IA (a2)
∴ a1 = a2 = ∴ f is one — one

(ii) To prove that f is onto :
Let b be an element of B
∴ b = IB fog(b)
⇒ b = f{(g(b)} ⇒ f{g(b)} = b
i.e., there exists a pre-image g(b) ∈ A for b, under the mapping f. ∴ f is onto
Thus f is one-one, onto and hence
f-1 : B → A exists and is also one — one and onto.

(iii) To prove g = f-1:
Now g : B → A and f-1 : B → A
Let a ∈ A and b be the f – image of a, where b ∈ B
∴ f(a) = b ⇒ a =f-1(b)
Now g(b) = g[f(a)] (gof) (a)
= IA(a) = a = f-1(b)
∴ g = f-1

Inter 1st Year Maths 1A Functions Important Questions

Question 29.
If f : A → B and g : B → C are bijective functions, then (gof)-1 = f-1og-1(AP) (Mar. ‘16’14, ‘11; May ‘11)
Solution:
f : A → B, g : B → C are bijections
⇒ gof : A → C is a bijection
Also g-1 : C → B and f-1 : B → A are bijections
⇒ f-1og-1 : C → A is a bijection.
Let c be any element of C.
Then ∃ an element b ∈ B such that g(b) = c
⇒ b = g-1(c)
Also ∃ an element a A such that f(a) = b
⇒ a = f-1(b)
Now (gof) (a) = g(f(a) = g(b) = c
⇒ a = f-1(b)
Now (gof) (a) = g(f(a) = g(b) = c
⇒ a = (gof)-1 (c) ⇒ (gof) (c) = a
Also (f-1og-1) (c) ⇒ f-1 (g-1 (c)) = f-1 (b) = a
∴ From (1) and (2);
(gof)-1 (c) = (f-1og-1(c))
⇒ (gof)-1 = f-1og-1

Inter 1st Year Maths 1A Properties of Triangles Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 10 Properties of Triangles to solve questions creatively.

Intermediate 1st Year Maths 1A Properties of Triangles Formulas

→ Sine Rule :
In ΔABC \(\frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C}\) = 2R where R is the circumradius of ΔABC.

→ Cosine Rule :
a2 = b2 + c2 – 2bc. cos A ;
b2 = c2 + a2 – 2ca.cos B;
c2 = a2 + b2 – 2ab. cos C.

→ cos A = \(\frac{b^{2}+c^{2}-a^{2}}{2 b c}\),
cos B = \(\frac{c^{2}+a^{2}-b^{2}}{2 c a}\),
cos C = \(\frac{a^{2}+b^{2}-c^{2}}{2 a b}\)

→ a = b cos C + c cos B,b = c cos A + a cos C and c = a cos B + b cos A (Projection rule)

→ tan \(\frac{B-C}{2}=\frac{b-c}{b+c}\) cot\(\frac{A}{2}\) (Napier’s analogy or tangent rule)

  • sin\(\frac{A}{2}\) = \(\sqrt{\frac{(s-b)(s-c)}{b c}}\)
  • cos\(\frac{A}{2}\) = \(\sqrt{\frac{s(s-a)}{b c}}\)
  • tan\(\frac{A}{2}\) = \(\sqrt{\frac{(s-b)(s-c)}{s(s-a)}}=\frac{\Delta}{s(s-a)}\)

→ Δ = area of ΔABC = \(\frac{1}{2}\) bc sin A = \(\frac{1}{2}\) ca sin B = \(\frac{1}{2}\) ab sin C
= \(\sqrt{s(s-a)(s-b)(s-c)}=\frac{a b c}{4 R}\)
= 2R2 sin A sin B sin C

  • r = \(\frac{\Delta}{s}\)
  • r1 = \(\frac{\Delta}{s-a}\)
  • r2 = \(\frac{\Delta}{s-b}\)
  • r3 = \(\frac{\Delta}{s-c}\)

Inter 1st Year Maths 1A Properties of Triangles Formulas

→ r = 4 R sin \(\frac{A}{2}\) sin \(\frac{B}{2}\) sin \(\frac{C}{2}\); r1 = 4Rsin \(\frac{A}{2}\) cos \(\frac{B}{2}\) cos \(\frac{C}{2}\)

→ r = (s – a) tan \(\frac{A}{2}\);
r1 = s tan \(\frac{A}{2}\) = (s – c) cot \(\frac{B}{2}\) = (s – b) cot \(\frac{C}{2}\)

Mollweide rule:
In ΔABC \(\frac{a+b}{c}=\frac{\cos \left(\frac{A-B}{2}\right)}{\sin \frac{C}{2}}\)
\(\frac{b+c}{a}=\frac{\cos \left(\frac{B-C}{2}\right)}{\sin \frac{A}{2}}\)
\(\frac{c+a}{b}=\frac{\cos \left(\frac{C-A}{2}\right)}{\sin \frac{B}{2}}\)

Sine rule :
In ΔABC, \(\frac{\mathrm{a}}{\sin \mathrm{A}}=\frac{\mathrm{b}}{\sin \mathrm{B}}=\frac{\mathrm{c}}{\sin \mathrm{C}}\) = 2R Where R is the circum – radius.
⇒ a = 2R sin A, b = 2R sin B, c = 2R sin C
a : b : c = sin A : sin B : sin C.

Cosine rule :
In ΔABC,
a2 = b2 + c2 – 2bc cos A
b2 = c2 + a2 – 2ac cos B
c2 = a2 + b2 – 2ab cos C
or
cos A = \(\frac{\mathrm{b}^{2}+\mathrm{c}^{2}-\mathrm{a}^{2}}{2 \mathrm{bc}}\)
cos B = \(\frac{c^{2}+a^{2}-b^{2}}{2 c a}\)
cos C = \(\frac{a^{2}+b^{2}-c^{2}}{2 a b}\) ⇒ cos A : cos B : cos C
= a(b2 + c2 – a2) : b(c2 + a2 – b2) : c(a2 + b2 – c2)

Projection rule :
In ΔABC

  • a = b cos C + c cos B,
  • b = c cos A + a cos C,
  • c = s cos B + b cos A

Mollwiede’s rule :
In ΔABC

  • \(\frac{a-b}{c}=\frac{\sin \frac{A-B}{2}}{\cos \frac{C}{2}}\)
  • \(\frac{a+b}{c}=\frac{\cos \frac{A-B}{2}}{\sin \frac{C}{2}}\)

Similarly the other two can be written by symmetry.

Inter 1st Year Maths 1A Properties of Triangles Formulas

Tangent rule (or) Napier’s analogy :
In ΔABC
Inter 1st Year Maths 1A Properties of Triangles Formulas 1

Half angle formulae :
Inter 1st Year Maths 1A Properties of Triangles Formulas 2

cot A = \(\frac{\mathrm{b}^{2}+\mathrm{c}^{2}-\mathrm{a}^{2}}{4 \Delta}\)
cot B = \(\frac{c^{2}+a^{2}-b^{2}}{4 \Delta}\)
cot C = \(\frac{a^{2}+b^{2}-c^{2}}{4 \Delta}\)

→ Area of ΔABC 1s given by

  • Δ = \(\frac{1}{2}\)ab sin C = \(\frac{1}{2}\)bc sin A = \(\frac{1}{2}\) ca sin B
  • Δ = \(\sqrt{s(s-a)(s-b)(s-c)}\).
  • Δ = \(\frac{a b c}{4 R}\)
  • Δ = 2R2 sin A sin B sin C
  • Δ = rs
  • Δ = \(\sqrt{\mathrm{rr}_{1} \mathrm{r}_{2} \mathrm{r}_{3}}\)

→ If ‘r’ is radius of in circle and r1, r2, r3 are the radii of ex-circles opposite to the vertices A, B, C of ΔABC respectively then
i. r = \(\frac{\Delta}{\mathrm{s}}\), r1 = \(\frac{\Delta}{\mathrm{s-a}}\), r2 = \(\frac{\Delta}{\mathrm{s-b}}\), r3 = \(\frac{\Delta}{\mathrm{s-c}}\)

→ r = 4R sin\(\frac{\mathrm{A}}{2}\)sin\(\frac{\mathrm{B}}{2}\) sin\(\frac{\mathrm{C}}{2}\)

  • r1 = 4R sin\(\frac{\mathrm{A}}{2}\)cos\(\frac{\mathrm{B}}{2}\)cos\(\frac{\mathrm{C}}{2}\)
  • r2 = 4R cos\(\frac{\mathrm{A}}{2}\)sin\(\frac{\mathrm{B}}{2}\) cos\(\frac{\mathrm{C}}{2}\)
  • r3 = 4R cos\(\frac{\mathrm{A}}{2}\)cos\(\frac{\mathrm{B}}{2}\) sin\(\frac{\mathrm{C}}{2}\)

→ r = (s – a)tan\(\frac{A}{2}\) = (s – b)tan\(\frac{B}{2}\) = (s – c)tan\(\frac{C}{2}\)

  • r1 = s tan\(\frac{A}{2}\) = (s – b)cot\(\frac{C}{2}\) = (s – c)cot\(\frac{B}{2}\)
  • r2 = s tan\(\frac{B}{2}\) = (s – c)cot\(\frac{A}{2}\) = (s – a)cot\(\frac{c}{2}\)
  • r1 = s tan\(\frac{A}{2}\) = (s – a)cot\(\frac{B}{2}\) = (s – b)cot\(\frac{A}{2}\)

→ \(\frac{1}{r}=\frac{1}{r_{1}}+\frac{1}{r_{2}}+\frac{1}{r_{3}}\)

→ rr1r2r3 = Δ2

→ r1r2 + r2r3 + r3r1 = s2

→ r(r1 + r2 + r3) = ab + bc + ca – s2

Inter 1st Year Maths 1A Properties of Triangles Formulas

→ (r1 – r)(r2 + r3) = a2

→ (r2 – r)(r3 + r1) = b2

→ (r3 – r)(r1 + r2) = c2

→ a = (r2 + r3)\(\sqrt{\frac{r r_{1}}{r_{2} r_{3}}}\)

→ b = (r3 + r1)\(\sqrt{\frac{r r_{2}}{r_{3} r_{1}}}\)

→ c = (r1 + r2)\(\sqrt{\frac{r r_{3}}{r_{1} r_{2}}}\)

→ r1 – r = 4Rsin2\(\frac{A}{2}\)

→ r2 – r = 4Rsin2\(\frac{B}{2}\)

→ r3 – r = 4Rsin2\(\frac{C}{2}\)

→ r1 + r2 = 4R cos2\(\frac{C}{2}\)

→ r2 + r3 = 4R cos2\(\frac{A}{2}\)

→ r3 + r1 = 4R cos2\(\frac{B}{2}\)

→ r1 + r2 + r3 = 4R

→ r + r2 + r3 – r1 = 4R cos A

→ r + r1 + r3 – r2 = 4R cos B

→ r + r1 + r2 – r3 = 4R cos C

→ In an equilateral triangle of side ‘a’
area = \(\frac{\sqrt{3} a^{2}}{4}\)
R = a/√3
r = R/2
r1 = r2 + r3 = 3R/2
r : R : r1 = 1 : 2 : 3

Inter 1st Year Maths 1A Properties of Triangles Formulas

In circle:
The circle that touches the three sides of a triangle ABC internally is called the “in circle” or inscribed” of its triangle. The centre of the circle is called Incentre denoted by I the radius of the circle is denoted by inradius denoted by Y

→ In a triangle ABC
Inter 1st Year Maths 1A Properties of Triangles Formulas 3

Excircle:
The circle that touches the side BC (opposite to angle A) internally and the other two sides AB and AC externally is called Excircle. The centre of this circle is called excentre opposite to ‘A’. denoted by I1. The radius of this circle is called ex-radius, denoted by r1

|||ly exradius opposite to angle B is denoted by r2. The centre of this excircle is denoted by I2 exradius opposite to angle C is denoted by r3. The centre of this ex-circle is denoted by I3

In a triangle ABC

  • r1 = \(\frac{\Delta}{s-a}\)
  • r2 = \(\frac{\Delta}{s-b}\)
  • r3 = \(\frac{\Delta}{s-c}\)

→ r1 = s tan A/2

→ r2 = s tan B/2

→ r2 = s tan C/2

→ r1 = (s – c)cot\(\frac{B}{2}\)
= (s- b)cot\(\frac{C}{2}\)

→ r1 = (s – a)cot\(\frac{C}{2}\)
= (s – c)cot\(\frac{A}{2}\)

→ r1 = (s – a)cot\(\frac{B}{2}\)
= (s – c)cot\(\frac{A}{2}\)

→ r1 = \(\frac{a}{\tan \frac{B}{2}+\tan \frac{C}{2}}\)

→ r2 = \(\frac{b}{\tan \frac{C}{2}+\tan \frac{A}{2}}\)

→ r3 = \(\frac{c}{\tan \frac{A}{2}+\tan \frac{B}{2}}\)

→ r1 = 4Rsin\(\frac{A}{2}\)cos\(\frac{B}{2}\)cos\(\frac{C}{2}\)

→ r2 = 4Rcos\(\frac{A}{2}\)sin\(\frac{B}{2}\)cos\(\frac{C}{2}\)

→ r3 = 4Rcos\(\frac{A}{2}\)cos\(\frac{B}{2}\)sin\(\frac{C}{2}\)

Inter 1st Year Maths 1A Hyperbolic Functions Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 9 Hyperbolic Functions to solve questions creatively.

Intermediate 1st Year Maths 1A Hyperbolic Functions Formulas

→ ex = 1 + \(\frac{x}{1 !}+\frac{x^{2}}{2 !}+\frac{x^{3}}{3 !}+\ldots+\frac{x^{n}}{n !}\)+ … ∞

→ sinhx = \(\frac{e^{x}-e^{-x}}{2}\)
and cosh x = \(\frac{e^{x}+e^{-x}}{2}\)

→ tanh x = \(\frac{\sinh x}{\cosh x}\),

→ coth x = \(\frac{1}{\tanh x}\),

→ sech x = \(\frac{1}{\cosh x}\)

→ cosech x = \(\frac{1}{\sinh x}\), if x ≠ 0

Inter 1st Year Maths 1A Hyperbolic Functions Formulas

→ cosh2x – sinh2x – 1, sech2x – 1 – tanh2x, cosech2x = coth2x – 1

Function y = f(x)Domain (x)Range (y)
sinh xRR
cosh xR(1, ∞)
tanh xR(1, 1)
coth xR- {0}(-∞, -1) ∪ (1, ∞)
sech xR(0, 1]
cosech xR – {0}R – {0}

→ sinh-1x = loge [x + \(\sqrt{x^{2}+1}\) ] for all x ∈ R

→ cosh-1x = loge [x + \(\sqrt{x^{2}-1}\)] for all x ∈ (1, ∞)

→ tanh-1x = \(\frac{1}{2}\)loge\(\left(\frac{1+x}{1-x}\right)\), |x| < 1 (i.e) for all x ∈ (-1, -1)

→ coth-1x = \(\frac{1}{2}\)loge\(\left(\frac{1+x}{1-x}\right)\), |x| > 1 (i.e) for all x ∈ (-∞, -1) (1, ∞)

→ sech-1x = loge\(\left(\frac{1+\sqrt{1+x^{2}}}{x}\right)\) for all x ∈ (0, 1)

→ cosech-1x = loge\(\left(\frac{1-\sqrt{1+x^{2}}}{x}\right)\), if x < 0 (i.e,) x ∈ (-∞, 0) and
= loge\(\left(\frac{1+\sqrt{1+x^{2}}}{x}\right)\), if x > 0 (i.e,) x ∈ (0, ∞)

→ sinh (x + y) = sinh x cosh y + cosh x sinh y

→ cosh (x + y)= cosh x cosh y + sinh x sinh y

→ sinh (x – y) = sinh x cosh y – cosh x sinh y

→ cosh (x – y) = cosh x cosh y – sinh x sinh y

→ tanh (x + y) = \(\frac{\tanh x+\tanh y}{1+\tanh x \tanh y}\)

→ tanh (x – y) = \(\frac{\tanh x-\tanh y}{1-\tanh x \tanh y}\)

→ sinh 2x = 2 sinh x cosh x = \(\frac{2 \tanh x}{1-\tanh ^{2} x}\)

Inter 1st Year Maths 1A Hyperbolic Functions Formulas

→ cosh 2x = cosh2x + sinh2x
= 2 cosh2x – 1 = 1 + 2 sinh2 x = \(\frac{1+\tanh ^{2} x}{1-\tanh ^{2} x}\)

→ tanh 2x = \(\frac{2 \tanh x}{1+\tanh ^{2} x}\)

→ sinh 3x = 3sinh x + 4sinh3 x

→ cosh 3x = 4cosh3 x – 3cosh x

→ tanh 3x = \frac{3 \tanh x+\tanh ^{3} x}{1+3 \tanh ^{2} x}

→ Inverse hyperbolic functions:

Function y = f(x)Domain (x)Range (y)
(i) sinh-1(x)IRIR
(ii) cosh-1(x)[1, ∞)[0, ∞)
(iii) tanh-1(x)(-1, 1)IR
(iv) coth-1(x)R –[-1, 1]R- {0}
(v) sech-1(x)(0, 1][0, ∞)
(vi) cosech-1(x)R- {0}R – {0}

→ sin hx = \(\frac{e^{x}-e^{-x}}{2}\)

→ cos hx = \(\frac{e^{x}+e^{-x}}{2}\)

→ tan hx = \(\frac{e^{x}-e^{-x}}{e^{x}+e^{-x}}\)

→ cosec hx = \(\frac{2}{e^{x}-e^{-x}}\)

→ sec hx = \(\frac{2}{e^{x}+e^{-x}}\)

→ cot hx = \(\frac{e^{x}+e^{-x}}{e^{x}-e^{-x}}\)

→ cos h2x – sinh2x = 1

→ 1 – tanh2x = sech2x

→ cot h2x – 1 = cosech2x

Inter 1st Year Maths 1A Hyperbolic Functions Formulas

→ Prove that sinh-1x = log{x + \(\sqrt{x^{2}+1}\)}
Proof:
Let sinh-1x = y ⇒ x = sinh y
Inter 1st Year Maths 1A Hyperbolic Functions Formulas 1

→ Prove that cosh-1x = loge(x – \(\sqrt{x^{2}-1}\)
proof:
Let cosh-1x = y ⇒ x = cosh y
Inter 1st Year Maths 1A Hyperbolic Functions Formulas 2

→ Prove that Tan-1x = \(\frac{1}{2}\)loge\(\left(\frac{4 x}{1-x}\right)\)
proof:
Let tanh-1x = y ⇒ x = tanh y
Inter 1st Year Maths 1A Hyperbolic Functions Formulas 3

→ sech-1x = log\(\left\{\frac{1+\sqrt{1-x^{2}}}{x}\right\}\)

→ cosech-1x = log\(\left(\frac{1-\sqrt{1+x^{2}}}{x}\right)\) x < 0 = log\(\left\{\frac{1-\sqrt{1+x^{2}}}{x}\right\}\) x > 0

→ sin h(x + y) = sin hx cos hy + cos hx sin hy

→ sinh(x – y) = sin hx cos hy + cos hx sin hy

→ cosh(x + y) = cos hx cos hy + sin hx sin hv

→ cosh(x – y) = cos hx cos hy – sin hx sin hy

→ sin h2x = 2 sin hx cos hx = \(\)

→ cos h2x = cosh2x + sinh2x = 2cosh2x – 1 = 1 + 2sinh2x = \(\frac{1+{Tanh}^{2} x}{1-{Tanh}^{2} x}\)

→ Tanh(x + y) = \(\frac{\text { Tanhx+Tanhy }}{1-\text { TanhxTanhy }}\)

→ Tanh(x – y) = \(\frac{\text { Tanhx-Tanhy }}{1+\text { TanhxTanhy }}\)

→ coth(x + y) = \(\frac{\cot h x \cot h y+1}{\cot h y+\cot h x}\)

→ coth(x – y) = \(\frac{\cot h x \cot h y-1}{\cot h y-\cot h x}\)

→ Tanh2x = \(\frac{2 \tan h x}{1+\tanh ^{2} x}\)

→ cot h2x = \(\frac{\operatorname{coth}^{2} x+1}{2 \cot h x}\)

Inter 1st Year Maths 1A Inverse Trigonometric Functions Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 8 Inverse Trigonometric Functions to solve questions creatively.

Intermediate 1st Year Maths 1A Inverse Trigonometric Functions Formulas

→ If sin θ = x and θ ∈ \(\left[\frac{-\pi}{2}, \frac{\pi}{2}\right]\), then sin-1(x) = θ,

→ If cos θ x and θ ∈ [0, π], then cos-1(x) = θ

→ If tan θ = x and θ ∈ \(\left(\frac{-\pi}{2}, \frac{\pi}{2}\right)\). then tan-1 (y) = θ

→ If cot θ = x and θ ∈ (0, π), then cot-1(x) = θ.

→ If sec θ = x and θ ∈ [o, \(\frac{\pi}{2}\)) ∪ (\(\frac{\pi}{2}\), π] then sec-1x = θ.

→ If cosec θ = x and θ ∈ [-\(\frac{\pi}{2}\), 0) ∪ (o, \(\frac{\pi}{2}\)] then cosec-1x = θ.

→ If x ∈ [-1, 1] – {0}, then sin-1(x) = cosec-1\(\left(\frac{1}{x}\right)\)

Inter 1st Year Maths 1A Inverse Trigonometric Functions Formulas

→ If x ∈ [-1, 1] – {0}, then cos-1(x) = sec-1\(\left(\frac{1}{x}\right)\)

→ If x > 0, then tan-1(x) = cot-1\(\left(\frac{1}{x}\right)\) and
x < 0, then tan-1(x) = cot-1\(\left(\frac{1}{x}\right)\) – π

→ sin-1 x + cos-1x = \(\frac{\pi}{2}\) (|x| ≤ 1) i.e., – 1 ≤ x ≤ 1

→ tan-1x + cot-1x = \(\frac{\pi}{2}\), for any x ∈ R

→ sec-1x + cosec-1x = \(\frac{\pi}{2}\), if (-∞, – 1] ∪ [1, ∞)

Function y = f(x)Domain (x)Range (y)
(i) sinh-1 (x)[-1, 1]\( \left[\frac{-\pi}{2}, \frac{\pi}{2}\right] \)
(ii) cosh-1 (x)[1, 1][0, π]
(iii) tanh-1 (x)R\( \left(\frac{-\pi}{2}, \frac{\pi}{2}\right) \)
(iv) cot-1 (x)R(0, π)
(v) sec-1 (x)(-∞, -1] ∪ [1, ∞)[0, \( \frac{\pi}{2} \)) ∪ (\( \frac{\pi}{2} \), π]
(vi) cosec-1 (x)(-∞, -1] ∪ [1, ∞)[-\( \frac{\pi}{2} \), 0) ∪  (0, \( \frac{\pi}{2} \), π]

→ Principal values:
For sin-1x, tan-1x, cot-1x, cosec-1x, principal values lies between –\(\frac{\pi}{2}\) and \(\frac{\pi}{2}\)
For cos-1 x, sec-1 x, principal values lies between 0 and π.

→ tan-1x + tan-1y = tan-1\(\left(\frac{x+y}{1-x y}\right)\) if (xy < 1), x > 0, y > 0
= \(\frac{\pi}{2}\) if (xy = 1), x > 0, y > 0
= π +tan-1\(\), if (xy > 1), x > 0, y > 0

→ If x < 0, y < 0 then tan-1x + tan-1y = tan-1\(\left(\frac{x+y}{1-x y}\right)\) if xy > 1
= – \(\frac{\pi}{2}\), if xy < 1
= –\(\frac{\pi}{2}\), if xy = 1

→ If x, y ∈ [0, 1] and x2 + y2 ≤ 1, then sin-1 x + sin-1 y = sin-1\(\left(x \sqrt{1-y^{2}}+y \sqrt{1-x^{2}}\right)\)

→ If x, y ∈ [0, 1] and x2 + y2 > 1 then sin-1 x + sin-1 (y) = π – sin-1\(\left(x \sqrt{1-y^{2}}+y \sqrt{1-x^{2}}\right)\)

→ If x, y ∈ [0, 1], then sin-1 x + sin-1y) = cos-1(\(\sqrt{1-x^{2}} \sqrt{1-y^{2}}\) – xy)

→ If x, y ∈ [0, 1] then sin-1 y = sin-1(x\(\sqrt{1-y^{2}}\) – y\(\sqrt{1-x^{2}}\))

Inter 1st Year Maths 1A Inverse Trigonometric Functions Formulas

→ If x, y ∈ [0, 1], then cos-1 x + cos-1y = cos-1(\(\sqrt{1-x^{2}} \sqrt{1-y^{2}}\) + xy)

→ If x, y ∈ [0, 1] then cos-1 x + cos-1y = cos-1(xy – \(\sqrt{1-x^{2}} \sqrt{1-y^{2}}\))

→ If x, y ∈ [0, 1] and x2 + y2 ≥ 1 then cos-1x + cos-1y = sin-1(y\(\sqrt{1-x^{2}}\) + x\(\sqrt{1-y^{2}}\))

→ If 0 ≤ x ≤ y ≤ 1 then cos-1 x – cos-1y = cos-1(xy + \(\sqrt{1-x^{2}} \sqrt{1-y^{2}}\))

→ If x, y ∈ [0, 1], then cos-1 x – cos-1y = sin-1(y\(\sqrt{1-x^{2}}\) – x\(\sqrt{1-y^{2}}\))

→ If x ∈ [-1, 1]- {0}, then sin-1 (x) = cosec-1\(\left(\frac{1}{x}\right)\)

→ If x ∈ [-1, 1] – {0}, then cos-1(x) = sec-1\(\left(\frac{1}{x}\right)\)

→ If x > 0, then tan-1x = cot-1\(\left(\frac{1}{x}\right)\) and

→ If x < 0, then tan-1x = cot-1\(\left(\frac{1}{x}\right)\) – π

→ sin-1(-x) = -sin-1(x), if x ∈ [-1, 1]

→ cos-1(-x) = π – cos-1(x), if x ∈ [-1, 1]

→ tan-1(-x) = -tan-1 (x), for any x ∈ R

→ For any x ∈ R, cot-7 (-x) = π – cot-1(x)

→ If x ∈ [-∞, -1] ∪ [1, ∞) then

  • sec-1(-x) = π – sec-1(x)
  • cosec-1(-x) = -cosec-1(x)

Inter 1st Year Maths 1A Inverse Trigonometric Functions Formulas

→ If θ ∈ \(\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]\), then sin-1(sin θ) = θ and if x ∈ [-1, 1], then sin(sin-1x) = x.

→ If θ ∈ [0, π], then cos-1(cos θ) = θ and if x ∈ [-1, 1], then cos (cos-1x) = x.

→ If θ ∈ \(\left(-\frac{\pi}{2}, \frac{\pi}{2}\right)\), then tan-1(tan θ) = θ and for any x ∈ R, then tan(tan-1x) = x

→ If θ ∈ (0, \(\frac{\pi}{2}\)) ∪ (\(\frac{\pi}{2}\), π) then cot-1(cot θ) = θ and for any x ∈ R, cot (cot-1x) = x.

→ If θ ∈ (0, \(\frac{\pi}{2}\)) ∪ (\(\frac{\pi}{2}\), π) then sec-1(sec θ) = θ and if x ∈ (-∞, -1] ∪ [1, ∞) then sec (sec-1x) = x.

→ If θ ∈ [-\(\frac{\pi}{2}\), 0) ∪ (0, \(\frac{\pi}{2}\)] then cosec-1 (cosec θ) = θ and if x ∈ (-∞, -1] ∪ [1, ∞), then cosec (cosec-1x) = x.

→ θ ∈ [0, π] sin-1(cos θ) = \(\frac{\pi}{2}\) – θ

→ θ ∈ \(\left[\frac{\pi}{2}, \frac{\pi}{2}\right]\) ⇒ cos-1(sin θ) = \(\frac{\pi}{2}\) – θ

→ θ ∈ \(\left(-\frac{\pi}{2}, \frac{\pi}{2}\right)\) ⇒ cot-1(tan θ) = \(\frac{\pi}{2}\) – θ

→ θ ∈ (0, π) ⇒ tan-1(cot θ) = \(\frac{\pi}{2}\) – θ

→ θ ∈ [-\(\frac{\pi}{2}\), 0) ∪ (0, \(\frac{\pi}{2}\)] ⇒ sec-1(cosec θ) = \(\frac{\pi}{2}\) – θ

→ θ ∈ [0, \(\frac{\pi}{2}\)) ∪ (\(\frac{\pi}{2}\), π] ⇒ cosec-1(sec θ) = \(\frac{\pi}{2}\) – θ

→ 0 ≤ x ≤ 1 ⇒ sin-1(x) = cos-1\(\left(\sqrt{1-x^{2}}\right)\) and

→ If -1 ≤ x < 0 ⇒ sin-1(x) = -cos-1\(\left(\sqrt{1-x^{2}}\right)\)

→ -1 < x < 1 ⇒ sin-1(x) = tan-1\(\left(\frac{x}{\sqrt{1-x^{2}}}\right)\)

Inter 1st Year Maths 1A Inverse Trigonometric Functions Formulas

→ -1 ≤ x < 0 ⇒ cos-1(x) = π – sin-1\(\left(\sqrt{1-x^{2}}\right)\) = π + tan-1\(\left(\frac{\sqrt{1-x^{2}}}{x}\right)\)

→ 0 ≤ x ≤ 7 ⇒ cos-1(x) = sin-1\(\left(\sqrt{1-x^{2}}\right)\) = tan-1\(\left(\frac{\sqrt{1-x^{2}}}{x}\right)\)

→ x > 0 ⇒ tan-1(x) = sin-1\(\left(\frac{x}{\sqrt{1+x^{2}}}\right)\) = cos-1\(\left(\frac{1}{\sqrt{1+x^{2}}}\right)\)

→ tan-1(x) + tan-1(y) + tan-1(z) = tan-1\(\left[\frac{x+y+z-x y z}{1-x y-y z-z x}\right]\), ifx, y, z have the same sign and xy + yz + zx < 1.

→ 2 sin-1(x) = sin-12x\(\sqrt{1-x^{2}}\), if x ≤ \(\frac{1}{\sqrt{2}}\)
= π – sin-12x\(\sqrt{1-x^{2}}\), if x > \(\frac{1}{\sqrt{2}}\)

→ 2 cos-1(x) = cos-1(2x2 – 1), if x ≥ \(\frac{1}{\sqrt{2}}\)
= π – cos-1(1 – 2x2), if x < \(\frac{1}{\sqrt{2}}\)

→ 2 tan-1(x) = tan-1\(\left(\frac{2 x}{1-x^{2}}\right)\), if |x| < 1
= π – tan-1\(\left(\frac{2 x}{1-x^{2}}\right)\), if |x| ≥ 1

Inter 1st Year Maths 1A Inverse Trigonometric Functions Formulas

→ 2tan-1(x) = sin-1\(\left(\frac{2 x}{1+x^{2}}\right)\), ∀ x ∈ R
= cos-1\(\left(\frac{1-x^{2}}{1+x^{2}}\right)\), if x ≥ 0
= -cos-1\(\left(\frac{1-x^{2}}{1+x^{2}}\right)\), if x < 0
= tan-1\(\left(\frac{2 x}{1-x^{2}}\right)\), ∀ x ∈ R

→ 3 sin-1(x) = sin-1(3x – 4x3) for 0 ≤ x < \(\frac{1}{2}\)
3 cos-1(x) = cos-1(4x3 – 3x) for \(\frac{\sqrt{3}}{2}\) ≤ x < 1
3 tan-1(x) = tan-1\(\left\{\frac{3 x-x^{3}}{1-3 x^{2}}\right\}\) for 0 ≤ x < \(\frac{1}{\sqrt{3}}\)

→ If sin θ = x, we write θ = sin-1x.

→ sin(sin-1x) = x, sin-1(sin θ) = θ if ‘θ‘ ∈ \(\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]\)

→ cos(cos-1x)=x, cos-1(cos θ) = θ if θ ∈ [0, n]

→ tan (tan-1x) = x, tan-1(tan θ) = θ if θ ∈ \(\left(-\frac{\pi}{2}, \frac{\pi}{2}\right)\)

→ That value of sin-1x lying between – \(\frac{\pi}{2}\) and\(\frac{\pi}{2}\) is called the principal value of sin-1x.

→ That value of cos-1x lying between 0 and π is called the principal value of cos-1x.

→ That value of tan-1x lying between – \(\frac{\pi}{2}\) and \(\frac{\pi}{2}\) is called the principal value of tan-1x.

→ If -1 ≤ x ≤ 1, then

  • sin-1(- x) = – sin-1x
  • cos-1(-x) = π – cos-1x

→ If x ∈ R , then

  • tan-1(-x) = -tan-1x
  • cot-1(-x) = π – cot-1x

→ If x ≤ -1 or x ≥ 1, then

  • cosec-1(-x) = -cosec-1x
  • sec-1(-x) = π – sec-1x

→ cosec-1x = sin-1\(\frac{1}{x}\) (if x ≠ 0)

→ sec-1x = cos-1\(\frac{1}{x}\) (if x ≠ 0)

→ cot-1x = tan-1\(\frac{1}{x}\) (if x > 0)
= π + tan-1\(\frac{1}{x}\) (if x < 0)

→ sin-1x + cos-1x = π/2 ,

→ tan-1x + cot-1x = π/2,

→ sec-1x + cosec-1x = π/2.

→ If sin-1x + sin-1y = π/2, then x2 + y2 = 1.

→ sin(cos-1x) = \(\sqrt{1-x^{2}}\), cos(sin-1x) = \(\sqrt{1-x^{2}}\)

→ sin-1 = cos-1\(\sqrt{1-x^{2}}\) for 0 ≤ x ≤ 1
= -cos-1\(\sqrt{1-x^{2}}\) for – 1 ≤ x ≤ 0

Inter 1st Year Maths 1A Trigonometric Equations Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 7 Trigonometric Equations Functions to solve questions creatively.

Intermediate 1st Year Maths 1A Trigonometric Equations Formulas

→ If K ∈ [-1, 1], then the principal solution θ of sin θ = K lies in \(\left[\frac{-\pi}{2}, \frac{\pi}{2}\right]\)and the general solution is given by nπ + (-1)n θ, n ∈ Z

→ If K ∈ [-1, 1], then the principal solution θ of cos θ = K lies in [0, π] and the general solution is given by 2nπ ± 0, n ∈ Z

→ If K ∈ R, then the principal solution θ of tan x = K lies in \(\left(\frac{-\pi}{2}, \frac{\pi}{2}\right)\), and the general solution is given by n\left(\frac{-\pi}{2}, \frac{\pi}{2}\right) ± θ, n ∈ Z

→ sin θ = 0 ⇒ θ = nπ, n is an integer and its principal solution is x = 0

→ cos θ = 0 ⇒ θ = (2n + 1)\(\frac{\pi}{2}\), n is an integer and its principal solution is x = \(\frac{\pi}{2}\)

→ tan θ = 0 ⇒ θ = nπ, n is an integer and its principal solution is x = 0

→ cot θ = 0 ⇒ θ = (2n + 1)\(\frac{\pi}{2}\) n is an integer

→ cosec θ = cosec α ⇒ θ = nπ + (-1)nα, n is an integer

→ sec θ = sec α ⇒ θ = 2nπ ± α, n is an integer

Inter 1st Year Maths 1A Trigonometric Equations Formulas

→ cot θ = cot α ⇒ θ = nπ ± α and the principal solution α ∈ (0, π)

→ sin2θ = sin2 α ⇒ θ = nπ ± α, wherenever a solution exists.

→ cos2θ = cos2 α ⇒ θ = nπ ± α, wherenever a solution exists.

→ tan2θ = tan2 α ⇒ θ = nπ ± α, wherenever a solution exists.

→ a cos θ + b sin θ = c, (a, b, c) ∈ R and a2 + b2 ≠ 0 has a solution, iff c2 ≤ a2 + b2.

Trigonometric Equations:
An equation consisting of the trigonometric functions of a variable angle θ ∈ R is called a trigonometric equation.

→ sin θ = 0 ⇒ θ = nπ, where n ∈ Z.

→ cos θ = 0 ⇒ θ = (2n + 1)\(\), where n ∈ Z.

→ tan θ = 0 ⇒ θ = nπ where π is any integer.

→ The solution of sin θ = k (|k|<1) lying between – \(\frac{\pi}{2}\) and \(\frac{\pi}{2}\) is called the principle solution of the equation.

→ The solution of cos θ = k (|k|<1) lying between 0 and π is called the principal solution of the equation.

→ That solution of tan θ = k, lying between – \(\frac{\pi}{2}\) and \(\frac{\pi}{2}\) is called the principal solution of the equation.

→ The general value of θ satisfying cos θ = k (|k| < 1) is given by θ = 2nπ ± α where n ∈Z.

→ The general value of θ satisfying sin θ = k (|k|< 1) is given by θ = nπ + (-1)nα where n ∈ Z.

→ The general value of θ satisfying tan θ = k is given by θ = nπ + α where n ∈ Z. (in each of the above cases, α is the principal solution).

→ If sin0 = k, tan0 = k are given equations, then the general value of θ is given by θ = 2nπ + α where α is that solution lying between 0 and 2π.

→ The equation a cos θ + b sin θ = c will have no solution or will be inconsistent if |c| > \(\sqrt{a^{2}+b^{2}}\)

→ cos nπ = (-1)n , sin nπ = 0.

→ If sin2θ = sin2α or cos2θ = cos2α or tan2θ = tan2a, then θ = nπ ± α; n ∈ Z.

Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 6 Trigonometric Ratios up to Transformations to solve questions creatively.

Intermediate 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

→ sin θ, cos θ, tan θ, cosec θ, sec θ and cot θ are called circular functions.

→ cosec θ, sec θ and cot θ are reciprocals to sin θ, cos θ and tan θ respectively.

→ sin2θ + cos2θ = 1; 1 + tan2θ = sec2θ; 1 + cot2θ = cosec2θ

→ sec θ + tan θ and sec θ – tan θ are mutual reciprocals.
Similarly cosec θ + cot θ and cosec θ – cot θ are also mutual reciprocals.

→ |sin θ| ≤ 1, |cosec θ| ≥ 1, |cos θ| ≤ 1 and |sec θ| ≥ 1

  • sin 0° = o = cos 90°
  • sin 15° = \(\frac{\sqrt{3}-1}{2 \sqrt{2}}\) = cos 75°
  • sin 18° = \(\frac{\sqrt{5}-1}{4}\) = cos 72°
  • sin 30° = \(\frac{1}{2}\) = cos 60°
  • sin 36° = \(\frac{\sqrt{10-2 \sqrt{5}}}{4}\) = cos 54°
  • sin 45° = \(\frac{1}{\sqrt{2}}\) = cos 45°
  • sin 54° = \(\frac{\sqrt{5}+1}{4}\) = cos 36°
  • sin 60° = \(\frac{\sqrt{3}}{2}\) = cos 30°
  • sin 72° = \(\frac{\sqrt{10+2 \sqrt{5}}}{4}\) = cos 18°
  • sin 75° = \(\frac{\sqrt{3}+1}{2 \sqrt{2}}\) = cos 15°
  • sin 90° = 1 = cos 0°

Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

Also, tan 15° = 2 – √3, tan 75° = 1 + √3
Sign to the determined by “ALL SILVER CUPS” rules

  • sin (90° – θ) = cos θ; sin (90° + θ) = cos θ
  • cos (90° – θ) – sin θ; cos (90° + θ) = -sin θ
  • sin (180° – θ) = sin θ; sin (1800 + θ)= -sin θ
  • cos (180° – θ) = -cos θ; cos (180° + θ) = -cos θ
  • sin (270° – θ) = -cos θ; sin (270° + θ) = -cos θ
  • cos (270° – θ) = -sin θ; cos (270° + θ) = sin θ
    sin (360° – θ) = -sin θ; sin (360° + θ) = sin θ
  • cos (360° – θ) = cos θ; cos (360° + θ) = cos θ When ‘n’ is a +ve integer,
  • sin (n. 360° – θ) = -sin θ; sin (n. 360° + θ) = +sin θ
  • cos (n. 360° – θ) = cos θ; cos (n. 360° + θ) = cos θ
  • sin (-θ) = – sin θ, cos (-θ) = cos 0; tan (-θ) = -tan θ.

→ For 0°, 180°, 360° ……………….. (multplies of π), there is no change in the ratios.

→ For 90°, 270°, 450°…………. (odd multiplies of \(\frac{\pi}{2}\) we get change in the ratio.

  • For sin we get cos
  • For tan we get cot
  • For sec we get cosec
  • For cos we get sin
  • For cot we get tan
  • For cot we get sin

→ Any non-constant function f : R → R is said to be “Periodic”, if there exists a real number p(≠ 0) such that f(x + p) = f(x) for each x ∈ R. The least positive value of ‘p’ with this property is called the “Period” of ‘f’.

→ If ‘f’ is a periodic function with period ‘P’ then

  • – f is also a periodic function with period ‘P.
  • f(x – p) = f(x), f(x + pn) = f(x) ∀ n ∈ Z, x ∈ R.

→ If f(x) is a periodic function with period ‘P, then f(ax + b) is also a periodic function with period \(\frac{P}{|a|}\)

→ If y = f(x), y = g(x) are periodic functions with l, m as the periods respectively, then a, b ∈ R the function h(x) = af(x) + bg(x) is a period function and L.C.M. of {l, m}
(if exist) is a period of h.

→ \(\frac{2 \pi}{k}\) is the period of sin x, cosec x, cos x and sec x.

→ \(\frac{\pi}{k}\) is the period of tan x and cot x.

Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

→ Range of a sin x + b cos x is \(\left[-\sqrt{a^{2}+b^{2}}, \sqrt{a^{2}+b^{2}}\right]\)

→ Range of a sin x + b cos x + c is [c – \(\sqrt{a^{2}+b^{2}}\), c + \(\sqrt{a^{2}+b^{2}}\)]

→ sin x and cos x are continuous on ‘R’

→ tan x is. discontinuous at x = (2n + 1).\(\frac{\pi}{2}\),n ∈ Z.

→ cot x is discontinuous at x = nπ, n ∈ Z.

→ sec x is discontinuous at x = (2n + 1).\(\frac{\pi}{2}\), n ∈ Z.

→ cosecx is discontinuous at x = nπ, n ∈ Z.

→ sin (A ± B) = sin A cos B ± cos A sin B

→ cos (A ± B) = cos A cos B + sin A sin B

→ tan (A ± B) = \(\frac{\tan A \pm \tan B}{1 \mp \tan A \tan B}\)

→ cot (A ± B) = \(\frac{\cot A \cot B \mp 1}{\cot B \pm \cot A}\)

→ sin (A + B). sin (A-B) = sin2A – sin2B = cos2B – cos2A

→ cos (A + B). cos (A – B) = cos2A – sin2B = cos2B – sin2A

→ sin (A + B + C) = sin A cos B cos C + cos A sin B cos C + cos A cos B sin C – sin A sin B sin C

→ cos (A + B + C) = cos A cos B cos C – cos A sin B sin C – sin A cos B sin C – sin A sin B cos C

→ tan (A + B + C) = \(\frac{\sum \tan A-\pi \tan A}{1-\sum \tan A \tan B}\)

→ sin 2A = 2 sin A cos A, sin A = 2 sin \(\frac{A}{2}\) cos \(\frac{A}{2}\)

→ cos 2A = cos2A – sin2A = 1 – 2 sin2 A = 2 cos2A – 1

Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

→ cos A = cos2\(\frac{A}{2}\) sin2\(\frac{A}{2}\) = 1 – 2 sin2\(\frac{A}{2}\) = 2 cos2 \(\frac{A}{2}\) – 1

→ tan 2A = \(\frac{2 \tan A}{1-\tan ^{2} A}\), tan A = \(\frac{2 \tan \frac{A}{2}}{1-\tan ^{2} \frac{A}{2}}\)(\(\frac{A}{2}\), A are not odd multiples of \(\frac{\pi}{2}\))

→ cot 2A = \(\frac{\cot ^{2} A-1}{2 \cot A}\), cot A = \(\frac{\cot ^{2} \frac{A}{2}-1}{2 \cot \frac{A}{2}}\); (A is not an integral multiple of π)

→ sin 2A = \(\frac{2 \tan A}{1+\tan ^{2} A}\), sin A = \(\frac{2 \tan \frac{A}{2}}{1+\tan ^{2} \frac{A}{2}}\); (\(\frac{A}{2}\), is not an odd multiple of \(\frac{\pi}{2}\))

→ cos 2A = \(\frac{1-\tan ^{2} A}{1+\tan ^{2} A}\), cos A = \(\frac{1-\tan ^{2} \frac{A}{2}}{1+\tan ^{2} \frac{A}{2}}\)

→ sin 3A = 3sin A – 4 sin3A

→ cos 3A = 4cos3A – 3 cos A

→ tan 3A = \(\frac{3 \tan A-\tan ^{3} A}{1-3 \tan ^{2} A}\)

→ cot 3A = \(\frac{3 \cot A-\cot ^{3} A}{1-3 \cot ^{2} A}\)

→ sin(A + B) + sin (A – B) = 2sin A cos B

→ sin(A + B) – sin(A – B) = 2cos A sin B

→ cos (A + B) + cos (A – B) = 2cos A cos B

→ cos(A + B) – cos(A – B) = -2sin A sin B

→ sin C + sin D = 2sin \(\frac{C+D}{2}\) cos \(\frac{C-D}{2}\)

→ sin C – sin D = 2cos \(\frac{C+D}{2}\) sin \(\frac{C-D}{2}\)

Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

→ cos C + cos D = 2 cos \(\frac{C+D}{2}\) cos \(\frac{C-D}{2}\)

→ cos C – cos D = -2 sin \(\frac{C+D}{2}\) sin \(\frac{C-D}{2}\)

→ For any A ∈ R
(a) sin A = ±\(\sqrt{\frac{1-\cos 2 A}{2}}\)
(b) cos A = ±\(\sqrt{\frac{1+\cos 2 A}{2}}\)
(c) IfA ¡s not an odd multiple of \(\frac{\pi}{2}\), then tan A = ±\(\sqrt{\frac{1-\cos 2 A}{1+\cos 2 A}}\)

→ sin \(\frac{A}{2}=\pm \sqrt{\frac{1-\cos A}{2}}\)

→ cos \(\frac{A}{2}=\pm \sqrt{\frac{1+\cos A}{2}}\)

→ If A is not an odd multiple of n, then tan \(\frac{A}{2}=\pm \sqrt{\frac{1-\cos A}{1+\cos A}}\)

→ If a ray \(\overrightarrow{\mathrm{OP}}\) makes an angle θ with the positive direction of X-axis then
Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas 1

  • Sin θ = \(\frac{\mathrm{y}}{\mathrm{r}}\)
  • cos θ = \(\frac{\mathrm{x}}{\mathrm{r}}\)
  • tan θ = \(\frac{\mathrm{y}}{\mathrm{x}}\) (x ≠ 0)
  • cot θ = \(\frac{\mathrm{x}}{\mathrm{y}}\) (y ≠ 0)
  • sec θ = \(\frac{\mathrm{r}}{\mathrm{x}}\)(x ≠ 0)
  • cosec θ = \(\frac{\mathrm{r}}{\mathrm{y}}\)(y ≠ 0)

Relations :

  • sin θ cosec θ = 1
  • cos θ sec θ = 1
  • tan θ cot θ = 1
  • sin2 θ + cos2 θ = 1
  • 1 + tan2θ = sec2 θ → (sec θ + tan θ)(sec θ – tan θ) = 1
    → sec θ + tan θ = \(\frac{1}{\sec \theta-\tan \theta}\) = 1
  • 1 + cot2θ = cosec2θ → (cosec θ + cot θ) (cosec θ – cot θ) = 1
  • sec2θ + cosec2θ = sec2θ. cosec2θ
  • tan2θ – sin2θ = tan2θ . sin2θ;
    cot2θ – cos2θ = cot2θ. cos2θ
  • sin2θ + cos4θ = 1 – sin2θ cos2θ
    = sin4θ + cos2θ
  • sin4θ + cos4θ = 1 – 2sin2θ cos2θ
  • sin6θ + cos6 θ = 1 – 3sin2θ cos2θ
  • sin2x + cosec2x ≥ 2
  • cos2x + sec2 x ≥ 2
  • tan2 x + cot2 x ≥ 2.

Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

Values of trigonometric ratios of certain angles
Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas 2

Signs of Trigonometric ratios :
If lies in I, II, III, IV quadrants then the signs of trigonometric ratios are as follows.
Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas 3

Note :

  • 0°, 90°, 180°, 270°. 360°, 450°, etc. are called quadrant angles.
  • With “ALL SILVER TEA CUPS” symbol we can remember the signs of trigonometric ratios.

Coterminal angles :
If two angles differ by an integral multiples of 360o then two angles are called coterminal angles.
Thus 30°, 390°, 750°, 330° etc., are coterminal angles.
Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas 4

Complementary Angles :
Two Angles A, B are said to complementary ⇒ A + B = 90°

Supplementary angles :
Two angles A, B are said to be supplementary ⇒ A + B = 180°.

→ sin C + sin D = 2sin\(\frac{\mathrm{C}+\mathrm{D}}{2}\). cos \(\frac{\mathrm{C}-\mathrm{D}}{2}\)

→ sin C – sin D = 2cos\( . sin [latex]\frac{\mathrm{C}-\mathrm{D}}{2}\)

→ cos C + cos D = 2cos \(\frac{\mathrm{C}+\mathrm{D}}{2}\). cos \(\frac{\mathrm{C}-\mathrm{D}}{2}\)

→ cos C – cos D = 2sin\(\frac{\mathrm{C}+\mathrm{D}}{2}\). sin \(\frac{\mathrm{D}-\mathrm{C}}{2}\)

→ 2sin A cos B = sin(A + B) + sin(A – B)

→ 2cos A sin B = sin(A + B) – sin(A – B)

→ 2cos A cos B = cos(A + B) + cos(A – B)

Inter 1st Year Maths 1A Trigonometric Ratios up to Transformations Formulas

→ 2sin A sin B = cos(A – B) – cos(A + B)
(or)
cos(A – B) – cos(A + B) = 2 sin A sin B.

→ \(\frac{\sin A+\sin B}{\sin A-\sin B}\) = tan\(\left(\frac{A+B}{2}\right)\).

→ If sin A + sin B = x, and cos A + cos B = y. Then

  • tan\(\left(\frac{\mathrm{A}+\mathrm{B}}{2}\right)=\frac{\mathrm{x}}{\mathrm{y}}\)
  • sin(A + B) = \(\frac{2 x y}{y^{2}+x^{2}}\)
  • cos (A + B) = \(\frac{y^{2}-x^{2}}{y^{2}+x^{2}}\)
  • tan(A + B) = \(\frac{2 x y}{y^{2}-x^{2}}\)

Inter 1st Year Maths 1A Products of Vectors Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 5 Products of Vectors to solve questions creatively.

Intermediate 1st Year Maths 1A Products of Vectors Formulas

Scalar or Dot Product of Two Vectors:
The scalar or dot product of two non – zero vectors \(\bar{a}\) and \(\bar{b}\), denoted by \(\bar{a} \cdot \bar{b}\) is defined as \(\bar{a} \cdot \bar{b}=|\bar{a}||\bar{b}|\) cos \((\bar{a}, \bar{b})\). This is a scalar, either \(\bar{a}\) = 0 (or) \(\bar{b}\) = 0, then we define \(\bar{a} \cdot \bar{b}\) = 0. If we write \((\bar{a}, \bar{b})\) = 0, then \(\bar{a} \cdot \bar{b}=|\bar{a}||\bar{b}|\) cos θ, if a ≠ 0, b ≠ 0, since 0 ≤ (a, b) = θ ≤ 7 80°, we get

  • 0 ≤ θ < 90° ⇒ \(\bar{a}\). b > 0.
  • θ = 90° ⇒ \(\bar{a} \cdot \bar{b}\) = 0 and the vectors \(\bar{a}\) and \(\bar{b}\) are perpendicular.
  • 90° < θ ≤ 180° ⇒ \(\bar{a} \cdot \bar{b}\) < 0
  • \(\bar{a} \cdot \bar{b}=\bar{b} \cdot \bar{a}\)
  • a̅ (b̅ + c̅) = a̅ .b̅ + a̅ .c̅
  • If a̅, b̅ are parallel, a̅.b̅ = ± |a̅ | |b̅ |.
  • If l, m ∈ R, (la̅).(mb̅) = lm(a̅. b̅)
  • Projection of b̅ on a̅ (or) length of the projection a̅ = \(\frac{|\bar{a} \cdot \bar{b}|}{|\bar{a}|}\)
  • Orthogonal projection of b̅ on a̅ = \(\frac{(\bar{a} \cdot \bar{b})_{\bar{a}}}{|\bar{a}|^{2}}\); a̅ ≠ 0
    or
    The projection vector b̅ on a̅ = \(\left(\frac{\bar{a} \cdot \bar{b}}{|\bar{a}|^{2}}\right)\) a̅ and it is magnitude = \(\frac{|\overline{\mathrm{a}} \cdot \overline{\mathrm{b}}|}{|\overline{\mathrm{a}}|}\)
  • The component vector of b̅ along a̅ (or) parallel to a̅ is \(\left(\frac{\bar{a} \cdot \bar{b}}{|\bar{a}|^{2}}\right)\)a̅

Component vector of a̅ along b̅ = \(\frac{(\bar{a} \cdot \bar{b}) \bar{b}}{|\bar{b}|^{2}}\), component vector of a̅ perpendicular to b̅ = a̅ – \(\frac{(\bar{a} \cdot \bar{b}) \bar{b}}{|\bar{b}|^{2}}\)

Inter 1st Year Maths 1A Products of Vectors Formulas

Orthogonal unit vectors :
Ifi, j, k are orthogonal unit vector triad in a right handed system, then

  • i̅ .j̅ = j̅.k̅ = k̅.i̅ = 0
  • i̅ .i̅ = j̅.j̅ = k̅.k̅ = 1
  • If r is any vector, r̅ = (r̅.i̅)i̅ +(r̅.j̅)j̅ ≠ (r̅.k̅)k̅

Some identities :
If a̅, b̅, c̅ are three vectors, then

  • (a̅ + b̅)2 = |a̅|2 + |b̅|2 + 2(a̅ . b̅)
  • (a̅ – b̅)2 = |a̅|2 + |b̅|2 – 2(a̅.b̅)
  • (a̅ + b̅)2 + (a̅ – b̅)2 = 2(|a̅|2 + |b̅|2)
  • (a̅ + b̅)2 – (a̅ – b̅)2 = 4(a̅. b̅)
  • (a̅ + b̅). (a̅ – b̅) = |a̅|2 – |b̅|2
  • (a̅ + b̅ + c̅)2 = |a̅|2 + |b̅|2 + |c̅|2 + 2(a̅ . b̅) + 2(b̅ . c̅) + 2(c̅ .a̅)

→ If a̅ = a1 i̅ +a2j̅ + a3k̅ and b̅ = b1i̅ + b2j̅ + b3k̅, then
a̅.b̅ = a1b1 + a2b2 + a3b3
a̅ is perpendicular to b̅
⇔ a1b1 + a2b2 + a3b3 = 0

→ |a̅| = \(\), |b̅| = \(\)

→ If (a̅, b̅) = then cos θ = \(\frac{\bar{a} \cdot \bar{b}}{|\bar{a}||\bar{b}|}=\frac{a_{1} b_{1}+a_{2} b_{2}+a_{3} b_{3}}{\sqrt{\sum a_{1}^{2}} \sqrt{\sum b_{1}^{2}}}\) and sin θ = \(\sqrt{\frac{\sum\left(a_{2} b_{3}-a_{3} b_{2}\right)^{2}}{\left(\sum a_{1}^{2}\right)\left(\sum b_{1}^{2}\right)}}\)

→ a̅ is parallel to b̅ ⇔ a1: b1 = a2 : b2 = a3: b3

→ a̅.a̅ >0; |a̅.b̅| < |a̅| |b̅|
|a̅ + b̅| ≤ |a̅| + |b̅|; |a̅ – b̅| ≤ |a̅| + |b̅| ;
|a̅ – b̅| ≥ |a̅| – |b̅|

Vector equations of a plane :

  • The equation of the plane, whose perpendicular distance from the origin is p and whose unit normal drawn from the origin towards the plane is h is n̂ is r̅.n̂ = p.
  • Equation of a plane passing through the origin and perpendicular to the unit vector n̅, is r̅.n̅ = 0
  • Vector equation of a plane passing through a point A with position vector a and perpendicular to a vector n̅ is (r – a̅). n̅ = 0.

Perpendicular distance from the origin to the plane (r̅ – a̅).h = 0 is a̅. n̅ . where ‘a̅’ is the position vector of A in the plane and ‘n̅’ is a unit vector perpendicular to the plane.

Angle between two planes :
If π1 and π22 be two planes and \(\bar{M}_{1}, \bar{M}_{2}\) are normals drawn to them, we define the angle between M1 and M2 as the angle between π1 and π2. If the angle between \(\) and \(\) is θ, the angle between the given planes θ = cos-1\(\left[\frac{\bar{M}_{1} \cdot \bar{M}_{2}}{\left|\bar{M}_{1}\right|\left|\bar{M}_{2}\right|}\right]\)

Work done by a constant force F:

  • If a constant force F̅ acting on a particle displaces it from a position ‘A’ to the position B, then the work done ‘W by this constant force T is the dot product of the vectors
    representing the force F̅ and displacement \(\overline{A B}\), i.e., W = F̅.\(\overline{A B}\).
  • If F is the resultant of the forces F̅1, F̅2, ……………….F̅n, then workdone in displacing the particle from A to B is
    \(\bar{W}=\bar{F}_{1} \cdot \overline{A B}+\bar{F}_{2} \cdot \overline{A B}+\ldots \ldots+F_{n} \cdot \overline{A B}\)

Cross Product or Vector Product of two vectors :
The vector product or cross product of two non-parallel non – zero vectors ‘a̅’ and ‘b̅’ is defined as a̅ × b̅ = |a̅||b̅| sin θ n̂, where ‘ n̂’ is a unit vector perpendicular to the plane containing ‘a̅’ and ‘b̅’ such that a̅, b̅ and ‘n̂’ form a vector triad in the right handed system and (a̅, b̅) = θ, this is a vector. If either of a̅, b̅ is a zero vector or ‘a̅’ is parallel to ‘b̅’, we define a̅ × b̅ = 0.

Some important results on vector product:

  • |a̅ × b̅| = |a̅||b̅|sinθ ≤ |a̅||b̅| ;
  • |a̅ × b̅| = |b̅ × a̅|
  • a̅ × b̅ = -(b̅ × a̅):
  • -a̅ × -b̅ = a̅ × b̅
  • (-a̅) × b̅ = a̅ × (-b̅) – (a̅ × b̅)
  • la̅ × mb̅ = lm(a̅ × b̅) ;
  • a̅ × (b̅ + c̅) = a̅ × b̅ + a̅ × c̅
  • a̅ ≠ 0, b̅ ≠ 0 and a̅ × b̅ = 0 ⇔ ‘a̅’ and ‘b̅’ are parallel vectors.
  • a̅, b̅ , c̅ are non-zero vectors and a̅ × c̅ = b̅ × c̅ ⇒ either a̅ = b̅ or a̅ – b̅ is parallel to c̅.

Vector product among i. i and k:
If i̅, j̅ and k̅ are orthogonal unit vectors triad in the right handed system then

  • i̅ × j̅ = j̅ × j = k̅ × k̅ = 0
  • i̅ × j̅ = k̅ =-j̅ × i̅ ; j̅ × k̅ = k̅ × j̅ = i̅ ; k̅ × i̅ = -i̅ × k̅ = j̅
  • If a̅ = a1 i̅ + a2 j + a3k ; b̅ = b1i̅ + b2 j̅ + b3k̅, then
    a̅ × b̅ = a2b3 – a3b2)i̅ + (a3b1 – a1b3)j̅ + (a1b2 – a2b1)k̅

This may be represented in the form of a determinants as a̅ × b̅ = \(\left|\begin{array}{ccc}
\bar{i} & \bar{j} & \bar{k} \\
a_{1} & a_{2} & a_{3} \\
b_{1} & b_{2} & b_{3}
\end{array}\right|\)

  • Unit vectors perpendicular to both ‘a̅’and ‘b̅’ are ± \(\frac{\bar{a} \times \bar{b}}{|\bar{a} \times \bar{b}|}\)
  • If a̅ = a1i̅ + a2j̅ + a3k̅ ; b̅ = b1i̅ + b2 j̅ + b3k̅ and (a̅, b̅) = θ, then
    sin θ = \(\frac{\sqrt{\sum\left(a_{2} b_{3}-a_{3} b_{2}\right)^{2}}}{\sqrt{\sum a_{1}^{2}} \sqrt{\sum b_{1}^{2}}}\) cos θ = \(\frac{a_{1} b_{1}+a_{2} b_{2}+a_{3} b_{3}}{\sqrt{\sum a_{1}^{2}} \sqrt{\sum b_{1}^{2}}}\)

Inter 1st Year Maths 1A Products of Vectors Formulas

Vector areas:

  • If \(\overline{A B}=\bar{c}\) and \(\overline{A C}=\bar{b}\) are two adjacent sides of a triangle ABC, then vector area of ΔABC = \(\frac{1}{2}\)(c̅ × b̅) and the area of the ΔABC = \(\frac{1}{2}\)|c̅ × b̅| $q. units.
  • If a̅, b̅, c̅ are the position vectors of A, B, C respectively then the vector area of
    ΔABC = \(\frac{1}{2}\)[(b̅ × c̅) + (c̅ × a̅) + (a̅ × b̅)]
    Area of ΔABC = \(\frac{1}{2}\)|(b̅ × c̅) + (c̅ × a̅) + (a̅ × b̅)|sq. units.
  • If \(\) and \(\) are the diagonals of a parallelogram ABCD, then the vector area of the parallelogram = \(\frac{1}{2}\)|a̅ × b̅| and area = \(\frac{1}{2}\)|a̅ × b̅|sq. units.
  • If AB = a̅ and AD = b̅ are two adjacent sides of a parallelogram ABCD, then its vector area = a̅ × b̅ and area = |a̅ × b̅| sq. units.
  • Vector area of the quadrilateral ABCD = \(\frac{1}{2}\)\((A C \times B D)\) and area of the quadrilateral ABCD = \(\frac{1}{2}\)\(|\overline{A C} \times \overline{B D}|\)sq. units.

Some useful formulas :

  • If a̅, b̅ are two non-zero and non-parallel vectors then
    (a̅ × b̅)2 = a2b2 – (a̅.b̅)2 = \(\left|\begin{array}{cc}
    a \cdot \bar{a} & \bar{a} \cdot \bar{b} \\
    \bar{a} \cdot b & b \cdot \bar{b}
    \end{array}\right|\)
  • For any vector a̅,(a̅ × i̅)2 + (a̅ × j̅)2 + (a̅ × k̅)2 = 2|a|2
  • If a̅, b̅, c̅ are the position vectors of the points A, B, C respectively, then the perpendicular distance from c to the line AB is \(\frac{|\overline{A C} \times \overline{A B}|}{|\overline{A B}|}=\frac{|(\bar{b} \times \bar{c})+(\bar{c} \times \bar{a})+(\bar{a} \times \bar{b})|}{|b-\bar{a}|}\)

Moment of a force :
Let 0 be the point of reference (origin) and \(\overline{o p}=\bar{r}\) be the position vector of a point p on the line of action of a force F̅. Then the moment of the force F about 0 is given by r̅ × F̅.

Scalar triple product:
Let a̅, b̅, c̅ he three vectors. We call (a̅ × b̅). c̅ the scalar product of a̅, b and c. This is a scalar (real number). It is written as [a̅ b̅ c̅]

  • If (a̅ × b̅). c̅ = 0, then one or more of the vectors a̅, b̅ and c̅ should be zero vectors. If a ≠ 0, b ≠ 0, c ≠ 0, then c is perpendicular to a̅ × b̅. Hence the vector c̅ lies on the plane determined by a̅ and b̅. Hence a̅, b̅ and c̅ are coplanar.
  • If in a scalar triple product, any two vectors are parallel (equal), then the scalar triple product is zero i.e., [a̅ a̅ b̅] = [a̅ b̅ b̅] = [c̅ b̅ c̅] = 0.
  • In a scalar triple product remains unaltered if the vectors are permutted cyclically i.e., [a̅ b̅ c̅] = [b̅ c̅ a̅] = [c̅ a̅ b̅].
    However [a̅ b̅ c̅] = -[b̅ a̅ c̅] = -[c̅ b̅ a̅] = -[a̅ c̅ b̅].
  • In a scalar triple product, the dot and cross are interchangeable i.e., a̅.b̅ × c̅ = a̅ × b̅.c̅

→ If i̅ , j̅ , k̅ are orthogonal unit vector triad in the right handed system, then

  • [i̅ j̅ k̅ ] = [j̅ k̅ i̅ ] = [k̅ i̅ j̅ ] = 1
  • [i̅ k̅ j̅ ] = [j̅ i̅ k̅ ] = [k̅ j̅ i̅ ] = -1
  • If a̅ = a1 i̅ + a2j̅ + a3 k̅ ; b̅ = b1i̅ + b2 j̅ + b3k̅ and c̅ = c1i̅ + c2 j̅ + c3k̅ then [a̅ b̅ c̅] = \(\left|\begin{array}{lll}
    a_{1} & a_{2} & a_{3} \\
    b_{1} & b_{2} & b_{3} \\
    c_{1} & c_{2} & c_{3}
    \end{array}\right|\)

Inter 1st Year Maths 1A Products of Vectors Formulas

→ A necessary and sufficient condition that three non-parallel (non-collinear) and non-zero vectors a, b and c to be coplanar is [a̅ b̅ c̅] = 0. If [a̅ b̅ c̅] ≠ 0, then the three vectors are non-coplanar.

→ If a̅, b̅, c̅ are three non-zero, non-coplanar vectors and V is the volume of the parallelopiped with co-terminus edges a̅, b̅ and c̅, then v = |(a × b). c|. = |[a b c]|

→ The volume of the parallelopiped formed with A, B, C, D as vertices is \(|[A B A C A D]|\) cubic units.

→ If a̅, b̅, c̅ represent the co-terminus edges of a tetrahedron, then its volume = \(\frac{1}{6}\)[a̅, b̅, c̅] cubic units.

→ If A(x1 y1 z1], B(x2, y2, z2] C(x3 y3 z3) and D(x4, y4 z4] are the vertices of a tetrahedron = \(\frac{1}{6}\)\(|[A B A C A D]|\)

  • Vector equation of a plane containing three non-collinear points a̅, b̅, c̅ is r̅ .[(b̅ × c̅) + (c̅ × a̅) + (a̅ × b̅)] = [a̅ b̅ c̅]
  • A unit vector perpendicular to the plane containing three non-collinear points a̅, b̅, c̅ is \(\frac{(\bar{a} \times b)+(b \times \bar{c})+(\bar{c} \times \bar{a})}{|(\bar{a} \times \bar{b})+(b \times \bar{c})+(\bar{c} \times a)|}\)
  • Length of the perpendicular from the origin to the plane containing three non-collinear points a̅, b̅, c̅ is \(\frac{|[\bar{a} b c]|}{|(\bar{a} \times \bar{b})+(\bar{b} \times \bar{c})+(\bar{c} \times \bar{a})|}\)

→ Vector equation of the plane passing through three non-collinear points a̅, b̅ and c̅ is [r̅ – a̅ b̅ – a̅ c̅ – a̅] = 0

→ Vector equation of the plane passing through a given point a̅ and parallel to the vectors b̅ and c̅ is [r b̅ c̅] = [a̅ b̅ c̅]

→ Vector equation of the line passing through the point a̅ and parallel to the vector b̅ is (r – a̅) × b̅ = 0

→ Distance of the point p(c) from a line joining the points A(a) and B(b) = |(c̅ – a̅) × b̅|
(25) i) Equation of the plane passing through the point p(x1, y1, z1) and perpendicular to the vector ai̅ + bj̅ + ck̅ is a (x – x1) + b(y – y1) + c(z – z1) = 0.

→ The equation of the plane passing through the points (x1 y1 z1), (x2, y2, z2) and
(x3, y3, z3) is \(\left|\begin{array}{ccc}
x-x_{1} & y-y_{1} & z-z_{1} \\
x_{2}-x_{1} & y_{2}-y_{1} & z_{2}-z_{1} \\
x_{3}-x_{1} & y_{3}-y_{1} & z_{3}-z_{1}
\end{array}\right|\) = 0

Skew lines:
Two lines l and m are called skew lines if there is no plane passing through these lines.

Shortest distance between the skew lines:
Shortest distance between the skew lines r̅ = a̅ + tb̅ and r̅ = c̅ + sd̅ is

Inter 1st Year Maths 1A Products of Vectors Formulas

Vector triple product:
If a̅, b̅ and c̅ are three vectors, products of the type (a̅ × b̅) × c̅, a̅ × (b̅ × c̅) from the vector triple products. From this definition.

  • If any one of a̅, b̅ and c̅ is a zero vector, a̅ × (b̅ × c̅) or (a̅ × b̅) c̅ = 0
  • If a̅ ≠ 0, b̅ ≠ 0, c̅ ≠ 0 and a̅ is parallel to b, then (a̅ × b̅) × c̅ = 0
  • If a̅ ≠ 0, b̅ ≠ 0, c̅ ≠ 0 and c̅ is perpendicular to the plane of a and b, then (a̅ × b̅) × c̅ = 0.

→ If a̅ ≠ 0, b̅ ≠ 0, c̅ ≠ 0, a̅ and b̅ are non-parallel vectors and c̅ is not perpendicular to the plane passing through a̅ and b, then
(a̅ × b̅) × c̅ = (a̅.c̅)b̅ – (b̅.c)a̅
a̅ × (b̅ × c̅) = (a̅.c̅)b̅ – (a.b̅)c̅

  • In general, vector triple product of three vectors need not satisfy the associative law. i.e., (a̅ × b) × c ≠ a̅ × (b × c)
    For any three vectors a̅, b̅ and c
  • a̅ × (b̅ × c̅) + b̅ × (c̅ × a̅) + c̅ × (a̅ × b̅) = 0
  • [a̅ × b̅ b̅ × c̅ c̅ × a̅] = [a̅ b̅ c̅]2

Scalar product of four vectors :
Scalar product of a̅, b̅, c̅ and d̅ is () = (a̅. c̅) (b̅.d̅) – (a̅. d̅) (b̅ .c̅) = \(\left|\begin{array}{ll}
\bar{a} \cdot \bar{c} & \bar{a} \cdot \bar{d} \\
\bar{b} \cdot \bar{c} & \bar{b} \cdot \bar{d}
\end{array}\right|\)

Vector product of four vectors:
If a̅, b̅, c̅ and d̅ are four vectors,
(a̅ × b̅) × (c̅ × d̅) = [a̅ c̅ d̅] b̅ – [b̅ c̅ d̅]a̅ – [a b̅ d̅]c̅ – [a̅ b̅ c̅]d̅

Some important results:

  • [a̅ + b̅ b̅ + c̅ c̅ + a̅] = 2[a̅ b̅ c̅]
  • i̅ × (j̅ × k̅) + i̅ × (k̅ × i̅) + k̅ × (i̅ × j̅) = 0
  • [a̅ × b̅ b̅ × c̅ c̅ × a̅] = [a̅ b̅ c̅]2
    [a̅ b̅ c̅] [l̅ m̅ n̅] = \(\)
  • If a̅, b̅, c̅ be such that a is perpendicular to (b̅ + c̅), bis perpendicular to (c̅ + a̅), c̅ is perpendicular to (a̅ + b̅), then |a̅ + b̅ + c̅| = \(\sqrt{a^{2}+b^{2}+c^{2}}\)
  • If a line makes angles α, β, γ and δ with the diagonals of a cube, then
    cos2α + cos2β + cos2γ + cos2δ = \(\frac{4}{3}\)
  • i̅ × (a̅ × i̅) + j̅ × (a̅ × j̅) + k̅ × (a̅ × k̅) – 2a̅

→ Equation of the sphere with centre at c and radius ‘a’ is r2 – 2r̅. c̅ + c2 = a2

Inter 1st Year Maths 1A Products of Vectors Formulas

Scalar Product
Def: Let \(\vec{a}, \vec{b}\) be two vectors dot product (or) scalar product (or) direct product (or) inner product denoted by \(\vec{a}, \vec{b}\). Which is defined as \(|\vec{a}||\vec{b}|\)cos θ where cos θ = \((\vec{a}, \vec{b})\)
* The product \(\vec{a}, \vec{b}\) is zero when \(|\vec{a}|\) = 0 (or) \(|\vec{b}|\) = 0 (or) θ = 90°.

Sign of the scalar product :
Let \(\vec{a}, \vec{b}\) are two non-zero vectors

  • If θ is acute then \(\vec{a}.\vec{b}\)> 0 (i.e 0 < θ < 90°).
  • If θ is obtuse then \(\vec{a}.\vec{b}\) < 0 (i.e 90° < θ < 180°).
  • If θ = 90° then\(\vec{a} \cdot \vec{b}\) = o.
  • If θ = 0° then \(\vec{a} \cdot \vec{b}=|\vec{a}||\vec{b}|\)
  • If θ = 180° then \(\vec{a} \cdot \vec{b}=|\vec{a}||\vec{b}|\)

Note:

  • The dot product of two vectors is always scalar.
  • \(\vec{a} \cdot \vec{b}=\vec{b} \cdot \vec{a}\) i.e dot product of two vectors is commutative.
  • If \(\vec{a} \cdot \vec{b}\) are two vectors then \(\vec{a} \cdot(-\vec{b})=(-\vec{a}) \cdot \vec{b}=-(\vec{a} \cdot \vec{b})\)
  • \((-\vec{a}) \cdot(-\bar{b})=\vec{a} \cdot \vec{b}\)
  • If l,m are two scalars and \(\vec{a} \cdot \vec{b}\) are two vectors then \((l \bar{a}) \cdot(m \bar{b})={lm}(\vec{a} \cdot \vec{b})\)
  • If \(\vec{a}\) and \(\vec{b}\) are two vectors then \(\vec{a} \cdot \vec{b}=\pm|\vec{a}||\vec{b}|\)
  • If \(\vec{a}\) is a vector then \(\vec{a} \cdot \vec{a}=|\vec{a}|^{2}\)
  • If \(\vec{a}\) is a vector \(\vec{a}\).\(\vec{a}\) is denoted by \(\overline{(a)^{2}}\) hence \(\overline{(a)^{2}}=|\vec{a}|^{2}\)

Components and orthogonal projection:
Def: Let \(\vec{a}=\overline{O A} \quad \vec{b}=\overline{O B}\) be two non zero vectors let the plane passing through B and perpendicular to a intersect \(\overline{O A}\) ln M.

  • If \((\vec{a}, \vec{b})\) is acute then OM is called component of \(\vec{b}\) on \(\vec{a}\).
  • If \((\vec{a}, \vec{b})\) is obtuse then -(OM) is called the component of \(\vec{b}\) on \(\vec{a}\).
  • The vector \(\overline{O M}\) is called component vector of \(\vec{b}\) on \(\vec{a}\).

Inter 1st Year Maths 1A Products of Vectors Formulas 1

Def: Let \(\vec{a}=\overline{O A}\); \(\vec{b}=\overrightarrow{P Q}\) be two vectors let the planes passing through P, Q and perpendicular to a intersect \([latex]\)[/latex] in L, M respectively then \(\overline{L M}\) is called orthogonal projection of \(\vec{b}\) on \(\vec{a}\)
Inter 1st Year Maths 1A Products of Vectors Formulas 2

Note:

  • The orthogonal projection of a vector b on a is equal tb component vector of b on a .
  • Component of a vector \(\vec{b}\) on \(\vec{a}\) is also called projection of \(\vec{b}\) on \(\vec{a}\)
  • If A< B, C, D are four points in the space then the component of \(\overline{A B}\) on \(\overline{C D}\) is same as the projection of \(\overline{A B}\) on the ray \(\overline{C D}\).

→ If \(\vec{a}, \vec{b}\) be two vectors (\(\vec{a} \neq \vec{o}\)) then

  • The component of \(\vec{b}\) on \(\vec{a}\) is \(\frac{\vec{b} \cdot \vec{a}}{|\vec{a}|}\)
  • The orthogonal projection of \(\vec{b}\) on \(\vec{a}\) is \(\frac{(\vec{b} \cdot \vec{a}) \vec{a}}{|\vec{a}|^{2}}\)

→ If \(\vec{i}, \vec{j}, \vec{k}\) form a right handed system of Ortho normal triad then

  • \(\vec{i} \cdot \vec{j}=\vec{j} \cdot \vec{j}=\vec{k} \cdot \vec{k}\) = 1
  • \(\vec{i} \cdot \vec{j}=\vec{j} \cdot \vec{i}=0 ; \vec{j} \cdot \vec{k}=\vec{k} \cdot \vec{j}=0 ; \vec{k} \cdot \vec{i}=\vec{i} \cdot \vec{k}=0\)

→ If \(\vec{a}=a_{1} \vec{i}+a_{2} \vec{j}+a_{3} \vec{k}\) \(\vec{b}=b_{1} \vec{i}+b_{2} \vec{j}+b_{3} \vec{k}\) then \(\vec{a} \cdot \vec{b}=a_{1} b_{1}+a_{2} b_{2}+a_{3} b_{3}\)

→ If \(\vec{a}, \vec{b}, \vec{c}\) are three vectors then
Inter 1st Year Maths 1A Products of Vectors Formulas 3

→ If \(\vec{r}\) is vector then \(\vec{r}=(\vec{r} \cdot \vec{i}) i+(\vec{r}+\vec{j}) \vec{j}+(\vec{r} \cdot \vec{k}) \vec{k}\)

Angle between the planes:
The angle between the planes is defined as the angle between the normals to the planes drawn from any point in the space.

Sphere:
The vector equation of a sphere with centre C having position vector \(\vec{c}\) and radius a is \((\vec{r}-\vec{c})^{2}\) = a2 i.e. \(\vec{r}^{2}-2 \vec{r} \cdot \vec{c}+c^{2}\) = a2

The vector equation of a sphere with A(a) and B(b) as the end points of a diameter is \((\vec{r}-\vec{a}) \cdot(\vec{r}-\vec{b})\) = 0 (or) \((\vec{r})^{2}-\vec{r} \cdot(\vec{a}+\vec{b})+\vec{a} \cdot \vec{b}\) = 0

Inter 1st Year Maths 1A Products of Vectors Formulas

Work done by a force :
If a force \(\vec{F}\) acting on a particle displaces it from a position A to the position B then work done W by this force \(\vec{F}\) is \(\vec{F} \cdot \overline{A B}\)

  • The vector equation of the plane which is at a distance of p from the origin along the unit vector \(\vec{n}\) is \(\vec{r} \cdot \vec{n}\) = p.
  • The vector equation of the plane passing through the origin and perpendicular to the vector m is r.m =0
  • The Cartesian equation of the plane which is at a distance of p from the origin along the unit vector n = li + mj + nk of the plane is n = lx + my + nz
  • The vector equation of the plane passing through the point a having position vector \(\vec{a}\) and perpendicular to the vector \(\vec{m}\) is \((\vec{r}-\vec{a}) \cdot \vec{m}\) = 0.
  • The vector equation of the plane passing through the point a having position vector \(\vec{a}\) and parallel to the plane r.m=q is \((\vec{r}-\vec{a}) \cdot \vec{m}\) = 0.

Cross( Vector) Product of Vectors:
Let \(\vec{a}, \vec{b}\) be two vectors. The cross product or vector product or skew product of vectors \(\vec{a}, \vec{b}\) is denoted by \(\vec{a} \times \vec{b}\) and is defined as follows

  • If \(\vec{a}\) = 0 or \(\vec{b}\) = 0 or \(\vec{a}, \vec{b}\) are parallel then \(\vec{a} \times \vec{b}\) = 0
  • If \(\vec{a}\) ≠ 0, \(\vec{b}\) ≠ 0, \(\vec{a}, \vec{b}\) are not parallel then \(\vec{a} \times \vec{b}=|\vec{a}||\vec{b}|(\sin \theta) \vec{n}\) where \(\vec{n}\) is a unit vector perpendicular to a and b so that a, b, n form a right handed system.

Note:

  • \(\vec{a} \times \vec{b}\) is a vector
  • If \(\vec{a}, \vec{b}\) are not parallel then \(\vec{a} \times \vec{b}\) is perpendicular to both a and b
  • If \(\vec{a}, \vec{b}\) are not parallel then \(\vec{a}, \vec{b}\) , \(\vec{a} \times \vec{b}\) form a right handed system .
  • For any vector \(\vec{a}\) \(\vec{a} \times \vec{b}\) = o

2. If \(\vec{a}, \vec{b}\) are two vectors \(\vec{a} \times \vec{b}=-\vec{b} \times \vec{a}\) this is called “anti commutative law”

3. If \(\vec{a}, \vec{b}\) are two vectors then \(\vec{a} \times(-\vec{b})=(-\vec{a}) \times \vec{b}=-(\vec{a} \times \vec{b})\)

4. If \(\vec{a}, \vec{b}\) are two vectors then \((-\vec{a}) \times(-\vec{b})=\vec{a} \times \vec{b}\)

5. If \(\vec{a}, \vec{b}\) are two vectors l,m are two scalars then (la) x (mb) = lm(a x b)

6. If \(\vec{a}, \vec{b}, \vec{b}\) are three vectos, then

  • \(\vec{a} \times(\vec{b}+\vec{c})=\vec{a} \times \vec{b}+\vec{a} \times \vec{c}\)
  • \((\vec{b}+\vec{c}) \times \vec{a}=\vec{b} \times \vec{a}+\vec{c} \times \vec{a}\)

7. If \(\vec{l}, \vec{l}, \vec{k}\) from a right handed system of orthonormal triad then

  • \(\vec{l} \times \vec{l}=\vec{j} \times \vec{j}=\vec{k} \times \vec{k}=\vec{o}\)
  • \(\vec{i} \times \vec{j}=\vec{k}=-\vec{j} \times \vec{l} ; \vec{j} \times \vec{k}=\vec{l}=-\vec{k} \times \vec{j} ; \vec{k} \times \vec{l}=\vec{j}=-\vec{l} \times \vec{k}\)

→ If \(\vec{a}=a_{1} \vec{l}+a_{2} \vec{j}+a_{3} \vec{k}, \vec{b}=b_{1} \vec{l}+b_{2} \vec{j}+b_{3} \vec{k}\) then \(\vec{a} \times \vec{b}=\left|\begin{array}{ccc}
\vec{l} & \vec{j} & \vec{k} \\
a_{1} & a_{2} & a_{3} \\
b_{1} & b_{2} & b_{3}
\end{array}\right|\)

Inter 1st Year Maths 1A Products of Vectors Formulas

→ If \(\vec{a}=a_{1} \vec{l}+a_{2} \vec{m}+a_{3} \vec{n}, \quad \vec{b}=b_{1} \vec{l}+b_{2} \vec{m}+b_{3} \vec{n}\) where \(\vec{l}, \vec{m}, \vec{n}\) form a right system of non coplanar vectors then \(\)

→ If \(\vec{a}, \vec{b}\) are two vectors then \((\vec{a} \times \vec{b})^{2}+(\vec{a} \cdot \vec{b})^{2}\) = a2b2.

Vector Area:
If A is the area of the region bounded by a plane curve and \(\vec{n}\) is the unit vector perpendicular to the plane of the curve such that the direction of curve drawn can be considered anti clock wise then A\(\vec{n}\) is called vector area of the plane region bounded by the curve.

  • The vector area of triangle ABC is \(\frac{1}{2} \overline{A B} \times \overrightarrow{A C}=\frac{1}{2} \overrightarrow{B C} \times \overrightarrow{B A}=\frac{1}{2} \overline{C A} \times \overrightarrow{C B}\)
  • If \(\vec{a}, \vec{b}, \vec{c}\)are the position vectors of the vertices of a triangle then the vector area of the triangle is \(\frac{1}{2}(\vec{a} \times \vec{b}+\vec{b} \times \vec{c}+\vec{c} \times \vec{a})\)
  • If ABCD is a parallelogram and \(\overrightarrow{A B}=\vec{a}, \quad \overrightarrow{B C}=\vec{b}\) then the vector area of ABCD is \(\vec{a} \times \vec{b}\).
  • If ABCD is a parallelogram and \(\overrightarrow{A C}=\vec{a}, \overrightarrow{B C}=\vec{b}\) then vector area of parallelogram ABCD is \(\frac{1}{2}(\vec{a} \times \vec{b})\)
  • The vector equation of a line passing through the point A with position vector a and perpendicular to the vectors \(\vec{b} \times \vec{c}\) is \(\vec{r}=\vec{a}+t(\vec{b} \times \vec{c})\).

Scalar Triple Product:

  • If \(\vec{a}, \vec{b}, \vec{c}\) are the three vectors, then the real numbers \((\vec{a} \times \vec{b}) \cdot \vec{c}\) is called scalar triple product denoted by \([\vec{a} \vec{b} \vec{c}]\). This is read as ‘box’ \(\vec{a}, \vec{b}, \vec{c}\)
  • If V is the volume of the parallelepiped with coterminous edges a, b, c then V = |\([\vec{a} \vec{b} \vec{c}]\)|
  • If \(\vec{a}, \vec{b}, \vec{c}\) form the right handed system of vectors then V = \([\vec{a} \vec{b} \vec{c}]\)
  • If \(\vec{a}, \vec{b}, \vec{c}\) form left handed system of vectors then -V = \([\vec{a} \vec{b} \vec{c}]\)

Note:

  • The scalar triple product is independent of the position of dot and cross. i.e. \(\vec{a} \times \vec{b} \cdot \vec{c}=\vec{a} \cdot \vec{b} \times \vec{c}\)
  • The value of the scalar triple product is unaltered so long as the cyclic order remains unchanged
    \([\vec{a} \vec{b} \vec{c}]=[\vec{b} \vec{c} \vec{a}]=[\vec{c} \vec{a} \vec{b}]\)
  • The value of a scalar triple product is zero if two of its vectors are equal
    \([\vec{a} \vec{a} \vec{b}]\)= 0 \([\vec{b} \vec{b} \vec{c}]\) = 0
  • If a, b, c are coplanar then \([\vec{a} \vec{b} \vec{c}]\) = 0
  • If a,b,c form right handed system then \([\vec{a} \vec{b} \vec{c}]\) > 0
  • If a,b,c form left handed system then \([\vec{a} \vec{b} \vec{c}]\) < 0
  • The value of the triple product changes its sign when two vectors are interchanged
    \([\vec{a} \vec{b} \vec{c}]\) = –\([\vec{a} \vec{c} \vec{b}]\)
  • If l,m, n are three scalars \(\vec{a}, \vec{b}, \vec{c}\) are three vectors then \(\)

→ Three non zero non parallel vectors abc nare coplanar iff \([l \vec{a} m \vec{b} \quad n \vec{c}]={lmn}\left[\begin{array}{lll}
\vec{a} & \vec{b} & \vec{c}
\end{array}\right]\)= 0

→ If \(\vec{a}=a_{1} \vec{l}+a_{2} \vec{m}+a_{3} \vec{n}, \vec{b}=b_{1} \vec{l}+b_{2} \vec{m}+b_{3} \vec{n}, \vec{c}=c_{1} \vec{l}+c_{2} \vec{m}+c_{3} \vec{n}\) where \(\vec{l}, \vec{m}, \vec{n}\) form a right handed system of non coplanar vectors, then \([\vec{a} \vec{b} \vec{c}]=\left|\begin{array}{ccc}
\vec{m} \times \vec{n} & \vec{n} \times \vec{l} & \vec{l} \times \vec{m} \\
b_{1} & b_{2} & b_{3} \\
c_{1} & c_{2} & c_{3}
\end{array}\right|\)

→ The vectors equation of plane passing through the points A, B with position vectors \(\vec{a}, \vec{b}\) and parallel to the vector \(\vec{c}\) is \([\vec{r}-\vec{a} \vec{b}-\vec{a} \vec{c}]\) (or) \([\vec{r} \vec{b} \vec{c}]+[\vec{r} \vec{c} \vec{a}]=\left[\begin{array}{lll}
\vec{a} & \vec{b} & \vec{c}
\end{array}\right]\)

→ The vector equation of the plane passing through the point A with position vector \(\vec{a}\) and parallel to \(\vec{b}, \vec{c}\) is \([\vec{r}-\vec{a} \vec{b} \vec{c}]\) = 0 i.e. \(\left[\begin{array}{lll}
\vec{r} & \vec{b} & \vec{c}
\end{array}\right]=\left[\begin{array}{lll}
\vec{a} & \vec{b} & \vec{c}
\end{array}\right]\)

Inter 1st Year Maths 1A Products of Vectors Formulas

Skew lines:
Two lines are said to be skew lines if there exist no plane passing through them i.e. the lines lie on two difference planes
Def:- l1 and l2 are two skew lines. If P is a point on l1 and Q is a point on l2 such that \(\overleftarrow{P Q}\) ⊥ l1 and PQ ⊥ l2 then \(\overleftarrow{P Q}\) is called shortest distance and \(\overleftarrow{P Q}\) is called shortest distance line between the lines l1 and l2.

The shortest distance between the skew lines \(\vec{r}=\vec{a}+t \vec{b}\) and \(\vec{r}=\vec{c}+t \vec{d}\) is \(\frac{|[\vec{a}-\vec{c} \vec{b} \vec{d}]|}{|\vec{b} \times \vec{d}|}\)

Vector Triple Product:
Cross Product of Three vectors : For any three vectors \(\bar{a}, \bar{b}\) or \(\bar{c}\) then cross product or vector product of these vectors are given as \(\bar{a} \times(\bar{b} \times \bar{c}),(\bar{a} \times \bar{b}) \times \bar{c}\) or \((\bar{b} \times \bar{c}) \times \bar{a}\) etc.
Inter 1st Year Maths 1A Products of Vectors Formulas 4
vi. If \(\bar{a}, \bar{b}\) or \(\bar{c}\) are non zero vectors and \(\) then b and c are parallel (or collinear) vectors.

vii. If \(\bar{a}, \bar{b}\) or \(\bar{c}\) are non zero and non parallel vectors then \(\bar{a} \times(\bar{b} \times \bar{c}), \quad \bar{b} \times(\bar{c} \times\bar{a})\) and \(\bar{c} \times(\bar{a} \times \bar{b})\) are non collinear vectors.

viii. If \(\bar{a}, \bar{b}\) or \(\bar{c}\) are any three vectors then \(\bar{a}(\bar{b} \times \bar{c})+\bar{b} \times(\bar{c} \times \bar{a})+\bar{c} \times(\bar{a} \times \bar{b})=\overline{\mathrm{O}}\)

ix. If \(\bar{a}, \bar{b}\) or \(\bar{c}\) are any three vectors then \(\bar{a}(\bar{b} \times \bar{c})+\bar{b} \times(\bar{c} \times \bar{a})+\bar{c} \times(\bar{a} \times \bar{b})\) are coplanar. [since sum of these vectors is zero]

x. \(\bar{a}(\bar{b} \times \bar{c})\) is vector lies in the plane of \(\bar{b}\) and \(\bar{c}\) or parallel to the plane of \(\bar{b}\) and \(\bar{c}\).

Inter 1st Year Maths 1A Products of Vectors Formulas

Product of Four Vectors:
Dot product of four vectors : The dot product of four vectors a̅, b̅, c̅ and d̅ is given as \((\bar{a} \times \bar{b}) \cdot(\bar{c} \times \bar{d})=(\bar{a} \cdot \bar{c})(\bar{b} \cdot \bar{d})-(\bar{a} \cdot \bar{d})(\bar{b} \cdot \bar{c})=\left|\begin{array}{ll}
\bar{a} \cdot \bar{c} & \bar{a} \cdot \bar{d} \\
\bar{b} \cdot \bar{c} & \bar{b} \cdot \bar{d}
\end{array}\right|\)

→ Cross product of four vectors : If a̅, b̅, c̅ and d̅ are any four vectors then
Inter 1st Year Maths 1A Products of Vectors Formulas 5

→ The vectorial equation of the plane passing through the point a and parallel to the vectors b̅, c̅is \([\overline{\mathrm{r}} \overline{\mathrm{b}} \overline{\mathrm{c}}]=[\overline{\mathrm{a}} \overline{\mathrm{b}} \overline{\mathrm{c}}]\)

→ The vectorial equation of the plane passing through the points a̅, b̅ and parallel to the vector c̅ is \([\overline{\mathrm{rb}} \overline{\mathrm{c}}]+[\overline{\mathrm{r}} \overline{\mathrm{c}} \overline{\mathrm{a}}]=[\overline{\mathrm{a}} \overline{\mathrm{b}} \overline{\mathrm{c}}]\)

→ The vectorial equation of the plane passing through the points a̅, b̅, c̅ is \([\overline{\mathrm{r}} \overline{\mathrm{b}} \overline{\mathrm{c}}]+[\overline{\mathrm{r}} \overline{\mathrm{c}} \overline{\mathrm{a}}]+[\overline{\mathrm{ra}} \overline{\mathrm{b}}]=[\overline{\mathrm{a}} \overline{\mathrm{b}} \overline{\mathrm{c}}]\)

→ If the points with the position vectorsa̅, b̅, c̅, d̅ are coplanar, then the condition is \([\overline{\mathrm{a}} \overline{\mathrm{bd}}]+[\overline{\mathrm{b}} \overline{\mathrm{c}} \overline{\mathrm{d}}]+[\overline{\mathrm{c}} \overline{\mathrm{a}} \overline{\mathrm{d}}]=[\overline{\mathrm{a}} \overline{\mathrm{b}} \overline{\mathrm{c}}]\)

Inter 1st Year Maths 1A Products of Vectors Formulas

→ Length of the perpendicular from the origin to the plane passing through the points a̅, b̅, c̅ is \(\frac{|[\overline{\mathrm{a} b} \overline{\mathrm{c}}]|}{|\overline{\mathrm{b}} \times \overline{\mathrm{c}}+\overline{\mathrm{c}} \times \overline{\mathrm{a}}+\overline{\mathrm{a}} \times \overline{\mathrm{b}}|}\)

→ Length of the perpendicular from the point c̅ on to the line joining the points a̅, b̅ is \(\frac{\mid(\overline{\mathrm{a}}-\overline{\mathrm{c}}) \times(\overline{\mathrm{c}}-\overline{\mathrm{b}})}{|\overline{\mathrm{a}}-\overline{\mathrm{b}}|}\)

→ P, Q, R are non collinear points. Then distance of P to the plane OQR is OP. \(\left|\frac{\overline{\mathrm{OP}} \cdot(\overline{\mathrm{OQ}} \times \overline{\mathrm{OR}})}{|\overline{\mathrm{OQ}} \times \overline{\mathrm{OR}}|}\right|\)

→ Perpendicular distance from P(α̅ ) to the plane passing through A(a̅) and parallel to the vectors b and c is
Inter 1st Year Maths 1A Products of Vectors Formulas 6

→ Length of the perpendicular from the point c̅ to the line \(\overline{\mathrm{r}}=\overline{\mathrm{a}}+\mathrm{tb}\) is \(\frac{|(\overline{\mathrm{c}}-\overline{\mathrm{a}}) \times \overline{\mathrm{b}}|}{|\overline{\mathrm{b}}|}\)

Inter 1st Year Maths 1A Addition of Vectors Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 4 Addition of Vectors to solve questions creatively.

Intermediate 1st Year Maths 1A Addition of Vectors Formulas

Scalar :
A physical quantity that has only magnitude is called a scalar quantity. All the real numbers will be taken as scalars.

Vector :
A physical quantity that has both magnitude and direction.
e.g. : Velocity acceleration, force, momentum.

Position vector :
Let ‘O’ and ‘P be any points in space. Then OP is called the position vector of the point ‘P w.r.t. origin ‘O’.
Note : \(\overline{A B}\) = Position vector of B- position vector of A’
= \(\overline{O B}-\overline{O A}\)

Coinitial vector:
Vectors having the same initial point are called coinitial vectors.
e.g. : \(\overline{O A}, \overline{O B}, \overline{O C}\) etc.

Unit vector:
A vector whose magnitude is one-unit is called unit vector.
Unit vector in the direction of a is denoted by â = \(\frac{\bar{a}}{|a|}\).
For any non-zero vector \(\bar{a}=|\bar{a}|\) â.

Inter 1st Year Maths 1A Addition of Vectors Formulas

Like vectors :
If two vectors are parallel and having the same direction then they are called like vectors.

Unlike vectors :
If two vectors are parallel and having Opposite direction then they are called unlike vectors.
The position vector of any point C on \(\overline{A B}\) can be taken as λ\(\bar{a}\) + µ\(\bar{a}\), where λ + µ = 1

Angle between vectors:
Let \(\overline{O A}=\bar{a}\) = a, \(\overline{O B}=\bar{a}\) = b be any two non – zero vectors, then angle AOB is defined as angle between vectors \(\bar{a}, \bar{b}\) and is denoted by \((\bar{a}, \bar{b})\) where 0 ≤ \((\bar{a}, \bar{b})\) ≤ 180°.

Addition of vectors (or) Parallelogram Law:
If \(\bar{a}, \bar{b}\) are the adjacent sides of a parallelogram the diagonals which is coinitial with \(\bar{a}, \bar{b}\) is given by \(\bar{a}+ \bar{b}\) and its magnitude is given by
\(|\bar{a}+\bar{b}|=\sqrt{|\bar{a}|^{2}+|\bar{b}|^{2}+2|\bar{a}||\bar{b}| \cos (\bar{a}, \bar{b})}\)

Triangle law:
If two vectors are represented in magnitude and direction by the two sides of a triangle taken in the same order, then their sum is represented by the third side taken in the reverse order.

Note : Addition of vectors is of 2 types :

  1. Commutative
  2. Associative.

(ie) (i) \(\bar{a}+\bar{b}=\bar{b}+\bar{a}\) and (ii) \((\bar{a}+\bar{b})+\bar{c}=\bar{a}+(\bar{b}+\bar{c})\)
Rule: \(|\bar{a}| \sim|\bar{b}| \leq|\bar{a}-\bar{b}| \leq|\bar{a}+\bar{b}| \leq|\bar{a}|+|\bar{b}|\)

Parallel (or) Collinear vector:

  1. Two vectors a, b are parallel or collinear, then a = λ. b, where ‘λ’ is a scalar.
  2. If \(\bar{a}\) = (a1, a2, a3), b = (b1, b2, b3) are parallel or collinear, then
    \(\frac{a_{1}}{b_{1}}=\frac{a_{2}}{b_{2}}=\frac{a_{3}}{b_{3}}\)
    Note : Zero vector is parallel to any vector.
  3. If three points with position vectors a, b, c are to be collinear. The necessary and sufficient condition is that there exists scalars \(\bar{a}, \bar{b}, \bar{c}\) not all zero, such that
    l\(\bar{a}\) + m\(\bar{b}\) + n\(\bar{c}\) = 0, l + m + n = 0.
  4. If \(\bar{a}, \bar{b}, \bar{c}\) are non-zero, non-collinear vectors such that l\(\bar{a}\) + m\(\bar{b}\) + n\(\bar{c}\) = 0, then l = 0, m = 0, n = 0.

Linear combination of vectors :
A linear combination of the system of vectors \(\bar{a}_{1}, \bar{a}_{2}, \ldots, \bar{a}_{n}\) is a vector.
r = x1\(\bar{a}_{1}\) + x2\(\bar{a}_{2}\) + x3\(\bar{a}_{3}\) + ………………. + xn\(\bar{a}_{n}\)
where x1 x2, x3, ………………., xn are scalars.

Coplanar vectors:
If three or more vectors lie in the same plane (or) parallel to the same plane then they are called coplanar vectors. If one vector can be expressed as a linear combination of the remaining vectors, then the vectors are coplanar vectors.
If \(\bar{a}\) = x\(\bar{b}\) + y\(\bar{c}\), where x, y, are scalars, then \(\bar{a}, \bar{b}, \bar{c}\) are coplanar.

Inter 1st Year Maths 1A Addition of Vectors Formulas

Linearly dependent system of vectors :
A system of vectors \(\bar{a}_{1}, \bar{a}_{2}, \bar{a}_{3}, \ldots \ldots, \bar{a}_{n}\) is said to
be linearly dependent, if there exists a system of scalars x1, x2, x3, ……………….., xn not all zero
such that
x1\(\bar{a}_{1}\) + x2\(\bar{a}_{2}\) + x3\(\bar{a}_{3}\) + ………………. + xn\(\bar{a}_{n}\) = \(\bar{0}\)

  • The null vector is linearly dependent.
  • Two collinear vectors are linearly dependent.
    \(\bar{a}\) = λ\(\bar{b}\) ⇒ (1)\(\bar{a}\) + (-λ)\(\bar{b}\) = 0
  • Any three coplanar vectors are linearly dependent.
    \(\bar{a}\) = x\(\bar{b}\) + y\(\bar{c}\) ⇒ (1)\(\bar{a}\) + (-x)\(\bar{b}\) + (-y)\(\bar{c}\) = 0
  • Any four vectors in space from a linearly dependent set of vectors.

Linearly independent system of vectors:
A system of vectors \(\bar{a}_{1}, \bar{a}_{2}, \bar{a}_{3}, \ldots \ldots, \bar{a}_{n}\) is said to be linearly independent, if x1\(\bar{a}_{1}\) + x2\(\bar{a}_{2}\) + x3\(\bar{a}_{3}\) + ………………. + xn\(\bar{a}_{n}\) = \(\bar{0}\) implies

  • Two non-zero, non-collinear vectors are linearly independent.
  • Any three non-coplanar vectors are linearly independent. If a, b, c are three non-coplanar vectors and \(\bar{r}\) be any other vector. Then there exists unique scalars x, y, z such that
    \(\bar{r}\) = x\(\bar{a}\) + y\(\bar{b}\) + z\(\bar{c}\).

Right handed system of vectors:
Three non-coplanar vectors \(\bar{a}, \bar{b}, \bar{c}\) are said to form a – right-handed system, if the rotation is form \(\bar{a}\) to \(\bar{b}\) in anti-clockwise direction, through an angle less than 180° as seen from the terminal point of c.
If \(\bar{a}, \bar{b}, \bar{c}\) from RHS and \(\bar{b}, \overline{,}, \bar{a}\) and \(\bar{c}, \bar{a}, \bar{b}\) also from RHS.

Left-handed system of vectors:
Three non-coplanar vectors \(\bar{a}, \bar{b}, \bar{c}\) are said to form a left handed system. If the rotation is from \(\bar{a}\) to \(\bar{b}\) in clockwise direction through an angle less than 180° as seen from terminal point of c.

If \(\bar{a}, \bar{b}, \bar{c}\) are in RHS, then
\(\bar{b}, \overline{,}, \bar{a}\); \(\bar{c}, \bar{a}, \bar{b}\) also from R.H.S.
and \(-\bar{a}, \bar{b}, \bar{c} ; \bar{a},-\bar{b}, \bar{c} ; \bar{a}, \bar{b},-\bar{c}\) form L.H.S.

Direction cosines of a vector and direction ratios of a vector:
If α, β, γ are the angles made by a line with +ve directions of x, y, z axes respectively, then cos α, cos β, cos γ are known as the direction cosines of that line.
Generally the direction cosines are denoted by l, m, n and l2 + m2 + n2 = 1.
Any numbers proportional to the direction cosines are known as direction ratios.

→ Unit vector in the direction of \(\bar{a}\) = \(\frac{\bar{a}}{|\bar{a}|}\)

→ Unit vector parallel to the resultant of the vectors \(\frac{\bar{a}+\bar{b}+\bar{c}}{|\bar{a}+\bar{b}+\bar{c}|}\) is ± \(\frac{\bar{a}+\bar{b}+\bar{c}}{|\bar{a}+\bar{b}+\bar{c}|}\)

→ The vector parallel to the resultant of the vectors \(\frac{\bar{a}+\bar{b}+\bar{c}}{|\bar{a}+\bar{b}+\bar{c}|}\) and having magnitude λ is ±λ \(\frac{\bar{a}+\bar{b}+\bar{c}}{|\bar{a}+\bar{b}+\bar{c}|}\)

→ The position vector of the point which divides the line segment joining the points A and B whose position vectors are \(\bar{a}, \bar{b}\) respectively, internally in the ratio, l:m is \(\frac{m \overline{\mathrm{a}}+l \bar{b}}{l+m}\) externally in the ratio l: m is \(\frac{m \bar{a}-l \bar{b}}{m-l}\), m ≠ l.

→ The ratio in which the line joining the points A(x1 y1, z1) and B(x2, y2, z2) is divided by

  • xy – plane is – z1: z2
  • yz – plane is -x1 : x2
  • zx – plane is -y1: y2

Inter 1st Year Maths 1A Addition of Vectors Formulas

→ If ‘c’ is the mid-point of line AB, the position vector of ‘c’ is \(\overline{O C}=\frac{\overline{O A}+\overline{O B}}{2}\)
= \(\frac{\bar{a}+\bar{b}}{2}\)

→ If \(\bar{a}, \bar{b}\) are two unit vectors, then the unit vector along the bisector of the angle between \(\bar{a}, \bar{b}\) is given by
\(\bar{c}=\frac{\bar{a}+\bar{b}}{|\bar{a}+\bar{b}|}\)
or
\(\bar{c}=\frac{\bar{a}-\bar{b}}{|\bar{a}-\bar{b}|}\)

→ The Vector \(\bar{a}\) = (a1, a2, a3), \(\bar{b}\) = (b1, b2, b3), \(\bar{c}\) = (c1, c2, c3) are coplanar or linearly dependent iff \(\left|\begin{array}{lll}
a_{1} & a_{2} & a_{3} \\
b_{1} & b_{2} & b_{3} \\
c_{1} & c_{2} & c_{3}
\end{array}\right|\) = 0

→ The Vector \(\bar{a}\) = (a1, a2, a3), \(\bar{b}\) = (b1, b2, b3), \(\bar{c}\) = (c1, c2, c3) are non-coplanar or linearly independent iff \(\left|\begin{array}{lll}
a_{1} & a_{2} & a_{3} \\
b_{1} & b_{2} & b_{3} \\
c_{1} & c_{2} & c_{3}
\end{array}\right|\) ≠ 0

→ The necessary and sufficient condition for four points with position vectors \(\bar{a}, \bar{b}, \bar{c}, \bar{d}\) are coplanar is that there exists scalars l, m, n, p not all zero such that
l\(\bar{a}\) + m\(\bar{b}\) + n\(\bar{c}\) + p\(\bar{da}\) = \(\bar{0}\), l + m + n + p = 0.

→ If \(\bar{a}, \bar{b}, \bar{c}\) are three non-zero, non – coplanar vectors and x, y, z are three scalars such that x\(\bar{a}\) + y\(\bar{b}\) + z\(\bar{c}\) = 0, then x = 0, y = 0, z = 0.
Note : Collinearity implies coplanarity but coplanarity does not imply collinearity.

→ If \(\bar{a}\) = (a1, a2, a3), \(\bar{b}\) = (b1, b2, b3), \(\bar{c}\) = (c1, c2, c3) and if \(\left|\begin{array}{lll}
a_{1} & a_{2} & a_{3} \\
b_{1} & b_{2} & b_{3} \\
c_{1} & c_{2} & c_{3}
\end{array}\right|\) > 0 then \(\bar{a}, \bar{b}, \bar{c}\) are in R.H.S

→ If \(\bar{a}\) = (a1, a2, a3), \(\bar{b}\) = (b1, b2, b3), \(\bar{c}\) = (c1, c2, c3) and if \(\left|\begin{array}{lll}
a_{1} & a_{2} & a_{3} \\
b_{1} & b_{2} & b_{3} \\
c_{1} & c_{2} & c_{3}
\end{array}\right|\) < 0 then \(\bar{a}, \bar{b}, \bar{c}\) are in L.H.S

Inter 1st Year Maths 1A Addition of Vectors Formulas

→ If \(\bar{r}\) = x\(\bar{i}\) + y\(\bar{j}\) + z\(\bar{k}\), then |\(\bar{r}\)| = r = \(\sqrt{x^{2}+y^{2}+z^{2}}\) .

→ If l, m, n are the direction cosines of a line, then l2 + m2 + n2 = 1.

→ If a vector makes angles α, β, γ with co-ordinate axes, then

  • cos2 α + cos2 β + cos2 γ = 1
  • sin2 α + sin2 β + sin2 γ =2

→ The direction ratios of a vector \(\bar{r}\) = a\(\bar{i}\) + b\(\bar{j}\) + c\(\bar{k}\) are a, b, c.

→ If A = (x1, y1 z1), B = (x2, y2, z2) then the direction ratios of a vector
AB are x2 – x1, y2 – y1, z2 – z1

→ If a, b, c are the direction ratios of a vector then direction cosines of a vector are
\(\pm \frac{a}{\sqrt{a^{2}+b^{2}+c^{2}}}, \pm \frac{b}{\sqrt{a^{2}+b^{2}+c^{2}}}, \pm \frac{c}{\sqrt{a^{2}+b^{2}+c^{2}}}\)

→ If a, b, c are the direction ratios of a line then λa, λb, λc also become the direction ratios of that line where ‘λ’ is a non-zero scalar.

→ If \(\bar{r}\) = x\(\bar{i}\) + y\(\bar{j}\) + z\(\bar{k}\), then the direction cosines of a vector are \(\frac{a}{|\vec{r}|}, \frac{b}{|\vec{r}|}, \frac{c}{|\vec{r}|}\)

→ If \(\bar{r}\) = x\(\bar{i}\) + y\(\bar{j}\) + z\(\bar{k}\) makes angles α, γ with co-ordinate axes respectively, then

cos α = \(\frac{a}{|\vec{r}|}\),
cos β = \(\frac{b}{|\vec{r}|}\)
cos γ = \(\frac{c}{|\vec{r}|}\).

  • The direction cosines of x- axis are 1, 0, 0.
  • The direction cosines of y – axis are 0, 1,0.
  • The direction cosines of z- axis are 0, 0, 1.

→ If a vector make equal angles with co-ordinate axes then direction cosines of a vector are \(\pm \frac{1}{\sqrt{3}}, \pm \frac{1}{\sqrt{3}}, \pm \frac{1}{\sqrt{3}}\)

→ If l, m, n are direction cosines of a vector OP and ‘O’ is the origin OP = r, then P = (lr, mr, nr).

→ If 1, m, n are direction cosines of a vector, then the maximum value of lmn is \(\frac{1}{3 \sqrt{3}}\)

→ The maximum value of l + m + n = \(\frac{1}{3 \sqrt{3}}\)

→ The vector equation of a straight-line passing through the point whose position vector is a and parallel to the vector \(\bar{b}\) is \(\bar{r}=\bar{a}+t \bar{b}\), where ‘t’ is parameter.

→ In cartesian form its equation is \(\frac{x-a_{1}}{b_{1}}=\frac{y-a_{2}}{b_{2}}=\frac{z-a_{3}}{b_{3}}\)
where \(\bar{a}\) = (a1, a2, a3), \(\bar{b}\) = (b1, b2, b3).

Inter 1st Year Maths 1A Addition of Vectors Formulas

→ The vector equation of a straight-line passing through the point whose position vectors are
a and b is \(\bar{r}\) = (1 – t)\(\bar{a}\) (or) \(\bar{r}=\bar{a}+t(\bar{b}-\bar{a})\); where’t’ is a parameter.

→ In cartesian form \(\frac{x-a_{1}}{b_{1}-a_{1}}=\frac{y-a_{2}}{b_{2}-a_{2}}=\frac{z-a_{3}}{b_{3}-a_{3}}\)
where \(\bar{a}\) = (a1, a2, a3), \(\bar{b}\) = (b1, b2, b3).

→ Vector equation of the plane through the points whose position vectors are \(\bar{a}, \bar{b}, \bar{c}\) is \(\bar{r}=(1-s-t) \bar{a}+s \bar{b}+t \bar{c}\), where s and t are parameters (or)
\(\bar{r}=\bar{a}+s(\bar{b}-\bar{a})+t(\bar{c}-\bar{a})\).
where \(\bar{a}\) = (a1, a2, a3), \(\bar{b}\) = (b1, b2, b3), \(\bar{c}\) = (c1, c2, c3)

→ The vector equation of the plane through the point whose position vector is \(\bar{a}\) and parallel to the vectors \(\bar{b}\) and \(\bar{c}\) is \(\bar{r}=\bar{a}+s \bar{b}+t \bar{c}\), where ‘s’ and ‘t’ are parameter.
In cartesian form it is \(\left|\begin{array}{ccc}
x-a_{1} & y-a_{2} & z-a_{3} \\
b_{1} & b_{2} & b_{3} \\
c_{1} & c_{2} & c_{3}
\end{array}\right|\) = 0

→ Vector equation of the plane through the point’s whose position vectors are a, b and parallel to vector c is
\(\bar{r}=(1-s) \bar{a}+s \bar{b}+t \bar{c}\)
or
\(\bar{r}=\bar{a}+s(\bar{b}-\bar{a})+t \bar{c}\)
In cartesian form it is \(\left|\begin{array}{ccc}
x-a_{1} & y-a_{2} & z-a_{3} \\
b_{1}-a_{1} & b_{2}-a_{2} & b_{3}-a_{3} \\
c_{1} & c_{2} & c_{3}
\end{array}\right|\) = 0

Scalar:
A quantity which has only magnitude but no directions is called scalar quantity.
Ex: Length, mass, time ………….

Vector:
A quantity which has both magnitude and direction is called a vector quantity
Ex: Displacement, Velocity, Force ………………
A vector can also be denoted by a single letter \(\vec{a}, \vec{b}, \vec{c}\) …….. or bold letter a, b, c
Length of \(\vec{a}\) is dinded by |\(\vec{a}\)|. Length of \(\vec{a}\) is called magnitude of \(\vec{a}\).

Inter 1st Year Maths 1A Addition of Vectors Formulas

Zero vector (Null Vector):
The vector of length O and having any direction is called null vector. It is denoted by \(\bar{O}\)

Note:

  • If A is any point in the space then \(\overrightarrow{A A}=\vec{O}\)
  • A non zero vector is called a proper vector.

Free vector:
A vector which is independent of its position is called free vector

Localised vector:
If \(\vec{a}\) is a vector P is a point then the ordere of pair, (P,a) is called localized vector at P

Multiplication of a vector by a scalar:

  • Let m be any scalar and \(\vec{a}\) be any vector then the vector m \(\vec{a}\) is defined as
  • Length of m \(\vec{a}\) is |m| times of length of \(\vec{a}\) i.e. |m\(\vec{a}\)| = |m||a|
  • The line of support of m\(\vec{a}\) is same or parallel to that of \(\vec{a}\)

The sense the direction of m\(\vec{a}\) is same as that of \(\vec{a}\) if m is positive, the direction of m\(\vec{a}\) is opposite to that \(\vec{a}\) if m is negative

Note:

  • o\(\vec{a}\) = o
  • m\(\vec{0}\) = \(\vec{0}\)
  • (mn)\(\vec{a}\) = m(n\(\vec{a}\)) = n(m\(\vec{a}\))
  • (-1)\(\vec{a}\)

Negative of a vector:
\(\vec{a}\) ,\(\vec{b}\) are two vectors having same length but their directions are opposite to each other then each vector is called the negative of the other vector.
Here \(\vec{a}\) = –\(\vec{b}\) and \(\vec{b}\) = –\(\vec{a}\)

Unit vector:
A vector whose magnitude is unity is called unit vector.
Note: If \(\vec{a}\) is any vector then unit vector is \(\frac{\vec{a}}{|\vec{a}|}\) this is denoted by â {read as ‘a’ cap}

Collinear or parallel vectors:
Two or more vectors are said to the collinear vectors if the have same line of support. The vectors are said to be parallel if they have parallel lines of support.

Like parallel vectors:
Vectors having same direction are called like parallel vectors.

Unlike parallel vectors:
Vectors having different direction are called unlike parallel vectors.

Note:

  • If \(\vec{a}\), \(\vec{b}\) are two non-zero collinear or parallel vectors then there exists a non zero scalar m such that \(\vec{a}\) = m\(\vec{b}\)
  • Conversly if there exists a relation of the type \(\vec{a}\) = m\(\vec{b}\) between two non zero two non zero vectors a, b then a, b must be parallel or collinear.

Cointialvectors:
The vectors having the same initial point are called co-initial vectors.

Co planar vectors:
Three or more vectors are said to be coplanar if they lie on a plane parallel to same plane. Other wise the vectors are non coplanar vectors.

Inter 1st Year Maths 1A Addition of Vectors Formulas

Angle between two non-zero vectors:
Let \(\overline{O A}=\vec{a}\) and \(\overline{O B}=\vec{b}\) be two non-zero vectors. Then the angle between \(\vec{a}\) and \(\vec{b}\) is defined as that angle AOB where O ≤ ∠AOB ≤ 180°
Inter 1st Year Maths 1A Addition of Vectors Formulas 1
The angle between \(\vec{a}\) and \(\vec{b}\) is denoted by (\(\vec{a}\), \(\vec{b}\))

Note:

  • If \(\vec{a}\) and \(\vec{b}\)are any two vectors such that (\(\vec{a}\), \(\vec{b}\)) = 0 then o ≤ 0 ≤ 180° {this is the range of θ i.e. angle beween vectors}
  • \((\vec{a}, \vec{b})=(\vec{b}, \vec{a})\)
  • \((\vec{a},-\vec{b})=(-\vec{a}, \vec{b})\) = 180° – \((\vec{a}, \vec{b})\)
  • \((-\vec{a},-\vec{b})=(\vec{a}, \vec{b})\)

Inter 1st Year Maths 1A Addition of Vectors Formulas 2

  • If k > 0; 1 > 0 then \((k \vec{a}, l \vec{b})=(\vec{a}, \vec{b})\)
  • If \((\vec{a}, \vec{b})\) = 0 then \(\vec{a}, \vec{b}\) are like parallel vectors
  • If \((\vec{a}, \vec{b})\) = 180° then \(\vec{a}, \vec{b}\) are unlike parallel vectors
  • If \((\vec{a}, \vec{b})\) = 90° then \(\vec{a}, \vec{b}\) are orthogonal or perpendicular vectors.

Addition of vectors:
Let \(\vec{a}\) and \(\vec{b}\) be any two given vectors. If three points O, A, B are taken such that \(\overline{O A}=\vec{a}\), \(\overrightarrow{A B}=\vec{b}\) then vectors \(\) is called the vector sum or resultant of the given vectors a and b we write \(\overline{O B}=\overline{O A}+\overline{A B}=\vec{a}+\vec{b}\)
Inter 1st Year Maths 1A Addition of Vectors Formulas 3

Triangular law of vectors:
Trianglular law states that if two vectors are represented in magnitude and direction by two sides of a triangle taken in order, then their sum or resultant is represented in magnitude and direction by the third side of the triangle taken in opposite direction.

Position vector:
Let O be a fixed point in the space called origin. If P is any point in the space then \(\) is called position vector of P relative to O.

Note:
If \(\vec{a}\) and \(\vec{b}\) be two non collinear vectors, then there exists a unique plane through a,b this plane is called plane generated by a, b. If \(\overline{O A}=\vec{a} ; \overline{O B}=\vec{b}\) then the plane generated by \(\vec{a}\), \(\vec{b}\) is denoted by \(\overline{A O B}\).

  • Two non zero vectors a, b are collinear if m\(\vec{a}\) + n\(\vec{b}\) = 0 for some scalars m,n not both zero
  • Let \(\vec{a}, \vec{b}, \vec{c}\) be the position vectors of the points A, B, C respectively. Then A, B, C are collinear iff m\(\vec{a}\) + n\(\vec{b}\) + p\(\vec{c}\) = 0 for some scalars m, n, p not all zero such that m + n + p = 0
  • Let \(\vec{a}, \vec{b}\) be two non collinear vectors, If \(\vec{r}\) is any vector in the plane generated by a,b then there exist a unique pair of real numbers x, y such that \(\vec{r}\) = x\(\vec{a}\) + y\(\vec{b}\).
  • Let \(\vec{a}, \vec{b}\) be two non collinear vectors. If \(\vec{r}\) is any vector such that \(\vec{r}\) = xa + yb for some real numbers then \(\vec{r}\) lies in the plane generated by a, b.
  • Three vectors \(\vec{a}, \vec{b}, \vec{c}\) coplanar iff x\(\vec{a}\) + y\(\vec{b}\) + z\(\vec{c}\) = 0 for some scalars x, y, z not all zero.
  • Let \(\vec{a}, \vec{b}, \vec{c}, \vec{d}\) be the position vectors of the points A, B, C, D in which no three of them are collinear. Then A, B, C, D are coplanar iff m\(\vec{a}\) + n\(\vec{b}\) + p\(\vec{c}\) + q\(\vec{d}\) = 0 for some scalars m,n,p,q not all zero such that m + n + p + q = 0
  • If \(\vec{a}, \vec{b}, \vec{c}\) are three non coplanar vectors and \(\vec{r}\) is any vector then there exist a unique traid of real numbers. x, y, z such that \(\vec{r}\) = x\(\vec{a}\) + y\(\vec{b}\) + z\(\vec{c}\).

Inter 1st Year Maths 1A Addition of Vectors Formulas

Right handed system of orthonormal vectors
A triced of three non-coplanar vectors\(\vec{i}, \vec{j}, \vec{k}\) is said to be a right hand system of orthonormal triad of vectors if

  • \(\vec{i}, \vec{j}, \vec{k}\) from a right handed system
  • \(\vec{i}, \vec{j}, \vec{k}\) are unit vectors
  • (i, j) = 900 = \((\vec{j}, \vec{k})=(\vec{k}, i)\)

Right handed system:
Let \(\overline{O A}=\vec{a}, \overline{O B}=\vec{b}\) and \(\overrightarrow{O C}=\vec{c}\) be three non coplanar vectors. If we observe from the point C that a rotation from OA to OB through an angle not greater than 1800 is in the anti clock wise direction then the vectors a,b, c are said to form ‘Right handed system’.

Left handed system:
If we observe from C that a rotation from OA to OB through an angle not greater than 1800 is in the clock -wise direction then the vectors a,b, c are said to form a “Left handed system”.
If \(\vec{r}=x \vec{i}+y \vec{j}+z \vec{k}\) then \(|\vec{r}|=\sqrt{x_{2}+y_{2}+z_{2}}\).

Direction Cosines:
If a given directed line makes angles α, β, γ, with positive direction of axes of x,y, and z respectively then cos α,cos β,cos γ are called direction cosines of the line and these are denoted by l,m,n.

Direction ratios:
Thre real numbers a,b,c are said to be direction ratios of a line if a:b:c = l:m:n where l,m,n are the direction cosines of the line.

Linear combination:
Let \(\vec{a}_{1}, \bar{a}_{2}, \overline{a_{3}} \ldots \ldots \overline{a_{n}}\) be n vectors and l1,l2,l3….ln be n scalars then \(l_{1} \bar{a}_{1}+l_{2} \overline{a_{2}}+l_{3} \overline{a_{3}}+\ldots+l_{n} \overline{a_{n}}\) is called a. linear combination of \(\vec{a}_{1}, \bar{a}_{2} \ldots \ldots . \overline{a_{n}}\)

Linear dependent vectors:
The vectors \(\bar{a}_{1}, \overline{a_{2}} \ldots \ldots \overline{a_{n}}\) are said to be linearly dependent if there exist scalars l1,l2,l3….ln not all zero such that \(_{1} \vec{a}_{1}+l_{2} \overline{a_{2}}+\ldots+l_{n} \overline{a_{n}}]\) = 0

Linear independent The vectors a1, a2, a3 ……………. an are said to be linearly independt if l1, l2, l3 ……………. ln are scalars, \(l_{1} \vec{a}_{1}+l_{2} \overline{a_{2}}+\ldots l_{n} \overline{a_{n}}\) = 0
⇒ l1 = 0 l2 = o…. ln = o

  • Let \(\vec{a}, \vec{b}\) be the position vectors of A, B respectively the position vector of the point P which divides \(\overline{A B}\) in the ratio m:n is \(\frac{m \vec{b}+n \vec{a}}{m+n}\). Conversely the point P with position vector \(\frac{m \vec{b}+n \vec{a}}{m+n}\) lies on the lines \(\overline{A B}\) and divides \(\overline{A B}\) in the ratio m:n.
  • The medians of a triangle are concurrent. The point of concurrence divides each median in the ratio 2:1
  • Let ABC be a triangle and D be a point which is not in the plane of \(\overline{A B C}\) the lines joining O, A, B,C with the centroids of triangle ABC, triangle BCD, triangle CDA and triangle DAB respectively are concurrent and the point of concurrence divides each line segment in the ratio 3:1
  • The equation of the line passing through the point A = (x1, y1, z1) and parallel to the vector b = (l, m, n) is \(\frac{x-x_{1}}{l}=\frac{y-y_{1}}{m}=\frac{z-z_{1}}{n}\) = t
  • The equation of the line having through the points A(x1, y1, z1), B(x2, y2, z2) is \(\frac{x-x_{1}}{x_{2}-x_{1}}=\frac{y-y_{1}}{y_{2}-y_{1}}=\frac{z-z_{1}}{z_{2}-z_{1}}\) = t
  • The unit vector bisecting the angle between the vectors \(\vec{a}, \vec{b}\) is \(\frac{\hat{a}+\hat{b}}{|\hat{a}+\hat{b}|}\)
  • The internal bisector the angle between \(\vec{a}, \vec{b}\) is \(\frac{\overline{O P}}{O P}=\frac{\hat{a}+\hat{b}}{|\hat{a}+\hat{b}|}\) are concurrent

Inter 1st Year Maths 1A Addition of Vectors Formulas

Theorem 1:
The vector equation of a line parallel to the vector \(\vec{b}\) and passing through the point A with position vector \(\vec{a}\) is \(\vec{r}=\vec{a}+t \vec{b}\) where t is a scalar.
Proof:
Let \(\overline{O A}=t \vec{a}\) be the given point and \(\overline{O P}=\vec{r}\) be any point on the line
\(\overline{A P}=t \vec{b}\) where ‘t’ is a scalar
\(\vec{r}-\vec{a}=t \vec{b} \Rightarrow \vec{r}=\vec{a}+t \vec{b}\)

Theorem 2:
The vector equation of the line passing through the points A, B whose position vectors \(\vec{a}, \vec{b}\) respectively is \(\vec{r}=\vec{a}(1-t)+t \vec{b}\) where t is a scalar.
Proof:
let P a a point on the line joining of A, B
Inter 1st Year Maths 1A Addition of Vectors Formulas 4

Theorem 3:
The vector equation of the plane passing through the point A with position vector \(\vec{b}, \vec{c}\) and parallel to the vectors \(\vec{a}\) is \(\vec{r}=\vec{a}+s \vec{b}+t \vec{c}\) where s,t are scalars
Proof:
Given that \(\overline{O A}=\vec{a}\)
Let \(\overline{O P}=\vec{r}\) be the position vector of P
\(\overrightarrow{A P}, \vec{b}, \vec{c}\) are coplanar
∴ \(\overrightarrow{A P}=s \vec{b}+t \vec{c} \Rightarrow \vec{r}-\vec{a}=s \vec{b}+t \vec{c}\)
∴ \(\vec{r}=\vec{a}+s \vec{b}+t \vec{c}\)

Theorem 4:
The vector equation of the plane passing through the points A, B with position vectors \(\vec{a}, \vec{b}\) and parallel to the vector \(\vec{c}\) is \(\vec{r}=(1-s) \vec{a}+s \vec{b}+t \vec{c}\)
Proof:
Let P be a point on the plane and \(\overline{O P}=\vec{r}\)
\(\overline{O A}=\vec{a} \overline{O B}=\vec{b}\) be the given points \(\overline{A P}, \overrightarrow{A B}, \vec{C}\) are coplanar
\(\overrightarrow{A P}=s \overrightarrow{A B}+t \vec{C}\)
\(\vec{r}-\vec{a}=s(\vec{b}-\vec{a})+t \vec{c}\)
\(\vec{r}=(1-s) \vec{a}+s \vec{b}+t \vec{c}\)

Inter 1st Year Maths 1A Addition of Vectors Formulas

Theorem 5:
The vector equation of the plane passing through the points A, B, C having position vectors \(\vec{a}, \vec{b}, \vec{c}\) is \(\vec{r}=(1-s-t) \vec{a}+s \vec{b}+t \vec{c}\) where s,t are scalars
Proof:
Let P be a point on the plane and \(\overline{O P}=\vec{r}\)
\(\overline{O A}=\vec{a} \overline{O B}=\vec{b}, \overline{O C}=\bar{c}\)
Now the vectors \(\overline{A B}, \overline{A C}, \overline{A P}\) are coplanar.
Therefore, \(\overline{A P}=s \overline{A B}+t \overline{A C}\), t,s are scalars.
\(\bar{r}-\bar{a}=s(\bar{b}-\bar{a})+t(\bar{c}-\bar{a})\)
\(\vec{r}=(1-s-t) \vec{a}+s \vec{b}+t \vec{c}\)

Inter 1st Year Maths 1A Matrices Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 3 Matrices to solve questions creatively.

Intermediate 1st Year Maths 1A Matrices Formulas

→ An ordered rectangular array of elements is called a matrix.

→ A matrix in which the number of rows is equal to the number of columns, is called a square matrix. Otherwise, it is called a rectangular matrix. In a square matrix, an element aij is in principal diagonal, if i = j

→ If each non-diagonal element of a square matrix is equal to zero, then it is called a diagonal matrix.

→ If each non-diagonal element of a square matrix is equal to zero and each diagonal element is equal to a scalar, then it is called a scalar matrix.

→ If each non-diagonal element of a square matrix is equal to zero and each diagonal element is equal to 1, then that matrix is called a unit matrix or Identity matrix.

→ If A is a square matrix then the sum of elements in the principal diagonal of A is called trace of A.

  • Matrix addition is commutative.
  • Matrix addition is associative.
  • Matrix multiplication is associative.
  • Matrix multiplication is distributive over matrix addition.

Inter 1st Year Maths 1A Matrices Formulas

→ A square matrix A is said to be an idempotent matrix if A2 = A.

→ A square matrix A is said to be an involuntary matrix if A2 = I.

→ A square matrix A is said to be a nilpotent matrix, if there exist a positive integer n such that An = 0. If n is the least positive integer such thatAn = 0, then n is called index of the nilpotent matrix A.

→ The matrix obtained by interchanging rows and columns is called transpose of the given matrix. Transpose of A is denoted by AT (or) A’.

→ For any matrices A and B

  • (AT)T = A
  • (A + B)T = AT + BT (A and B are same order)
  • (AB)T = BTAT. (If A and B are of orders m xn and n xp respectively)

→ A square matrix A is said to be symmetric if AT = A.

→ A square matrix A is said to be skew symmetric if AT = A.

→ Every square matrix can be uniquely expressed as a sum of symmetric matrix and a skew symmetric matrix.

→ The minor of an element in the square matrix of order ‘3’ is defined as the determinant of 2 × 2 matrix, obtained after deleting the row and the column in which the element is present.

→ The cofactor of an element in the ith row and jth column of 3 × 3 matrix is defined as its minor multiplied by (-1)i+j.

→ The sum of the products of the elements of any row or column with their corresponding cofactors is called the determinant of a matrix.

  • A square ‘A’ is said to be a singular matrix if det A = 0.
  • A square A’ is said to be a non-singular matrix if det A ≠ 0.

→ The transpose of the matrix obtained by replacing.the elements of a square matrix A by the corresponding cofactors is called the adjoint matrix of A and it is denoted by adj (A).

  • A square matrix ‘A is said to be an invertible matrix if there exists a square matrix B such that AB = BA = I the matrix B is called inverse of A and it is denoted by A-1.
  • If A is an invertible then A-1 = 1.

→ A square matrix A is non-singular if A is invertible.

  • If A and B are non-singular matrices of same type then Adj (AB) = (Adj B) (Adj A).
  • If A is a square matrix of type n then det (Adj A) = (det A)n-1.

→ A matrix obtained by deleting some rows or columns (or both) of a matrix is called a submatrix.

→ Let Abe a non-zero matrix, the rank of A is defined as the maximum of the orders of the non-singular square submatrices of A. The rank of a null matrix is zero. The rank of a matrix A is denoted as rank (A) or P (A).

→ A system of linear equations is

  • Consistent, if it has a solution
  • Inconsistent, if it has no solution

→ Non homogeneous system

  • a1x + b1y + c1z = d1
  • a2x + b2y + c2z = d2
  • a3x + b3y + c3z = d3

Inter 1st Year Maths 1A Matrices Formulas

→ The above system of equations has

  • aunique solution if rank (A) = Rank [AD] = 3
  • infinity many solutions, if rank (A) = Rank ([AD]) < 3
  • no solution, if rank A ≠ Rank ([AD])

→ Homogeneous system of equations

  • a1x + b1y + c1z = d1
  • a2x + b2y + c2z = d2
  • a3x + b3y + c3z = d3

→ The above system has

  • Trival solution x = y = z = 0 only if rank (A) = 3
  • infinitely many non-trival solutions if rank (A) < 3.

→ A matrix is an arrangement of real or complex numbers into rows and columns so that all the rows (columns) contain equal no. of elements.

→ If a matrix consists of ‘m’ rows and ‘n’ columns, then it is said to be of order m × n.

→ A matrix of order n × n is said to be a square matrix of order n.

→ A matrix (aij)m×n is said to be a null matrix if aij = 0 for all i and j.

→ Two matrices of the same order are said to be equal if the corresponding elements in the matrices are all equal.

→ A matrix (aij)n×n is a diagonal matrix aij = 0 for all i ≠ j

→ A matrix (aij)n×n is a scalar matrix if a = 0 for all i ≠ j and aij = k (constant) for i = j

→ A matrix (aij)n×n is said to be a unit matrix of order n, denoted by In if aij = 1, when i = j and aij = 0 when i ≠ j
Ex: I2 = \(\left[\begin{array}{ll}
1 & 0 \\
0 & 1
\end{array}\right]\)
I3 = \(\left[\begin{array}{lll}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1
\end{array}\right]\)

→ If A = (aij)m×n, B = (bij)m×n, then A + B = (aij + bij)m×n

→ Matrix addition is commutative and associative

→ Matrix multiplication is not commutative but associative

→ If A is a matrix of order m × n, then AIn = ImA = A(AI = IA = A)

→ If AB = CA = I, then B = C

Inter 1st Year Maths 1A Matrices Formulas

→ If A = (aij)m×n, then A T = (aij)n×m

→ (KA)T = KAT, (A + B)T = AT + BT, (AB)T = BT.AT

→ A(B + C) = AB + AC, (A + B)C = AC + BC

→ A square matrix is said to be “non-singular” if detA ≠ 0

→ A square matrix is said to be “singular” if detA = 0

→ If AB = 0, where A and B are non-zero square matrices, then both A are singular.

→ A minor of any element in a square matrix is determinant of the matrix obtained by omitting the row and column in which the element is present.

→ In (aij)n×n, the cofactor of aij is (-1)i+j × (minor of aij).

→ In a square matrix, the sum of the products of the elements of any row (column) and the corresponding cofactors is equal to the determinant of the matrix.

→ In a square matrix, the sum of the products of the elements of any row (column) and the corresponding cofactors of any other row (column) is alway s zero.

→ If A is any square matrix, then A adjA = adjA. A = detA. I

→ If A is any square matrix and there exists a matrix B such that AB = BA = I, then B is called the inverse of A and denoted by A-1.

→ AA-1 = A-1A = I.

→ If A is non-singular, then A-1 = \(\frac{{adj} A}{{det} A}\) (or) adj A = |A|AA-1

→ If A = \(\left(\begin{array}{ll}
a & b \\
c & d
\end{array}\right)\), then A-1 = \(\frac{1}{a d-b c}\left(\begin{array}{cc}
d & -b \\
-c & a
\end{array}\right)\)

→ (A-1)-1 = A, (AB)-1 = B-1.A-1, (A-1)T =( AT)-1; (ABC….)-1 = C-1B-1A-1.

Theorem:
Matrix multiplication is associative. i.e. if conformability is assured for the matrices A, B and C, then (AB)C = A(BC).
Proof:
Inter 1st Year Maths 1A Matrices Formulas 1

Inter 1st Year Maths 1A Matrices Formulas

Theorem:
Matrix multiplication is distributive over matrix addition i.e. if conformability is assured for the matrices A, B and C, then
(i) A (B + C) = AB + AC
(ii) (B + C) A = BA + CA
Proof:
Let A = (aij)m×n, B = (bjk)n×p C = (cki)n×p
B + C = (djk)n×p, where djk = bjk + cjk
Inter 1st Year Maths 1A Matrices Formulas 2
∴ A(B + C) = AB + AC
Similarly we can prove that
(B + C) = BA + CA.

Theorem:
If A is any matrix, then (AT)T = A.
Proof:
Let A = (aij)m×n
AT = (a’jk)n×m, where a’ji = aij
(AT)T = (a”ji)m×n, where a”ij = aji
a”ij = a’ji = aij
∴ (AT)T = A

Theorem:
If A and B are two matrices o same type, then (A + B)T = AT + BT.
Proof:
Let A = (aij)m×n, B = (bij)
A + B = (cij)m×n,where cij = aij + bij
(A + B)T = (c’ji)n×m. c’ji = cij
AT = (a’ji)n×m,where a’ji = aij
BT = (bji)n×m. where. b’kj = bjk
AT + BT = (dji)n×m, where dji = a’ji + b’ji
c’ji = cij = aij + bij = a’ji + b’ji = dji
∴(A + B)T = AT + BT

Theorem:
If A and B are two matrices for which conformability for multiplication is assured, then (AB)T = BTAT.
Pr0of:
Let A = (aij)m×n, B = (bji)n×p
AB = (cik)m×p, where cik = \(\sum_{j=1}^{n}\) aijbjk
(AB)T = (cki)p×m,where cki = cik
AT = (aji)n×m,where aji = aij
BT = (bkj)p×n, where bkj = bjk
BT . AT = (dki )p×m, where dki= \(\sum_{j=1}^{n}\) bkjaji
c’ki = cik = \(\sum_{j=1}^{n}\) aijbjk= \(\sum_{j=1}^{n}\) bkjajidki
∴ (AB)T = BTAT

Inter 1st Year Maths 1A Matrices Formulas

Theorem:
If A and B are two invertible matrices of same type then AB is also invertible and (AB)-1 = B-1A-1.
Proof:
A is invertible matrix ⇒ A-1 exists and AA-1 = A-1A = I.
B is an invertible matrix ⇒ B-1 exists and
BB-1 = B-1B = I
Now (AB)(B-1A-1) = A(BB-1)A-1 = AIA-1 = AA-1 = I
(B-1A-1)(AB) = B-1(A-1A)B ∴ AB is invertible and
= B-1IB = B-1B = I
(AB)(B-1A-1) = (B-1A-1) = (B-1A-1)(AB) = 1
(AB)-1 = B-1A-1.

Theorem:
If A is a non-singular matrix then A is invertible and A-1 = \(\frac{{Adj} A}{{det} A}\).
Proof:
Let A = \(\left[\begin{array}{lll}
\mathrm{a}_{1} & \mathrm{~b}_{1} & \mathrm{c}_{1} \\
\mathrm{a}_{2} & \mathrm{~b}_{2} & \mathrm{c}_{2} \\
\mathrm{a}_{3} & \mathrm{~b}_{3} & \mathrm{c}_{3}
\end{array}\right]\) be a non – singular matrix.
∴ det A ≠ 0
Inter 1st Year Maths 1A Matrices Formulas 3

Inter 1st Year Maths 1A Mathematical Induction Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 2 Mathematical Induction to solve questions creatively.

Intermediate 1st Year Maths 1A Mathematical Induction Formulas

Principle of finite mathematical induction:
Let S be a subset of N such that

  • 1 ∈ S
  • For any k ∈ N, k ∈S ⇒ (k + 1) ∈ S

Then S = N

Principle of complete mathematical induction:
Let S be a subset of N such that

  • 1 ∈ S
  • For any k ∈ N {1, 2, 3 … k} ⊆ S
    ⇒ (k + 1) ∈ S

Then S = N

Steps to prove a statement using the principle of mathematical induction :

  • Basis of induction : Show that P(1) is true
  • Inductive hypothesis : For k > 1, assume that P(k) is true
  • Inductive Step : Show that P(k + 1) is true on the basis of the inductive hypothesis.

Inter 1st Year Maths 1A Mathematical Induction Formulas

Principle of finite Mathematical Induction:
Let {P(n) / n ∈ N} be a set of statements. If

  • p(1) is true
  • p (m) is true ⇒ p (m+1) is true ; then p (n) is true for every n ∈ N.

Principle of complete induction:
Let {P (n) / n N} be a set of statements. If p (1) is true and p(2), p(3) …. p (m-1) are true ⇒ p(m) is true, then p (n) is true for every n e N.

Note:

  • The principle of mathematical induction is a method of proof of a statement.
  • We often use the finite mathematical induction, hence or otherwise specified the mathematical induction is the finite mathematical induction.

Some important formula:

  • Σn = \(\frac{n(n+1)}{2}\)
  • Σn2 = \(\frac{n(n+1)(2 n+1)}{6}\)
  • Σn3 = \(\frac{n^{2}(n+1)^{2}}{4}\)
  • a, (a + d), (a + 2d), ……….. are in a.p
    n th term tn = a + (n – 1)d, sum of n terms Sn = \(\frac{n}{2}\)[ 2a + (n – 1)d] = \(\frac{n}{2}\)[a + l]
    a = first term, l= last term.
  • a, ar, ar2, ………… is a g.p
    Nth terms tn = a.rn-1 a = 1st term, r = common ratio
  • Sum of n terms sn = a\(\frac{\left(r^{n}-1\right)}{r-1}\); r > 1 = a\(\left(\frac{1-r^{n}}{1-r}\right)\); r < 1

Inter 1st Year Maths 1A Functions Formulas

Use these Inter 1st Year Maths 1A Formulas PDF Chapter 1 Functions to solve questions creatively.

Intermediate 1st Year Maths 1A Functions Formulas

Function:
Let A and B be non-empty sets and f be a relation from A to B. If for each element of A, there exists a unique element b e B such that (a,b) ∈ f, then f is called a function or mapping from A to B (or A into B). It is denoted by f: A → B. The set A is called the domain of f and B is called the co-domain off.

Illustration: Let A = {1, 2, 3, 4} and B = {1, 4, 9, 16, 25}. Consider the relation f(x) = x2, then f(1) = 1, f(2) = 4, f(3) = 9, f(4) = 16. Clearly, each element in A has a unique image in B. So, f: A → B.
f = {(1, 1) (2, 4) (3, 9) (4, 16)} is a function from A to. B.
Clearly Domain (f) = {1,2, 3, 4} and Range (f) = {1, 4, 9, 16}
Note : The number of functions that can be defined from, a non-empty finite set A into a non-empty finite set B is [n(B)]n(A).

If f: A → B a function then f(A) = {f(a) / a ∈ A} is called the range off. It is a subset of B (ie) f(A) ≤ B.

Inter 1st Year Maths 1A Functions Formulas

One – one function (Injection):
Let f: A B, then f is said to be one-one function if different elements of A have different f- images in B. Thus f: A → B is one-one. (μ) f: A B is an injection <=> ay a2 e A and f(a7) = f(aj implies that a1 = a2

Illustration:
LetA = {1, 2, 3} and B = {2, 4, 6}. Consider f: A → B. f(x) = 2x then f(1) = 2, f(2) = 4 and f(3) = 6. Clearly f is a function from A to B such that different elements in A have different f – images in B.
∴ f: {(1, 2) (2, 4) (3, 6)} is one – one.

Note : The number of one-one functions that can be defined from a non-empty finite set A into a non-empty finite set B is n(B) Pn(A) if n(B) ≥ n(A) and zero if n(B) < n(A).

Onto function (Surjection):
Let f: A → B. If every element of B occurs as the image of at least one element of in A, then fis an onto function. Thus f: A → B is surjection iff for each b e B, 3 a e A such that f(a) = b. Clearly fis onto ⇔ Range (f) = B.

Illustration; Let A = {-1, 7, 2, -2}, B = {1, 4} and Let f: A → B, be a function defined by f(x) = x2 then fis onto because f(A) = {f(-1), f(1), f(2), f(-2)} = {1, 4} = B.
Note : The number of onto functions that can be defined from a non – empty finite set A onto a two element set B is 2n(A) – 2 if n(A) ≥ 2 and zero if n(A) < 2.

Bijective function :
A function f: A → B is a bijection if

  • It is one – one i.e., f(a) – f(b) ⇒ a = b ∀ a, b ∈ A.
  • It is onto i.e., ∀ b ∈ B ∃ a ∈ A such that f(a) = b.

Note : Number of bijections that can be defined from A to B is [n(A)]!, [n(A) = n(B)].

If f: A → B is a bijection then the relation f-1 = {(b, a) / (a, b) ∈ f} is a function from B to A and is called the inverse function off.

Constant function :
Let f: A B defined in such a way that all the elements of A have the same f- image in B, then f is said to be a constant function.

Illustration : Let A – {1, 2, 3} and B = {6, 7, 8}. Let f: A → B
f(x) = 6 ∀ x ∈ A i.e., f = {(1, 6) (2, 6) (3, 6)} is a constant function.
The range of a constant function is a singleton set.

Inter 1st Year Maths 1A Functions Formulas

Identity function :
Let A be a non-empty set then the function f: A → A defined by, f(x) = x ∀ x ∈ IA is called the identity function on A and is denoted by IA. The identity function is bijective.

Let f: A → B, g: B → C be functions. Then gof: A → C is a function and (gof) (a) = g If (a)] ∀ a ∈ A, is called composite of ‘g’ with ‘f.

If f : A → B, g B → C are bijections so is (go f) : A → C and (gof)-1 = f-1o g-1.

  • If f: A → B is a bijection, then fof-1 = IB and f-1of = IA.
  • If f: A → B, g: B → C such that go f = IA fog = IB then f is a bijection and g = f-1

Let A be a non-empty subset of R such that – x ∈ A, for all x ∈ A and f: A → R.

  • If f(-x) = f(x), ∀ x ∈ A then fis called an EVEN function.
  • If f(-x) = – f(x), ∀ x ∈ A then f is called an ODD function.

Functions:
Def 1:
A relation f from a set A into a set B is said to be a function or mapping from A into B if for each x ∈ A there exists a unique y ∈ B such that (x, y) ∈ f. It is denoted
by f : A → B.
Note: Example of a function may be represented diagrammatically. The above example can be written diagrammatically as follows.
Inter 1st Year Maths 1A Functions Formulas 1

Def 2:
A relation f from a set A into a set B is a said to be a function or mapping from a into B if
i) x ∈ A ⇒ f (x) ∈ B
ii) x1, x2 ∈ A, x2 ⇒ f (x1) = f (x2)

Def 3:
If f : A → B is a function, then A is called domain, B is called codomain and f (A) = {f (x): x ∈ A} is called range of f.

Def 4:
A function f : A → B if said to be one one function or injection from A into B if different element in A have different f-images in B.
Note:

  • A function f : A → B is one one if f(x1, y) ∈ f,(x2, y) ∈ f ⇒ x1 = x2.
  • A function f : A → B is one one iff x1, x2 ∈ A, x1 ≠ x2 ⇒ f (x1) ^ f (x1)
  • A function f : A → B is one one iff x1, x2 ∈ A, f (x1) = f (x2) ⇒ x1 = x2
  • A function f : A → B which is not one one is called many one function
  • If f : A → B is one one and A, B are finite then n(A) < n(B).

Inter 1st Year Maths 1A Functions Formulas

Def 5:
A function f : A → B is said to be onto function or surjection from A onto B if f(A) = B.

Note:

  • A function f : A → B is onto if y e B U ⇓ ∃x ∈ A ∋ f (x) = y .
  • A function f : A → B which is not onto is called an into function.
  • If A, B are two finite sets and f : A → B is onto then n(B) ≤ n(A).
  • If A, B are two finite sets and n (B) = 2, then the number of onto functions that can be defined from A onto B is 2n( A) – 2.

Def 6:
A function f : A → B is said to be one one onto function or bijection from A onto B if f : A → B is both one one function and onto function.

Theorem: If f : A → B, g : B → C are two functions then the composite relation gof is a function a into C.
Theorem: If f : A → B, g : B → C are two one one onto functions then gof : A → C is also one one be onto.
i) Let x1, x2 ∈ A and f (x1) = f (x2).
x1,x2 ∈ A, f : A → B ⇒ f (x1), f (x2) ∈ B
f (x1), f (x2) ∈ B → C, f (x2) ⇒ g[f (x1)] = g[f (x2)] ⇒ (gof)(x1) = (gof)(x2)
x1, x2 ∈ A,(gof)(x1) = (gof): A → C is one one ⇒ x1 = x2
x1, x2 ∈ A, f (x1) = f (x2) ⇒ x1 = x2.
∴ f: A → B Is one one.

ii) Proof: let z ∈ C,g : B → C is onto B y ∈ B ∃:g (y) = z y ∈ Bf : A → B is onto
∃x ∈ A ∋ f (x) = y
G {f(x)} = t
(g o f) x = t
∀ z ∈ CB x ∈ A ∋ (gof)(x) = z.
∴ g is onto.

Def 7:
Two functions f : A → B, g : C → D are said to be equal if

  • A = C, B = D
  • f (x) = g (x) ∀ x ∈ A. It is denoted by f = g

Theorem:
If f : A → B, g : B → C , h: C → D are three functions, then ho(gof) = (hof )of

Theorem:
if A is set, then the identify relation I on A is one one onto.

Def 8:
If A is a set, then the function I on A defined by I(x) = x ∀ x ∈ A, is called identify function on A. it is denoted by IA.

Theorem: If f : A → B and IA, IB are identify functions on A, B respectively then
foIA = IBof = f .
Proof:
IA: A → A , f: A → B ⇒ foIA: A → B
f : A → B , IB : B → B ⇒ IBof: A → B
(foIA)(x) = f {IA(x)} = f (x), ∀x ∈ A ∴ f0IA = f
(IBof)(x) = IB{f (x)} = f (x), ∀ x ∈ A ∴ IBof = f
∴ foIA = IBof = f

Def 9:
If f : A → B is a function then {(y, x) ∈ B × A:(x, y) ∈ f} is called inverse of f. It is denoted by f-1.

Def 10:
If f : A → B is a bijection, then the function f-1: B → A defined by f-1(y) = x iff f (x) = y ∀ y ∈ B is called inverse function of f.

Theorem:
If f : A → B is a bijection, then f-1 of = IA, fof-1 = IB
Proof:
Since f : A → B is a bijection f-1: B → A is also a bijection and
f-1 (y) = x ⇔ f (x) = y ∀ y ∈ B
f : A → B, f-1: B → A ⇒ f-1 of: A → A
Clearly IA : A → A such that IA (x) = x, ∀ x ∈ A.

Let x ∈ A
x ∈ A, f : A → B ⇒ f (x) ∈ B
Let y = f(x)
y = f (x) ⇒ f-1(y) = x
(f -1 of)(x) = f -1[ f (x) = f-1( y) = x = IA (x)
(f-1 of) (x) = IA (x) ∀ x ∈ A f-1of = IA
f-1: B → A, f: A → B ⇒ fof-1: B → B

Clearly IB : B → B such that IB (y) = y ∀ y ∈ B
Let y ∈ B
y ∈ B, f-1: B → A = f-1(y) ∈ A
Let f-1(y) = x
f-1(y) = x ⇒ f (x) = y
(fof’)(y) = f [ f -1( y)] = f (x) = y = IB (y)
∴ (fof-1)(y) = IB (y) ∀ y ∈ B
∴ fof-1 = IB

Inter 1st Year Maths 1A Functions Formulas

Theorem: If f : A → B, g : B → C are two bijections then (gof )-1 = f-1og-1.
Proof:
f : A → B, g : B →C are bijections gof: A → C is bijection (gof )-1: C → A is a bijection.
f : A → B is a bijection f-1: B → A is a bijection
g : B → C Is a bijection ⇒ g-1: C → B is a bijection
g-1:C → B , g-1: B → A are bijections ⇒ f-1 og-1: C → A is a bijection

Let z ∈ C
z ∈ C, g : B → C is onto ⇒ ∃ y ∈ B ∋ g (y) = z ⇒ g-1(z) = y
y e B, f: A → B is onto ⇒ ∃ x ∈ A ∋ f (x) = y ⇒ f-1(y) = x
(gof) (x) = g[ f (x)] = g (y) = z ⇒ (gof )-1(z) = x
∴ (gof)-1 (z) = x = f-1( y) = f-1 [ g-1 (z) ] = (f -1og-1)(z)
∴ (gof )-1 = f-1og-1

Theorem:
If f : A → B, g : B → A are two functions such that gof = IA and fog = IB then f : A → B is a bijection and f-1 = g .
Proof:
Let x1, x2 ∈ A, f (x1) = f (x2)
x1, x2 ∈ A, f : A → B ⇒ f (x1), f (x2) ∈ B
f (x1), f (x2) ∈ B, f (x1) = f (x2), g = B → A
⇒ g [ f (x1)] = g[ f (x2)]
⇒ (gof)(x1) = (gof)(x1) ⇒ IA (x2) ⇒ x1 = x2
x1,x2 ∈ A, f (x1) = f (x2) ⇒ x1 = x2.
∴ f : A → B is one one

Let y ∈ B .
y ∈ B, g : B → A ⇒ g(y) ∈ A

Def 11:
A function f : A → B is said tobe a constant function if the range of f contain only one element i.e., f (x) = c ∀ x ∈ A where c is a fixed element of B

Def 12:
A function f : A → B is said to be a real variable function if A ⊆ R.

Def 13:
A function f : A → B is said to be a real valued function iff B ⊆ R.

Def 14:
A function f : A → B is said to be a real function if A ⊆ R, B ⊆ R.

Def 15:
If f : A → R, g : B → R then f + g : A ∩ B → R is defined as (f + g)(x) = f (x) + g (x) ∀ x ∈ A ∩ B

Def 16:
If f : A → R and k e R then kf : A → R is defined as (kf)(x) = kf (x), ∀ x ∈ A

Def 17:
If f : A → B, g : B → R then fg : A n B → R is defined as (fg)(x) = f (x)g(x) ∀ x ∈ A ∩ B .

Def 18:
If f : A → R, g : B → R then : C → R is defined as
C = {x ∈ A n B: g(x) ≠ 0}.

Def 19:
If f : A → R then |f| (x) =| f (x)|, ∀ x ∈ A

Inter 1st Year Maths 1A Functions Formulas

Def 20:
If n ∈ Z , n ≥ 0, a0, a1, a2, ………….. an ∈ R, an ≠ 0, then the function f : R → R defined by
f (x) = a0 + a1x + a2x2 + + anxn ∀ x ∈ R is called a polynomial function of degree n.

Def 21:
If f : R → R, g : R → R are two polynomial functions, then the quotient f/g is called a rational function.

Def 22:
A function f : A → R is said to be bounded on A if there exists real numbers k1, k2 such that k1 < f (x) < k2 ∀ x ∈ A Def 23: A function f : A → R is said to be an even function if f (-x) = f (x) ∀ x ∈ A Def 24: A function f : A → R is said to be an odd function if f (-x) = – f (x) ∀ x ∈ A .  Def 25: If a ∈ R, a > 0 then the function f : R → R defined as f (x) = ax is called an exponential function.

Def 26:
If a ∈ R, a > 0, a ≠ 1 then the function f : (0, ∞) → R defined as f (x) = loga x is called a logarithmic function.

Def 27:
The function f : R → R defined as f(x) = n where n ∈ Z such that n ≤ x < n + 1 ∀ x ∈ R is called step function or greatest integer function. It is denoted by f (x) = [x]

Def 28:
The functions f(x) = sin x, cos x, tan x, cot x, sec x or cosec x are called trigonometric functions.

Def 29:
The functions f (x) = sin-1 x ,cos-1x,tan-1 x,cot-1x,sec-1x or cos ec-1 x are called inverse trigonometric functions.

Def 30:
The functions f(x) = sinh x, cosh x, coth x, sech x or cosech x are called hyperbolic functions.

Def 30:
The functions f(x) = sinh-1x, cosh-1x, coth-1x, sech-1x or cosech-1x are called Inverse hyperbolic functions.

FunctionDomainRange
axR(0, ∞)
log a x(0, ∞)R
[X]RZ
[X]R[0, ∞)
√ x[0, ∞)[0, ∞)
sin xR[-1, 1]
cos xR[-1, 1]
tan xR – {(2n +1)\(\frac{\pi}{2}\): n ∈ Z}R
cot xR – {nπ: n ∈ Z}R
sec xR – {(2n +1)\(\frac{\pi}{2}\): n ∈ Z}(-∞,-1] ∪ [1, ∞)
cos ecxR – {nπ: n ∈ Z}(-∞,-1] ∪ [1, ∞)
Sin-1x[-1 , 1][-π/2, π/2]
Cos-1x[ -1, 1][0, π]
Tan-1xR(-π/2, π/2)
Cot-1xR(0, π)
Sec-1x(-∞ -1] ∪ [1, ∞)[0, π/2) ∪ (π/2, π]
Cosec-1x(-∞ -1] ∪ [1, ∞)[-π/2,0) ∪ (0, π/2]
sinh xRR
cosh xR[1, ∞)
tanh xR(-1,1)
coth x(-∞,0) ∪ (0, ∞)(-∞,-1) ∪ (1, ∞)
sech xR(0, 1]
cosech x(-∞,0) ∪ (0, ∞)(-∞,0) ∪ (0, ∞)
Sinh-1xRR
Cosh-1x[1, ∞)[0, ∞)
Tanh-1x(-1, 1)R
Coth-1x(-∞,-1) ∪ (1, ∞)(-∞,0) ∪ (0, ∞)
Sech-1x(0, 1][0, ∞)
Coseh-1x(-∞,0) ∪ (0, ∞)(-∞,0) ∪ (0, ∞)