TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f)

Students must practice this TS Intermediate Maths 2B Solutions Chapter 6 Integration Ex 6(f) to find a better approach to solving the problems.

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Exercise 6(f)

I. Evaluate the following integrals.

Question 1.
∫ex (1 + x2) dx
Solution:
∫ex (1 + x2) dx = ∫(ex + ex x2) dx
= ∫ex dx + ∫ex x2 dx
= ex + x2 ex – ∫2x ex dx
= ex + x2 ex – [2x ex – ∫2ex dx]
= ex + x2 ex – 2x ex + 2ex + c
= ex [1 + x2 – 2x + 2] + c
= ex (x2 – 2x + 3) + c
[Integration by parts ∫uv dx = u∫v dx – ∫(\(\frac{\mathrm{d}}{\mathrm{dx}}\)(u) ∫v dx) is used]

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f)

Question 2.
∫x2 e-3x dx
Solution:
Use integration by parts successively using u = x2 and v = e-3x then
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) I Q2
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) I Q2.1

Question 3.
∫x3 eax dx
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) I Q3

II.

Question 1.
Show that ∫xn e-x dx = -xn e-x + n ∫xn-1 e-x dx
Solution:
∫xn e-x dx using integration by parts
= xn (e-x) – ∫n xn-1 (-e-x) dx
= -xn e-x + n∫xn-1 e-x dx

Question 2.
If In = ∫cosnx dx, then show that In = \(\frac{1}{n} \cos ^{n-1} x \sin x+\frac{n-1}{n} I_{n-2}\)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) II Q2

III.

Question 1.
Obtain the reduction formula for In = ∫cotnx dx, n being a positive integer, n ≥ 2 and deduce the value of ∫cot4x dx. (May ’11)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q1
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q1.1

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f)

Question 2.
Obtain the reduction formula for In = ∫cosecnx dx, n being a positive integer, n ≥ 2 and deduce the value of ∫cosec5x dx.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q2
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q2.1

Question 3.
If Im,n = ∫sinmx cosnx dx, then show that \(I_{m, n}=-\frac{\sin ^{m-1} x \cos ^{n+1} x}{m+n}+\frac{m-1}{m+n} I_{m-2, n}\) for a positive Integer n and an integer m ≥ 2.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q3
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q3.1
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q3.2

Question 4.
Evaluate ∫sin5x cos4x dx
Solution:
Denote I5,4 = ∫sin5x cos4x dx using the above reduction formula
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q4
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q4.1

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f)

Question 5.
If In = ∫(log x)n dx then show that In = x(log x)n – n In-1 and hence find ∫(log x)4 dx.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(f) III Q5
Put n = 4, 3, 2, 1 we get
I4 = x(log x)4 – 4I3
= x(log x)4 – 4[x(log x)3 – 3I2]
= x(log x)4 – 4x(log x)3 + 12[x(log x)2 – 2I1]
= x(log x)4 – 4x(log x)3 + 12x(log x)2 – 24I1]
= x(log x)4 – 4x(log x)3 + 12x(log x)2 – 24 ∫log x dx
= x(log x)4 – 4x(log x)3 + 12x(log x)2 – 24[x log x – x] + c
= x(log x)4 – 4x(log x)3 + 12x(log x)2 – 24x log x – 24x + c

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e)

Students must practice this TS Intermediate Maths 2B Solutions Chapter 6 Integration Ex 6(e) to find a better approach to solving the problems.

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Exercise 6(e)

I. Evaluate the following integrals.

Question 1.
\(\int \frac{x-1}{(x-2)(x-3)} d x\)
Solution:
\(\int \frac{x-1}{(x-2)(x-3)} d x\)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q1
= x + 2 log|x – 3| – x – log|x – 2| + c
= 2 log|x – 3| – log|x – 2| + c
Alter: Let \(\frac{x-1}{(x-2)(x-3)}=\frac{A}{x-2}+\frac{B}{x-3}\) (Partial fractions method)
∴ x – 1 = A(x – 3) + B(x – 2)
Comparing coefficients of x and constant terms on both sides
A + B = 1 ………(1) and
-3A – 2B = -1
⇒ 3A + 2B = 1 ………(2)
From (1), 2A + 2B = 2
Solving A = -1 and B = 2
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q1.1
= -log|x – 2| + 2 log|x – 3| + c
= 2 log|x – 3| – log|x – 2| + c

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e)

Question 2.
\(\int \frac{x^2}{(x+1)(x+2)^2} d x\)
Solution:
Let \(\frac{x^2}{(x+1)(x+2)^2}=\frac{A}{x+1}+\frac{A}{x+2}+\frac{C}{(x+2)^2}\)
∴ x2 = A(x + 2)2 + B(x + 1)(x + 2) + C(x + 1)
Put x = -1, then A = 1
Comparing the coefficient of x2,
A + B = 1 ⇒ B = 0
Put x = -2, and we get
4 = C(-1)
⇒ C = -4
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q2

Question 3.
\(\int \frac{x+3}{(x-1)\left(x^2+1\right)} d x\)
Solution:
Let \(\frac{x+3}{(x-1)\left(x^2+1\right)}=\frac{A}{x-1}+\frac{B x+C}{x^2+1}\)
∴ x + 3 = A(x2 + 1) + (Bx + C)(x – 1)
Put x = 1, then 4 = 2A
⇒ A = 2
Comparing the coefficient of x2,
A + B = 0
⇒ B = -A = -2
Comparing the coefficient of constant terms
A – C = 3
⇒ C = A – 3 = 2 – 3 = -1
∴ x + 3 = 2(x2 + 1) + (-2x – 1)(x – 1) = 2(x2 + 1) – (2x + 1)(x – 1)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q3

Question 4.
\(\int \frac{d x}{\left(x^2+a^2\right)\left(x^2+b^2\right)}\)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q4

Question 5.
\(\int \frac{d x}{e^x+e^{2 x}}\)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q5
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q5.1

Question 6.
\(\int \frac{d x}{(x+1)(x+2)}\) (Mar. ’12; May ’11)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q6

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e)

Question 7.
\(\int \frac{1}{e^x-1} d x\)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q7
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q7.1

Question 8.
\(\int \frac{1}{(1-x)\left(4+x^2\right)} d x\)
Solution:
Let \(\frac{1}{(1-x)\left(4+x^2\right)}=\frac{A}{1-x}+\frac{B x+C}{x^2+4}\)
∴ 1 = A(x2 + 4) + (Bx + C)(1 – x)
When x – 1 then 5A = 1 ⇒ A = \(\frac{1}{5}\)
The coefficient of x2 on both sides gives
A – B = 0 ⇒ B = \(\frac{1}{5}\)
Comparing constant terms,
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q8

Question 9.
\(\int \frac{2 x+3}{x^3+x^2-2 x} d x\)
Solution:
x3 + x2 – 2x = x(x2 + x – 2) = x(x – 1)(x + 2)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q9
∴ 2x + 3 = A(x – 1)(x + 2) + Bx(x + 2) + Cx(x – 1)
Put x = 1 we get
5 = 3B ⇒ B = \(\frac{5}{3}\)
Put x = -2 on both sides
-4 + 3 = C(-2) (-2 – 1)
⇒ -1 = 6C
⇒ C = \(-\frac{1}{6}\)
Coefficient of x2 on both sides
A + B + C = 0
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) I Q9.1

II. Evaluate the following integrals.

Question 1.
\(\int \frac{d x}{6 x^2-5 x+1}\)
Solution:
6x2 – 5x + 1 = 6x2 – 3x – 2x + 1
= 3x(2x – 1) – 1(2x – 1)
= (3x – 1)(2x – 1)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) II Q1

Question 2.
\(\int \frac{d x}{x(x+1)(x+2)}\)
Solution:
Let \(\frac{1}{x(x+1)(x+2)}=\frac{A}{x}+\frac{B}{x+1}+\frac{C}{x+2}\)
∴ 1 = A(x + 1)(x + 2) + Bx(x + 2) + Cx(x + 1)
Put x = -1 then -B = 1 ⇒ B = -1
Coefficient of x2 both sides
A + B + C = 0 and put x = – 2 then
C(-2)(-1) = 1
⇒ C = \(\frac{1}{2}\)
∴ A = -B – C = 1 – \(\frac{1}{2}\) = \(\frac{1}{2}\)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) II Q2

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e)

Question 3.
\(\int \frac{3 x-2}{(x-1)(x+2)(x-3)} d x\)
Solution:
Let \(\frac{3 x-2}{(x-1)(x+2)(x-3)}=\frac{A}{x-1}+\frac{B}{x+2}\) + \(\frac{C}{x-3}\)
∴ 3x – 2 = A(x + 2)(x – 3) + B(x – 1)(x – 3) + C(x – 1)(x + 2)
Put x = 1, then 1 = A(3)(-2) ⇒ A = \(-\frac{1}{6}\)
Put x = -2, then -8 = B(-3)(-5) ⇒ B = \(-\frac{8}{15}\)
Put x = 3, then 7 = C(2)(5) ⇒ C = \(\frac{7}{10}\)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) II Q3

Question 4.
\(\int \frac{7 x-4}{(x-1)^2(x+2)} d x\)
Solution:
Let \(\frac{7 x-4}{(x-1)^2(x+2)}=\frac{A}{x-1}+\frac{B}{(x-1)^2}+\frac{C}{x+2}\)
∴ 7x – 4 = A(x – 1)(x + 2) + B(x + 2) + C(x – 1)2
Put x = 1 both sides 3 = 3B ⇒ B = 1
Put x = -2 both sides -18 = 9C ⇒ C = -2
Comparing the coefficient of x2 on both sides
A + C = 0
⇒ A = -C = 2
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) II Q4

III. Evaluate the following integrals.

Question 1.
\(\int \frac{1}{(x-a)(x-b)(x-c)} d x\)
Solution:
Let \(\frac{1}{(x-a)(x-b)(x-c)}\) = \(\frac{A}{x-a}+\frac{B}{x-b}+\frac{C}{x-c}\)
Then 1 = A(x – b)(x – c) + B(x – a)(x – c) + C(x – a)(x – b)
Put x = a both sides we get 1 = A(a – b)(a – c)
⇒ A =\(\frac{1}{(a-b)(a-c)}\)
Put x = b both sides we get 1 = B(b – a)(b – c)
⇒ B = \(\frac{1}{(b-a)(b-c)}\)
Put x = c both sides we get 1 = C (c – a)(c – b)
⇒ C = \(\frac{1}{(c-a)(c-b)}\)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q1

Question 2.
\(\int \frac{2 x+3}{(x+3)\left(x^2+4\right)} d x\)
Solution:
Let \(\frac{2 x+3}{(x+3)\left(x^2+4\right)}=\frac{A}{x+3}+\frac{B x+C}{x^2+4}\) ……(1)
∴ 2x + 3 = A(x2 + 4) + (Bx + c)(x + 3)
Put x = -3 both sides -6 + 3 = A(9 + 4)
⇒ A = \(-\frac{3}{13}\)
Comparing the coefficient of x2 on both sides
A + B = 0
⇒ B = -A = \(\frac{3}{13}\)
and comparing constant terms on both sides
4A + 3C = 3
⇒ 3C = 3 – 4A
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q2
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q2.1

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e)

Question 3.
\(\int \frac{2 x^2+x+1}{(x+3)(x-2)^2} d x\)
Solution:
Let \(\frac{2 x^2+x+1}{(x+3)(x-2)^2}=\frac{A}{x+3}+\frac{B}{x-2}\) + \(\frac{C}{(x-2)^2}\)
∴ 2x2 + x + 1 = A(x – 2)2 + B(x – 2)(x + 3) + C(x + 3)
Put x = 2 on both sides
8 + 2 + 1 = C(5)
⇒ C = \(\frac{11}{5}\)
Put x = -3 on both sides
18 – 3 + 1 = A(-5)2
⇒ A = \(\frac{16}{25}\)
Put x = 0 on both sides
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q3
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q3.1

Question 4.
\(\int \frac{d x}{x^3+1}\)
Solution:
We have x3 + 1 = (x + 1)(x2 – x + 1)
∴ \(\frac{1}{x^3+1}=\frac{1}{(x+1)\left(x^2-x+1\right)}\) = \(\frac{A}{x+1}+\frac{B x+C}{x^2-x+1}\)
∴ 1 = A(x2 – x + 1) + (Bx + C)(x + 1) …….(1)
Put x = -1 both sides 1 = A(3)
⇒ A = \(\frac{1}{3}\)
Comparing the coefficient of x2 on both sides
A + B = 0
⇒ B = \(-\frac{1}{3}\)
Comparing constant terms we get
A + C = 1
⇒ C = 1 – A
= 1 – \(\frac{1}{3}\)
= \(\frac{2}{3}\)
∴ From(1)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q4
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q4.1

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e)

Question 5.
\(\int \frac{\sin x \cos x}{\cos ^2 x+3 \cos x+2} d x\)
Solution:
Let cos x = t then sin x dx = -dt
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q5
∴ t = A(t + 1) + B(t + 2)
Put t = -1 then -1 = B(-1 + 2)
⇒ B = -1
and when t = -2 then -2 = A(-1)
⇒ A = 2
∴ \(\int \frac{t}{t^2+3 t+2} d t=\int \frac{2}{t+2} d t-\int \frac{1}{t+1} d t\)
∴ From (1)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(e) III Q5.1
= log|t + 1| – 2 log|t + 2|
= log|cos x + 1| – 2 log|cos x + 2| + c

TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions

Students can practice 10th Class Maths Solutions Telangana Chapter 3 Polynomials InText Questions to get the best methods of solving problems.

TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions

Do this

Question 1.
State which of the following are polynomials and which are not ? Give reasons. (Page No. 48)
(i) 2x3
(ii) \(\frac{1}{x-1}\)
(iii) 4z2 + \(\frac{1}{7}\)
(iv) m2 – \(\sqrt{2}\) m + 2
(v) p-2 + 1
Solution:
i) 2x3 is a polynomial
ii) \(\frac{1}{x-1}\) is not a polynomial.
iii) 4z2 + \(\frac{1}{7}\) is a polynomial.
iv) m2 – \(\sqrt{2}\)m + 2 is a polynomial.
v) p-2 + 1 is not a polynomial.

Question 2.
p(x) = x2 – 5x – 6, find the values of p(1), p(2), p(3), p(0), p(-1), p(-2), p(-3). (Page No. 49)
Solution:
p(x) = x2 – 5x – 6
p(1) = (1)2 – 5(1) – 6 = 1 – 5 – 6 = 1 – 11 = -10
p(2) = (2)2 – 5(2) – 6 = 4 – 10 – 6
= 4 – 16 = – 12
p(3) = (3)2 – 5(3) – 6 = 9 – 15 – 6
= 9 – 21 = -12
p(0) = (0)2 – 5(0) – 6 = 0 – 0 – 6 = 0 – 6 = -6
p(-1) = (-1)2 – 5(-1) – 6 = 1 + 5 – 6 = 6 – 6 = 0
p(-2) = (-2)2 – 5(-2) – 6 = 4 + 10 – 6 = 8
p(-3) = (-3)2 – 5(-3) – 6 = 9 + 15 – 6
= 24 – 6 = 18

TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions

Question 3.
p(m) = m2 – 3m + 1, find the value of p(1) and p(-1). (Page No. 49)
Solution:
p(m) = m2 – 3m + 1
p(1) = (1)2 – 3(1) + 1 = 1 – 3 + 1 = 2 – 3 = -1
p(-1) = (-1)2 – 3(-1) + 1 = 1 + 3 + 1 = 5

Question 4.
Let p(x) = x2 – 4x + 3. Find the value of p(0), p(1), p(2), p(3) and obtain zeroes of the polynomial p(x).
(Page No. 50)
Solution:
p(x) = x2 – 4x + 3
p(0) = (0)2 – 4(0) + 3 = 0 – 0 + 3 = 3
p(1) = (1)2 – 4(1) + 3 = 1 – 4 + 3 = 4 – 4 = 0
p(2) = (2)2 – 4(2) + 3 = 4 – 8 + 3 = 7 – 8 = -1
p(3) = (3)2 – 4(3) + 3 = 9 – 12 + 3 = 12 – 12 = 0
We see that p(1) = 0 & p(3) = 0
These points x = 1 & x = 3 are called zeroes of the polynomial p(x) = x2 – 4x + 3

Question 5.
Check whether -3 and 3 are the zeroes of the polynomial x2 – 9. (Page No. 50)
Solution:
p(x) = x2 – 9 ⇒ p(-3) = (-3)2 – 9 = 9 – 9 = 0
p(3) = (3)2 – 9 = 9 – 9 = 0
p(-3) = 0 & p(3) = 0
∴ -3 and 3 are the zeroes of the polynomial p(x) = x2 – 9

Try This

Question 1.
Write 3 different quadratic, cubic and 2 linear polynomials with different number of terms. (Page No. 48)
Solution:
3 different quadratic polynomials :

  1. 3x2 + 2x + 4
  2. 5x2 + x + 1
  3. x2 – 3x + 2

3 different cubic polynomials :

  1. x3 + 2x2 + x + 1
  2. 3x3 + 2x + 1
  3. x3 + 1

2 linear polynomials :

  1. 4x + 3
  2. 3x + 2

TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions

Question 2.
Write a quadratic polynomial and a cubic polynomial in variable x in the general form. (Page No. 49)
Solution:
General form of a (in variable x)

  1. Quadratic polynomial → ax2 + bx +c.
  2. Cubic polynomial → ax3 + bx2 + cx + d

Question 3.
Write a general polynomial q(z) of degree n with coefficients that are b0,…,bn. What are the conditions on b0, ..,bn ? (Page No. 49)
Solution:
General polynomial q(z) of degree ‘n’ is q(z) = b0xn + b1xn-1 + b2xn-2 + b3xn-3 +…. +bn-1x + bn

Conditions :

  1. b0, b1, b2, …….,bn-1, bn are real coefficients.
  2. bg ≠ 0

Do This

Question 1.
Draw the graph of
(i) y = 2x + 5
(ii) y = 2x – 5
(iii) y = 2x and find the point of intersection on X-axis. Is the x- coordinate of these points also the zero of the polynomial ? (Page No. 52)

i) y = 2x +
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 1
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 2
The zero of the polynomial 2x + 5 is the x-coordinate of the point where the graph of y = 2x + 5 intersects the X-axis.
∴ Zero of the polynomial 2x + 5 is \(\frac{-5}{2}\).

TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions

ii) y = 2x – 5
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 3
The zero of the polynomial 2x – 5 is the x-coordinate of the point where the graph of y = 2x – 5 intersects the X-axis.
∴ Zero of the polynomial 2x – 5 is 5/2.

iii) y = 2x
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 4
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 5

The zero of the polynomial 2x is the x-coordinate of the point where the graph of y = 2x intersects the X-axis.
The graph y = 2x does not intersect X-axis.
∴ There is no zero of the polynomial for 2x.

Try This

Question 1.
Draw the graphs of
(i) y = x2 – x – 6
(ii) y = 6 – x – x2 and find zeroes in each case. What do you notice ? (A.P. Mar. 15) (Page No. 53)
Solution:
i) y = x2 – x – 6
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 6
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 7

Zeroes of the quadratic polynomial x2 – x – 6 are the x-co-ordinates of the points of X-axis.

-2 & 3 are zeroes of the quadratic polynomial and -2 & 3 are intersections points of X-axis.

ii) y = 6 – x – x2
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 8
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 9

Zero of the quadratic polynomial 6 – x – x2 are the x-coordinates of the points of X-axis.
-3 & 2 are zeroes of the quadratic polynomial and -3 & 2 are intersection points of X-axis.

Observations : The graph cuts X-axis at two distinct points.
The parabola can open either upward or down-ward.

TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions

Question 2.
Write three quadratic polynomials that have 2 zeroes each. (Page No. 55)
Answer:

  1. y = x2 + 5x + 6
  2. y = x2 – 5x + 6
  3. y = 2x2 + x – 1

The above three polynomials have 2 zeroes each.

Question 3.
Write one quadratic polynomial that has one zero. (Page No. 55)
Answer:
y = x + 2 this polynomial has one zero.

Question 4.
How will you verify if a quadratic polynomial it has only one zero ?(Page No. 55)
Answer:
The linear polynomial ax + b, a ≠ 0 has exactly one zero namely the x co-ordinate of the point where the graph of y = ax + b intersects X-axis. Every linear polynomial in ax + b, a ≠ 0 has exactly one zero.

Question 5.
Write three quadratic polynomials that have no zeroes for x that are real numbers. (Page No. 55)
Answer:

  1. y = 8x2 – 6x + 1
  2. y = x2 – 8x + 17
  3. y = x2 – 4x + 5

These polynomials have no zeroes for x.

Question 6.
Find the zeroes of cubic polynomials
(i) -x3
(ii) x2 – x3
(iii) x3 – 5x2 + 6x without drawing the graph of the polynomial. (Page No. 57)
Solution:
i) p(x) = -x3.
p(x) = 0
-x3 = 0
x3 = 0
x = 0. So ‘0’ is the zero of the polynomial -x3.

ii) p(x) = x2 – x3
= x2(1 – x)
p(x) = 0
x2(1 – x) = 0 ⇒ x2 = 0 or 1 – x = 0
x = 0 (or) x = 1
0 & 1 are the zeroes of the polynomial x2 – x3

iii) p(x) = x3 – 5x2 + 6x
= x(x2 – 5x + 6)
= x(x2 – 3x – 2x + 6)
= x[x(x-3) – 2(x – 3)]
= x[(x – 3) (x – 2)]
p(x) =0
x[(x – 3) (x – 2)] = 0 ⇒ x = 0, x – 3 = 0
⇒ x = 3, x – 2 = 0 ⇒ x = 2.
∴ 0, 2 and 3 are the zeroes of the polynomial x3 – 5x2 + 6x

Do This

Question 1.
Find the zeroes of the quadratic polynomials given below. Find the sum and product of the zeroes and verify relationship to the coefficients of terms in the polynomial .
(i) p(x) = x2 – x – 6
(ii) p(x) = x2 – 4x + 3
(iii) p(x) = x2 – 4
(iv) p(x) = x2 + 2x + 1. (Page No. 62)
Solution:
i) The given polynomial is x2 – x – 6.
x2 – x – 6 = x2 – 3x + 2x – 6
= x(x – 3) +2(x – 3)
= (x + 2) (x – 3)
So, the value of x2 – x – 6 is zero when x + 2 = 0 or x – 3 = 0 (i.e.,) when x = -2 or x = 3
Therefore, the zeroes of x2 – x – 6 are -2 & 3
Now, sum of the zeroes = -2 + 3 = 1
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 10
Product of the zeroes = -2 × (3) = -6
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 11

TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions

ii) The given polynomial is x2 – 4x + 3. (A.P. Mar. June 15)
x2 – 4x + 3 = x2 – 3x – x + 3
= x(x – 3) -1(x – 3)
= (x – 1) (x – 3)
So, the value of x2 – 4x + 3 is zero when (x – 1) = 0 or (x – 3) = 0
(i.e.,) when x = 1 or x = 3
∴ The zeroes of x – 4x + 3 are 1 & 3.
Now sum of zeroes = 1 + 3 = 4
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 12
Product of the zeroes = 1 × 3 = 3
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 13

iii) The given polynomial is x2 – 4
x2 – 4 = (x)2 – (2)2 = (x + 2) (x – 2)
So, the value of x2 – 4 is zero when (x + 2) = 0 or (x – 2) = 0
(i.e.,) when x = -2 or x = 2
∴ The zeroes of x2 – 4 are -2 & 2.
Now, sum of the zeroes = -2 + 2 = 0
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 14
Product of the zeroes = (-2) × (2) = – 4
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 15

iv) The given polynomial is x2 + 2x + 1.
x2 + 2x + 1 = x2 + x + x + 1
= x(x +1) +1 (x + 1)
= (x + 1) (x + 1)
= (x + 1)2
So, the value of x2 + 2x + 1 is zero when (x + 1) = 0 = x + 1 = 0 (i.e.,) when x = -1 & x = -1.
∴ The zeroes of the polynomial are -1 & -1. Now, sum of the zeroes = -1 + (-1)
= -1 -1 = – 2
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 16

Question 2.
If α, β, γ are the zeroes of the given cubic polynomials, find the values as given in the table. (Page No. 66)
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 17
Solution:
TS 10th Class Maths Solutions Chapter 3 Polynomials InText Questions 18

Try This

Question 1.
i) Find a quadratic polynomial with zeroes -2 and 1/3. (Page No. 64)
Solution:
Let the quadratic polynomial be ax2 + bx + c, a ≠ 0 & its zeroes be α & β.
Here α = -2; β = 1/3
sum of the zeroes = (α + β)
sum of the zeros = (α + β)
= (-2) + \(\frac{1}{3}\) = \(\frac{-6+1}{3}\) = –\(\frac{5}{3}\)
Product of the zeroes = αβ = (-2)(\(\frac{1}{3}\))
= –\(\frac{2}{3}\)
∴ The quadratic polynomial
ax2 + bx + c is
k[x2 – (α + β)x + αβ] where k is a constant.
= k[x2 – \(\left(\frac{-5}{3}\right)\)x + \(\left(\frac{-2}{3}\right)\)]
We can put different values of k.
When k = 3 the quadratic polynomial will be 3x2 + 5x – 2.

ii) What is the quadratic polynomial whose sum of zeroes is \(\frac{-3}{2}\) and the product of zeroes is -1 ? (Page No. 64) (A.P. June’15)
Solution:
Sum of zeroes = (α + β) = \(\frac{-3}{2}\)
Product of zeroes = αβ = -1
∴ The quadratic polynomial
ax2 + bx + c is k[x2 – (α + β)x + αβ]
We can put different values of k.
When k = 2 the quadratic polynomial will be 2x2 + 3x – 2.

TS 10th Class Maths Solutions Chapter 3 Polynomials Optional Exercise

Students can practice TS 10th Class Maths Solutions Chapter 3 Polynomials Optional Exercise to get the best methods of solving problems.

TS 10th Class Maths Solutions Chapter 3 Polynomials Optional Exercise

Question 1.
Verify that the numbers given along side the cubic polynomials below are their zeroes. Also verify the relationship between the zeros and the coefficients in each case :
i) 2x3 + x2 – 5x + 2;(\(\frac{1}{2}\), 1, -2)
ii) x3 + 4x2 + 5x – 2; (2, 1, 1)
Solution:
i) Given polynomial is 2x3 + x2 – 5x + 2
Comparing the given polynomial with ax3 + bx2 + cx + d,
We get a = 2, b = 1, c = -5 and d = 2
p(\(\frac{1}{2}\)) = 2(\(\frac{1}{2}\))3 + (\(\frac{1}{2}\))3 – 5(\(\frac{1}{2}\)) + 2
= \(\frac{1}{4}\) + \(\frac{1}{4}\) – \(\frac{5}{2}\) + \(\frac{2}{1}\)
= \(\frac{1+1-10+8}{4}\) = \(\frac{0}{4}\) = 0
P(1) = 2(1)3 + (1)2 – 5(1) + 2
= 2 + 1 – 5 + 2 = 0
p(-2) = 2(-2)3 + (-2)2 – 5(-2) + 2
= 2(-8) + 4 + 10 + 2
= -16 + 16 = 0
∴ \(\frac{1}{2}\), 1, and -2 are the zeroes of 2x3 + x2 – 5x + 2
So, α = \(\frac{1}{2}\), β = 1 and γ = -2
Therefore,
α + β + γ = \(\frac{1}{2}\) + 1 + (-2)
= \(\frac{1+2-4}{2}\) = \(\frac{-1}{2}\) = \(\frac{-b}{a}\)
αβ + βγ + γα = (\(\frac{1}{2}\))(1) + (1)(-2) + -2(\(\frac{1}{2}\))
= \(\frac{1}{2}\) – 2 – 1
= \(\frac{1-4-2}{2}\) = \(\frac{-5}{2}\) = \(\frac{c}{a}\)
And αβγ = \(\frac{1}{2}\) × 1 × (-2) = -1 = \(\frac{-2}{2}\) = \(\frac{-\mathrm{d}}{\mathrm{a}}\)

ii) Given polynomial is x3 – 4x2 + 5x – 2
Comparing the given polynomial with ax3 + bx2 + cx + d, We get a = 1, b = -4, c = 5 and d = -2
p(2) = (2)3 – 4(2)2 + 5(2) – 2
= 8 – 16 + 10 – 2 = 0
p(1) = (1)3 – 4(1)2 + 5(1) – 2
= 1 – 4 + 5 – 2 = 0
∴ 2, 1 and 1 are the zeroes of x3 – 4x2 + 5x – 2.
So, α = 2, β = 1 and γ = 1
Therefore,
α + β + γ = 2 + 1 + 1
= 4 = \(\frac{-(-4)}{1}\) = \(\frac{-b}{a}\)
αβ + βγ + γα = 2(1) + (1)(1) + (1) (2)
= 2 + 1 + 2 = 5
= \(\frac{5}{1}\) = \(\frac{c}{a}\)
and
αβγ = (2) (1) (1) = 2 = \(\frac{-(-2)}{1}\) = \(\frac{-\mathrm{d}}{\mathrm{a}}\)

Question 2.
Find a cubic polynomial with the sum, sum of the product of its zeroes taken two at a time and the product of its zeroes as 2, -7, -14 respectively.
Answer:
Let the cubic polynomial be
ax3 + bx2 + cx + d and its zeroes be α, β and γ.
Then
α + β + γ = 2 = \(\frac{-(-2)}{1}\) = \(\frac{-b}{a}\)
αβ + βγ + γα = -7 = \(\frac{-7}{1}\) = \(\frac{c}{a}\)
and αβγ = -14 = \(\frac{-14}{1}\) = \(\frac{-d}{a}\)
∴ a = 1, b = -2, c = -7 and d = 14.
So, one cubic polynomial which satisfies the given conditions will be
x3 – 2x2 – 7x + 14

TS 10th Class Maths Solutions Chapter 3 Polynomials Optional Exercise

Question 3.
If the zeroes of the polynomial x3 – 3x2 + x + 1 are a – b, a, a + b, find a and b.
Answer:
Given polynomial is x3 – 3x2 + x + 1
Since, (a – b), a, (a + b) are the zeroes of the polynomial x3 – 3x2 + x + 1.
Therefore, sum of the zeroes = (a – b) + a + (a + b)
⇒ 3a = 3 ⇒ a = 1
= \(\frac{-(-3)}{1}\) = 3
∴ Sum of the products of its zeroes taken two at a time.
= a(a – b) +a(a + b) + (a + b) (a – b)
= \(\frac{1}{1}\) = 1
⇒ a2 – ab + a2 + ab + a2 – b2 = 1
⇒ 3a2 – b2 = 1
So, 3(1)2 – b2 = 1
⇒ 3 – b2 = 1
⇒ b2 = 2 ⇒ b = \(\sqrt{2}\) = ±\(\sqrt{2}\)
Here, a = 1 and b = ±\(\sqrt{2}\)

Question 4.
If two zeroes of the polynomial x4 – 6x3 – 26x2 + 138x – 35 are 2 ± \(\sqrt{3}\) , find other zeroes.
Answer:
Given polynomial is
x4 – 6x3 – 26x2 + 138x – 35
We have, 2 ± \(\sqrt{3}\) are two zeroes of the polynomial
p(x) = x4 – 6x3 – 26x2 + 138x – 35
Let x = 2 ± \(\sqrt{3}\)
So, x – 2 = ±\(\sqrt{3}\)
On squaring, we get x2 – 4x + 4 = 3, i.e., x2 – 4x + 1 = 0
Let us divide p(x) by x2 – 4x + 1 to obtain other zeroes
TS 10th Class Maths Solutions Chapter 3 Polynomials Optional Exercise 9
p(x) = x4 – 6x3 – 26x2 + 138x – 35
= (x2 – 4x + 1) (x2 – 2x – 35)
= (x2 – 4x + 1) (x2 – 7x + 5x – 35)
= (x2 – 4x + 1) [x(x – 7) +5(x – 7)]
= (x2 – 4x + 1) (x + 5) (x – 7)
So, (x + 5) and (x – 7) are other factors of p(x)
So, -5 and 7 are other zeroes of the given polynomial.

TS 10th Class Maths Solutions Chapter 3 Polynomials Optional Exercise

Question 5.
If the polynomial
x4 – 6x3 – 16x2 + 25x + 10 is divided by another polynomial x2 – 2x + k, the remainder comes out to be x + a, find k and a.
Answer:
Given polynomial is
x4 – 6x3 + 16x2 – 25x + 10 and another polynomial is x2 – 2x + k
Remainder is x + a
Let us divide
x4 – 6x3 + 16x2 – 25x + 10 by x2 – 2x + k.
TS 10th Class Maths Solutions Chapter 3 Polynomials Optional Exercise 10
∴ Remainder = (2k – 9)x – (8 – k)k + 10
But the remainder is given as x + a.
On comparing their coefficients we have
2k – 9 = 1 ⇒ 2k = 10
⇒ k = 5 and -(8 – k) k + 10 = a
So, a = -(8 – 5) 5 + 10 = -3 × 5 + 10
= -15 + 10 = -5
Hence, k = 5 and a = -5

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Students must practice this TS Intermediate Maths 2B Solutions Chapter 6 Integration Ex 6(b) to find a better approach to solving the problems.

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Exercise 6(b)

I. Evaluate the following integrals.

Question 1.
∫e2x dx, x ∈ R
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q1

Question 2.
∫sin 7x dx, x ∈ R
Solution:
Let 7x = t then 7 dx = dt
⇒ dx = \(\frac{1}{7}\) dt
∴ ∫sin 7x dx = \(\frac{1}{7}\) ∫sint dt
= \(-\frac{1}{7}\) cos t
= \(-\frac{1}{7}\) cos 7x + c

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 3.
\(\int \frac{x}{1+x^2} d x\), x ∈ R
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q3

Question 4.
∫2x sin(x2 + 1) dx, x ∈ R
Solution:
Let x2 + 1 = t then 2x dx = dt
∴ ∫2x sin(x2 + 1) dx = ∫sin t dt
= -cos t + c
= -cos(x2 + 1) + c

Question 5.
\(\int \frac{(\log x)^2}{x} d x\) on I ⊂ (0, ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q5

Question 6.
\(\int \frac{e^{Tan^{-1} x}}{1+x^2} d x\) on I ⊂ (0, ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q6

Question 7.
\(\int \frac{\sin \left({Tan}^{-1} x\right)}{1+x^2} d x\), x ∈ R
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q7

Question 8.
\(\int \frac{1}{8+2 x^2} d x\) on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q8

Question 9.
\(\int \frac{3 x^2}{1+x^6} d x\) on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q9

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 10.
\(\int \frac{2}{\sqrt{25+9 x^2}} d x\) on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q10

Question 11.
\(\int \frac{3}{\sqrt{9 x^2-1}} d x\) on (\(\frac{1}{3}\), ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q11
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q11.1

Question 12.
∫sin mx cos nx dx on R, m ≠ n, m and n are positive integers.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q12

Question 13.
∫sin mx sin nx dx on R, m ≠ n, m and n are positive integers.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q13

Question 14.
∫cos mx cos nx dx on R, m ≠ n, m and n are positive integers.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q14

Question 15.
∫sin x sin 2x sin 3x dx on R.
Solution:
Consider sin x sin 2x sin 3x = \(\frac{1}{2}\) (2 sin x sin 2x sin 3x)
= \(\frac{1}{2}\) [cos(3x – 2x) – cos(3x + 2x)] sin x
= \(\frac{1}{2}\) [sin x cos x – sin x cos 5x]
= \(\frac{1}{4}\) [2 sin x cos x – 2 sin x cos 5x]
= \(\frac{1}{4}\) [sin 2x – [sin(5x + x) + sin(x – 5x)]
= \(\frac{1}{4}\) [sin 2x – [sin 6x – sin 4x]]
= \(\frac{1}{4}\) [sin 2x – sin 6x + sin 4x]
∴ ∫sin x sin 2x sin 3x dx = \(\frac{1}{4}\) ∫sin 2x dx – \(\frac{1}{4}\) ∫sin 6x dx + \(\frac{1}{4}\) ∫sin 4x dx
= \(-\frac{1}{8}\) cos 2x + \(\frac{1}{24}\) cos 6x – \(\frac{1}{16}\) cos 4x + c
= \(\frac{1}{4}\left[\frac{\cos 6 x}{6}-\frac{\cos 4 x}{4}-\frac{\cos 2 x}{2}\right]\) + c

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 16.
\(\int \frac{\sin x}{\sin (a+x)} d x\) on I ⊂ R – {nπ – a : n ∈ Z}.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) I Q16

II. Evaluate the following integrals.

Question 1.
\(\int(3 x-2)^{\frac{1}{2}} d x\) on (\(\frac{2}{3}\), ∞)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q1

Question 2.
\(\int \frac{1}{7 x+3} d x\) on I ⊂ R – {\(-\frac{3}{7}\)}
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q2

Question 3.
\(\int \frac{\log (1+x)}{1+x} d x\) on (-1, ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q3

Question 4.
∫(3x2 – 4)x dx on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q4

Question 5.
\(\int \frac{d x}{\sqrt{1+5 x}} \text { on }\left(-\frac{1}{5}, \infty\right)\)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q5

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 6.
∫(1 – 2x3) x2 dx on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q6

Question 7.
\(\int \frac{\sec ^2 x}{(1+\tan x)^3} d x\) on I ⊂ R – {nπ – \(\frac{\pi}{4}\) : n ∈ Z}
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q7

Question 8.
∫x3 sin(x4) dx on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q8

Question 9.
\(\int \frac{\cos x}{(1+\sin x)^2} d x\) on I ⊂ R – {2nπ + \(\frac{3 \pi}{2}\) : n ∈ Z}
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q9

Question 10.
∫\(\sqrt[3]{\sin x}\) cos x dx on [2nπ, (2n + 1)π], (n ∈ Z).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q10

Question 11.
∫2x \(e^{x^2}\) dx on R.
Solution:
Let x2 = t then 2x dx = dt
∴ ∫2x \(e^{x^2}\) dx = ∫et dt
= et + c
= \(e^{x^2}\) + c

Question 12.
\(\int \frac{e^{\log x}}{x} d x\) on (0, ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q12

Question 13.
\(\int \frac{x^2}{\sqrt{1-x^6}} d x\) on I ∈ (-1, 1)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q13

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 14.
\(\int \frac{2 x^3}{1+x^8} d x\) on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q14
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q14.1

Question 15.
\(\int \frac{x^8}{1+x^{18}} d x\) on R. (Mar. ’09)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q15

Question 16.
\(\int \frac{e^x(1+x)}{\cos ^2\left(x e^x\right)} d x\) on I ⊂ R – {x ∈ R : cos(xex) = 0}. (Mar. ’10, ’04)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q16

Question 17.
\(\int \frac{{cosec}^2 x}{(a+b \cot x)^5} d x\) on I ⊂ R – {x ∈ R : a + b cot x = 0}, where a, b ∈ R, b ≠ 0.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q17
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q17.1

Question 18.
∫ex sin ex dx on R.
Solution:
Let t = ex then dt = ex dx
∴ ∫ex sin ex dx = ∫sin t dt
= -cos t + c
= -cos(ex) + c

Question 19.
\(\int \frac{\sin (\log x)}{x} d x\) on (0, ∞).
Solution:
Let log x = t then \(\frac{1}{x}\) dx = dt
∴ \(\int \frac{\sin (\log x)}{x} d x\) = ∫sin t dt
= -cos t + c
= -cos(log x) + c

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 20.
\(\int \frac{1}{x \log x} d x\) on (1, ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q20

Question 21.
\(\int \frac{(1+\log x)^n}{x} d x\) on (e-1, ∞), n ≠ -1.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q21

Question 22.
\(\int \frac{\cos (\log x)}{x} d x\) on (0, ∞).
Solution:
Let log x = t then \(\frac{1}{x}\) dx = dt
∴ \(\int \frac{\cos (\log x)}{x} d x\) = ∫cos t dt
= sin t + c
= sin(log x) + c

Question 23.
\(\int \frac{\cos \sqrt{x}}{\sqrt{x}} d x\) on (0, ∞).
Solution:
Let √x = t then \(\frac{1}{2 \sqrt{x}}\) dx = dt
∴ \(\int \frac{\cos \sqrt{x}}{\sqrt{x}} d x\) = 2 ∫cos t dt
= 2 sin t + c
= 2 sin(√x) + c

Question 24.
\(\int \frac{2 x+1}{x^2+x+1} d x\) on R.
Solution:
Let x2 + x + 1 = t then (2x + 1) dx = dt
∴ \(\int \frac{2 x+1}{x^2+x+1} d x=\int \frac{d t}{t}\)
= log|t| + c
= log|x2 + x + 1| + c

Question 25.
\(\int \frac{a x^{n-1}}{b x^n+c} d x\) where n ∈ N, a, b, c are real numbers, b ≠ 0 and x ∈ I ⊂ {x ∈ R : xn ≠ \(-\frac{c}{b}\)}
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q25

Question 26.
\(\int \frac{1}{x \log x[\log (\log x)]} d x\) on (1, ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q26

Question 27.
∫coth x dx on R.
Solution:
∫coth x dx = \(\int \frac{\cosh x}{\sinh x} d x\)
Let sinh x = t then cosh x dx = dt
∴ ∫coth x dx = \(\int \frac{\mathrm{dt}}{\mathrm{t}}\)
= log|t| + c
= log|sinh x| + c

Question 28.
\(\int \frac{1}{\sqrt{1-4 x^2}} d x \text { on }\left(-\frac{1}{2}, \frac{1}{2}\right)\).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q28

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 29.
\(\int \frac{d x}{\sqrt{25+x^2}}\) on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q29

Question 30.
\(\int \frac{1}{(x+3) \sqrt{x+2}}\) on I ⊂ (-2, ∞). (New Model Paper & May ’12)
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q30

Question 31.
\(\int \frac{1}{1+\sin 2 x} d x\) on I ⊂ R – {\(\frac{n \pi}{2}+(-1)^n \frac{\pi}{4}\) : n ∈ Z}.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q31

Question 32.
\(\int \frac{x^2+1}{x^4+1} d x\) on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q32
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q32.1

Question 33.
\(\int \frac{d x}{\cos ^2 x+\sin 2 x}\) on I ⊂ R / ({(2n + 1)\(\frac{\pi}{2}\) : n ∈ Z} ∪ {2nπ + \({tan}^{-1} \frac{1}{2}\) : n ∈ Z})
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q33

Question 34.
\(\int \sqrt{1-\sin 2 x} d x\) on I ⊂ [2nπ – \(\frac{3 \pi}{4}\), 2nπ + \(\frac{\pi}{4}\)], n ∈ Z.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q34
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q34.1

Question 35.
\(\int \sqrt{1+\cos 2 x} d x\) on I ⊂ [2nπ – \(\frac{\pi}{2}\), 2nπ + \(\frac{\pi}{2}\)], n ∈ Z.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q35

Question 36.
\(\int \frac{\cos x+\sin x}{\sqrt{1+\sin 2 x}} d x\) on I ⊂ [2nπ – \(\frac{\pi}{4}\), 2nπ + \(\frac{3 \pi}{4}\)], n ∈ Z.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q36

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 37.
\(\int \frac{\sin 2 x}{(a+b \cos x)^2} d x\) on {R, if |a| > |b|, I ⊂ {x ∈ R : a + b cos x ≠ 0}, if |a| < |b|}.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q37

Question 38.
\(\int \frac{\sec x}{(\sec x+\tan x)^2} d x\) on I ⊂ R – {(2n + 1)\(\frac{\pi}{2}\), n ∈ Z}.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q38
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q38.1

Question 39.
\(\int \frac{d x}{a^2 \sin ^2 x+b^2 \cos ^2 x}\) on R, a ≠ 0, b ≠ 0.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q39

Question 40.
\(\int \frac{d x}{\sin (x-a) \sin (x-b)}\) on I ⊂ R – ({a + nπ : n ∈ Z} ∪ {b + nπ : n ∈ Z}).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q40
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q40.1

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 41.
\(\int \frac{1}{\cos (x-a) \cos (x-b)} \mathbf{d x}\) on I ⊂ R – ({a + \(\frac{(2 n+1) \pi}{2}\) : n ∈ Z} ∪ {b + \(\frac{(2 n+1) \pi}{2}\) : n ∈ Z})
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q41
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) II Q41.1

III. Evaluate the following integrals.

Question 1.
\(\int \frac{\sin 2 x}{a \cos ^2 x+b \sin ^2 x} d x\) on I ⊂ R – {x ∈ R | a cos2x + b sin2x = 0}
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q1

Question 2.
\(\int \frac{1-\tan x}{1+\tan x} d x\) for x ∈ I ⊂ R – {nπ – \(\frac{\pi}{4}\) : n ∈ Z}
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q2

Question 3.
\(\int \frac{\cot (\log x)}{x} d x\), x ∈ I ⊂ (0, ∞) – {e : n ∈ Z}
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q3

Question 4.
∫ex cot ex dx, x ∈ I ⊂ R – {log nπ : n ∈ Z}
Solution:
Let ex = t then ex dx = dt
∴ ∫ex cot x dx = ∫cot t dt
= log|sin t| + c
= log|sin(ex)| + c

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 5.
∫sec(tan x) sec2x dx on I ⊂ {x ∈ E : tan x ≠ \(\frac{(2 k+1) \pi}{2}\) for any k ∈ Z), where E = R – {\(\frac{(2 n+1) \pi}{2}\), n ∈ Z}
Solution:
Let tan x = t, then sec2x dx = dt
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q5

Question 6.
\(\int \sqrt{\sin x} \cos x d x\) on [2nπ, (2n + 1)π], (n ∈ Z).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q6

Question 7.
∫tan4x sec2x dx, x ∈ I ⊂ R – {\(\frac{(2 n+1) x}{2}\) : n ∈ Z}.
Solution:
Let tan x = t then sec2x dx = dt
∴ ∫tan4x sec2x dx = ∫t4dt
= \(\frac{t^5}{5}\) + c
= \(\frac{\tan ^5 x}{5}\) + c

Question 8.
\(\int \frac{2 x+3}{\sqrt{x^2+3 x-4}} d x\), x ∈ I ⊂ R – [-4, 1]
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q8

Question 9.
\(\int {cosec}^2 x \sqrt{\cot x} d x\) on (0, \(\frac{\pi}{2}\)].
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q9

Question 10.
∫sec x log(sec x + tan x) dx on (0, \(\frac{\pi}{2}\)).
Solution:
Let log(sec x + tan x) = t then \(\frac{1}{\sec x+\tan x}\) (sec x tan x + sec2x) dx = dt
⇒ \(\frac{\sec x(\sec x+\tan x) d x}{\sec x+\tan x}\) = dt
⇒ sec x dx = dt
∴ ∫sec x log(sec x + tan x) dx = ∫t dt + c
= \(\frac{\mathrm{t}^2}{2}\) + c
= \(\frac{1}{2}\) [log(sec x + tan x)]2 + c

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 11.
∫sin3x dx on R.
Solution:
sin 3x = 3 sin x – 4 sin3x
⇒ 4 sin3x = 3 sin x – sin 3x
⇒ sin3x = \(\frac{3 \sin x-\sin 3 x}{4}\)
∴ ∫sin3x dx = \(\frac{1}{2}\) ∫(3 sin x – sin 3x) dx
= \(\frac{3}{4}\)∫sin x dx – \(\frac{1}{4}\)∫sin 3x dx
= \(-\frac{3}{4}\) cos x + \(\frac{1}{12}\) cos 3x + c
= \(\frac{1}{12}\) (cos 3x – 9 cos x] + c

Question 12.
∫cos3x dx on R.
Solution:
cos 3x = 4 cos3x – 3 cos x
⇒ 4cos3x = cos 3x + 3 cos x
⇒ cos3x = \(\frac{1}{4}\)(cos 3x + 3 cos x)
∴ ∫cos3x dx = \(\frac{1}{4}\)∫(cos 3x + 3 cos x) dx
= \(\frac{1}{12}\) sin 3x + \(\frac{3}{4}\) sin x dx + c
= \(\frac{1}{12}\) [sin 3x + 9 sin x] + c

Question 13.
∫cos x cos 2x dx on R.
Solution:
We have cos A cos B = \(\frac{1}{2}\) [cos(A + B) + cos(A – B)]
⇒ cos x cos 2x = \(\frac{1}{2}\) [cos 3x + cos x]
∴ ∫cos x cos 2x dx = \(\frac{1}{2}\) [∫cos 3x + ∫cos x] dx
= \(\frac{1}{2}\left(\frac{1}{3}\right)\) sin 3x + \(\frac{1}{2}\) sin x + c
= \(\frac{1}{6}\) sin 3x + \(\frac{1}{2}\) sin x + c
= \(\frac{1}{6}\) [sin 3x + 3 sin x] + c

Question 14.
∫cos x cos 3x dx on R.
Solution:
cos x cos 3x = \(\frac{1}{2}\) [cos 4x + cos 2x]
∴ ∫cos x cos 3x dx = \(\frac{1}{2}\) ∫cos 4x dx + \(\frac{1}{2}\) ∫cos 2x dx
= \(\frac{1}{8}\) sin 4x + \(\frac{1}{4}\) sin 2x + c

Question 15.
∫cos4x dx on R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q15

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 16.
\(\int x \sqrt{4 x+3} d x\) on (\(-\frac{3}{4}\), ∞).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q16

Question 17.
\(\int \frac{d x}{\sqrt{a^2-(b+c x)^2}}\) on {x ∈ R : |b + cx| < a}, where a, b, c are real numbers c ≠ 0 and a > 0.
Solution:
Let b + cx = t then c dx = dt
⇒ dx = \(\frac{1}{c}\) dt
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q17

Question 18.
\(\int \frac{d x}{a^2+(b+c x)^2}\) on R, where a, b, c are real numbers c ≠ 0 and a > 0.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q18

Question 19.
\(\int \frac{d x}{1+e^x}\), x ∈ R.
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q19

Question 20.
\(\int \frac{x^2}{(a+b x)^2} d x\), x ∈ I ⊂ R – {\(-\frac{a}{b}\)}, where a, b are real numbers, b ≠ 0.
Solution:
Let a + bx = t then b dx = dt
⇒ dx = \(\frac{1}{b}\) dt
Also x = \(\frac{t-a}{b}\)
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q20

TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b)

Question 21.
\(\int \frac{x^2}{\sqrt{1-x}} d x\), x ∈ (-∞, 1).
Solution:
TS Inter 2nd Year Maths 2B Solutions Chapter 6 Integration Ex 6(b) III Q21

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4

Students can practice TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 to get the best methods of solving problems.

TS 10th Class Maths Solutions Chapter 3 Polynomials Exercise 3.4

Question 1.
Divide the polynomial p(x) by the polynomial g(x) and find the quotient and remainder in each of the following.
i) p(x) = x3 – 3x2 + 5x – 3, g(x) = x2 – 2
ii) p(x) = x4 – 3x2 + 4x + 5, g(x) = x2 + 1 – x
iii) p(x) = x4 – 5x + 6 and g(x) = 2 – x2
Solution:
i) p(x) = x3 – 3x2 + 5x – 3 and
g(x) = x2 – 2
The given polynomials are in standard form.
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 1
The degree of x2 – 2 is 2.
The degree of 7x – 9 is 1.
∴ We stop here since the degree of (7x – 9) < degree of (x2 – 2)
So, the quotient is x – 3 and the remainder is 7x – 9.

ii) p(x) = x4 – 3x2 + 4x + 5,
g(x) = x2 + 1 – x
p(x) = x4 – 3x2 + 4x + 5, it is in standard form.
g(x) = x2 + 1 – x, it is not in standard form. Writing it in standard form, we have x2 – x + 1. Now we apply the division algorithm to the given polynomials.
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 2
The degree of x2 – x + 1 is 2
The degree of 8 is 0.
∴ We stop here since the degree of (8) < degree of (x2 – x + 1)
So, the quotient is x2 + x – 3 and the remainder is 8.

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4

iii) p(x) = x4 – 5x + 6 and g(x) = 2 – x2
p(x) = x4 – 5x + 6 → it is in standard form
g(x) = 2 – x2 → it is not in standard form writing it in standard form, we have -x2 + 2.
Now we apply the division algorithm to the given polynomials
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 3
The degree of -x2 + 2 is 2 and that of (-5x + 10) is 1
The degree of (-x2 + 2) > degree of (-5x + 10)
So, we stop here
So, the quotient is -x2 – 2 and the remainder is -5x + 1o.

Question 2.
Check in which case the first polynomial is a factor of the second polynomial by dividing the second polynomial by the first polynomial:
i) t2 – 3, 2t4 + 3t3 – 2t2 – 9t – 12
ii) x2 + 3x + 1, 3x4 + 5x3 – 7x2 + 2x + 2
iii) x3 – 3x + 1, x5 – 4x3 + x2 + 3x + 1
Solution:
Divide the second polynomial by the first polynomial. If the remainder is zero, then the first polynomial is a factor of the second one. The given polynomials are in standard form.
i)
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 4
Since the remainder is ‘0’, t2 – 3 is a factor of 2t4 + 3t3 – 2t2 – 9t – 12.

ii)
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 5
Since the remainder is ‘0’, x2 + 3x + 1 is a factor of 3x4 + 5x3 – 7x2 + 2x + 2.

iii)
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 6
Here, the remainder is 2.
∴ x3 – 3x + 1 is not a factor of x5 – 4x3 + x2 + 3x + 1.
x5 – 4x3 + x2 + 3x + 1

Question 3.
Obtain all other zeroes of 3x4 + 6x3 – 2x2 – 10x – 5, if two of its zeroes are
\(\sqrt{\frac{5}{3}}\) and –\(\sqrt{\frac{5}{3}}\).
Solution:
The given polynomial is
3x4 + 6x3 – 2x2 – 10x – 5.
Two of its zeroes are \(\sqrt{\frac{5}{3}}\) and –\(\sqrt{\frac{5}{3}}\).
∴ [x – \(\sqrt{\frac{5}{3}}\)][x + \(\sqrt{\frac{5}{3}}\)] = [x2 – \(\sqrt{\frac{5}{3}}\)] is a factor of the given polynomial.
Now, we apply the division algorithm to the given polynomial & x2 – \(\frac{5}{3}\).
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 7
3x4 + 6x3 – 2x2 – 10x – 5 = (x2 – \(\frac{5}{3}\)) (3x2 + 6x + 3)
3x2 + 6x + 3 = 3(x2 + 2x + 1) = 3(x + 1)2
So, the zeroes of 3(x + 1)2 are -1 and -1.
Therefore, the zeroes of the given polynomial are and \(\sqrt{\frac{5}{3}}\) and –\(\sqrt{\frac{5}{3}}\), -1 and -1

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4

Question 4.
On dividing x3 – 3x2 + x + 2 by a polynomial g(x), the quotient and remainder were x – 2 and -2x + 4 respectively. Find g(x).
Solution:
By division algorithm, we have
p(x) = g(x) × q(x) + r(x)
g(x) × q(x) = p(x) – r(x)
g(x) × (x – 2) = x3 – 3x2 + x + 2 – (-2x + 4)
= x3 – 3x2 + x + 2 + 2x – 4
= x3 – 3x2 + 3x – 2
∴ g(x) = (x3 – 3x2 + 3x – 2) ÷ (x – 2)
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.4 8
∴ g(x) = x2 – x + 1

Question 5.
Give examples of polynomials p(x), g(x), q(x) and r(x), which satisfy the division algorithm and
i) deg p(x) = deg q(x)
ii) deg q(x) = deg r(x)
iii) deg r(x) = 0
Solution:
i) p(x) = 6x2 – 12x + 15, g(x) = 3,
q(x) = 2x2 – 4x + 5, r(x) = 0
ii) p(x) = x3 + 2x2 + x – 6, g(x) = x2 + 2
q(x) = x + 2, r(x) = -x – 10
iii) p(x) = x3 + 5x2 – 3x – 10, g(x) = x2 – 3
q(x) = x + 5, r(x) = 5

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5

Students can practice Telangana SCERT Class 6 Maths Solutions Chapter 13 Practical Geometry Ex 13.5 to get the best methods of solving problems.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Exercise 13.5

Question 1.
Construct ∠ABC = 60° without using protractor.
Answer:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 1

Steps of construction:

  1. Draw a line l and choose a point B on it.
  2. Place the pointer of the compasses at B and draw an arc of convenient radius which cuts the line / at a point say C.
  3. Take C as centre and with the same radius (as in step 2) in draw an arc.
  4. Now take B as centre and with the same radius (as in step 2), draw another arc cutting the previous arc (drawn in step 2) at A.
  5. Join AB, we get ∠ABC whose measure is 60°.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5

Question 2.
Construct an angle of 120° with using protractor and compasses.
Answer:
With using compasses:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 2

Steps of construction:

  1.  Draw any ray OA.
  2. Place the pointer of the compasses at O with O as centre and any convenient radius draw an arc cutting OA at M.
  3. With M as centre and without altering radius (as in step 2) draw an arc which cuts the first arc at P.
  4. With P as centre and without altering the radius (as in step 2) draw an arc which cuts the first arc at Q.
  5. Join OQ. Then ∠AOQ is the required angle.

With Using protractor:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 4

Steps of construction :

  1. Draw a ray QR of any length.
  2. Place the centre point of the protractor at
    Q and the line aligned with the \(\overline{\mathrm{QR}}\).
  3. Mark at a point P at 120°.
  4. Join QP. ∠PQR is the required angle.

Question 3.
Construct the following angles using ruler and compasses. Write the steps of construction in each case.
(i) 75°
Answer:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 3

Steps of construction:

  1. Draw any ray OA.
  2. Place the pointer of the compasses at O. With ‘O’ as centre and any convenient radius draw an arc cutting OA at M.
  3. With M as centre and without altering radius (as in step 2) draw an arc which, cuts the first arc at P.
  4. With P as centre and without altering the radius (as in step 2) draw an arc which cuts the first arc at Q.
  5. Join OQ. ∠AOQ = 120° (∵∠AOP + ∠POQ = 60°)
    ∠AOQ = ∠AOP + ∠POQ = 60° + 60° = 120°
  6. Draw OB the perpendicular bisector of ∠POQ.
    Now ∠POB = ∠QOB = 30°
    ∴∠AOB = 90°
  7. Draw OC the perpendicular bisector of ∠POB.
    Now ∠POC = ∠BOC = 15°
  8. ∠AOC = ∠AOP + ∠OC
    = 60° + 15°
    = 75°
    (or)
    ∠AOC = ∠AOB – ∠BOC
    = 90° – 15°
    = 75°
    ∠AOC is the required angle whose measure is 75°.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5

(ii) 15°
Answer:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 5

Steps of construction:

  1. Draw a line l and mark a point O on it.
  2. Place the pointer of the compasses at O and draw an arc of convenient radius which cuts the line / at a point say A.
  3. With the pointer at A (as centre) and the same radius as in the step – 2, now draw an arc that passes through O.
  4. Let the two arcs intersect at B. Join OB. We get ∠BOA whose measure is 60°.
  5. Draw the bisector OC of ∠AOB. Now ∠AOC = 30°.
    [∠AOC = ∠BOC = 30° ]
  6. Draw the bisector OD of ∠AOC. Now ∠AOD = 15°.
    [∠AOD = ∠COD = 15°]
  7. ∠AOD = 15° is the required angle.

(iii) 105°
Answer:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 6

Steps of construction:

  1. Draw any ray OM.
  2. Place the pointer of the compasses at O. With O as centre and any convenient radius draw an arc cutting OM at A.
  3. With A as centre and without altering radius (as in step 2) draw an arc which cuts the first arc at B.
  4. With B as centre and without altering radius (as in step 2) draw an arc which cuts the first arc at B.
  5. Join QC. ∠AOC = 120°.
  6. We know that ∠AOB = ∠BOC = \(\frac{1}{2}\) ∠AOC = \(\frac{1}{2}\) × 120° = 60°
  7. Draw OD the bisector of ∠BOC.
    ∴ ∠BOD = ∠DOC = \(\frac{1}{2}\) ∠BOC = \(\frac{1}{2}\) × 60° = 30°
  8. Draw OE the bisector of ∠DOC.
    ∴ ∠DOE = ∠EOC = \(\frac{1}{2}\) ∠DOC = \(\frac{1}{2}\) × 30° = 15°
  9. Now ∠AOE = ∠AOD + ∠DOE = 90° + 15° = 105°
  10. ∠AOE = 105° is the required angle.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5

Question 4.
Draw the angles given in Q. 3 using a protractor.
Answer:
The angles given in Q. 3 are 75°, 105° and 15°.

(i) 75°
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 7

Steps of construction:

  1. Draw a ray QR of any length.
  2. Place the centre point of the protractor at Q and the line aligned with the \(\overline{\mathrm{QR}}\).
  3. Mark a point P at 75°.
  4. Join QP. ∠RQP is the required angle.

(ii) 105°
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 8

Steps of construction:

  1. Draw a ray QR of any length.
  2. Place the centre point of the protractor at Q and the line aligned with the \(\overline{\mathrm{QR}}\).
  3. Mark a point P at 105°
  4. Join QP. ∠RQP is the required angle.

(iii) 15°
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 9

Steps of construction:

  1. Draw a ray QR of any length.
  2. Place the centre point of the protractor at Q and the line aligned with the \(\overline{\mathrm{QR}}\).
  3. Mark a point P at 15°
  4. Join QP. ∠RQP is the required angle.

Question 5.
Construct ∠ABC = 50° and then draw another angle ∠XYZ equal to ∠ABC without using a protactor.
Answer:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 10

Steps of construction:

  1. Make an angle ∠ABC = 50° v
  2. Draw a line l and choose a point Y on it.
  3. Use the same compasses setting to draw an arc with Y as centre, cutting l in Z.
  4. Set your compasses to the length MN.
  5. With the same radius place the compasses pointer at Z and draw an arc to cut the arc drawn earlier at X.
  6. Join XY. This gives us ∠XYZ. It has the same measure as ∠ABC i.e,, 50°.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5

Question 6.
Construct ∠DEF = 60°. Bisect it, measure each half by using a protractor.
Answer:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.5 11

Steps of construction :

  1. Draw a line P and mark a point ‘E’ on it.
  2. Place the pointer of the compasses at E and draw an arc of convenient radius which cuts the line \(\overleftrightarrow{\mathrm{PQ}}\) at a point say F.
  3. With the pointer at F (as centre), now draw an arc that passes through E.
  4. Let the two arcs intersect at D. Join ED. We get ∠DEF whose measure is 60°.
  5. Draw OC the bisector of ∠DEF.
  6. Now ∠FEC = ∠CED = 30°.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4

Students can practice Telangana SCERT Class 6 Maths Solutions Chapter 13 Practical Geometry Ex 13.4 to get the best methods of solving problems.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Exercise 13.4

Question 1.
Draw the following angles with the help of a protractor.
(i) ∠ABC = 65°
Answer:
∠ABC = 65°
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4 1

Steps of construction:

  1. Draw a ray BC of any length.
  2. Place the centre point of the protractor at B and the line aligned with the \(\overrightarrow{\mathrm{BC}}\).
  3. Mark a point A at 65°.
  4. Join BA. ∠ABC is the required angle.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4

(ii) ∠PQR = 136°
Answer:
∠ PQR = 136°
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4 2

Steps of construction:

  1. Draw a ray QR of any length.
  2. Place the centre point of the protractor at Q and the line aligned with the \(\overrightarrow{\mathrm{QR}}\).
  3. Mark a point P at 136°.
  4. Join QP. ∠PQR is the required angle.

(iii) ∠Y = 45°
Answer:
∠Y = 45°
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4 3

Steps of construction:

  1. Draw a ray YZ of any length.
  2. Place the centre point of the protractor
    at Y and the line aligned with the \(\overrightarrow{\mathrm{YZ}}\).
  3. Mark a point X at 45°.
  4. Join YX. ∠XYZ is the required angle.

TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4

(iv) ∠O =172°
Answer:
∠O = 172°
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4

Steps of construction:

  1. Draw a ray OP of any length.
  2. Place the centre point of the protractor at 0 and the line aligned with the OP
  3. Mark a point N at 172°.
  4. Join ON. ∠NOP is the required angle.

Question 2.
Copy the following angles in your notebook and find their bisector.
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4 5
Answer:
TS 6th Class Maths Solutions Chapter 13 Practical Geometry Ex 13.4 6
Steps of construction :

  1. Draw a line l and choose a point P on it.
  2. Now place the compasses at A and draw an arc to cut the rays AC and AB.
  3. Use the same compasses setting to draw an arc with P as centre, cutting / at Q.
  4. Set your compasses with \(\overline{\mathrm{BC}}\) as the radius.
  5. Place the compasses pointer at Q and draw an arc to cut the existing arc at R.
  6. Join PR. This gives us ∠RPQ. It has the same measure as ∠CAB.
    This means ∠QPR has same measure as ∠BAC.
  7. Take Q as centre and with radius more than half of the length PQ, draw an arc. Now take R as centre and with the same radius, draw another arc intersecting the previous arc at S. Join PS. PS is the bisector of the given angle.

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3

Students can practice TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 to get the best methods of solving problems.

TS 10th Class Maths Solutions Chapter 3 Polynomials Exercise 3.3

Question 1.
Find the zeroes of the following quadratic polynomial and verify the relationship between the zeroes and coefficients.

i) x2 – 2x – 8
ii) 4s2 – 4s + 1
iii) 6x2 – 3 – 7x
iv) 4u2 + 8u
v) t2 – 15
vi) 3x2 – x – 4
Solution:
i) Let p(x) = x2 – 2x – 8
= x2 – 4x + 2x – 8
= x(x – 4) + 2(x – 4)
= (x + 2) (x – 4)
The zeroes of p(x) are given by P(x) = 0
⇒ (x + 2) (x – 4) = 0
⇒ x + 2 = 0 (or) x – 4 = 0
⇒ x = -2 (or) x = 4
Hence the zeroes of x2 – 2x – 8 are -2 and 4.
Sum of the zeroes = -2 + 4 = 2
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 2
Product of the zeroes = -2 × 4 = -8
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 3

ii) Let p(s) = 4s2 – 4s + 1
= (2s)2 – 2(2s) (1) + (1)2
= (2s – 1)2
= (2s – 1) (2s – 1)
The zeroes of p(s) are given by p(s) = 0
⇒ (2s – 1) (2s – 1) = 0
⇒ 2s – 1 =0 (or) 2s – 1 = 0
⇒ s’ = \(\frac{1}{2}\) (or) s = \(\frac{1}{2}\)
Hence the zeroes of 4s2 – 4s + 1 are \(\frac{1}{2}\), \(\frac{1}{2}\)
Sum of the zeroes = \(\frac{1}{2}\) + \(\frac{1}{2}\) = 1;
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 4

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3

(iii) Let p(x) = 6x2 – 7x – 3
= 6x2 – 9x + 2x – 3
= 3x(2x – 3) + 1 (2x – 3)
= (3x + 1) (2x – 3)
The zeroes of p(x) are given by p(x) = 0
⇒ (3x + 1) (2x – 3) = 0
⇒ 3x + 1 = 0 (or) 2x – 3 = 0
⇒ 3x = -1 (or) 2x = 3
⇒ x = \(\frac{-1}{3}\) (or) x = \(\frac{3}{2}\)
Hence the zeroes of 6x – 7x – 3 are \(\frac{-1}{3}\) and \(\frac{3}{2}\)
Sum of the zeroes = \(\frac{-1}{3}\) + \(\frac{3}{2}\)
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 1

iv) Let p(u) = 4u2 + 8u
= 4u(u + 2)
The zeroes of p(u) are given by
⇒ p(u) = 0
⇒ 4u(u + 2) = 0
⇒ 4u = 0 (or) u + 2 = 0
⇒ u = 0 (or) u = -2
Hence the zeroes of 4u + 8u are 0 and -2.
Sum of the zeroes = 0 + (-2) = -2
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 5

v) Let p(t) = t2 – 15
The zero of p(t) is given by p(t) = 0
⇒ t2 – 15 = 0 ⇒ t2 = 15
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 6

vi) Let P(x) = 3x2
The zero of p(x) is given by P(x) = 0
⇒ 3x2 – x – 4 = 0
⇒ 3x2 + 3x – 4x – 4 = 0
⇒ 3x(x + 1) – 4(x + 1) = 0
⇒ (x + 1) (3x – 4) = 0
⇒ x + 1 = 0 (or) 3x – 4 = 0
⇒ x = -1 (or) x = 4/3
Hence the zeroes of 3x2 – x – 4 are -1 (or) 4/3
Sum of the zeroes of 3x2 – x – 4 are -1 (or) 4/3.
Sum of the zeroes =
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 7

Question 2.
Find the quadratic polynomial in each case, with the given numbers as the sum and product of its zeroes respectively.

i) \(\frac{1}{4}\), -1
ii) \(\sqrt{2}\), \(\frac{1}{3}\)
iii) 0, \(\sqrt{5}\)
iv) 1, 1
v) –\(\frac{1}{4}\), \(\frac{1}{4}\)
vi) 4, 1 (A.P. Mar. ’15)
Solution:
i) \(\frac{1}{4}\), -1
Let α, β be the zeroes of the quadratic polynomial.
Sum of the zeroes = α + β = \(\frac{1}{4}\)
Product of the zeroes = αβ = -1
The required quadratic polynomial will be
k[x2 – x (α + β) + αβ] where k is a constant
⇒ k[x2 – x(\(\frac{1}{4}\)) + (-1)]
⇒ k(x2 – \(\frac{x}{4}\) – 1)
If k = 4, then the polynomial will be 4(x2 – \(\frac{x}{4}\) – 1) = 4x2 – x – 4

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3

ii) \(\sqrt{2}\), \(\frac{1}{3}\)
Let α, β be the zeroes of the quadratic polynomial.
Sum of the zeroes = α + β = \(\sqrt{2}\)
Product of the zeroes = αβ = \(\frac{1}{3}\)
∴ The required quadratic polynomial will be
k[x2 – x(α + β) + αβ] where k is a constant
⇒ k[x2 – x(\(\sqrt{2}\)) + \(\frac{1}{3}\)]
⇒ k[x2 – \(\sqrt{2}\)x + \(\frac{1}{3}\)]
when k = 3, then the polynomial will be
3[x2 – \(\sqrt{2}\)x + \(\frac{1}{3}\)] (or) 3x2 – 3\(\sqrt{2}\)x + 1

iii) 0, \(\sqrt{5}\)
Let α, β be the zeroes of the quadratic polynomial.
Sum of the zeroes = α + β = 0
Product of the zeroes = αβ = \(\sqrt{5}\)
The required quadratic polynomial will be k[x2 – x(α + β) + αβ where k is a constant
⇒ k[x2 -x(0) + \(\sqrt{5}\)]
⇒ k[x2 + \(\sqrt{5}\)].
Where k = 1, the polynomial will be x2 + \(\sqrt{5}\).

iv) 1, 1
Let α, β be the zeroes of the quadratic polynomial.
Sum of the zeroes = α + β = 1
Product of the zeroes = αβ = 1
∴ The required quadratic polynomial will be
k[x2 – x(α + β) + αβ] where k is a constant
⇒ k[x2 – x(α – β) + 1]
⇒ k[x2 – x + 1]
Where k = 1, the polynomial will be x2 – x + 1.

v) –\(\frac{1}{4}\), \(\frac{1}{4}\)
Let α, β be the zeroes of the quadratic polynomial.
Sum of the zeroes = α + β = –\(\frac{1}{4}\)
Product of the zeroes = αβ = \(\frac{1}{4}\)
The required quadratic polynomial will be k[x2 – x(α + β) + αβ] where k is a constant
⇒ k[x2 – x(-\(\frac{1}{4}\)) + \(\frac{1}{4}\)]
⇒ k[x2 + \(\frac{x}{4}\) + \(\frac{1}{4}\)]
Where k = 4, the polynomial will be
4[x2 + \(\frac{x}{4}\) + \(\frac{1}{4}\)] = 4x2 + x + 1

Question 3.
Find the quadratic polynomial for the zeroes α, β given in each case. (A.P.Mar.’16)

i) 2, -1
ii) \(\sqrt{3}\), –\(\sqrt{3}\)
iii) \(\frac{1}{4}\), -1
iv) \(\frac{1}{2}\), \(\frac{3}{2}\)
Solution:
i) 2,-1
Let the quadratic polynomial be ax2 + bx + c, a ≠ 0 and its zeroes be α & β
Here α = 2, β = -1
Sum of the zeroes = α + β = 2 + (-1) = 1
Product of the zeros = αβ = 2 × (-1)
= -2
∴ The required quadratic polynomial
ax2 + bx + c is k[x2 – x(α + β) + αβ]
where k is a constant
⇒ k [x2 – x(1) + (-2)]
⇒ k[x2 – x – 2]
Where k = 1, the quadratic polynomial will be x2 – x – 2.

ii) \(\sqrt{3}\), –\(\sqrt{3}\)
Let the quadratic polynomial be
ax2 + bx + c, a ≠ 0 and its zeroes be α & β
Here α = \(\sqrt{3}\) , β = –\(\sqrt{3}\)
Sum of the zeroes = α + β
= \(\sqrt{3}\) + (-\(\sqrt{3}\)) = o
Product of the zeros
= αβ = \(\sqrt{3}\) × –\(\sqrt{3}\) = -3
Therefore the quadratic polynomial
ax2 + bx + c is k[x2 – x(α + β) + αβ]
where k is a constant
⇒ k [x2 – x(0) + (-3)]
⇒ k[x2 – 3]
Where k = 1, the quadratic polynomial will be [x2 – 3].

iii) \(\frac{1}{4}\), -1
Let the quadratic polynomial be
ax2 + bx + c, a ≠ 0 and its zeroes be α & β
Here α = \(\frac{1}{4}\), β = -1
Sum of the zeroes = α + β
= \(\frac{1}{4}\) + (-1) = \(\frac{-3}{4}\)
Product of the zeroes = αβ = \(\frac{1}{4}\) × (-1)
= –\(\frac{1}{4}\)
Therefore, the quadratic polynomial
ax2 + bx + c is k[x2 – x(α + β) + αβ]
where k is a constant
Where k = 4, the quadratic polynomial will be [4x2 + 3x – 1]

iv) \(\frac{1}{2}\), \(\frac{3}{2}\)
Let the quadratic polynomial be
ax2 + bx + c, a ≠ 0 and its zeroes be α & β
Here α = \(\frac{1}{2}\), β = \(\frac{3}{2}\)
Sum of the zeroes = α + β
= \(\frac{1}{2}\) + \(\frac{3}{2}\) = \(\frac{4}{2}\) = 2
Product of the zeroes = αβ
= \(\frac{1}{2}\) × \(\frac{3}{2}\) = \(\frac{3}{4}\)
Therefore the quadratic polynomial
ax2 + bx + c is k[x2 – x(α + β) + αβ]
where k is a constant
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3 8
Where k = 4, the quadratic polynomial will be [4x2 – 8x + 3].

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.3

Question 4.
Verify that 1, -1 and -3 are the zeroes of the cubic polynomial x3 + 3x2 – x – 3 and check the relationship between zeroes and the coefficients. (A.P. Mar. ’15)
Solution:
The given polynomial is x3 + 3x2 – x – 3
Comparing the given polynomial with ax3 + bx2 + cx + d
We get a = 1, b = 3, c = -1, d = -3
Let p(x) = x3 + 3x2 – x – 3
Then p(1) = (1)3 + 3(1)2 – 1 – 3
= 1 + 3 – 1 – 3
= 4 – 4 = 0
p(-1) = (-1)3 + 3(-1)2 – (-1) – 3
= -1 + 3 + 1 – 3 = 0
p(-3) = (-3)3 + 3(-3)2 – (-3) – 3
= -27 + 27 + 3 – 3 = 0
Therefore 1, -1 and -3 are the zeroes of
x3 + 3x2 – x – 3.
So α = 1, β = -1, γ = -3
α + β + γ = 1 – 1 – 3 = -3 = -3/1 = \(\frac{-b}{a}\)
αβ + βγ + αγ = 1(-1) + (-1)(-3) + (-3)(1)
= -1 + 3 – 3 = -1 = -1/1 = c/a
αβγ = (1)(-1)(-3) = – \(\left(\frac{-3}{1}\right)\) = \(\frac{-\mathrm{d}}{\mathrm{a}}\)

TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions

Students can practice TS SCERT Class 6 Maths Solutions Chapter 9 Introduction to Algebra InText Questions to get the best methods of solving problems.

TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions

Try These

Question 1.
Can you now write the rule to form the following pattern with match-sticks ?
TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions 1
Answer:
The rule for the above figures is 3n.
[∵ 3 × 1, 3 × 2, 3 × 3, ………………]

TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions

Question 2.
Find the rule for required number of matchsticks to form a pattern repeating ‘H’. How would the rule be for repeating the shape ‘L’ ?
Answer:
The required pattern of repeating ‘H’ is
‘3n’. (3 × 1, 3 × 2, ………………..)
The rule for ‘L’ is ‘2n’.

Question 3.
A line of shapes is constructed using matchsticks.
TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions 2
(i) Find the rule that shows how many sticks are needed to make a group of such shapes ?
(ii) How many matchsticks are needed to form a group of 12 shapes ?
Answer:
(i) Number of matchsticks that are used in each figure are
3 ; 5 ; 7 ; 9 ………………
Shape-1; Shape-2; Shape-3; Shape-4
2 × 1 + 1; 2 × 2 + 1 ; 2 × 3 + 1 ; 2 × 4 + 1 ………
In general (2n + 1) is the rule for the above shapes.

(ii) 2n + 1 = 2 × 12 + 1 = 25 [ ∵ n = 12]

(Try These)

Question 1.
Find the general rule for the perimeter of a rectangle. Use variables ‘l’ and ‘b’ for length and breadth of the rectangle respectively.
Answer:
TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions 3
Perimeter of a rectangle
= l + b + l + b
= 2l + 2b = 2 (l + b)

Question 2.
Find the general rule for the area of a square by using the variable ’s’ for the side of a square ?
Answer:
TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions 4
The rule for the area of a square is A = side × side
= s × s
A = s2

Question 3.
What would be the rule for perimeter of an Isosceles triangle ?
Answer:
TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions 5
The rule for the perimeter of an Isosceles triangle
= 3 × side
= 3 × a
P = 3a

TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions

Do This

Question 1.
Find the nth term in the following sequences.
(i) 3, 6, 9, 12, …………………
(ii) 2, 5, 8, 11, …………………
(iii) 1, 8, 27, 64, 125, …………………
Answer:
(i) The nth> term of the above series is
3 × 1, 3 × 2, 3 × 3, ……………….. = 3n.

(ii) The nth term is 3 × 1 – 1, 3 × 2 – 1, 3 × 3 – 1, 3 × 4 – 1,
i.e., 3n – 1

(iii) The nth term is 1 × 1 × 1, 2 × 2 × 2, 3 × 3 × 3, ……. is
13, 23, 33 ………………….
i.e., n3

Question 2.
Write LHS and RHS of the following simple equations:
(i) 2x + 1 = 10
Answer:
2x + 1 = 10
LHS = 2x + 1, RHS = 10

(ii) 9 = y – 2
Answer:
9 = y – 2 ;
LHS = 9, RHS = y – 2

(iii) 3p + 5 = 2p + 10
Answer:
3p + 5 = 2p + 10
LHS = 3p + 5, RHS = 2p + 10

Question 3.
Write any two simple equations and give their LHS and RHS.
Answer:

Simple equationLHSRHS
1. 4x – 10 = 7x + 64x – 107x + 6
2. t – 2= 5t – 25

TS 6th Class Maths Solutions Chapter 9 Introduction to Algebra InText Questions

Question 4.
Find the solution of the equation ‘x – 4 = 2’ by Trail and Error method.
Answer:
Given equation is x – 4 = 2
If x = 1 ⇒ x – 4 = 2
⇒ 1 – 4 = 2
– 3 ≠ 2
If x = 3 ⇒ 3 – 4 = 2
– 1 ≠ 2
If x = 5 ⇒ 5 – 4 = 2 .
1 ≠ 2
If x = 6 ⇒ 6 – 4 = 2
2 = 2
x = 6 satisfies the given equation.
∴ x = 6 is the solution of the equation.

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2

Students can practice TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 to get the best methods of solving problems.

TS 10th Class Maths Solutions Chapter 3 Polynomials Exercise 3.2

Question 1.
The graphs of y = p(x) are given in the figure below, for some polynomials p(x). In each case, find the number of zeroes
of p(x).
Solution:
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 1
Solution:
Six figures are given and they are numbered.
In the first figure, there are no zeroes.
In the second figure, there is one zero.
In the third figure, there are three zeroes.
In the fourth figure, there are two zeroes.
In the fifth figure, there are four zeroes.
In the sixth figure, there are three zeroes.

Question 2.
Find the zeroes of the given polynomials.
(i) p(x) = 3x
(ii) p(x) = x2 + 5x + 6
(iii) p(x) = (x + 2) (x + 3)
(iv) p(x) = x4 – 16
Solution:
i) p(x) = 3x
p(0) = 3 × 0 = 0
∴ The zero of p(x) = 3x is 0

ii) p(x) = x2 + 5x + 6
= x2 + 3x + 2x + 6
= x(x + 3) + 2(x + 3) = (x + 2) (x + 3)
To find zeroes, let p(x) = 0
⇒ (x + 2) (x + 3) = 0
So, x + 2 = 0 (or) x + 3 = 0
⇒ x = -2 (or) x = -3
Therefore, the zeroes of x + 5x + 6 are – 2 and -3.

iii) p(x) = (x + 2) (x + 3)
⇒ x2 + 2x + 3x + 6
⇒ x2 + 5x + 6
To find zeroes, let p(x) = 0
⇒ (x + 2) (x + 3) = 0
So, x + 2 = 0 (or) x + 3 = 0
⇒ x = -2 (or) x = -3
∴ The zeroes of (x + 2) (x + 3) are -2 and -3.

iv) p(x) = x4 – 16
= (x2)2 – (4)2 = (x2 + 4) (x2 – 4)
= (x2 + 4)(x + 2)(x – 2)
To find zeroes, let p(x) = O
⇒ (x2 + 4) (x + 2)(x – 2) = 0
(i.e.,) x2 + 4 = 0 (or) x + 2 = 0 (or) x – 2 = 0
If x2 + 4 = 0, then x2 = -4 ⇒
x = ± \(\sqrt{-4}\)
If x + 2 = 0, then x = -2
If x – 2 = 0, then x = 2
∴ The zeroes of the polynomial x4 – 16 are -2, 2 and ± \(\sqrt{-4}\).

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2

Question 3.
Draw the graphs of the given polynomials and find the zeroes. Justify the answers. (A.P.June’ 15)
(i) p(x) = x2 – x – 12
(ii) p(x) = x2 – 6x + 9
(iii) p(x) = x2 – 4x + 5
(iv) p(x) = x2 + 3x – 4
(v) p(x) = x2 – 1
Solution:
i) p(x) = x2 – x – 12
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 2
∴ The zeros of x2 – x – 12 are 4 and -3.

Scale:
On X-axis: 1 cm = 1 unit
OnY-axis: 1 cm = 2 units
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 17
The graph intersects the X-axis at (4, 0) and (-3, 0)

ii) p(x) = x2 – 6x + 9
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 11
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 16
The graph intersects one the X-axis at only point (3, 0)

iii) p(x) = x2 – 4x + 5
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 12
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 13

Scale:
On X-axis: 1 cm = 1 unit
OnY-axis: 1 cm = 2 units

The graph does not intersect at the X-axis.
There are no zeroes of the polynomial x2 – 4x + 5

TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2

iv) p(x) = x2 + 3x – 4
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 14
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 15
∴ The graph intersects the X-axis at (1, 0) and (-4, 0)
∴ The zeroes of the polynomial x2 + 3x – 4 are 1 and -4.

v) p(x) = x2 – 1
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 8
TS 10th Class Maths Solutions Chapter 3 Polynomials Ex 3.2 9
The graph intersects the X-axis at (-1, 0) and (1, 0)
∴ The zeroes of the polynomial x2 – 1 are -1 and 1.

Question 4.
Why are \(\frac{1}{4}\) and -1 zeroes of the polynomial p(x) = 4x2 + 3x – 1?
Solution:
p(x) = 4x2 + 3x – 1
∴ p(\(\frac{1}{4}\)) = 4(\(\frac{1}{4}\))2 + 3(\(\frac{1}{4}\)) – 1
= \(\frac{1}{4}\) + \(\frac{3}{4}\) + \(\frac{1}{1}\)
= \(\frac{1+3-4}{4}\) = \(\frac{0}{4}\) = 0
∴ p(-1) = 4(-1)2 + 3(-1) – 1
= 4(1) – 3 – 1
= 4 – 3 – 1
= 4 – 4 = 0
Since p(\(\frac{1}{4}\)) and p(-1) are equal to zero.
\(\frac{1}{4}\) and -1 are the zeroes of the polynomial.