Class 12 NCERT Solutions- Mathematics Part I - Chapter 1 Relations And Functions - Exercise 1.2
Last Updated : 05 Sep, 2024
In Class 12 Mathematics, Chapter 1, "Relations and Functions" students delve into the foundational concepts of relations and functions. Exercise 1.2 focuses on the various problems to enhance understanding of these concepts. This exercise is crucial for grasping how different functions relate to each other and how they can be represented mathematically.
Relations and Functions
Relations: A relation between two sets is a collection of ordered pairs where each element from the first set is associated with the elements in the second set. The Relations can be represented using sets, tables, or graphs. For example: if we have two sets A and B a relation from the A to B can be described as a subset of the Cartesian product A × B.
Functions: A function is a special type of relation where each element in the domain is associated with exactly one element in the codomain. The Functions can be represented using the function notation such as the f(x) where x is an element of the domain and f(x) is the corresponding element in the codomain. The Functions are essential for defining mathematical relationships and are used extensively in the various branches of mathematics.
Question 1. Show that the function f: R* ⇢ R* defined by f(x)=(1/x) is one-one and onto, where R* is the set of all non-zero real numbers. Is the result true, if the domain R* is replaced by N with a co-domain the same as R*?
Solution:
One-one:
f(x)=f(y)
⇒1/x =1/y
⇒x=y
Therefore, f is one-one.
Onto:
It is clear that for y∈ R* there exists x=(1/y)∈ R* (exists as y ≠ 0) such that f(x)=1/(1/y)=y
Therefore, f is onto.
Thus, consider function g: N⇢R* defined by g(x)=1/x
We have, f(x1)=g(x2)⇒1/x1=1/x2⇒x1=x2
Therefore, g is one-one.
Further, it is clear that g is not onto as for 1.2∈ R* there does not exist any x in N such that g(x)=1/(1.2)
Hence, function g is one-one but not onto.
Question 2. Check the injectivity and surjectivity of the following functions:
(i) f: N⇢N given by f(x)=x2
Solution:
It is seen that for x, y ∈ N, f(x)=f(y) ⇒x2=y2⇒x=y
Therefore, f is injective.
Now, 2 ∈ N but there does not exist any x in N such that f(x)=x2=2.
Therefore, f is not surjective.
(ii) f: Z⇢Z given by f(x)=x2
Solution:
It is seen that f(-1)=f(1), but -1 ≠1. Therefore, f is not injective.
-2 ∈ Z. But, there does not exist any x in Z such that f(x)= x2=-2.Therefore, f is not surjective
(iii) f: R⇢ R given by f(x)=x2
Solution:
It is seen that f(-1)=f(1), but -1 ≠1. Therefore, f is not injective.
-2 ∈ R. But, there does not exist any x in R such that f(x)= x2=-2.Therefore, f is not surjective.
(iv)f: N⇢N given by f(x)=x3
Solution:
It is seen that for x, y ∈ N, f(x)=f(y)⇒x3=y3⇒x=y. Therefore, f is injective.
2∈ N. But, there does not exist any element x in domain N such that f(x)=x3=2. Therefore, f is not surjective.
(v) f: Z⇢Z given by f(x)=x3
Solution:
It is seen that for x, y ∈Z, f(x)=f(y)⇒x3=y3⇒x=y. Therefore, f is injective.
2∈Z. But, there does not exist any element x in domain Z such that f(x)=x3=2. Therefore, f is not surjective.
Question 3. Prove that the Greatest Integer Function f: R⇢R given by f(x)=[x], is neither one-one nor onto, where [x] denotes the greatest integer less than or equal to x.
Solution:
It is seen that f(1.2)=[1.2]=1, f(1.9)=[1.9]=1.
f(1.2)=f(1.9), but 1.2≠1.9. Therefore, f is not one-one.
Consider 0.7∈R. It is known that f(x)=[x] is always an integer. Thus, there does not exist any element x ∈R such that f(x)=0.7. Therefore, f is not onto.
Hence, the greatest integer function is neither one-one nor onto.
Question 4. Show that the Modulus Function f:R⇢R given by f(x)=|x|, is neither one-one nor onto, where |x| is x, if x is positive or 0 and |x| is -x, if x is negative.
Solution:
It is seen that f(-1)=|-1|=1, f(1)=|1|=1.
f(-1)=f(1), but -1≠1. Therefore, f is not one-one.
Consider, -1∈R. It is known that f(x)=|x| is always non-negative. Thus, there does not exist any element x in domain R such that f(x)=|x|=-1. Therefore, f is not onto.
Hence, the modulus function is neither one-one nor onto.
Question 5. Show that the signum function f: R⇢R given by, f(x)={ (1, if x>0), (0, if x=0), (-1, if x<0)} is neither one-one nor onto.
Solution:
It is seen that f(1)=f(2)=1, but 1≠2. Therefore, f is not one-one.
As f(x) takes only 3 values (1, 0, or -1) for the element -2 in co-domain R, there does not exist any x in domain R such that f(x)=-2. Therefore, f is not onto.
Hence, the signum function is neither one-one nor onto.
Question 6. Let A={1, 2, 3}, B={4, 5, 6, 7} and let f={(1,4), (2,5), (3,6)} be a function from A to B. Show that f is one-one.
Solution:
It is given that A = {1, 2, 3}, B = {4, 5, 6, 7}.
f:A⇢B is defined as f={(1,4), (2,5), (3,6)}
Therefore, f(1)=4, f(2)=5, f(3)=6
It is seen that the images of distinct elements of A under f are distinct.
Hence, function f is one-one.
Question 7. In each of the following cases, state whether the function is one-one, onto or bijective. Justify your answer.
(i) f:R⇢R defined by f(x)=3-4x
Solution:
Let x1, x2 ∈R such that f(x1)=f(x2)
⇒3-4x1=3-4x2
⇒-4x1=-4x2
⇒x1=x2
Therefore, f is one-one.
For any real number (y) in R, there exists {(3-y)/4} in R such that f((3-y)/4)=3-4((3-y)/4)=y.
Therefore, f is onto
Hence, f is bijective.
(ii) f:R⇢R defined b f(x)=1+x2
Solution:
Let x1, x2 ∈ R such that f(x1)=f(x2)
⇒1+x12=1+x22
⇒x12=x22
⇒x1=±x2
Therefore, f(x1)=f(x2) does not imply that x1=x2
For instance, f(1)=f(-1)=2
Therefore, f is not one-one.
Consider, an element -2 in co-domain R.
It is seen that f(x)=1+x2 is positive for all x ∈ R.
Thus, there does not exist any x in domain R such that f(x)=-1.
Therefore, f is not onto.
Hence, f is neither one-one nor onto.
Question 8. Let A and B be sets. Show that f: A x B ⇢B x A such that (a, b)=(b, a) is bijective function.
Solution:
Let (a1, b1), (a2, b2) ∈ A x b such that f(a1, b1)=f(a2, b2)
⇒(b1, a1)=(b2, a2)
⇒b1=b2 and a1=a2
⇒(a1, b1)=(a2, b2)
Therefore, f is one-one.
Let (b,a) ∈ B x A such that f(a, b)=(b,a).
Therefore, f is onto.
Hence, f is bijective.
Question 9. Let f: N⇢ N defined by f(n)={((n+1)/2, if n is odd), (n/2, if n is even) for all n ∈ N. State whether the function f is bijective. Justify your answer.
Solution:
It can be observed that:
f(1)=(1+1)/2=1 and f(2)=2/2=1
So, f(1)=f(2), where, 1≠2
Therefore, f is not one-one.
Therefore, it is not bijective. (Since, it needs to be both one-one and onto to be bijective).
Question 10. Let A=R-{1}. Consider the function f: A⇢B defined by f(x)=(x-2)/(x-3). Is f one-one and onto? Justify your answer.
Solution:
Let x, y ∈ A such that f(x)=f(y)
⇒ (x-2)/(x-3)=(y-2)/(y-3)
⇒(x-2)(y-3)=(y-2)(x-3)
⇒ xy-3x-2y+6=xy-3y-2x+6
⇒ -3x-2y=-3y-2x
⇒ 3x-2x=3y-2y
⇒ x=y
Therefore, f is one-one.
Let, y ∈ B= R-{1}. Then y≠1.
The function f is onto if there exists x ∈ A such that f(x)=y
Now,
f(x)=y
⇒ (x-2)/(x-3)=y
⇒ x-2=xy-3y
⇒ x(1-y)=-3y+2
⇒ x=(2-3y)/(1-y) ∈ A
Thus, for any y ∈ B, there exists (2-3y)/(1-y) ∈ A such that f((2-3y)/(1-y))={((2-3y)/(1-y))-2}/{((2-3y)/(1-y))-3}=(2-3y-2+2y)/(2-3y-3+3y)=(-y)/(-1)=y
Therefore, f is onto.
Hence, function f is one-one and onto.
Question 11. Let f: R⇢R be defined as f(x)=x4. Choose the correct answer:
(A) f is one-one onto (B) f is many-one onto (C) f is one-one but not onto (D) f is neither one-one nor onto
Solution:
Let x, y ∈ R such that f(x)=f(y)
⇒ x4=y4
⇒ x=±y
Therefore, f(x1)=f(x2) does not imply that x1=x2
For instance, f(1)=f(-1)=1
Therefore, f(1)=f(-1)=1
Therefore, f is not one-one
Consider an element 2 in co-domain R. It is clear that there does not exist any x in domain R such that f(x)=2
Therefore, f is not onto.
The correct answer is D.
Question 12. Let f:R⇢R be defined as f(x)=3x. Choose the correct answer:
(A) f is one-one onto (B) f is many-one onto (C) f is one-one but not onto (D) f is neither one-one nor onto
Solution:
Let x, y ∈ R such that f(x)=f(y)
⇒ 3x = 3y
⇒ x=y
Therefore, f is one-one.
Also, for any real number (y) in co-domain R, there exists y/3 in R such that f(y/3) = 3(y/3) = y
Therefore, f is onto.
Hence, the correct answer is A.
Read More:
Conclusion
Understanding relations and functions is fundamental to advancing in the mathematics as these concepts form the basis for the more complex topics. Exercise 1.2 in Chapter 1 of the Class 12 NCERT Mathematics book provides the essential practice to the solidify these foundational ideas. Mastery of these concepts will enhance problem-solving skills and prepare students for the higher-level mathematical challenges.
Similar Reads
NCERT Solutions for Class 12 Maths Maths is among the highest-scoring subjects in the Class 12th board exam 2024-25. The syllabus of the CBSE Maths exam is based on the latest NCERT Maths syllabus. So, GeeksforGeeks has curated the NCERT Class 12 Maths Solution for you to prepare. Students can also download the NCERT Solution PDF of
11 min read
Chapter 1 - Relations and Functions
Class 12 NCERT Solutions- Mathematics Part I - Chapter 1 Relations And Functions - Exercise 1.1Relation and Function are two ways of establishing links between two sets in mathematics. Relation and Function in maths are analogous to the relation that we see in our daily lives i.e., two persons are related by the relation of father-son, mother-daughter, brother-sister, and many more. On a simi
15+ min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 1 Relations And Functions - Exercise 1.1 | Set 2Content of this article has been merged with Chapter 1 Relations And Functions - Exercise 1.1 as per the revised syllabus of NCERT. Question 11. Show that the relation R in the set A of points in a plane given by R ={ (P,Q): distance of the point P from the origin is the same as the distance of the
6 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 1 Relations And Functions - Exercise 1.2In Class 12 Mathematics, Chapter 1, "Relations and Functions" students delve into the foundational concepts of relations and functions. Exercise 1.2 focuses on the various problems to enhance understanding of these concepts. This exercise is crucial for grasping how different functions relate to eac
8 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 1 Relations And Functions - Exercise 1.3Please note that Exercise 1.3 from Chapter 1, âRelations and Functionsâ in the NCERT Solutions, has been removed from the revised syllabus. As a result, this exercise will no longer be a part of your study curriculum. Solve The Following Questions NCERT Solutions for Class 12 Math's Chapter 1 Exerci
10 min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 1 Relations and Functions - Exercise 1.4Exercise 1.4 delves into the advanced concepts of function composition and invertible functions, building upon the foundational knowledge of relations and functions established earlier in the chapter. This exercise is crucial for developing a deeper understanding of how functions interact and transf
15+ min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 1 Relations and Functions - Exercise 1.4 | Set 2Exercise 1.4 | Set 2 builds upon the concepts introduced in the first set, focusing on more advanced aspects of function composition and inverse functions. This set challenges students to apply their understanding to more complex scenarios, including composite functions with trigonometric, exponenti
10 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 1 Relations And Functions -Miscellaneous Exercise on Chapter 1 | Set 1Question 1. Let f : R â R be defined as f(x) = 10x + 7. Find the function g : R â R such that g o f = f o g = 1R. Solution: As, it is mentioned here f : R â R be defined as f(x) = 10x + 7 To, prove the function one-one Let's take f(x) = f(y) 10x + 7 = 10y + 7 x = y Hence f is one-one. To, prove the
9 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 1 Relations And Functions -Miscellaneous Exercise on Chapter 1 | Set 2Chapter 1 of NCERT Class 12 Mathematics Part I focuses on Relations and Functions, building upon the foundational concepts introduced in earlier classes. This chapter delves deeper into various types of relations and functions, exploring their properties, compositions, and applications. Students wil
8 min read
Chapter 2 - Inverse Trigonometric Functions
Class 12 NCERT Mathematics Solutions : Chapter 2 Inverse Trigonometric Functions - Exercise 2.1In this article, we will be going to solve the entire exercise 2.1 of our NCERT textbook which is Inverse Trigonometric Functions. Trigonometry is a branch of mathematics that studies the relationships between the angles and sides of triangles. It's fundamental in many areas of mathematics and appli
6 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 2 Inverse Trigonometric Functions - Exercise 2.2 | Set 1Exercise 2.2 | Set 1 focuses on the properties and applications of inverse trigonometric functions. This set of problems is designed to deepen students' understanding of these functions, their domains, ranges, and various identities. Inverse trigonometric functions, also known as arc functions, are
5 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 2 Inverse Trigonometric Functions - Exercise 2.2 | Set 2Content of this article has been merged with Chapter 2 Inverse Trigonometric Functions - Exercise 2.2 as per the revised syllabus of NCERT. Find the values of each of the following: Question 11. tanâ1[2cos(2sinâ11/2â)] Solution: Let us assume that sinâ11/2 = x So, sinx = 1/2 Therefore, x = Ïâ/6 = si
3 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 2 Inverse Trigonometric Functions - Miscellaneous Exercise on Chapter 2 | Set 1Question 1. Find the value of {\cos }^{-1}(\cos \frac {13\pi} {6}) Solution: We know that \cos^{-1} (\cos x)=x Here, \frac {13\pi} {6} \notin [0,\pi]. Now, {\cos }^{-1}(\cos \frac {13\pi} {6}) can be written as : {\cos }^{-1}(\cos \frac {13\pi} {6})={\cos }^{-1}[\cos( 2\pi+\frac {\pi} {6})] , where
5 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 2 Inverse Trigonometric Functions - Miscellaneous Exercise on Chapter 2 | Set 2Chapter 2 of Class 12 NCERT Mathematics Part I delves deeper into Inverse Trigonometric Functions, building upon the foundational concepts introduced earlier. This set of miscellaneous exercises challenges students to apply their understanding of inverse trigonometric functions in more complex scena
4 min read
Chapter 3 - Matrices
Class 12 NCERT Solutions- Mathematics Part I - Chapter 3 Matrices - Exercise 3.1In this article, we will be going to solve the entire Miscellaneous Exercise 3.1 of Chapter 3 of the NCERT textbook. A matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns. The numbers, symbols, or expressions in the matrix are called elements or entries. M
11 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 3 Matrices - Exercise 3.2Matrices are a fundamental concept in linear algebra, used extensively in mathematics, physics, engineering, computer science, and various other fields. A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. The numbers or elements inside a matrix are enclo
15+ min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 3 Matrices - Exercise 3.2 | Set 2The content of this article has been merged with Chapter 3 Matrices- Exercise 3.2 as per the revised syllabus of NCERT.Chapter 3 of the Class 12 NCERT Mathematics Part I textbook, titled "Matrices," introduces the fundamental concepts and operations related to matrices. This chapter covers various m
15 min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 3 Matrices - Exercise 3.3Chapter 3 of the Class 12 NCERT Mathematics textbook, titled "Matrices," delves into the fundamental concepts of matrices, including their types, operations, and applications. Exercise 3.3 focuses on practical problems involving matrix operations, such as addition, subtraction, and multiplication of
13 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 3 Matrices - Exercise 3.4 | Set 1Using elementary transformations, find the inverse of each of the matrices, if it exists in Exercises 1 to 6.Question 1.\left[\begin{array}{rr} 1 & -1 \\ 2 & 3 \end{array}\right] Solution: \begin{aligned} &\text { Since we know that, } A= IA \Rightarrow\left[\begin{array}{cc} 1 & -1
8 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 3 Matrices - Exercise 3.4 | Set 2Matrices are a fundamental concept in mathematics providing a compact way to represent and manipulate data and equations. They are used in various fields including algebra, calculus, and applied mathematics. This chapter focuses on the operations and properties of matrices essential for solving the
12 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 3 Matrices - Miscellaneous Exercise on Chapter 3Chapter 3 of the Class 12 NCERT Mathematics textbook, titled "Matrices," covers fundamental concepts related to matrices, including operations such as addition, multiplication, and finding determinants and inverses. The Miscellaneous Exercise in this chapter provides a range of problems that integra
12 min read
Chapter 4 - Determinants
Class 12 NCERT Solutions - Mathematics Part I - Chapter 4 Determinants - Exercise 4.1Chapter 4 of Class 12 NCERT Mathematics Part I introduces the concept of determinants, a crucial topic in linear algebra. Exercise 4.1 focuses on the fundamentals of determinants, including their definition, calculation for 2x2 and 3x3 matrices, and their basic properties. This exercise lays the gro
4 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 4 Determinants - Exercise 4.2 | Set 1Exercise 4.2 specifically focuses on the properties and applications of determinants, building upon the basic definitions introduced earlier in the chapter. This exercise aims to deepen students' understanding of how determinants can be manipulated and applied to solve various mathematical problems.
10 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 4 Determinants- Exercise 4.2 | Set 2Exercise 4.2 of Chapter 4 in the NCERT Class 12 Mathematics Part I textbook delves deeper into the properties and applications of determinants. This set builds upon the foundational concepts introduced earlier, challenging students with more complex problems that require a nuanced understanding of d
8 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 4 Determinants - Exercise 4.3Question 1. Find area of the triangle with vertices at the point given in each of the following : (i) (1, 0), (6, 0), (4, 3) (ii) (2, 7), (1, 1), (10, 8) (iii) (â2, â3), (3, 2), (â1, â8) Solution: (i) (1, 0), (6, 0), (4, 3) Area\ of\ triangle=\frac{1}{2}\begin{vmatrix}1 & 0 & 1\\6&0&
2 min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 4 Determinants - Exercise 4.4Exercise 4.4 of Chapter 4 in the NCERT Class 12 Mathematics Part I textbook focuses on advanced applications of determinants and their properties. This exercise builds upon the foundational knowledge established in previous sections, challenging students to apply determinant techniques to more compl
7 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 4 Determinants - Exercise 4.5NCERT Solutions for Class 9 Maths, Chapter 1, Number Systems, Exercise 1.3, meticulously crafted by our subject experts, facilitating effortless learning for students. These solutions serve as a valuable reference for students tackling exercise problems. Exercise 1.3 delves into the realm of real nu
15+ min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 4 Determinants - Exercise 4.6 | Set 1Examine the consistency of the system of equations in Exercises 1 to 6.Question 1. x + 2y = 2 2x + 3y = 3 Solution: Matrix form of the given equations is AX = B where, A =\begin{bmatrix}1 & 2 \\2 & 3 \\\end{bmatrix} , B = \begin{bmatrix}2 \\3 \\\end{bmatrix} and, X = \begin{bmatrix}x\\y\\\en
5 min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 4 Determinants - Exercise 4.6 | Set 2Chapter 4 Determinants - Exercise 4.6 | Set 1Question 11. 2x + y + z = 1 x - 2y - z = 3/2 3y - 5z = 9 Solution: Matrix form of the given equation is AX = B i.e.\begin{bmatrix}2 & 1 & 1\\1 & -2 & -1\\0 & 3 & -5\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}1\\
5 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 4 Determinants - Miscellaneous Exercises on Chapter 4Question 1. Prove that the determinant \begin{vmatrix} x & sin\theta & cos\theta \\ -sin\theta & -x & 1\\ cos\theta & 1 & x \end{vmatrix} is independent of θ. Solution: A = \begin{vmatrix} x & sin\theta & cos\theta \\ -sin\theta & -x & 1\\ cos\theta & 1
15+ min read
Chapter 5 - Continuity and Differentiability
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.1Question 1. Prove that the function f(x) = 5x â 3 is continuous at x = 0, at x = â 3 and at x = 5. Solution: To prove the continuity of the function f(x) = 5x â 3, first we have to calculate limits and function value at that point. Continuity at x = 0 Left limit = \lim_{x \to 0^-} f(x) = \lim_{x \to
15+ min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.1 | Set 2Chapter 5 on Continuity and Differentiability is a crucial part of calculus in Class 12 mathematics. It builds upon the concept of limits and introduces students to the fundamental ideas of continuous functions and differentiation. This chapter lays the groundwork for understanding rates of change,
15+ min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.2Chapter 5 of the Class 12 NCERT Mathematics textbook focuses on the concepts of continuity and differentiability which are fundamental in understanding calculus. This chapter helps students grasp how functions behave concerning their limits and derivatives. Exercise 5.2 is designed to test and reinf
4 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.3Chapter 5 of the Class 12 NCERT Mathematics textbook, "Continuity and Differentiability," introduces the concepts of continuity and differentiability of functions, which are fundamental in calculus. Exercise 5.3 focuses on applying these concepts to solve problems related to the continuity and diffe
5 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.4Differentiate the following w.r.t xQuestion 1. y = \frac{e^x}{\sin x} Solution: \frac{dy}{dx}=\frac{d}{dx}(\frac{e^x}{\sin x}) \frac{dy}{dx}=\frac{\sin x\frac{d}{dx}e^x-e^x\frac{d}{dx}\sin x}{sin^2x} (\frac{d}{dx}(\frac{u}{v})=v\frac{\frac{du}{dx}-u\frac{dv}{dx}}{v^2}) \frac{dy}{dx}=\frac{\sin x e^x
1 min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.5Differentiate the functions given in question 1 to 10 with respect to x.Question 1. cos x.cos2x.cos3x Solution: Let us considered y = cos x.cos2x.cos3x Now taking log on both sides, we get log y = log(cos x.cos2x.cos3x) log y = log(cos x) + log(cos 2x) + log (cos 3x) Now, on differentiating w.r.t x,
10 min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.5 | Set 2Exercise 5.5 focuses on the Mean Value Theorem and Rolle's Theorem, which are fundamental concepts in calculus. These theorems provide powerful tools for analyzing functions and their behavior over intervals. This exercise helps students understand how to apply these theorems to solve various mathem
6 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.6If x and y are connected parametrically by the equations given in Exercises 1 to 10, without eliminating the parameter, Find \frac{dy}{dx}Question 1. x = 2at2, y = at4 Solution: Here, x = 2at2, y = at4 \frac{dx}{dt} = \frac{d(2at^2)}{dt} = 2a \frac{d(t^2)}{dt} = 2a (2t) = 4at And, now \frac{dy}{dt}
6 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.7Exercise 5.7 focuses on the application of derivatives in approximation and errors. This exercise explores how derivatives can be used to estimate function values and calculate errors in measurements or approximations. It introduces students to concepts like absolute and relative errors, percentage
8 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Exercise 5.8Note: Please note that Exercise 5.8 from Chapter 5, "Continuity and Differentiability" in the NCERT Solutions, has been removed from the revised syllabus. As a result, this exercise will no longer be a part of your study curriculum. Exercise 5.8 focuses on the application of derivatives to find tang
6 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 5 Continuity And Differentiability - Miscellaneous Exercise on Chapter 5In Chapter 5 of the Class 12 NCERT Mathematics textbook, titled Continuity and Differentiability, students explore fundamental concepts related to the behavior of functions. The chapter emphasizes understanding continuity, differentiability, and their implications in calculus. It includes various ex
13 min read
Chapter 6 - Applications of Derivatives
Class 12 NCERT Solutions- Mathematics Part I - Application of Derivatives - Exercise 6.1The study of derivatives is a cornerstone in calculus providing the essential tools for understanding and analyzing functions. The Application of Derivatives a key topic in Class 12 Mathematics involves using the derivatives to solve real-world problems. This topic helps in understanding how rates o
8 min read
Class 12 NCERT Solutions- Mathematics Part I - Application of Derivatives - Exercise 6.2The Application of derivatives is a crucial topic in calculus that involves using derivatives to solve practical problems and understand the various aspects of functions beyond their basic behavior. It helps in analyzing the rates of change optimizing the functions and understanding the geometric pr
13 min read
Class 12 NCERT Solutions- Mathematics Part I - Application of Derivatives - Exercise 6.2| Set 2The chapter "Application of Derivatives" in Class 12 Mathematics is a critical part of the NCERT curriculum. It focuses on using derivatives to the solve real-world problems including rate of change, maxima and minima, tangents and normals. Exercise 6.2 specifically deals with the problems related t
8 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 6 Application of Derivatives -Exercise 6.3 | Set 2In this article, we will see some problems of derivatives a fundamental concept in calculus, and mathematical analysis that measures how a function changes as input changes.Exercise 6.3 focuses on the application of derivatives to find the rate of change of quantities. This exercise builds upon the
12 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 6 Application of Derivatives - Exercise 6.4Question 1. Using differentials, find the approximate value of each of the following up to 3 places of decimal. (i)â25.3 (ii)â49.5 (iii) â0.6 (iv) (0.009)1/3 (v) (0.999)1/10 (vi) (15)1/4 (vii) (26)1/3 (viii) (255)1/4 (ix) (82)1/4 (x) (401)1/2 (xi) (0.0037)1/2 (xii) (26.57)1/3 (xiii) (81.5)1/4 (xiv)
10 min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 6 Application of Derivatives - Exercise 6.5 | Set 1Question 1. Find the maximum and minimum values, if any, of the following function given by(i) f(x) = (2x - 1)2 + 3 Solution: Given that, f(x) = (2x - 1)2 + 3 From the given function we observe that (2x - 1)2 ⥠0 â xâ R, So, (2x - 1)2 + 3 ⥠3 â xâ R, Now we find the minimum value of function f when
15+ min read
Class 12 NCERT Solutions - Mathematics Part I - Chapter 6 Application of Derivatives - Exercise 6.5 | Set 2In Class 12 Mathematics, the chapter on Applications of Derivatives is one of the most important topics. This chapter focuses on how derivatives are applied to solve real-world problems such as finding the rate of change determining the slope of a curve, or calculating the maximum and minimum values
15 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 6 Application of Derivatives - Miscellaneous Exercise on Chapter 6 | Set 1Chapter 6 of the Class 12 NCERT Mathematics textbook, titled "Application of Derivatives," focuses on how derivatives are used in various real-life situations and mathematical problems. The chapter covers concepts such as finding the rate of change of quantities, determining maxima and minima, and a
10 min read
Class 12 NCERT Solutions- Mathematics Part I - Chapter 6 Application of Derivatives - Miscellaneous Exercise on Chapter 6 | Set 2Content of this article has been merged with Chapter 6 Application of Derivatives - Miscellaneous Exercise as per the revised syllabus of NCERT.Chapter 6 of the Class 12 NCERT Mathematics textbook, titled "Application of Derivatives," is essential for understanding how derivatives are applied in rea
11 min read