Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3

Get the most accurate TN Board Solutions for Class 11 Business Maths Chapter 05 Differential Calculus here. Updated for the 2026-27 academic session, these solutions are based on the latest TN Board textbooks for Class 11 Business Maths. Our expert-created answers for Class 11 Business Maths are available for free download in PDF format.

Detailed Chapter 05 Differential Calculus TN Board Solutions for Class 11 Business Maths

For Class 11 students, solving TN Board textbook questions is the most effective way to build a strong conceptual foundation. Our Class 11 Business Maths solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 05 Differential Calculus solutions will improve your exam performance.

Class 11 Business Maths Chapter 05 Differential Calculus TN Board Solutions PDF

 

Question 1. Examine the following functions for continuity at indicated points.
(a) \( f(x)= \begin{cases} \frac{x^2-4}{x-2} & \text{if } x \neq 2 \\ 0 & \text{if } x=2 \end{cases} \) at \( x=2 \)
(b) \( f(x) = \begin{cases} \frac{x^2-9}{x-3} & \text{if } x \neq 3 \\ 6 & \text{if } x=3 \end{cases} \) at \( x=3 \)
Answer:
(a) To check continuity at \( x=2 \), we need to find the limit of \( f(x) \) as \( x \) approaches 2 from the left side.
\( L[f(x)]_{x=2} = \lim_{x \to 2^{-}} f(x) \)
We substitute \( x = 2 - h \), where \( h \to 0 \).
\( = \lim_{h \to 0} f(2-h) \)
\( = \lim_{h \to 0} \frac{(2-h)^2 - 4}{(2-h) - 2} \)
\( = \lim_{h \to 0} \frac{4 - 4h + h^2 - 4}{-h} \)
\( = \lim_{h \to 0} \frac{h^2 - 4h}{-h} \)
\( = \lim_{h \to 0} \frac{h(h-4)}{-h} \)
\( = \lim_{h \to 0} -(h-4) \)
\( = \lim_{h \to 0} (4-h) \)
\( = 4 - 0 = 4 \)
The value of the function at \( x=2 \) is given as \( f(2) = 0 \).
Since the left-hand limit \( L[f(x)]_{x=2} = 4 \) is not equal to \( f(2) = 0 \), the function \( f(x) \) is not continuous at \( x=2 \). A function must have its limit equal to its value at the point to be continuous.
In simple words: For part (a), we looked at the function around \( x=2 \). The value the function gets very close to (its limit) was 4, but the actual value at \( x=2 \) was 0. Since these are different, the function has a break at \( x=2 \).
(b) To check continuity at \( x=3 \), we need to find both the left-hand limit and the right-hand limit of \( f(x) \) as \( x \) approaches 3.
Left-hand limit: \( L[f(x)]_{x=3} = \lim_{x \to 3^{-}} f(x) \)
Substitute \( x = 3 - h \), where \( h \to 0 \).
\( = \lim_{h \to 0} f(3-h) \)
\( = \lim_{h \to 0} \frac{(3-h)^2 - 9}{(3-h) - 3} \)
\( = \lim_{h \to 0} \frac{9 - 6h + h^2 - 9}{-h} \)
\( = \lim_{h \to 0} \frac{h^2 - 6h}{-h} \)
\( = \lim_{h \to 0} \frac{h(h-6)}{-h} \)
\( = \lim_{h \to 0} -(h-6) \)
\( = \lim_{h \to 0} (6-h) \)
\( = 6 - 0 = 6 \)
Right-hand limit: \( R[f(x)]_{x=3} = \lim_{x \to 3^{+}} f(x) \)
Substitute \( x = 3 + h \), where \( h \to 0 \).
\( = \lim_{h \to 0} f(3+h) \)
\( = \lim_{h \to 0} \frac{(3+h)^2 - 9}{(3+h) - 3} \)
\( = \lim_{h \to 0} \frac{9 + 6h + h^2 - 9}{h} \)
\( = \lim_{h \to 0} \frac{h^2 + 6h}{h} \)
\( = \lim_{h \to 0} \frac{h(h+6)}{h} \)
\( = \lim_{h \to 0} (h+6) \)
\( = 0 + 6 = 6 \)
The value of the function at \( x=3 \) is given as \( f(3) = 6 \).
Since the left-hand limit, the right-hand limit, and the function's value all equal 6, the function \( f(x) \) is continuous at \( x=3 \). This means there are no breaks or jumps in the function's graph at this point.
In simple words: For part (b), the function approaches the same value (6) from both the left and the right sides of \( x=3 \), and the actual value at \( x=3 \) is also 6. Since all three match, the function is smooth and continuous at \( x=3 \).

🎯 Exam Tip: To prove continuity at a point, always check three things: the left-hand limit, the right-hand limit, and the function's value at that point. All three must be equal.

 

Question 2. Show that \( f(x) = |x| \) is continuous at \( x = 0 \).
Answer: We know that the absolute value function \( f(x) = |x| \) can be written as:
\( f(x) = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases} \)
To show continuity at \( x=0 \), we need to check the left-hand limit, the right-hand limit, and the value of the function at \( x=0 \).
Left-hand limit: \( \lim_{x \to 0^{-}} f(x) \)
We substitute \( x = 0 - h \), where \( h \to 0 \).
\( = \lim_{h \to 0} f(0-h) = \lim_{h \to 0} f(-h) \)
Since \( -h < 0 \), we use \( f(x) = -x \).
\( = \lim_{h \to 0} -(-h) = \lim_{h \to 0} h = 0 \)
Right-hand limit: \( \lim_{x \to 0^{+}} f(x) \)
We substitute \( x = 0 + h \), where \( h \to 0 \).
\( = \lim_{h \to 0} f(0+h) = \lim_{h \to 0} f(h) \)
Since \( h > 0 \), we use \( f(x) = x \).
\( = \lim_{h \to 0} h = 0 \)
Value of the function at \( x=0 \):
\( f(0) = |0| = 0 \)
Since \( \lim_{x \to 0^{-}} f(x) = \lim_{x \to 0^{+}} f(x) = f(0) = 0 \), the function \( f(x) = |x| \) is continuous at \( x=0 \). The absolute value function is known for its smooth transition at the origin, despite the change in its definition.
In simple words: The absolute value function \( |x| \) approaches 0 from both the left and right sides of \( x=0 \). Also, its actual value at \( x=0 \) is 0. Since all these match, the function is continuous (has no breaks) at \( x=0 \).

🎯 Exam Tip: When dealing with piecewise functions like \( |x| \), remember to use the correct definition for the left-hand and right-hand limits based on the inequality given for each piece.

TN Board Solutions Class 11 Business Maths Chapter 05 Differential Calculus

Students can now access the TN Board Solutions for Chapter 05 Differential Calculus prepared by teachers on our website. These solutions cover all questions in exercise in your Class 11 Business Maths textbook. Each answer is updated based on the current academic session as per the latest TN Board syllabus.

Detailed Explanations for Chapter 05 Differential Calculus

Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 11 Business Maths chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 11 students who want to understand both theoretical and practical questions. By studying these TN Board Questions and Answers your basic concepts will improve a lot.

Benefits of using Business Maths Class 11 Solved Papers

Using our Business Maths solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 11 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 05 Differential Calculus to get a complete preparation experience.

FAQs

Where can I find the latest Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3 for the 2026-27 session?

The complete and updated Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3 is available for free on StudiesToday.com. These solutions for Class 11 Business Maths are as per latest TN Board curriculum.

Are the Business Maths TN Board solutions for Class 11 updated for the new 50% competency-based exam pattern?

Yes, our experts have revised the Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3 as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Business Maths concepts are applied in case-study and assertion-reasoning questions.

How do these Class 11 TN Board solutions help in scoring 90% plus marks?

Toppers recommend using TN Board language because TN Board marking schemes are strictly based on textbook definitions. Our Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3 will help students to get full marks in the theory paper.

Do you offer Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3 in multiple languages like Hindi and English?

Yes, we provide bilingual support for Class 11 Business Maths. You can access Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3 in both English and Hindi medium.

Is it possible to download the Business Maths TN Board solutions for Class 11 as a PDF?

Yes, you can download the entire Samacheer Kalvi Class 11 Business Maths Solutions Chapter 5 Differential Calculus Exercise 5.3 in printable PDF format for offline study on any device.