Menu Top
Non-Rationalised NCERT Books Solution
6th 7th 8th 9th 10th 11th 12th

Class 12th Chapters
1. Relations and Functions 2. Inverse Trigonometric Functions 3. Matrices
4. Determinants 5. Continuity and Differentiability 6. Application of Derivatives
7. Integrals 8. Application of Integrals 9. Differential Equations
10. Vector Algebra 11. Three Dimensional Geometry 12. Linear Programming
13. Probability

Content On This Page
Example 1 to 6 (Before Exercise 6.1) Exercise 6.1 Example 7 to 13 (Before Exercise 6.2)
Exercise 6.2 Example 14 to 20 (Before Exercise 6.3) Exercise 6.3
Example 21 to 25 (Before Exercise 6.4) Exercise 6.4 Example 26 to 41 (Before Exercise 6.5)
Exercise 6.5 Example 42 to 51 - Miscellaneous Examples Miscellaneous Exercise on Chapter 6


Chapter 6 Application Of Derivatives

Welcome to the solutions for Chapter 6: Application of Derivatives. Having mastered the fundamental concepts and techniques of differentiation in the previous chapter, we now explore the remarkable power and versatility of the derivative as a tool for analyzing function behavior and solving a wide array of practical problems. The derivative, fundamentally representing the instantaneous rate of change of a function or the slope of the tangent line to its graph, provides profound insights that extend far beyond simple computation. This chapter showcases these applications, demonstrating how calculus allows us to model and understand rates of change in related quantities, determine where functions are increasing or decreasing, find equations of lines tangent and normal to curves, make accurate approximations, and, perhaps most significantly, find optimal values in various scenarios by locating maximum and minimum points. These applications underscore the relevance of calculus in physics, engineering, economics, biology, and numerous other quantitative disciplines.

One primary application explored is the analysis of Rates of Change. Since the derivative $\frac{dy}{dx}$ quantifies how $y$ changes with respect to $x$, we can use it directly to solve problems involving velocity, acceleration, and other rates. More intricately, solutions delve into related rates problems. In these scenarios, multiple quantities are changing over time, and their rates of change are related through some underlying geometric or physical equation. The solutions demonstrate how to use implicit differentiation with respect to time ($t$) and the chain rule (often in the form $\frac{dy}{dt} = \frac{dy}{dx} \times \frac{dx}{dt}$) to find an unknown rate of change when other rates are given. Common examples involve calculating how fast the volume or surface area of a sphere, cube, or cone is changing as its radius or side length changes at a known rate.

Understanding the behavior of functions is another key application. The first derivative, $f'(x)$, provides direct information about whether a function is increasing or decreasing over an interval. The solutions show how to use the sign of $f'(x)$:

Identifying critical points – points where $f'(x) = 0$ or $f'(x)$ is undefined – is essential, as these are the potential locations where the function might switch from increasing to decreasing or vice versa.

The geometric interpretation of the derivative as the slope of the tangent line leads to applications involving Tangents and Normals. The solutions demonstrate finding the slope of the tangent to a curve $y = f(x)$ at a point $(x_1, y_1)$ simply by calculating $m_{tangent} = f'(x_1)$. Using this slope, the equation of the tangent line is found using the point-slope form: $y - y_1 = f'(x_1)(x - x_1)$. The normal line is perpendicular to the tangent at the point of tangency, so its slope is the negative reciprocal of the tangent's slope ($m_{normal} = -\frac{1}{f'(x_1)}$, provided $f'(x_1) \neq 0$). Its equation is $y - y_1 = \left[-\frac{1}{f'(x_1)}\right](x - x_1)$.

Derivatives also provide a basis for Approximations. Using the concept of differentials, we can approximate the change in a function's value, $\Delta y$, corresponding to a small change in its input, $\Delta x$, using the formula $\Delta y \approx f'(x)\Delta x$. This allows for approximating values like $\sqrt{25.3}$ or $(2.01)^4$ by considering a nearby point where the function value is known.

Perhaps the most significant application explored is finding Maxima and Minima of functions. Derivatives are crucial for locating points where a function reaches a local maximum or minimum value. The solutions detail two primary tests:

Finding absolute maximum and minimum values on a closed interval involves comparing the function values at the critical points within the interval and at the interval's endpoints. Crucially, these techniques are applied to solve optimization word problems. Solutions guide through the process of translating a problem (e.g., finding the dimensions of a box with maximum volume for a given surface area, or minimizing the cost, perhaps involving $\textsf{₹}$, of fencing a field) into a mathematical function, finding its critical points using derivatives, and using the first or second derivative test to confirm whether the result corresponds to a maximum or minimum as required by the problem.



Example 1 to 6 (Before Exercise 6.1)

Example 1: Find the rate of change of the area of a circle per second with respect to its radius r when r = 5 cm.

Answer:

Given:

Radius of the circle is denoted by $r$.

We need to find the rate of change when $r = 5$ cm.

The area of a circle is given by the formula $A = \pi r^2$.


To Find:

The rate of change of the area of the circle per second with respect to its radius $r$. This is represented by $\frac{dA}{dr}$.

We need to evaluate $\frac{dA}{dr}$ when $r = 5$ cm.


Solution:

The area of a circle with radius $r$ is given by:

$A = \pi r^2$

To find the rate of change of the area with respect to the radius, we differentiate the area $A$ with respect to $r$:

$\frac{dA}{dr} = \frac{d}{dr} (\pi r^2)$

Using the power rule for differentiation ($\frac{d}{dr}(r^n) = nr^{n-1}$), we get:

$\frac{dA}{dr} = \pi \cdot 2r^{2-1}$

$\frac{dA}{dr} = 2\pi r$

We are asked to find the rate of change when the radius $r$ is 5 cm.

Substitute $r = 5$ cm into the expression for $\frac{dA}{dr}$:

$\left(\frac{dA}{dr}\right)_{r=5} = 2\pi (5)$

$\left(\frac{dA}{dr}\right)_{r=5} = 10\pi$

The units of the rate of change of area with respect to radius are the units of area divided by the units of radius, which is cm$^2$/cm.

So, the rate of change is $10\pi$ cm$^2$/cm.

The question phrasing "per second with respect to its radius" might be slightly confusing. The standard interpretation of "rate of change of area ... with respect to its radius" is $\frac{dA}{dr}$. The "per second" part usually indicates differentiation with respect to time $t$, i.e., $\frac{dA}{dt}$. However, the question explicitly asks for the rate of change "with respect to its radius r". Therefore, we calculate $\frac{dA}{dr}$. If it intended $\frac{dA}{dt}$, it would typically provide $\frac{dr}{dt}$. Assuming the question means $\frac{dA}{dr}$, the calculation is as shown above.

The rate of change of the area of a circle with respect to its radius $r$ when $r = 5$ cm is $10\pi$ cm$^2$/cm.


Final Answer:

The rate of change of the area of a circle per second with respect to its radius when the radius is 5 cm is $10\pi$ cm$^2$/cm.

Example 2: The volume of a cube is increasing at a rate of 9 cubic centimetres per second. How fast is the surface area increasing when the length of an edge is 10 centimetres ?

Answer:

Given:

Let $s$ be the length of an edge of the cube.

The volume of the cube is increasing at a rate of 9 cubic centimetres per second.

This means the rate of change of volume ($V$) with respect to time ($t$) is $\frac{dV}{dt} = 9 \$cm^3/s$.


To Find:

How fast is the surface area ($A$) of the cube increasing when the length of an edge is 10 centimetres?

This means we need to find $\frac{dA}{dt}$ when $s = 10 \$cm$.


Solution:

Let $V$ be the volume of the cube and $A$ be the surface area of the cube.

The volume of a cube with edge length $s$ is given by:

$V = s^3$

The surface area of a cube with edge length $s$ is given by:

$A = 6s^2$

We are given that the volume is increasing at a rate of 9 \$cm$^3$/s. This is the rate of change of volume with respect to time $t$.

Differentiate the volume equation with respect to time $t$:

$\frac{dV}{dt} = \frac{d}{dt}(s^3)$

Using the chain rule, $\frac{d}{dt}(s^3) = 3s^2 \frac{ds}{dt}$.

So, $\frac{dV}{dt} = 3s^2 \frac{ds}{dt}$.

We are given $\frac{dV}{dt} = 9$. Substitute this value into the equation:

$9 = 3s^2 \frac{ds}{dt}$

Now, we can solve for $\frac{ds}{dt}$, which is the rate of change of the edge length with respect to time:

$\frac{ds}{dt} = \frac{9}{3s^2}$

$\frac{ds}{dt} = \frac{3}{s^2}$

Next, we need to find the rate of change of the surface area with respect to time, $\frac{dA}{dt}$. Differentiate the surface area equation with respect to time $t$:

$\frac{dA}{dt} = \frac{d}{dt}(6s^2)$

Using the chain rule, $\frac{d}{dt}(6s^2) = 6 \cdot 2s \frac{ds}{dt} = 12s \frac{ds}{dt}$.

So, $\frac{dA}{dt} = 12s \frac{ds}{dt}$.

Substitute the expression for $\frac{ds}{dt}$ that we found ($\frac{3}{s^2}$) into this equation:

$\frac{dA}{dt} = 12s \left(\frac{3}{s^2}\right)$

$\frac{dA}{dt} = \frac{36s}{s^2}$

$\frac{dA}{dt} = \frac{36}{s}$

We need to find the rate of change of the surface area when the length of an edge is 10 centimetres, i.e., when $s = 10 \$cm$. Substitute $s = 10$ into the expression for $\frac{dA}{dt}$:

$\left(\frac{dA}{dt}\right)_{s=10} = \frac{36}{10}$

$\left(\frac{dA}{dt}\right)_{s=10} = 3.6$

The units for the rate of change of surface area are the units of area per unit of time, which is \$cm$^2$/s.

Therefore, the surface area is increasing at a rate of 3.6 \$cm$^2$/s when the edge length is 10 \$cm.


Final Answer:

The surface area of the cube is increasing at a rate of 3.6 \$cm$^2$/s when the length of an edge is 10 \$cm.

Example 3: A stone is dropped into a quiet lake and waves move in circles at a speed of 4cm per second. At the instant, when the radius of the circular wave is 10 cm, how fast is the enclosed area increasing?

Answer:

Given:

Let $r$ be the radius of the circular wave and $A$ be the enclosed area.

The speed of the waves is the rate of change of the radius with respect to time.

Rate of change of radius: $\frac{dr}{dt} = 4$ cm/s.

We need to find the rate of change of the enclosed area at the instant when $r = 10$ cm.


To Find:

The rate of change of the enclosed area with respect to time, $\frac{dA}{dt}$, when $r = 10$ cm.


Solution:

The area $A$ of a circle with radius $r$ is given by:

$A = \pi r^2$

To find the rate at which the enclosed area is increasing, we need to differentiate the area $A$ with respect to time $t$.

Differentiate both sides of the area equation with respect to $t$ using the chain rule:

$\frac{dA}{dt} = \frac{d}{dt}(\pi r^2)$

$\frac{dA}{dt} = \pi \cdot \frac{d}{dt}(r^2)$

Using the chain rule, $\frac{d}{dt}(r^2) = 2r \frac{dr}{dt}$.

So, we have:

$\frac{dA}{dt} = \pi \cdot 2r \cdot \frac{dr}{dt}$

$\frac{dA}{dt} = 2\pi r \frac{dr}{dt}$

We are given that the speed of the waves (rate of change of radius) is 4 cm/s, so $\frac{dr}{dt} = 4$ cm/s.

We need to find the rate of change of the area at the instant when the radius is 10 cm, so $r = 10$ cm.

Substitute the values $r = 10$ and $\frac{dr}{dt} = 4$ into the expression for $\frac{dA}{dt}$:

$\left(\frac{dA}{dt}\right)_{r=10} = 2\pi (10)(4)$

$\left(\frac{dA}{dt}\right)_{r=10} = 80\pi$

The units for the rate of change of area are square centimetres per second (\$cm$^2$/s).

Therefore, the enclosed area is increasing at a rate of $80\pi$ \$cm$^2$/s when the radius is 10 cm.


Final Answer:

The enclosed area is increasing at a rate of $80\pi$ \$cm$^2$/s when the radius is 10 cm.

Example 4: The length x of a rectangle is decreasing at the rate of 3 cm/minute and the width y is increasing at the rate of 2cm/minute. When x =10cm and y = 6cm, find the rates of change of

(a) the perimeter and

(b) the area of the rectangle.

Answer:

Given:

Length of the rectangle is $x$.

Width of the rectangle is $y$.

Rate of decrease of length: $\frac{dx}{dt} = -3 \$cm/minute.

Rate of increase of width: $\frac{dy}{dt} = 2 \$cm/minute.

Instant of interest: $x = 10 \$cm$ and $y = 6 \$cm$.


To Find:

(a) The rate of change of the perimeter of the rectangle when $x=10 \$cm$ and $y=6 \$cm$.

(b) The rate of change of the area of the rectangle when $x=10 \$cm$ and $y=6 \$cm$.


Solution:

Let $P$ be the perimeter of the rectangle and $A$ be the area of the rectangle.

(a) Rate of change of the perimeter:

The perimeter of a rectangle with length $x$ and width $y$ is given by:

$P = 2x + 2y$

To find the rate of change of the perimeter with respect to time $t$, we differentiate the equation for $P$ with respect to $t$:

$\frac{dP}{dt} = \frac{d}{dt}(2x + 2y)$

Using the sum rule and chain rule:

$\frac{dP}{dt} = 2\frac{dx}{dt} + 2\frac{dy}{dt}$

Substitute the given rates of change, $\frac{dx}{dt} = -3$ \$cm/minute and $\frac{dy}{dt} = 2$ \$cm/minute:

$\frac{dP}{dt} = 2(-3) + 2(2)$

$\frac{dP}{dt} = -6 + 4$

$\frac{dP}{dt} = -2$

The rate of change of the perimeter is $-2$ \$cm/minute. A negative rate indicates that the perimeter is decreasing.


(b) Rate of change of the area:

The area of a rectangle with length $x$ and width $y$ is given by:

$A = xy$

To find the rate of change of the area with respect to time $t$, we differentiate the equation for $A$ with respect to $t$ using the product rule:

$\frac{dA}{dt} = \frac{d}{dt}(xy)$

Using the product rule, $\frac{d}{dt}(uv) = u\frac{dv}{dt} + v\frac{du}{dt}$:

$\frac{dA}{dt} = x\frac{dy}{dt} + y\frac{dx}{dt}$

We need to find this rate when $x = 10 \$cm$ and $y = 6 \$cm$. Substitute these values and the given rates $\frac{dx}{dt} = -3$ \$cm/minute and $\frac{dy}{dt} = 2$ \$cm/minute into the equation:

$\left(\frac{dA}{dt}\right)_{\substack{x=10 \\ y=6}} = (10)(2) + (6)(-3)$

$\left(\frac{dA}{dt}\right)_{\substack{x=10 \\ y=6}} = 20 - 18$

$\left(\frac{dA}{dt}\right)_{\substack{x=10 \\ y=6}} = 2$

The rate of change of the area is $2$ \$cm$^2$/minute. A positive rate indicates that the area is increasing.


Final Answer:

(a) The rate of change of the perimeter is $-2$ \$cm/minute (decreasing).

(b) The rate of change of the area is $2$ \$cm$^2$/minute (increasing).

Example 5: The total cost C(x) in Rupees, associated with the production of x units of an item is given by

C(x) = 0.005 x3 – 0.02 x2 + 30x + 5000

Find the marginal cost when 3 units are produced, where by marginal cost we mean the instantaneous rate of change of total cost at any level of output.

Answer:

Given:

The total cost function in Rupees associated with the production of $x$ units is:

$C(x) = 0.005 x^3 – 0.02 x^2 + 30x + 5000$

Marginal cost is defined as the instantaneous rate of change of total cost at any level of output.


To Find:

The marginal cost when 3 units are produced, i.e., when $x = 3$.


Solution:

The marginal cost is the rate of change of the total cost $C(x)$ with respect to the number of units produced, $x$. Mathematically, this is given by the derivative of $C(x)$ with respect to $x$, denoted as $C'(x)$ or $\frac{dC}{dx}$.

We differentiate the given cost function $C(x)$ with respect to $x$:

$C(x) = 0.005 x^3 – 0.02 x^2 + 30x + 5000$

$\frac{dC}{dx} = \frac{d}{dx} (0.005 x^3 – 0.02 x^2 + 30x + 5000)$

Using the rules of differentiation (power rule and constant multiple rule):

$\frac{dC}{dx} = 0.005 \cdot \frac{d}{dx}(x^3) – 0.02 \cdot \frac{d}{dx}(x^2) + 30 \cdot \frac{d}{dx}(x) + \frac{d}{dx}(5000)$

$\frac{dC}{dx} = 0.005 \cdot (3x^{3-1}) – 0.02 \cdot (2x^{2-1}) + 30 \cdot (1x^{1-1}) + 0$

$\frac{dC}{dx} = 0.015 x^2 – 0.04 x + 30$

So, the marginal cost function is:

$C'(x) = 0.015 x^2 – 0.04 x + 30$

We need to find the marginal cost when 3 units are produced, which means we need to evaluate $C'(x)$ at $x = 3$.

Substitute $x = 3$ into the marginal cost function:

$C'(3) = 0.015 (3)^2 – 0.04 (3) + 30$

$C'(3) = 0.015 \cdot 9 – 0.12 + 30$

$C'(3) = 0.135 – 0.12 + 30$

$C'(3) = 0.015 + 30$

$C'(3) = 30.015$

The marginal cost is in Rupees per unit.


Final Answer:

The marginal cost when 3 units are produced is $\textsf{₹} \$30.015$.

Example 6: The total revenue in Rupees received from the sale of x units of a product is given by R(x) = 3x2 + 36x + 5. Find the marginal revenue, when x = 5, where by marginal revenue we mean the rate of change of total revenue with respect to the number of items sold at an instant.

Answer:

Given:

The total revenue function in Rupees from the sale of $x$ units is:

$R(x) = 3x^2 + 36x + 5$

Marginal revenue is the rate of change of total revenue with respect to the number of items sold.


To Find:

The marginal revenue when $x = 5$ units are sold.


Solution:

The marginal revenue is the instantaneous rate of change of the total revenue $R(x)$ with respect to the number of units sold, $x$. This is given by the derivative of $R(x)$ with respect to $x$, denoted as $R'(x)$ or $\frac{dR}{dx}$.

We differentiate the given total revenue function $R(x)$ with respect to $x$:

$R(x) = 3x^2 + 36x + 5$

$\frac{dR}{dx} = \frac{d}{dx} (3x^2 + 36x + 5)$

Using the rules of differentiation (power rule, constant multiple rule, and sum rule):

$\frac{dR}{dx} = \frac{d}{dx} (3x^2) + \frac{d}{dx} (36x) + \frac{d}{dx} (5)$

$\frac{dR}{dx} = 3 \cdot \frac{d}{dx}(x^2) + 36 \cdot \frac{d}{dx}(x) + 0$

$\frac{dR}{dx} = 3 \cdot (2x^{2-1}) + 36 \cdot (1x^{1-1})$

$\frac{dR}{dx} = 6x + 36$

So, the marginal revenue function is:

$R'(x) = 6x + 36$

We need to find the marginal revenue when $x = 5$. Substitute $x = 5$ into the marginal revenue function:

$R'(5) = 6(5) + 36$

$R'(5) = 30 + 36$

$R'(5) = 66$

The marginal revenue is in Rupees per unit.


Final Answer:

The marginal revenue when $x = 5$ is $\textsf{₹} \$66$.



Exercise 6.1

Question 1. Find the rate of change of the area of a circle with respect to its radius r when

(a) r = 3 cm

(b) r = 4 cm

Answer:

Given:

The area of a circle is $A = \pi r^2$, where $r$ is the radius.

We need to find the rate of change of the area with respect to the radius, which is $\frac{dA}{dr}$.


To Find:

The rate of change of the area of the circle with respect to its radius $r$ at two specific values:

(a) when $r = 3$ cm

(b) when $r = 4$ cm


Solution:

The area of a circle is given by the formula:

$A = \pi r^2$

To find the rate of change of the area with respect to the radius, we differentiate the area $A$ with respect to $r$:

$\frac{dA}{dr} = \frac{d}{dr} (\pi r^2)$

Using the constant multiple rule and the power rule for differentiation ($\frac{d}{dr}(r^n) = nr^{n-1}$), we get:

$\frac{dA}{dr} = \pi \cdot \frac{d}{dr}(r^2)$

$\frac{dA}{dr} = \pi \cdot (2r^{2-1})$

$\frac{dA}{dr} = 2\pi r$

This expression, $2\pi r$, represents the rate of change of the area of the circle with respect to its radius $r$ for any value of $r$.


(a) Rate of change when $r = 3$ cm:

Substitute $r = 3$ cm into the expression for $\frac{dA}{dr}$:

$\left(\frac{dA}{dr}\right)_{r=3} = 2\pi (3)$

$\left(\frac{dA}{dr}\right)_{r=3} = 6\pi$

The units for $\frac{dA}{dr}$ are the units of area divided by the units of radius, which are \$cm$^2$/cm.

So, the rate of change of the area when $r = 3$ cm is $6\pi$ \$cm$^2$/cm.


(b) Rate of change when $r = 4$ cm:

Substitute $r = 4$ cm into the expression for $\frac{dA}{dr}$:

$\left(\frac{dA}{dr}\right)_{r=4} = 2\pi (4)$

$\left(\frac{dA}{dr}\right)_{r=4} = 8\pi$

The units are \$cm$^2$/cm.

So, the rate of change of the area when $r = 4$ cm is $8\pi$ \$cm$^2$/cm.


Final Answer:

(a) The rate of change of the area of the circle with respect to its radius when $r = 3$ cm is $6\pi$ \$cm$^2$/cm.

(b) The rate of change of the area of the circle with respect to its radius when $r = 4$ cm is $8\pi$ \$cm$^2$/cm.

Question 2. The volume of a cube is increasing at the rate of 8 cm3/s. How fast is the surface area increasing when the length of an edge is 12 cm?

Answer:

Given:

Let $s$ be the length of an edge of the cube in centimetres.

Let $V$ be the volume of the cube in cubic centimetres.

Let $A$ be the surface area of the cube in square centimetres.

The volume is increasing at the rate of 8 \$cm$^3$/s, so $\frac{dV}{dt} = 8 \$cm$^3$/s.

We are interested in the instant when the length of an edge is 12 \$cm, i.e., $s = 12 \$cm.


To Find:

How fast is the surface area increasing when $s = 12$ \$cm? This means we need to find $\frac{dA}{dt}$ when $s = 12$ \$cm.


Solution:

The volume of a cube with edge length $s$ is given by the formula:

$V = s^3$

To relate the rate of change of volume to the rate of change of the edge length, we differentiate both sides of the volume equation with respect to time $t$:

$\frac{dV}{dt} = \frac{d}{dt}(s^3)$

Using the chain rule, $\frac{d}{dt}(s^3) = 3s^2 \frac{ds}{dt}$.

So, we have:

$\frac{dV}{dt} = 3s^2 \frac{ds}{dt}$

We are given $\frac{dV}{dt} = 8$. Substituting this value, we get:

$8 = 3s^2 \frac{ds}{dt}$

We can express the rate of change of the edge length $\frac{ds}{dt}$ in terms of $s$:

$\frac{ds}{dt} = \frac{8}{3s^2}$

Now, consider the surface area of the cube. The surface area $A$ of a cube with edge length $s$ is given by:

$A = 6s^2$

To find the rate of change of the surface area, we differentiate both sides of the surface area equation with respect to time $t$:

$\frac{dA}{dt} = \frac{d}{dt}(6s^2)$

Using the constant multiple rule and the chain rule, $\frac{d}{dt}(6s^2) = 6 \cdot 2s \frac{ds}{dt} = 12s \frac{ds}{dt}$.

So, we have:

$\frac{dA}{dt} = 12s \frac{ds}{dt}$

Now, substitute the expression for $\frac{ds}{dt}$ that we found earlier ($\frac{8}{3s^2}$) into this equation:

$\frac{dA}{dt} = 12s \left(\frac{8}{3s^2}\right)$

Simplify the expression:

$\frac{dA}{dt} = \frac{12 \cdot 8 \cdot s}{3 \cdot s^2}$

$\frac{dA}{dt} = \frac{\cancel{12}^4 \cdot 8 \cdot \cancel{s}}{\cancel{3} \cdot s^{\cancel{2}^1}}$

$\frac{dA}{dt} = \frac{4 \cdot 8}{s}$

$\frac{dA}{dt} = \frac{32}{s}$

We need to find the rate of change of the surface area when the length of an edge is 12 \$cm. Substitute $s = 12$ \$cm into the expression for $\frac{dA}{dt}$:

$\left(\frac{dA}{dt}\right)_{s=12} = \frac{32}{12}$

Simplify the fraction by dividing the numerator and denominator by their greatest common divisor, which is 4:

$\frac{32}{12} = \frac{\cancel{32}^8}{\cancel{12}_3} = \frac{8}{3}$

The units for the rate of change of surface area are square centimetres per second (\$cm$^2$/s).

Therefore, the surface area is increasing at a rate of $\frac{8}{3}$ \$cm$^2$/s when the length of an edge is 12 \$cm.


Final Answer:

The surface area is increasing at the rate of $\frac{8}{3}$ \$cm$^2$/s when the length of an edge is 12 \$cm.

Question 3. The radius of a circle is increasing uniformly at the rate of 3 cm/s. Find the rate at which the area of the circle is increasing when the radius is 10 cm.

Answer:

Given:

Let $r$ be the radius of the circle in centimetres.

Let $A$ be the area of the circle in square centimetres.

The radius is increasing uniformly at the rate of 3 cm/s. This means $\frac{dr}{dt} = 3 \$cm/s.

We are interested in the instant when the radius is 10 cm, i.e., $r = 10 \$cm.


To Find:

The rate at which the area of the circle is increasing when $r = 10$ \$cm. This means we need to find $\frac{dA}{dt}$ when $r = 10$ \$cm.


Solution:

The area $A$ of a circle with radius $r$ is given by the formula:

$A = \pi r^2$

To find the rate at which the area is increasing, we need to differentiate both sides of the area equation with respect to time $t$. We use the chain rule since $r$ is a function of $t$:

$\frac{dA}{dt} = \frac{d}{dt}(\pi r^2)$

Using the constant multiple rule and the chain rule, $\frac{d}{dt}(r^2) = 2r \frac{dr}{dt}$.

So, we have:

$\frac{dA}{dt} = \pi \cdot (2r \frac{dr}{dt})$

$\frac{dA}{dt} = 2\pi r \frac{dr}{dt}$

We are given that the rate of increase of the radius is $\frac{dr}{dt} = 3$ \$cm/s.

We need to find the rate of increase of the area when the radius is $r = 10$ \$cm.

Substitute $r = 10$ and $\frac{dr}{dt} = 3$ into the expression for $\frac{dA}{dt}$:

$\left(\frac{dA}{dt}\right)_{r=10} = 2\pi (10)(3)$

$\left(\frac{dA}{dt}\right)_{r=10} = 2\pi \cdot 30$

$\left(\frac{dA}{dt}\right)_{r=10} = 60\pi$

The units for the rate of change of area are square centimetres per second (\$cm$^2$/s).

Therefore, the area of the circle is increasing at a rate of $60\pi$ \$cm$^2$/s when the radius is 10 cm.


Final Answer:

The area of the circle is increasing at the rate of $60\pi$ \$cm$^2$/s when the radius is 10 cm.

Question 4. An edge of a variable cube is increasing at the rate of 3 cm/s. How fast is the volume of the cube increasing when the edge is 10 cm long?

Answer:

Given:

Let $s$ be the length of an edge of the cube in centimetres.

Let $V$ be the volume of the cube in cubic centimetres.

The edge of the cube is increasing at the rate of 3 cm/s. This means $\frac{ds}{dt} = 3 \$cm/s.

We are interested in the instant when the edge is 10 cm long, i.e., $s = 10 \$cm.


To Find:

How fast is the volume of the cube increasing when the edge is 10 cm long? This means we need to find $\frac{dV}{dt}$ when $s = 10$ \$cm.


Solution:

The volume $V$ of a cube with edge length $s$ is given by the formula:

$V = s^3$

To find the rate at which the volume is increasing, we need to differentiate both sides of the volume equation with respect to time $t$. We use the chain rule since $s$ is a function of $t$:

$\frac{dV}{dt} = \frac{d}{dt}(s^3)$

Using the chain rule, $\frac{d}{dt}(s^3) = 3s^{3-1} \frac{ds}{dt} = 3s^2 \frac{ds}{dt}$.

So, we have:

$\frac{dV}{dt} = 3s^2 \frac{ds}{dt}$

We are given that the rate of increase of the edge length is $\frac{ds}{dt} = 3$ \$cm/s.

We need to find the rate of increase of the volume when the edge length is $s = 10$ \$cm.

Substitute $s = 10$ and $\frac{ds}{dt} = 3$ into the expression for $\frac{dV}{dt}$:

$\left(\frac{dV}{dt}\right)_{s=10} = 3(10)^2 (3)$

$\left(\frac{dV}{dt}\right)_{s=10} = 3(100)(3)$

$\left(\frac{dV}{dt}\right)_{s=10} = 900$

The units for the rate of change of volume are cubic centimetres per second (\$cm$^3$/s).

Therefore, the volume of the cube is increasing at a rate of 900 \$cm$^3$/s when the edge is 10 cm long.


Final Answer:

The volume of the cube is increasing at the rate of 900 \$cm$^3$/s when the edge is 10 cm long.

Question 5. A stone is dropped into a quiet lake and waves move in circles at the speed of 5 cm/s. At the instant when the radius of the circular wave is 8 cm, how fast is the enclosed area increasing?

Answer:

Given:

Let $r$ be the radius of the circular wave in centimetres.

Let $A$ be the enclosed area of the circular wave in square centimetres.

The speed of the waves is the rate at which the radius is increasing with respect to time $t$.

Rate of change of radius: $\frac{dr}{dt} = 5 \$cm/s.

We are interested in the instant when the radius is 8 cm, i.e., $r = 8 \$cm.


To Find:

How fast is the enclosed area increasing when $r = 8$ \$cm? This means we need to find $\frac{dA}{dt}$ when $r = 8$ \$cm.


Solution:

The area $A$ of a circle with radius $r$ is given by the formula:

$A = \pi r^2$

To find the rate at which the enclosed area is increasing with respect to time, we need to differentiate both sides of the area equation with respect to time $t$. Since $r$ is changing with time, we use the chain rule:

$\frac{dA}{dt} = \frac{d}{dt}(\pi r^2)$

Using the constant multiple rule and the chain rule, $\frac{d}{dt}(r^2) = 2r \frac{dr}{dt}$.

So, we have:

$\frac{dA}{dt} = \pi \cdot \left(2r \frac{dr}{dt}\right)$

$\frac{dA}{dt} = 2\pi r \frac{dr}{dt}$

We are given that the rate of increase of the radius is $\frac{dr}{dt} = 5$ \$cm/s.

We need to find the rate of increase of the area at the instant when the radius is $r = 8$ \$cm.

Substitute $r = 8$ and $\frac{dr}{dt} = 5$ into the expression for $\frac{dA}{dt}$:

$\left(\frac{dA}{dt}\right)_{r=8} = 2\pi (8)(5)$

$\left(\frac{dA}{dt}\right)_{r=8} = 2\pi \cdot 40$

$\left(\frac{dA}{dt}\right)_{r=8} = 80\pi$

The units for the rate of change of area with respect to time are square centimetres per second (\$cm$^2$/s).

Therefore, the enclosed area is increasing at a rate of $80\pi$ \$cm$^2$/s when the radius is 8 cm.


Final Answer:

The enclosed area is increasing at the rate of $80\pi$ \$cm$^2$/s when the radius is 8 cm.

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

Answer:

Given:

Let $r$ be the radius of the circle in centimetres.

Let $C$ be the circumference of the circle in centimetres.

The radius is increasing at the rate of 0.7 cm/s. This means $\frac{dr}{dt} = 0.7 \$cm/s.


To Find:

The rate of increase of the circumference of the circle. This means we need to find $\frac{dC}{dt}$.


Solution:

The circumference $C$ of a circle with radius $r$ is given by the formula:

$C = 2\pi r$

To find the rate at which the circumference is increasing, we need to differentiate both sides of the circumference equation with respect to time $t$. Since $r$ is changing with time, we use the chain rule:

$\frac{dC}{dt} = \frac{d}{dt}(2\pi r)$

Using the constant multiple rule, $\frac{d}{dt}(2\pi r) = 2\pi \frac{d}{dt}(r)$.

So, we have:

$\frac{dC}{dt} = 2\pi \frac{dr}{dt}$

We are given that the rate of increase of the radius is $\frac{dr}{dt} = 0.7$ \$cm/s.

Substitute the value of $\frac{dr}{dt}$ into the expression for $\frac{dC}{dt}$:

$\frac{dC}{dt} = 2\pi (0.7)$

$\frac{dC}{dt} = 1.4\pi$

The units for the rate of change of circumference with respect to time are centimetres per second (cm/s).

Therefore, the rate of increase of the circumference is $1.4\pi$ \$cm/s.


Final Answer:

The rate of increase of its circumference is $1.4\pi$ \$cm/s.

Question 7. The length x of a rectangle is decreasing at the rate of 5 cm/minute and the width y is increasing at the rate of 4 cm/minute. When x = 8cm and y = 6cm, find the rates of change of

(a) the perimeter, and

(b) the area of the rectangle.

Answer:

Given:

Let $x$ be the length of the rectangle in centimetres.

Let $y$ be the width of the rectangle in centimetres.

Length $x$ is decreasing at the rate of 5 cm/minute. This means $\frac{dx}{dt} = -5 \$cm/minute.

Width $y$ is increasing at the rate of 4 cm/minute. This means $\frac{dy}{dt} = 4 \$cm/minute.

We are interested in the instant when $x = 8 \$cm$ and $y = 6 \$cm.


To Find:

(a) The rate of change of the perimeter of the rectangle when $x = 8 \$cm$ and $y = 6 \$cm$.

(b) The rate of change of the area of the rectangle when $x = 8 \$cm$ and $y = 6 \$cm$.


Solution:

(a) Rate of change of the perimeter:

Let $P$ be the perimeter of the rectangle. The formula for the perimeter is:

$P = 2x + 2y$

To find the rate of change of the perimeter with respect to time $t$, we differentiate $P$ with respect to $t$. Since $x$ and $y$ are functions of $t$, we use the chain rule:

$\frac{dP}{dt} = \frac{d}{dt}(2x + 2y)$

Using the sum rule and the constant multiple rule:

$\frac{dP}{dt} = 2\frac{dx}{dt} + 2\frac{dy}{dt}$

Substitute the given rates of change, $\frac{dx}{dt} = -5$ \$cm/minute and $\frac{dy}{dt} = 4$ \$cm/minute:

$\frac{dP}{dt} = 2(-5) + 2(4)$

$\frac{dP}{dt} = -10 + 8$

$\frac{dP}{dt} = -2$

The units for the rate of change of perimeter are centimetres per minute (cm/minute).

The rate of change of the perimeter is $-2$ \$cm/minute. The negative sign indicates that the perimeter is decreasing.


(b) Rate of change of the area:

Let $A$ be the area of the rectangle. The formula for the area is:

$A = xy$

To find the rate of change of the area with respect to time $t$, we differentiate $A$ with respect to $t$. Since $x$ and $y$ are functions of $t$, we use the product rule:

$\frac{dA}{dt} = \frac{d}{dt}(xy)$

Using the product rule, $\frac{d}{dt}(uv) = u\frac{dv}{dt} + v\frac{du}{dt}$:

$\frac{dA}{dt} = x\frac{dy}{dt} + y\frac{dx}{dt}$

We need to find this rate at the instant when $x = 8 \$cm$ and $y = 6 \$cm$. Substitute these values and the given rates $\frac{dx}{dt} = -5$ \$cm/minute and $\frac{dy}{dt} = 4$ \$cm/minute into the equation:

$\left(\frac{dA}{dt}\right)_{\substack{x=8 \\ y=6}} = (8)(4) + (6)(-5)$

$\left(\frac{dA}{dt}\right)_{\substack{x=8 \\ y=6}} = 32 - 30$

$\left(\frac{dA}{dt}\right)_{\substack{x=8 \\ y=6}} = 2$

The units for the rate of change of area are square centimetres per minute (\$cm$^2$/minute).

The rate of change of the area is $2$ \$cm$^2$/minute. The positive sign indicates that the area is increasing.


Final Answer:

(a) The rate of change of the perimeter is $-2$ \$cm/minute (decreasing).

(b) The rate of change of the area is $2$ \$cm$^2$/minute (increasing).

Question 8. A balloon, which always remains spherical on inflation, is being inflated by pumping in 900 cubic centimetres of gas per second. Find the rate at which the radius of the balloon increases when the radius is 15 cm.

Answer:

Given:

Let $r$ be the radius of the spherical balloon in centimetres.

Let $V$ be the volume of the balloon in cubic centimetres.

The balloon is being inflated by pumping in gas at a rate of 900 \$cm$^3$/s.

This means the rate of change of volume with respect to time $t$ is $\frac{dV}{dt} = 900 \$cm$^3$/s.

We are interested in the instant when the radius is 15 cm, i.e., $r = 15 \$cm.


To Find:

The rate at which the radius of the balloon increases when $r = 15$ \$cm. This means we need to find $\frac{dr}{dt}$ when $r = 15$ \$cm.


Solution:

The volume $V$ of a sphere with radius $r$ is given by the formula:

$V = \frac{4}{3}\pi r^3$

To relate the rate of change of volume to the rate of change of the radius, we differentiate both sides of the volume equation with respect to time $t$. Since $r$ is changing with time, we use the chain rule:

$\frac{dV}{dt} = \frac{d}{dt}\left(\frac{4}{3}\pi r^3\right)$

Using the constant multiple rule and the chain rule ($\frac{d}{dt}(r^3) = 3r^2 \frac{dr}{dt}$), we get:

$\frac{dV}{dt} = \frac{4}{3}\pi \cdot \frac{d}{dt}(r^3)$

$\frac{dV}{dt} = \frac{4}{3}\pi \cdot \left(3r^2 \frac{dr}{dt}\right)$

$\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}$

We are given that the rate of increase of the volume is $\frac{dV}{dt} = 900$ \$cm$^3$/s.

We need to find the rate of increase of the radius, $\frac{dr}{dt}$, at the instant when the radius is $r = 15$ \$cm.

Substitute the given values $\frac{dV}{dt} = 900$ and $r = 15$ into the expression for $\frac{dV}{dt}$:

$900 = 4\pi (15)^2 \frac{dr}{dt}$

Calculate $(15)^2$:

$15^2 = 225$

Substitute this value back into the equation:

$900 = 4\pi (225) \frac{dr}{dt}$

$900 = 900\pi \frac{dr}{dt}$

Now, solve for $\frac{dr}{dt}$:

$\frac{dr}{dt} = \frac{900}{900\pi}$

Simplify the fraction:

$\frac{dr}{dt} = \frac{1}{\pi}$

The units for the rate of change of radius are centimetres per second (cm/s).

Therefore, the radius of the balloon increases at a rate of $\frac{1}{\pi}$ \$cm/s when the radius is 15 cm.


Final Answer:

The rate at which the radius of the balloon increases when the radius is 15 cm is $\frac{1}{\pi}$ \$cm/s.

Question 9. A balloon, which always remains spherical has a variable radius. Find the rate at which its volume is increasing with the radius when the later is 10 cm.

Answer:

Given:

Let $r$ be the radius of the spherical balloon in centimetres.

Let $V$ be the volume of the balloon in cubic centimetres.

The balloon is always spherical and has a variable radius $r$.

We need to find the rate at which its volume is increasing with the radius when $r = 10 \$cm$.


To Find:

The rate of change of the volume of the balloon with respect to its radius $r$, i.e., $\frac{dV}{dr}$, when $r = 10$ \$cm.


Solution:

The volume $V$ of a sphere with radius $r$ is given by the formula:

$V = \frac{4}{3}\pi r^3$

To find the rate at which the volume is increasing with respect to the radius, we need to differentiate the volume $V$ with respect to $r$:

$\frac{dV}{dr} = \frac{d}{dr}\left(\frac{4}{3}\pi r^3\right)$

Using the constant multiple rule and the power rule for differentiation ($\frac{d}{dr}(r^n) = nr^{n-1}$), we get:

$\frac{dV}{dr} = \frac{4}{3}\pi \cdot \frac{d}{dr}(r^3)$

$\frac{dV}{dr} = \frac{4}{3}\pi \cdot (3r^{3-1})$

$\frac{dV}{dr} = \frac{4}{3}\pi \cdot 3r^2$

$\frac{dV}{dr} = 4\pi r^2$

This expression, $4\pi r^2$, represents the rate of change of the volume of the sphere with respect to its radius $r$ for any value of $r$.

We need to find this rate when the radius is 10 cm, i.e., when $r = 10 \$cm$. Substitute $r = 10$ into the expression for $\frac{dV}{dr}$:

$\left(\frac{dV}{dr}\right)_{r=10} = 4\pi (10)^2$

$\left(\frac{dV}{dr}\right)_{r=10} = 4\pi (100)$

$\left(\frac{dV}{dr}\right)_{r=10} = 400\pi$

The units for the rate of change of volume with respect to radius are cubic centimetres per centimetre (\$cm$^3$/cm).

Therefore, the rate at which the volume of the balloon is increasing with the radius when the radius is 10 cm is $400\pi$ \$cm$^3$/cm.


Final Answer:

The volume of the balloon is increasing with the radius at the rate of $400\pi$ \$cm$^3$/cm when the radius is 10 cm.

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

Answer:

Given:

Let $L$ be the length of the ladder, $x$ be the distance of the bottom of the ladder from the wall, and $y$ be the height of the top of the ladder on the wall.

Length of the ladder: $L = 5 \$m$.

The bottom of the ladder is pulled away from the wall at a rate: $\frac{dx}{dt} = 2 \$cm/s$.

Convert the rate of $x$ to meters per second to match the unit of ladder length:

$\frac{dx}{dt} = 2 \$cm/s = \frac{2}{100} \$m/s = 0.02 \$m/s$.

We are interested in the instant when the foot of the ladder is 4 m away from the wall, i.e., when $x = 4 \$m$.


To Find:

How fast is its height on the wall decreasing when $x = 4 \$m$? This means we need to find $\frac{dy}{dt}$ when $x = 4 \$m$.


Solution:

The ladder, the wall, and the ground form a right-angled triangle. By the Pythagorean theorem, the relationship between the length of the ladder, the distance from the wall ($x$), and the height on the wall ($y$) is:

$x^2 + y^2 = L^2$

Substitute the given length of the ladder, $L = 5 \$m$:

$x^2 + y^2 = 5^2$

$x^2 + y^2 = 25$

Since $x$ and $y$ are changing with time, we differentiate both sides of this equation with respect to time $t$ to find the relationship between their rates of change. We use the chain rule:

$\frac{d}{dt}(x^2 + y^2) = \frac{d}{dt}(25)$

$\frac{d}{dt}(x^2) + \frac{d}{dt}(y^2) = 0$

Using the chain rule, $\frac{d}{dt}(x^2) = 2x \frac{dx}{dt}$ and $\frac{d}{dt}(y^2) = 2y \frac{dy}{dt}$.

So, the differentiated equation is:

$2x \frac{dx}{dt} + 2y \frac{dy}{dt} = 0$

We can divide the entire equation by 2:

$x \frac{dx}{dt} + y \frac{dy}{dt} = 0$

We need to find $\frac{dy}{dt}$ when $x = 4 \$m$. At this specific instant, we need to find the corresponding value of $y$. We can find this value using the Pythagorean relationship $x^2 + y^2 = 25$:

When $x = 4 \$m$:

$4^2 + y^2 = 25$

$16 + y^2 = 25$

$y^2 = 25 - 16$

$y^2 = 9$

Since $y$ represents a height on the wall, it must be positive:

$y = \sqrt{9} = 3 \$m$

Now we have the values for $x$, $y$, and $\frac{dx}{dt}$ at the instant of interest: $x = 4 \$m$, $y = 3 \$m$, and $\frac{dx}{dt} = 0.02 \$m/s$. Substitute these values into the differentiated equation $x \frac{dx}{dt} + y \frac{dy}{dt} = 0$:

$(4)(0.02) + (3) \frac{dy}{dt} = 0$

$0.08 + 3 \frac{dy}{dt} = 0$

Now, solve for $\frac{dy}{dt}$:

$3 \frac{dy}{dt} = -0.08$

$\frac{dy}{dt} = -\frac{0.08}{3} \$m/s$

The unit of $\frac{dy}{dt}$ is meters per second (m/s). The question provided the rate of change of $x$ in cm/s, so we should provide the answer for the rate of change of $y$ in cm/s. Convert the rate from m/s to cm/s by multiplying by 100:

$\frac{dy}{dt} = -\frac{0.08}{3} \$m/s \times 100 \$cm/m$

$\frac{dy}{dt} = -\frac{0.08 \times 100}{3} \$cm/s$

$\frac{dy}{dt} = -\frac{8}{3} \$cm/s$

The negative sign indicates that the height $y$ is decreasing, which is expected as the bottom of the ladder is being pulled away from the wall.

The question asks "How fast is its height on the wall decreasing?". This phrasing asks for the magnitude of the rate of decrease.


Final Answer:

The height on the wall is decreasing at the rate of $\frac{8}{3}$ \$cm/s when the foot of the ladder is 4 m away from the wall.

Question 11. A particle moves along the curve 6y = x3 +2. Find the points on the curve at which the y-coordinate is changing 8 times as fast as the x-coordinate.

Answer:

Given:

The curve is given by the equation $6y = x^3 + 2$.

The rate of change of the y-coordinate is 8 times the rate of change of the x-coordinate.

This can be written as: $\frac{dy}{dt} = 8 \frac{dx}{dt}$.


To Find:

The points $(x, y)$ on the curve where the given condition on the rates of change holds.


Solution:

We are given the equation of the curve:

$6y = x^3 + 2$

Since $x$ and $y$ are changing with time $t$, we differentiate both sides of this equation with respect to $t$ to find the relationship between their rates of change $\frac{dx}{dt}$ and $\frac{dy}{dt}$.

Differentiating with respect to $t$:

$\frac{d}{dt}(6y) = \frac{d}{dt}(x^3 + 2)$

Using the chain rule on the left side and the power rule and sum rule on the right side:

$6 \frac{dy}{dt} = 3x^{3-1} \frac{dx}{dt} + 0$

$6 \frac{dy}{dt} = 3x^2 \frac{dx}{dt}$

We are given the condition that the rate of change of the y-coordinate is 8 times the rate of change of the x-coordinate:

$\frac{dy}{dt} = 8 \frac{dx}{dt}$

Substitute this condition into the differentiated curve equation:

$6 \left(8 \frac{dx}{dt}\right) = 3x^2 \frac{dx}{dt}$

$48 \frac{dx}{dt} = 3x^2 \frac{dx}{dt}$

Rearrange the equation to solve for $x$:

$48 \frac{dx}{dt} - 3x^2 \frac{dx}{dt} = 0$

Factor out $\frac{dx}{dt}$:

$(48 - 3x^2) \frac{dx}{dt} = 0$

This equation is satisfied if either $(48 - 3x^2) = 0$ or $\frac{dx}{dt} = 0$. If $\frac{dx}{dt} = 0$, then $\frac{dy}{dt} = 8 \times 0 = 0$, meaning the particle is momentarily stationary. However, the problem implies movement and a specific ratio between non-zero rates. Thus, we consider the case where the term in the parenthesis is zero:

$48 - 3x^2 = 0$

$3x^2 = 48$

$x^2 = \frac{48}{3}$

$x^2 = 16$

Taking the square root of both sides gives the possible values for $x$:

$x = \pm \sqrt{16}$

$x = 4$ or $x = -4$

Now we find the corresponding $y$-coordinates for these $x$ values using the original curve equation $6y = x^3 + 2$.

Case 1: When $x = 4$

$6y = (4)^3 + 2$

$6y = 64 + 2$

$6y = 66$

$y = \frac{66}{6}$

$y = 11$

This gives the point $(4, 11)$.

Case 2: When $x = -4$

$6y = (-4)^3 + 2$

$6y = -64 + 2$

$6y = -62$

$y = \frac{-62}{6}$

$y = -\frac{31}{3}$

This gives the point $(-4, -\frac{31}{3})$.

Therefore, the points on the curve where the y-coordinate is changing 8 times as fast as the x-coordinate are $(4, 11)$ and $(-4, -\frac{31}{3})$.


Final Answer:

The points on the curve are $(4, 11)$ and $(-4, -\frac{31}{3})$.

Question 12. The radius of an air bubble is increasing at the rate of $\frac{1}{2}$ cm/s. At what rate is the volume of the bubble increasing when the radius is 1 cm?

Answer:

Given:

Let $r$ be the radius of the air bubble in centimetres.

Let $V$ be the volume of the air bubble in cubic centimetres.

The radius is increasing at the rate of $\frac{1}{2}$ cm/s. This means $\frac{dr}{dt} = \frac{1}{2} \$cm/s$.

We are interested in the instant when the radius is 1 cm, i.e., $r = 1 \$cm.


To Find:

At what rate is the volume of the bubble increasing when the radius is 1 cm? This means we need to find $\frac{dV}{dt}$ when $r = 1$ \$cm.


Solution:

An air bubble is spherical. The volume $V$ of a sphere with radius $r$ is given by the formula:

$V = \frac{4}{3}\pi r^3$

To find the rate at which the volume is increasing, we need to differentiate both sides of the volume equation with respect to time $t$. Since $r$ is changing with time, we use the chain rule:

$\frac{dV}{dt} = \frac{d}{dt}\left(\frac{4}{3}\pi r^3\right)$

Using the constant multiple rule and the chain rule ($\frac{d}{dt}(r^3) = 3r^2 \frac{dr}{dt}$), we get:

$\frac{dV}{dt} = \frac{4}{3}\pi \cdot \frac{d}{dt}(r^3)$

$\frac{dV}{dt} = \frac{4}{3}\pi \cdot \left(3r^2 \frac{dr}{dt}\right)$

$\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}$

We are given that the rate of increase of the radius is $\frac{dr}{dt} = \frac{1}{2}$ \$cm/s.

We need to find the rate of increase of the volume, $\frac{dV}{dt}$, at the instant when the radius is $r = 1$ \$cm.

Substitute the given values $\frac{dr}{dt} = \frac{1}{2}$ and $r = 1$ into the expression for $\frac{dV}{dt}$:

$\left(\frac{dV}{dt}\right)_{r=1} = 4\pi (1)^2 \left(\frac{1}{2}\right)$

$\left(\frac{dV}{dt}\right)_{r=1} = 4\pi (1) \left(\frac{1}{2}\right)$

$\left(\frac{dV}{dt}\right)_{r=1} = 4\pi \cdot \frac{1}{2}$

$\left(\frac{dV}{dt}\right)_{r=1} = 2\pi$

The units for the rate of change of volume are cubic centimetres per second (\$cm$^3$/s).

Therefore, the volume of the bubble is increasing at a rate of $2\pi$ \$cm$^3$/s when the radius is 1 cm.


Final Answer:

The volume of the bubble is increasing at the rate of $2\pi$ \$cm$^3$/s when the radius is 1 cm.

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

Answer:

Given:

The balloon always remains spherical.

The diameter of the balloon is given by $D = \frac{3}{2} (2x + 1)$.


To Find:

The rate of change of the volume of the balloon with respect to $x$, which is $\frac{dV}{dx}$.


Solution:

Let $r$ be the radius of the spherical balloon and $V$ be its volume.

The radius $r$ is half of the diameter $D$:

$r = \frac{D}{2}$

Substitute the given expression for the diameter:

$r = \frac{1}{2} \left(\frac{3}{2} (2x + 1)\right)$

$r = \frac{3}{4} (2x + 1)$

The volume $V$ of a sphere with radius $r$ is given by the formula:

$V = \frac{4}{3}\pi r^3$

To find the rate of change of the volume with respect to $x$, we first express the volume in terms of $x$ by substituting the expression for $r$:

$V = \frac{4}{3}\pi \left(\frac{3}{4} (2x + 1)\right)^3$

$V = \frac{4}{3}\pi \left(\left(\frac{3}{4}\right)^3 (2x + 1)^3\right)$

$V = \frac{4}{3}\pi \left(\frac{27}{64} (2x + 1)^3\right)$

Now, simplify the constant term:

$V = \frac{4\pi}{3} \cdot \frac{27}{64} (2x + 1)^3$

$V = \frac{\cancel{4}\pi \cdot \cancel{27}^9}{\cancel{3} \cdot \cancel{64}_{16}} (2x + 1)^3$

$V = \frac{9\pi}{16} (2x + 1)^3$

Now, we differentiate $V$ with respect to $x$ to find the rate of change of its volume with respect to $x$. We use the chain rule:

$\frac{dV}{dx} = \frac{d}{dx}\left(\frac{9\pi}{16} (2x + 1)^3\right)$

$\frac{dV}{dx} = \frac{9\pi}{16} \cdot \frac{d}{dx}((2x + 1)^3)$

Let $u = 2x + 1$. Then $\frac{du}{dx} = \frac{d}{dx}(2x + 1) = 2$.

Using the chain rule, $\frac{d}{dx}(u^3) = 3u^2 \frac{du}{dx}$.

$\frac{dV}{dx} = \frac{9\pi}{16} \cdot 3(2x + 1)^{3-1} \cdot \frac{d}{dx}(2x + 1)$

$\frac{dV}{dx} = \frac{9\pi}{16} \cdot 3(2x + 1)^2 \cdot 2$

Combine the constants:

$\frac{dV}{dx} = \frac{9\pi \cdot 3 \cdot 2}{16} (2x + 1)^2$

$\frac{dV}{dx} = \frac{54\pi}{16} (2x + 1)^2$

Simplify the fraction $\frac{54}{16}$ by dividing both numerator and denominator by 2:

$\frac{54}{16} = \frac{\cancel{54}^{27}}{\cancel{16}_8} = \frac{27}{8}$

So, the rate of change of the volume with respect to $x$ is:

$\frac{dV}{dx} = \frac{27\pi}{8} (2x + 1)^2$


Final Answer:

The rate of change of its volume with respect to $x$ is $\frac{27\pi}{8} (2x + 1)^2$.

Question 14. Sand is pouring from a pipe at the rate of 12 cm3 /s. The falling sand forms a cone on the ground in such a way that the height of the cone is always one-sixth of the radius of the base. How fast is the height of the sand cone increasing when the height is 4 cm?

Answer:

Given:

Let $V$ be the volume of the sand cone in cubic centimetres.

Let $h$ be the height of the cone in centimetres.

Let $r$ be the radius of the base of the cone in centimetres.

Sand is pouring from a pipe at the rate of 12 \$cm$^3$/s. This is the rate of change of the volume of the cone with respect to time $t$.

So, $\frac{dV}{dt} = 12 \$cm$^3$/s.

The height of the cone is always one-sixth of the radius of the base. This gives the relationship between $h$ and $r$:

$h = \frac{1}{6} r$

This implies $r = 6h$.

We are interested in the instant when the height is 4 cm, i.e., $h = 4 \$cm.


To Find:

How fast is the height of the sand cone increasing when $h = 4 \$cm$? This means we need to find $\frac{dh}{dt}$ when $h = 4 \$cm$.


Solution:

The volume $V$ of a cone with radius $r$ and height $h$ is given by the formula:

$V = \frac{1}{3}\pi r^2 h$

The relationship between $h$ and $r$ is $r = 6h$. To express the volume solely in terms of the height $h$, substitute $r = 6h$ into the volume formula:

$V = \frac{1}{3}\pi (6h)^2 h$

$V = \frac{1}{3}\pi (36h^2) h$

$V = \frac{1}{3}\pi \cdot 36 h^3$

$V = \frac{\cancel{36}^{12}}{3}\pi h^3$

$V = 12\pi h^3$

Now that the volume is expressed as a function of height $h$, we can find the rate of change of volume with respect to time $t$ by differentiating $V$ with respect to $t$. Since $h$ is changing with time, we use the chain rule:

$\frac{dV}{dt} = \frac{d}{dt}(12\pi h^3)$

Using the constant multiple rule and the chain rule ($\frac{d}{dt}(h^3) = 3h^2 \frac{dh}{dt}$), we get:

$\frac{dV}{dt} = 12\pi \cdot \frac{d}{dt}(h^3)$

$\frac{dV}{dt} = 12\pi \cdot \left(3h^2 \frac{dh}{dt}\right)$

$\frac{dV}{dt} = 36\pi h^2 \frac{dh}{dt}$

We are given that the rate of change of the volume is $\frac{dV}{dt} = 12$ \$cm$^3$/s.

We need to find the rate of increase of the height, $\frac{dh}{dt}$, at the instant when the height is $h = 4$ \$cm.

Substitute the given values $\frac{dV}{dt} = 12$ and $h = 4$ into the differentiated equation:

$12 = 36\pi (4)^2 \frac{dh}{dt}$

Calculate $(4)^2$:

$4^2 = 16$

Substitute this value back into the equation:

$12 = 36\pi (16) \frac{dh}{dt}$

$12 = 576\pi \frac{dh}{dt}$

Now, solve for $\frac{dh}{dt}$:

$\frac{dh}{dt} = \frac{12}{576\pi}$

Simplify the fraction $\frac{12}{576}$ by dividing both numerator and denominator by 12:

$\frac{12}{576} = \frac{\cancel{12}^1}{\cancel{576}_{48}} = \frac{1}{48}$

So, the rate of change of the height is:

$\frac{dh}{dt} = \frac{1}{48\pi}$

The units for the rate of change of height are centimetres per second (cm/s).

Therefore, the height of the sand cone is increasing at a rate of $\frac{1}{48\pi}$ \$cm/s when the height is 4 cm.


Final Answer:

The height of the sand cone is increasing at the rate of $\frac{1}{48\pi}$ \$cm/s when the height is 4 cm.

Question 15. The total cost C (x) in Rupees associated with the production of x units of an item is given by

C (x) = 0.007x3 – 0.003x2 + 15x + 4000.

Find the marginal cost when 17 units are produced.

Answer:

Given:

The total cost function in Rupees associated with the production of $x$ units of an item is:

$C(x) = 0.007x^3 – 0.003x^2 + 15x + 4000$

We need to find the marginal cost when $x = 17$ units are produced.


To Find:

The marginal cost when 17 units are produced.


Solution:

The marginal cost is defined as the instantaneous rate of change of the total cost with respect to the number of units produced. This is given by the derivative of the total cost function $C(x)$ with respect to $x$, denoted by $\frac{dC}{dx}$ or $C'(x)$.

We are given the total cost function:

$C(x) = 0.007x^3 – 0.003x^2 + 15x + 4000$

Differentiate $C(x)$ with respect to $x$ to find the marginal cost function:

$\frac{dC}{dx} = \frac{d}{dx} (0.007x^3 – 0.003x^2 + 15x + 4000)$

Using the power rule and constant multiple rule for differentiation:

$\frac{dC}{dx} = 0.007 \cdot \frac{d}{dx}(x^3) – 0.003 \cdot \frac{d}{dx}(x^2) + 15 \cdot \frac{d}{dx}(x) + \frac{d}{dx}(4000)$

$\frac{dC}{dx} = 0.007 \cdot (3x^{3-1}) – 0.003 \cdot (2x^{2-1}) + 15 \cdot (1x^{1-1}) + 0$

$\frac{dC}{dx} = 0.021 x^2 – 0.006 x + 15$

So, the marginal cost function is:

$C'(x) = 0.021 x^2 – 0.006 x + 15$

We need to find the marginal cost when 17 units are produced, which means we need to evaluate $C'(x)$ at $x = 17$.

Substitute $x = 17$ into the marginal cost function:

$C'(17) = 0.021 (17)^2 – 0.006 (17) + 15$

First, calculate $(17)^2$:

$17^2 = 289$

Now substitute this value back:

$C'(17) = 0.021 (289) – 0.006 (17) + 15$

Perform the multiplications:

$0.021 \times 289 = 6.069$

$0.006 \times 17 = 0.102$

Substitute these values back into the expression for $C'(17)$:

$C'(17) = 6.069 – 0.102 + 15$

$C'(17) = 5.967 + 15$

$C'(17) = 20.967$

The units for marginal cost are Rupees per unit.


Final Answer:

The marginal cost when 17 units are produced is $\textsf{₹} \$20.967$.

Question 16. The total revenue in Rupees received from the sale of x units of a product is given by

R (x) = 13x2 + 26x + 15.

Find the marginal revenue when x = 7.

Answer:

Given:

The total revenue function in Rupees received from the sale of $x$ units of a product is:

$R(x) = 13x^2 + 26x + 15$

We need to find the marginal revenue when $x = 7$ units are sold.


To Find:

The marginal revenue when $x = 7$.


Solution:

The marginal revenue is defined as the instantaneous rate of change of the total revenue with respect to the number of items sold. This is given by the derivative of the total revenue function $R(x)$ with respect to $x$, denoted by $\frac{dR}{dx}$ or $R'(x)$.

We are given the total revenue function:

$R(x) = 13x^2 + 26x + 15$

Differentiate $R(x)$ with respect to $x$ to find the marginal revenue function:

$\frac{dR}{dx} = \frac{d}{dx} (13x^2 + 26x + 15)$

Using the power rule, constant multiple rule, and sum rule for differentiation:

$\frac{dR}{dx} = \frac{d}{dx} (13x^2) + \frac{d}{dx} (26x) + \frac{d}{dx} (15)$

$\frac{dR}{dx} = 13 \cdot \frac{d}{dx}(x^2) + 26 \cdot \frac{d}{dx}(x) + 0$

$\frac{dR}{dx} = 13 \cdot (2x^{2-1}) + 26 \cdot (1x^{1-1})$

$\frac{dR}{dx} = 26x + 26$

So, the marginal revenue function is:

$R'(x) = 26x + 26$

We need to find the marginal revenue when $x = 7$. Substitute $x = 7$ into the marginal revenue function:

$R'(7) = 26(7) + 26$

We can calculate $26 \times 7$:

$\begin{array}{cc}& 2 & 6 \\ \times & & 7 \\ \hline 1 & 8 & 2 \\ \hline \end{array}$

So, $26 \times 7 = 182$.

Substitute this value back into the expression for $R'(7)$:

$R'(7) = 182 + 26$

Now perform the addition:

$\begin{array}{cc}& 1 & 8 & 2 \\ + & & 2 & 6 \\ \hline & 2 & 0 & 8 \\ \hline \end{array}$

$R'(7) = 208$

The units for marginal revenue are Rupees per unit sold.


Final Answer:

The marginal revenue when $x = 7$ is $\textsf{₹} \$208$.

Choose the correct answer in the Exercises 17 and 18.

Question 17. The rate of change of the area of a circle with respect to its radius r at r = 6 cm is

(A) 10π

(B) 12π

(C) 8π

(D) 11π

Answer:

Given:

The area of a circle is $A$, and its radius is $r$.

We need to find the rate of change of the area with respect to the radius when $r = 6$ cm.


To Find:

The value of $\frac{dA}{dr}$ when $r = 6$ cm.


Solution:

The area $A$ of a circle with radius $r$ is given by the formula:

$A = \pi r^2$

To find the rate of change of the area with respect to the radius, we differentiate the area $A$ with respect to $r$:

$\frac{dA}{dr} = \frac{d}{dr} (\pi r^2)$

Using the constant multiple rule and the power rule for differentiation ($\frac{d}{dr}(r^n) = nr^{n-1}$), we get:

$\frac{dA}{dr} = \pi \cdot \frac{d}{dr}(r^2)$

$\frac{dA}{dr} = \pi \cdot (2r^{2-1})$

$\frac{dA}{dr} = 2\pi r$

This expression, $2\pi r$, represents the rate of change of the area of the circle with respect to its radius $r$ for any value of $r$.

We need to find this rate when the radius is 6 cm, i.e., when $r = 6 \$cm$. Substitute $r = 6$ into the expression for $\frac{dA}{dr}$:

$\left(\frac{dA}{dr}\right)_{r=6} = 2\pi (6)$

$\left(\frac{dA}{dr}\right)_{r=6} = 12\pi$

The units for the rate of change of area with respect to radius are units of area divided by units of radius, which is \$cm$^2$/cm.

So, the rate of change of the area when $r = 6$ cm is $12\pi$ \$cm$^2$/cm.

Comparing this result with the given options:

(A) $10\pi$

(B) $12\pi$

(C) $8\pi$

(D) $11\pi$

The calculated rate of change matches option (B).


Final Answer:

The correct option is (B) $12\pi$.

Question 18. The total revenue in Rupees received from the sale of x units of a product is given by

R(x) = 3x2 + 36x + 5. The marginal revenue, when x = 15 is

(A) 116

(B) 96

(C) 90

(D) 126

Answer:

Question 18. The total revenue in Rupees received from the sale of x units of a product is given by

R(x) = 3x2 + 36x + 5. The marginal revenue, when x = 15 is

(A) 116

(B) 96

(C) 90

(D) 126

Answer:

Given:

The total revenue function in Rupees received from the sale of $x$ units of a product is:

$R(x) = 3x^2 + 36x + 5$

We need to find the marginal revenue when $x = 15$ units are sold.


To Find:

The marginal revenue when $x = 15$.


Solution:

The marginal revenue is defined as the instantaneous rate of change of the total revenue with respect to the number of items sold. This is given by the derivative of the total revenue function $R(x)$ with respect to $x$, denoted by $\frac{dR}{dx}$ or $R'(x)$.

We are given the total revenue function:

$R(x) = 3x^2 + 36x + 5$

Differentiate $R(x)$ with respect to $x$ to find the marginal revenue function:

$\frac{dR}{dx} = \frac{d}{dx} (3x^2 + 36x + 5)$

Using the power rule, constant multiple rule, and sum rule for differentiation:

$\frac{dR}{dx} = \frac{d}{dx} (3x^2) + \frac{d}{dx} (36x) + \frac{d}{dx} (5)$

$\frac{dR}{dx} = 3 \cdot (2x) + 36 \cdot (1) + 0$

$\frac{dR}{dx} = 6x + 36$

So, the marginal revenue function is:

$R'(x) = 6x + 36$

We need to find the marginal revenue when $x = 15$. Substitute $x = 15$ into the marginal revenue function:

$R'(15) = 6(15) + 36$

$R'(15) = 90 + 36$

$R'(15) = 126$

The units for marginal revenue are Rupees per unit sold.

Comparing the calculated value with the given options, we find that the value is 126.


Final Answer:

The marginal revenue when $x = 15$ is $\textsf{₹} \$126$.

The correct option is (D) 126.



Example 7 to 13 (Before Exercise 6.2)

Example 7: Show that the function given by f(x) = 7x – 3 is strictly increasing on R.

Answer:

Given:

The function $f(x) = 7x – 3$.

The domain is $R$ (the set of real numbers).


To Show:

The function $f(x)$ is strictly increasing on $R$.


Solution:

A function $f(x)$ is strictly increasing on an interval if its derivative $f'(x)$ is positive for all $x$ in that interval.

We are given the function:

$f(x) = 7x – 3$

To find the derivative of $f(x)$ with respect to $x$, we differentiate term by term:

$f'(x) = \frac{d}{dx}(7x – 3)$

$f'(x) = \frac{d}{dx}(7x) – \frac{d}{dx}(3)$

Using the constant multiple rule and the power rule ($\frac{d}{dx}(x) = 1$) and the rule for the derivative of a constant ($\frac{d}{dx}(c) = 0$):

$f'(x) = 7 \cdot \frac{d}{dx}(x) – 0$

$f'(x) = 7 \cdot 1$

$f'(x) = 7$

The derivative of the function is $f'(x) = 7$.

We observe the value of the derivative:

$f'(x) = 7$

Since $7 > 0$, the derivative $f'(x)$ is positive for all real numbers $x$.

According to the definition, if the derivative of a function is positive on an interval, the function is strictly increasing on that interval.

In this case, $f'(x) = 7 > 0$ for all $x \in R$.

Therefore, the function $f(x) = 7x – 3$ is strictly increasing on $R$.


Alternatively, using the definition of a strictly increasing function:

A function $f$ is strictly increasing on an interval $I$ if for any two numbers $x_1, x_2 \in I$, with $x_1 < x_2$, we have $f(x_1) < f(x_2)$.

Let $x_1, x_2$ be any two real numbers such that $x_1 < x_2$.

Consider the function $f(x) = 7x - 3$.

Evaluate the function at $x_1$ and $x_2$:

$f(x_1) = 7x_1 - 3$

$f(x_2) = 7x_2 - 3$

Since we assumed $x_1 < x_2$, we can multiply the inequality by 7 (a positive number), which preserves the inequality direction:

$7x_1 < 7x_2$

Now, subtract 3 from both sides of the inequality:

$7x_1 - 3 < 7x_2 - 3$

By the definition of $f(x)$, this means:

$f(x_1) < f(x_2)$

Since for any $x_1, x_2 \in R$ with $x_1 < x_2$, we have $f(x_1) < f(x_2)$, the function $f(x) = 7x – 3$ is strictly increasing on $R$ by definition.

Example 8: Show that the function f given by

f(x) = x3 – 3x2 + 4x, x ∈ R

is increasing on R.

Answer:

Given:

The function $f(x) = x^3 – 3x^2 + 4x$.

The domain is $R$ (the set of real numbers).


To Show:

The function $f(x)$ is increasing on $R$.


Solution:

A function $f(x)$ is increasing on an interval if its derivative $f'(x)$ is greater than or equal to zero ($f'(x) \geq 0$) for all $x$ in that interval.

We are given the function:

$f(x) = x^3 – 3x^2 + 4x$

To find the derivative of $f(x)$ with respect to $x$, we differentiate term by term using the power rule and constant multiple rule:

$f'(x) = \frac{d}{dx}(x^3 – 3x^2 + 4x)$

$f'(x) = \frac{d}{dx}(x^3) – \frac{d}{dx}(3x^2) + \frac{d}{dx}(4x)$

$f'(x) = 3x^{3-1} – 3(2x^{2-1}) + 4(1x^{1-1})$

$f'(x) = 3x^2 – 6x + 4$

So, the derivative of the function is $f'(x) = 3x^2 – 6x + 4$.

To show that the function is increasing on $R$, we need to show that $f'(x) \geq 0$ for all $x \in R$.

The expression for $f'(x)$ is a quadratic in $x$. We can analyze its sign by completing the square or by looking at its discriminant.

Let's complete the square for $f'(x) = 3x^2 – 6x + 4$:

Take out the common factor 3 from the terms involving $x$:

$f'(x) = 3(x^2 – 2x) + 4$

Complete the square for the expression inside the parenthesis, $x^2 - 2x$. The term needed is $(\frac{-2}{2})^2 = (-1)^2 = 1$. Add and subtract 1 inside the parenthesis:

$f'(x) = 3(x^2 – 2x + 1 - 1) + 4$

$f'(x) = 3((x^2 – 2x + 1) - 1) + 4$

Recognize the perfect square trinomial $(x^2 – 2x + 1) = (x - 1)^2$:

$f'(x) = 3((x - 1)^2 - 1) + 4$

Distribute the 3:

$f'(x) = 3(x - 1)^2 - 3 + 4$

$f'(x) = 3(x - 1)^2 + 1$

Now, let's analyze the sign of $f'(x) = 3(x - 1)^2 + 1$ for all $x \in R$.

For any real number $x$, the term $(x - 1)^2$ is the square of a real number, which is always greater than or equal to zero:

$(x - 1)^2 \geq 0$

Multiply the inequality by 3 (a positive number), which preserves the inequality direction:

$3(x - 1)^2 \geq 3 \cdot 0$

$3(x - 1)^2 \geq 0$

Now, add 1 to both sides of the inequality:

$3(x - 1)^2 + 1 \geq 0 + 1$

$3(x - 1)^2 + 1 \geq 1$

Since $1 > 0$, we have $3(x - 1)^2 + 1 \geq 1 > 0$ for all $x \in R$.

Thus, $f'(x) = 3(x - 1)^2 + 1 \geq 1$ for all $x \in R$.

This shows that $f'(x)$ is strictly positive for all $x \in R$, except possibly when $(x-1)^2=0$, which occurs when $x=1$. At $x=1$, $f'(1) = 3(1-1)^2+1 = 1$, which is still positive. So, $f'(x) > 0$ for all $x \in R$.

Since $f'(x) \geq 0$ for all $x \in R$ (specifically, $f'(x) > 0$ for all $x \in R$), the function $f(x)$ is increasing on $R$. (Note: A function is strictly increasing if $f'(x) > 0$. It is increasing if $f'(x) \geq 0$. Since $f'(x) > 0$ for all $x$, the function is actually strictly increasing on R, which also satisfies the condition of being increasing on R).


Alternatively, using the discriminant:

The derivative is $f'(x) = 3x^2 – 6x + 4$. This is a quadratic equation of the form $ax^2 + bx + c$, where $a=3$, $b=-6$, and $c=4$.

To determine the sign of the quadratic, we can check the sign of the leading coefficient and the discriminant. The leading coefficient is $a = 3$, which is positive ($3 > 0$).

The discriminant $\Delta$ is given by $\Delta = b^2 - 4ac$.

$\Delta = (-6)^2 - 4(3)(4)$

$\Delta = 36 - 48$

$\Delta = -12$

Since the discriminant $\Delta = -12$ is negative ($\Delta < 0$), and the leading coefficient $a = 3$ is positive ($a > 0$), the quadratic $ax^2 + bx + c$ is always positive for all real values of $x$.

Therefore, $f'(x) = 3x^2 – 6x + 4 > 0$ for all $x \in R$.

Since $f'(x) > 0$ for all $x \in R$, the function $f(x)$ is strictly increasing on $R$, which implies it is also increasing on $R$.


Conclusion:

Since the derivative $f'(x) = 3x^2 – 6x + 4 = 3(x-1)^2 + 1$, and $3(x-1)^2 \geq 0$ for all $x \in R$, it follows that $f'(x) \geq 1 > 0$ for all $x \in R$. Thus $f'(x) \geq 0$ for all $x \in R$.

Therefore, the function $f(x) = x^3 – 3x^2 + 4x$ is increasing on $R$.

Example 9: Prove that the function given by f(x) = cos x is

(a) decreasing in (0, π)

(b) increasing in (π, 2π), and

(c) neither increasing nor decreasing in (0, 2π)

Answer:

Given:

The function $f(x) = \cos x$.

The domain is $x \in R$.


To Prove:

The function $f(x) = \cos x$ is:

(a) decreasing in $(0, \pi)$

(b) increasing in $(\pi, 2\pi)$

(c) neither increasing nor decreasing in $(0, 2\pi)$


Solution:

To determine the intervals where the function is increasing or decreasing, we find the derivative of the function $f(x)$ with respect to $x$ and analyze its sign in the given intervals.

The derivative of $f(x) = \cos x$ is:

$f'(x) = \frac{d}{dx}(\cos x)$

$f'(x) = -\sin x$


(a) On the interval $(0, \pi)$:

In the interval $(0, \pi)$, the values of the sine function $\sin x$ are positive (i.e., $\sin x > 0$ for all $x \in (0, \pi)$).

Therefore, the derivative $f'(x) = -\sin x$ will be negative in this interval.

$-\sin x < 0$ for all $x \in (0, \pi)$.

Since $f'(x) < 0$ for all $x \in (0, \pi)$, the function $f(x) = \cos x$ is strictly decreasing on the interval $(0, \pi)$. A strictly decreasing function is also considered decreasing.


(b) On the interval $(\pi, 2\pi)$:

In the interval $(\pi, 2\pi)$, the values of the sine function $\sin x$ are negative (i.e., $\sin x < 0$ for all $x \in (\pi, 2\pi)$).

Therefore, the derivative $f'(x) = -\sin x$ will be positive in this interval.

$-\sin x > 0$ for all $x \in (\pi, 2\pi)$.

Since $f'(x) > 0$ for all $x \in (\pi, 2\pi)$, the function $f(x) = \cos x$ is strictly increasing on the interval $(\pi, 2\pi)$. A strictly increasing function is also considered increasing.


(c) On the interval $(0, 2\pi)$:

The interval $(0, 2\pi)$ includes the interval $(0, \pi)$ and the interval $(\pi, 2\pi)$.

From part (a), we found that $f'(x) = -\sin x < 0$ for all $x \in (0, \pi)$.

From part (b), we found that $f'(x) = -\sin x > 0$ for all $x \in (\pi, 2\pi)$.

Since the derivative $f'(x)$ is negative on a portion of the interval $(0, 2\pi)$ (specifically, on $(0, \pi)$) and positive on another portion of the interval $(0, 2\pi)$ (specifically, on $(\pi, 2\pi)$), the function $f(x) = \cos x$ changes its monotonic behaviour within the interval $(0, 2\pi)$.

Therefore, the function $f(x) = \cos x$ is neither increasing nor decreasing on the entire interval $(0, 2\pi)$.


Hence, it is proven that the function $f(x) = \cos x$ is decreasing in $(0, \pi)$, increasing in $(\pi, 2\pi)$, and neither increasing nor decreasing in $(0, 2\pi)$.

Example 10: Find the intervals in which the function f given by f(x) = x2 – 4x + 6 is

(a) increasing

(b) decreasing

Answer:

Given:

The function $f(x) = x^2 – 4x + 6$.

The domain is $R$ (the set of real numbers).


To Find:

The intervals in which the function $f(x)$ is:

(a) increasing

(b) decreasing


Solution:

To find the intervals where the function is increasing or decreasing, we first find the derivative of the function $f(x)$ with respect to $x$ and then determine the sign of the derivative.

The function is given by:

$f(x) = x^2 – 4x + 6$

Differentiate $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(x^2 – 4x + 6)$

Using the sum rule, constant multiple rule, and power rule:

$f'(x) = \frac{d}{dx}(x^2) - \frac{d}{dx}(4x) + \frac{d}{dx}(6)$

$f'(x) = 2x^{2-1} - 4x^{1-1} + 0$

$f'(x) = 2x - 4$

Now, we need to find the critical points where the derivative is zero or undefined. $f'(x)$ is a polynomial, so it is defined for all real $x$. Set $f'(x) = 0$ to find the critical points:

$2x - 4 = 0$

$2x = 4$

$x = \frac{4}{2}$

$x = 2$

The critical point $x=2$ divides the real number line into two open intervals: $(-\infty, 2)$ and $(2, \infty)$. We analyze the sign of $f'(x)$ in each of these intervals.


Interval 1: $(-\infty, 2)$

Choose a test value in this interval, for example, $x = 0$.

Evaluate $f'(x)$ at $x = 0$:

$f'(0) = 2(0) - 4 = -4$

Since $f'(0) = -4 < 0$, the derivative $f'(x)$ is negative for all $x$ in the interval $(-\infty, 2)$.

When $f'(x) < 0$ on an interval, the function is strictly decreasing on that interval.

Since $f(x)$ is continuous at $x=2$, it is decreasing on the closed interval $(-\infty, 2]$.


Interval 2: $(2, \infty)$

Choose a test value in this interval, for example, $x = 3$.

Evaluate $f'(x)$ at $x = 3$:

$f'(3) = 2(3) - 4 = 6 - 4 = 2$

Since $f'(3) = 2 > 0$, the derivative $f'(x)$ is positive for all $x$ in the interval $(2, \infty)$.

When $f'(x) > 0$ on an interval, the function is strictly increasing on that interval.

Since $f(x)$ is continuous at $x=2$, it is increasing on the closed interval $[2, \infty)$.


(a) The function is increasing on the interval where $f'(x) \geq 0$. This occurs for $x \geq 2$. So the interval is $[2, \infty)$.

(b) The function is decreasing on the interval where $f'(x) \leq 0$. This occurs for $x \leq 2$. So the interval is $(-\infty, 2]$.


Final Answer:

The function $f(x) = x^2 – 4x + 6$ is:

(a) increasing on $[2, \infty)$

(b) decreasing on $(-\infty, 2]$

Example 11: Find the intervals in which the function f given by f (x) = 4x3 – 6x2 – 72x + 30 is

(a) increasing

(b) decreasing.

Answer:

Given:

The function $f(x) = 4x^3 – 6x^2 – 72x + 30$.

The domain is $R$ (the set of real numbers).


To Find:

The intervals in which the function $f(x)$ is:

(a) increasing

(b) decreasing


Solution:

To find the intervals where the function is increasing or decreasing, we first find the derivative of the function $f(x)$ with respect to $x$ and then determine the sign of the derivative.

The function is given by:

$f(x) = 4x^3 – 6x^2 – 72x + 30$

Differentiate $f(x)$ with respect to $x$ using the sum rule, constant multiple rule, and power rule:

$f'(x) = \frac{d}{dx}(4x^3 – 6x^2 – 72x + 30)$

$f'(x) = 4 \cdot \frac{d}{dx}(x^3) – 6 \cdot \frac{d}{dx}(x^2) – 72 \cdot \frac{d}{dx}(x) + \frac{d}{dx}(30)$

$f'(x) = 4(3x^2) – 6(2x) – 72(1) + 0$

$f'(x) = 12x^2 – 12x – 72$

Now, we need to find the critical points where the derivative is zero. Set $f'(x) = 0$:

$12x^2 – 12x – 72 = 0$

Divide the entire equation by 12 to simplify:

$\frac{12x^2}{12} – \frac{12x}{12} – \frac{72}{12} = \frac{0}{12}$

$x^2 – x – 6 = 0$

This is a quadratic equation. We can factor it to find the roots:

We need two numbers that multiply to -6 and add to -1. These numbers are -3 and 2.

$(x - 3)(x + 2) = 0$

The roots are $x - 3 = 0$ or $x + 2 = 0$.

$x = 3$ or $x = -2$

The critical points are $x = -2$ and $x = 3$. These points divide the real number line into three open intervals: $(-\infty, -2)$, $(-2, 3)$, and $(3, \infty)$. We analyze the sign of $f'(x)$ in each of these intervals.

We can use the factored form of the derivative $f'(x) = 12(x - 3)(x + 2)$ to easily determine the sign.


Interval 1: $(-\infty, -2)$

Choose a test value, e.g., $x = -3$.

$f'(-3) = 12(-3 - 3)(-3 + 2) = 12(-6)(-1) = 12(6) = 72$

Since $f'(-3) = 72 > 0$, the derivative $f'(x)$ is positive for all $x$ in the interval $(-\infty, -2)$.


Interval 2: $(-2, 3)$

Choose a test value, e.g., $x = 0$.

$f'(0) = 12(0 - 3)(0 + 2) = 12(-3)(2) = 12(-6) = -72$

Since $f'(0) = -72 < 0$, the derivative $f'(x)$ is negative for all $x$ in the interval $(-2, 3)$.


Interval 3: $(3, \infty)$

Choose a test value, e.g., $x = 4$.

$f'(4) = 12(4 - 3)(4 + 2) = 12(1)(6) = 12(6) = 72$

Since $f'(4) = 72 > 0$, the derivative $f'(x)$ is positive for all $x$ in the interval $(3, \infty)$.


Based on the sign of $f'(x)$:

(a) The function is increasing on the intervals where $f'(x) \geq 0$. This occurs in $(-\infty, -2)$ and $(3, \infty)$. Since the function is continuous at $x = -2$ and $x = 3$, we include these points in the intervals.

So, $f(x)$ is increasing on $(-\infty, -2] \cup [3, \infty)$.

(b) The function is decreasing on the intervals where $f'(x) \leq 0$. This occurs in $(-2, 3)$. Since the function is continuous at $x = -2$ and $x = 3$, we include these points in the interval.

So, $f(x)$ is decreasing on $[-2, 3]$.


Final Answer:

The function $f(x) = 4x^3 – 6x^2 – 72x + 30$ is:

(a) increasing on $(-\infty, -2] \cup [3, \infty)$

(b) decreasing on $[-2, 3]$

Example 12: Find intervals in which the function given by f (x) = sin 3x, x ∈ $\left[ 0, \frac{\pi}{2} \right]$ is

(a) increasing

(b) decreasing.

Answer:

Given:

The function $f(x) = \sin(3x)$.

The domain is $x \in \left[ 0, \frac{\pi}{2} \right]$.


To Find:

The intervals in which the function $f(x)$ is:

(a) increasing

(b) decreasing


Solution:

To determine the intervals where the function is increasing or decreasing, we find the derivative of the function $f(x)$ with respect to $x$ and then analyze the sign of the derivative on the given domain $\left[ 0, \frac{\pi}{2} \right]$.

The function is given by:

$f(x) = \sin(3x)$

Differentiate $f(x)$ with respect to $x$ using the chain rule:

$f'(x) = \frac{d}{dx}(\sin(3x))$

Let $u = 3x$. Then $\frac{du}{dx} = \frac{d}{dx}(3x) = 3$.

$\frac{d}{dx}(\sin u) = \cos u \cdot \frac{du}{dx}$

$f'(x) = \cos(3x) \cdot 3$

$f'(x) = 3\cos(3x)$

Now, we need to find the critical points in the interval $\left[ 0, \frac{\pi}{2} \right]$ where the derivative is zero or undefined. The derivative $f'(x) = 3\cos(3x)$ is defined for all $x$. We set $f'(x) = 0$:

$3\cos(3x) = 0$

$\cos(3x) = 0$

We need to find values of $x \in \left[ 0, \frac{\pi}{2} \right]$ such that $\cos(3x) = 0$.

Let $\theta = 3x$. As $x$ ranges from $0$ to $\frac{\pi}{2}$, $3x$ ranges from $3 \cdot 0 = 0$ to $3 \cdot \frac{\pi}{2} = \frac{3\pi}{2}$.

So, we need to find $\theta \in \left[ 0, \frac{3\pi}{2} \right]$ such that $\cos(\theta) = 0$. The values of $\theta$ for which $\cos(\theta) = 0$ in this range are $\theta = \frac{\pi}{2}$ and $\theta = \frac{3\pi}{2}$.

Now, we find the corresponding values of $x$ by substituting back $\theta = 3x$:

Case 1: $3x = \frac{\pi}{2}$

$x = \frac{\pi}{6}$

This value is in the interval $\left[ 0, \frac{\pi}{2} \right]$, since $0 < \frac{\pi}{6} < \frac{\pi}{2}$.

Case 2: $3x = \frac{3\pi}{2}$

$x = \frac{3\pi}{6} = \frac{\pi}{2}$

This value is the upper endpoint of the interval $\left[ 0, \frac{\pi}{2} \right]$.

The critical point in the interior of the interval is $x = \frac{\pi}{6}$. This point divides the interval $\left[ 0, \frac{\pi}{2} \right]$ into two sub-intervals: $\left[ 0, \frac{\pi}{6} \right]$ and $\left[ \frac{\pi}{6}, \frac{\pi}{2} \right]$. We analyze the sign of $f'(x) = 3\cos(3x)$ in these intervals.


Interval 1: $\left[ 0, \frac{\pi}{6} \right]$

For $x$ in the open interval $\left( 0, \frac{\pi}{6} \right)$, $3x$ is in the interval $\left( 0, \frac{\pi}{2} \right)$.

In the interval $\left( 0, \frac{\pi}{2} \right)$, $\cos(\theta) > 0$. Therefore, $\cos(3x) > 0$ for $x \in \left( 0, \frac{\pi}{6} \right)$.

Since $f'(x) = 3\cos(3x)$, $f'(x) > 0$ for $x \in \left( 0, \frac{\pi}{6} \right)$.

At the endpoints $x=0$ and $x=\frac{\pi}{6}$, $f'(0) = 3\cos(0) = 3(1) = 3 > 0$ and $f'(\frac{\pi}{6}) = 3\cos(\frac{\pi}{2}) = 3(0) = 0$.

Since $f'(x) \geq 0$ for all $x \in \left[ 0, \frac{\pi}{6} \right]$, the function $f(x)$ is increasing on $\left[ 0, \frac{\pi}{6} \right]$.


Interval 2: $\left[ \frac{\pi}{6}, \frac{\pi}{2} \right]$

For $x$ in the open interval $\left( \frac{\pi}{6}, \frac{\pi}{2} \right)$, $3x$ is in the interval $\left( \frac{\pi}{2}, \frac{3\pi}{2} \right)$.

In the interval $\left( \frac{\pi}{2}, \frac{3\pi}{2} \right)$, $\cos(\theta) < 0$. Therefore, $\cos(3x) < 0$ for $x \in \left( \frac{\pi}{6}, \frac{\pi}{2} \right)$.

Since $f'(x) = 3\cos(3x)$, $f'(x) < 0$ for $x \in \left( \frac{\pi}{6}, \frac{\pi}{2} \right)$.

At the endpoints $x=\frac{\pi}{6}$ and $x=\frac{\pi}{2}$, $f'(\frac{\pi}{6}) = 0$ and $f'(\frac{\pi}{2}) = 3\cos(\frac{3\pi}{2}) = 3(0) = 0$.

Since $f'(x) \leq 0$ for all $x \in \left[ \frac{\pi}{6}, \frac{\pi}{2} \right]$, the function $f(x)$ is decreasing on $\left[ \frac{\pi}{6}, \frac{\pi}{2} \right]$.


Final Answer:

The function $f(x) = \sin(3x)$, $x \in \left[ 0, \frac{\pi}{2} \right]$ is:

(a) increasing on $\left[ 0, \frac{\pi}{6} \right]$

(b) decreasing on $\left[ \frac{\pi}{6}, \frac{\pi}{2} \right]$

Example 13: Find the intervals in which the function f given by

f(x) = sin x + cos x, 0 ≤ x ≤ 2π

is increasing or decreasing.

Answer:

Given:

The function $f(x) = \sin x + \cos x$.

The domain is $0 \leq x \leq 2\pi$, i.e., $x \in [0, 2\pi]$.


To Find:

The intervals in which the function $f(x)$ is increasing or decreasing on the domain $[0, 2\pi]$.


Solution:

To find the intervals where the function is increasing or decreasing, we first find the derivative of $f(x)$ with respect to $x$ and then analyze the sign of the derivative on the domain $[0, 2\pi]$.

The function is given by:

$f(x) = \sin x + \cos x$

Differentiate $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(\sin x + \cos x)$

$f'(x) = \frac{d}{dx}(\sin x) + \frac{d}{dx}(\cos x)$

$f'(x) = \cos x - \sin x$

Now, we need to find the critical points in the interval $[0, 2\pi]$ where the derivative is zero or undefined. The derivative $f'(x) = \cos x - \sin x$ is defined for all $x$. We set $f'(x) = 0$:

$\cos x - \sin x = 0$

$\cos x = \sin x$

Divide both sides by $\cos x$, assuming $\cos x \neq 0$ (If $\cos x = 0$, then $\sin x = \pm 1$. If $\cos x = 0$ and $\sin x = 0$, this is impossible. So we can divide by $\cos x$).

$\frac{\sin x}{\cos x} = 1$

$\tan x = 1$

We need to find values of $x$ in the interval $[0, 2\pi]$ such that $\tan x = 1$. The general solution for $\tan x = 1$ is $x = n\pi + \frac{\pi}{4}$, where $n$ is an integer.

For $n = 0$: $x = 0 \cdot \pi + \frac{\pi}{4} = \frac{\pi}{4}$. This is in $[0, 2\pi]$.

For $n = 1$: $x = 1 \cdot \pi + \frac{\pi}{4} = \frac{4\pi + \pi}{4} = \frac{5\pi}{4}$. This is in $[0, 2\pi]$.

For $n = 2$: $x = 2 \cdot \pi + \frac{\pi}{4} = \frac{8\pi + \pi}{4} = \frac{9\pi}{4}$. This is outside $[0, 2\pi]$.

The critical points in the interval $[0, 2\pi]$ are $x = \frac{\pi}{4}$ and $x = \frac{5\pi}{4}$. These points divide the interval $[0, 2\pi]$ into three open sub-intervals: $\left( 0, \frac{\pi}{4} \right)$, $\left( \frac{\pi}{4}, \frac{5\pi}{4} \right)$, and $\left( \frac{5\pi}{4}, 2\pi \right)$. We analyze the sign of $f'(x) = \cos x - \sin x$ in these intervals.


Interval 1: $\left( 0, \frac{\pi}{4} \right)$

In this interval, $0 < x < \frac{\pi}{4}$. For these values of $x$, $\cos x > \sin x$.

Therefore, $f'(x) = \cos x - \sin x > 0$ in $\left( 0, \frac{\pi}{4} \right)$.

Since $f'(x) > 0$ on this interval, $f(x)$ is strictly increasing on $\left( 0, \frac{\pi}{4} \right)$. Including the endpoints where $f'(x)$ could be zero, $f(x)$ is increasing on $\left[ 0, \frac{\pi}{4} \right]$.


Interval 2: $\left( \frac{\pi}{4}, \frac{5\pi}{4} \right)$

In this interval, $\frac{\pi}{4} < x < \frac{5\pi}{4}$. For these values of $x$, $\cos x < \sin x$. (This interval spans from Quadrant I through Quadrant II and into Quadrant III. In Quadrant I after $\frac{\pi}{4}$, $\sin x > \cos x$. In Quadrants II and III, $\sin x$ can be positive or negative, and $\cos x$ is negative, but the inequality $\cos x < \sin x$ holds). For instance, at $x = \frac{\pi}{2}$, $\cos(\frac{\pi}{2}) = 0$, $\sin(\frac{\pi}{2}) = 1$, so $0 - 1 = -1 < 0$. At $x = \pi$, $\cos(\pi) = -1$, $\sin(\pi) = 0$, so $-1 - 0 = -1 < 0$.

Therefore, $f'(x) = \cos x - \sin x < 0$ in $\left( \frac{\pi}{4}, \frac{5\pi}{4} \right)$.

Since $f'(x) < 0$ on this interval, $f(x)$ is strictly decreasing on $\left( \frac{\pi}{4}, \frac{5\pi}{4} \right)$. Including the endpoints, $f(x)$ is decreasing on $\left[ \frac{\pi}{4}, \frac{5\pi}{4} \right]$.


Interval 3: $\left( \frac{5\pi}{4}, 2\pi \right)$

In this interval, $\frac{5\pi}{4} < x < 2\pi$. For these values of $x$ (in Quadrant IV after $\frac{5\pi}{4}$), $\cos x > \sin x$. For instance, at $x = \frac{3\pi}{2}$, $\cos(\frac{3\pi}{2}) = 0$, $\sin(\frac{3\pi}{2}) = -1$, so $0 - (-1) = 1 > 0$. At $x = 2\pi$, $\cos(2\pi) = 1$, $\sin(2\pi) = 0$, so $1 - 0 = 1 > 0$.

Therefore, $f'(x) = \cos x - \sin x > 0$ in $\left( \frac{5\pi}{4}, 2\pi \right)$.

Since $f'(x) > 0$ on this interval, $f(x)$ is strictly increasing on $\left( \frac{5\pi}{4}, 2\pi \right)$. Including the endpoint $x=2\pi$, $f(x)$ is increasing on $\left[ \frac{5\pi}{4}, 2\pi \right]$.


Combining the closed intervals:

The function is increasing on $\left[ 0, \frac{\pi}{4} \right] \cup \left[ \frac{5\pi}{4}, 2\pi \right]$.

The function is decreasing on $\left[ \frac{\pi}{4}, \frac{5\pi}{4} \right]$.


Final Answer:

The function $f(x) = \sin x + \cos x$ is:

increasing on $\left[ 0, \frac{\pi}{4} \right] \cup \left[ \frac{5\pi}{4}, 2\pi \right]$

decreasing on $\left[ \frac{\pi}{4}, \frac{5\pi}{4} \right]$



Exercise 6.2

Question 1. Show that the function given by f (x) = 3x + 17 is strictly increasing on R.

Answer:

Given:

The function $f(x) = 3x + 17$.

The domain is $R$, the set of all real numbers.


To Show:

The function $f(x) = 3x + 17$ is strictly increasing on $R$.


Solution (using derivative):

A function $f(x)$ is strictly increasing on an interval if its derivative $f'(x)$ is strictly positive ($f'(x) > 0$) for all $x$ in that interval.

We are given the function:

$f(x) = 3x + 17$

To find the derivative of $f(x)$ with respect to $x$, we differentiate term by term:

$f'(x) = \frac{d}{dx}(3x + 17)$

$f'(x) = \frac{d}{dx}(3x) + \frac{d}{dx}(17)$

Using the constant multiple rule and the power rule ($\frac{d}{dx}(x) = 1$), and the derivative of a constant ($\frac{d}{dx}(c) = 0$):

$f'(x) = 3 \cdot 1 + 0$

$f'(x) = 3$

The derivative of the function is $f'(x) = 3$.

We observe the value of the derivative:

$f'(x) = 3$

Since $3 > 0$, the derivative $f'(x)$ is strictly positive for all real numbers $x$.

Therefore, based on the condition for strictly increasing functions, $f(x) = 3x + 17$ is strictly increasing on $R$.


Alternate Solution (using definition):

A function $f$ is strictly increasing on an interval $I$ if for any two numbers $x_1, x_2 \in I$, with $x_1 < x_2$, we have $f(x_1) < f(x_2)$.

Let $x_1, x_2$ be any two real numbers in the domain $R$ such that $x_1 < x_2$.

Consider the values of the function at $x_1$ and $x_2$:

$f(x_1) = 3x_1 + 17$

$f(x_2) = 3x_2 + 17$

Since we assumed $x_1 < x_2$, we can multiply the inequality by 3 (a positive number). Multiplying by a positive number preserves the direction of the inequality:

$3x_1 < 3x_2$

Now, add 17 to both sides of the inequality. Adding a constant to both sides also preserves the direction of the inequality:

$3x_1 + 17 < 3x_2 + 17$

By the definition of $f(x)$, the left side is $f(x_1)$ and the right side is $f(x_2)$. So, the inequality becomes:

$f(x_1) < f(x_2)$

Thus, for any $x_1, x_2 \in R$ with $x_1 < x_2$, we have shown that $f(x_1) < f(x_2)$.

Therefore, by the definition of a strictly increasing function, $f(x) = 3x + 17$ is strictly increasing on $R$.


Conclusion:

Using both the derivative test and the definition of a strictly increasing function, we have shown that the function $f(x) = 3x + 17$ is strictly increasing on $R$.

Question 2. Show that the function given by f (x) = e2x is strictly increasing on R.

Answer:

Given:

The function $f(x) = e^{2x}$.

The domain is $R$, the set of all real numbers.


To Show:

The function $f(x) = e^{2x}$ is strictly increasing on $R$.


Solution (using derivative):

A function $f(x)$ is strictly increasing on an interval if its derivative $f'(x)$ is strictly positive ($f'(x) > 0$) for all $x$ in that interval.

We are given the function:

$f(x) = e^{2x}$

To find the derivative of $f(x)$ with respect to $x$, we differentiate using the chain rule. Let $u = 2x$, so $\frac{du}{dx} = 2$.

$f'(x) = \frac{d}{dx}(e^{2x})$

$f'(x) = e^{2x} \cdot \frac{d}{dx}(2x)$

$f'(x) = e^{2x} \cdot 2$

$f'(x) = 2e^{2x}$

Now, we need to examine the sign of the derivative $f'(x) = 2e^{2x}$ for all $x \in R$.

The exponential function $e^u$ is always positive for any real value of $u$. In this case, $u = 2x$, which is a real number for any $x \in R$.

So, $e^{2x} > 0$ for all $x \in R$.

Since $e^{2x}$ is always positive, multiplying it by a positive constant (2) also results in a positive value:

$2e^{2x} > 0$ for all $x \in R$.

Thus, $f'(x) > 0$ for all $x \in R$.

According to the condition for strictly increasing functions, if the derivative of a function is strictly positive on an interval, the function is strictly increasing on that interval.

Since $f'(x) > 0$ for all $x \in R$, the function $f(x) = e^{2x}$ is strictly increasing on $R$.


Alternate Solution (using definition):

A function $f$ is strictly increasing on an interval $I$ if for any two numbers $x_1, x_2 \in I$, with $x_1 < x_2$, we have $f(x_1) < f(x_2)$.

Let $x_1, x_2$ be any two real numbers in the domain $R$ such that $x_1 < x_2$.

Consider the values of the function at $x_1$ and $x_2$:

$f(x_1) = e^{2x_1}$

$f(x_2) = e^{2x_2}$

Since $x_1 < x_2$, multiply the inequality by 2:

$2x_1 < 2x_2$

Now consider the exponential function $e^u$. The base $e$ is approximately 2.718, which is greater than 1. The exponential function $e^u$ is a strictly increasing function for all real $u$. This means if $u_1 < u_2$, then $e^{u_1} < e^{u_2}$.

Applying this property to $2x_1 < 2x_2$, let $u_1 = 2x_1$ and $u_2 = 2x_2$. Since $u_1 < u_2$, we have:

$e^{2x_1} < e^{2x_2}$

By the definition of $f(x)$, the left side is $f(x_1)$ and the right side is $f(x_2)$. So, the inequality becomes:

$f(x_1) < f(x_2)$

Thus, for any $x_1, x_2 \in R$ with $x_1 < x_2$, we have shown that $f(x_1) < f(x_2)$.

Therefore, by the definition of a strictly increasing function, $f(x) = e^{2x}$ is strictly increasing on $R$.


Conclusion:

Using both the derivative test and the definition of a strictly increasing function, we have shown that the function $f(x) = e^{2x}$ is strictly increasing on $R$.

Question 3. Show that the function given by f (x) = sin x is

(a) increasing in $\left( 0,\frac{\pi}{2}\right)$

(b) decreasing in $\left( \frac{\pi}{2},\pi \right)$

(c) neither increasing nor decreasing in (0, π)

Answer:

Given:

The function $f(x) = \sin x$.

The domain under consideration for parts (a) and (b) is effectively restricted by the intervals provided. For part (c), the domain is specified as $(0, \pi)$.


To Show:

The function $f(x) = \sin x$ is:

(a) increasing in $\left( 0, \frac{\pi}{2} \right)$

(b) decreasing in $\left( \frac{\pi}{2}, \pi \right)$

(c) neither increasing nor decreasing in $(0, \pi)$


Solution:

To determine the intervals where the function is increasing or decreasing, we find the first derivative of the function $f(x)$ with respect to $x$ and analyze its sign in the given intervals.

The function is given by:

$f(x) = \sin x$

Differentiate $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(\sin x)$

$f'(x) = \cos x$


(a) On the interval $\left( 0, \frac{\pi}{2} \right)$:

We need to determine the sign of $f'(x) = \cos x$ for $x \in \left( 0, \frac{\pi}{2} \right)$.

In the first quadrant, which corresponds to the interval $\left( 0, \frac{\pi}{2} \right)$, the cosine function is positive.

So, $\cos x > 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$.

Since $f'(x) = \cos x > 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$, the function $f(x) = \sin x$ is strictly increasing on the interval $\left( 0, \frac{\pi}{2} \right)$. A strictly increasing function is also considered increasing.


(b) On the interval $\left( \frac{\pi}{2}, \pi \right)$:

We need to determine the sign of $f'(x) = \cos x$ for $x \in \left( \frac{\pi}{2}, \pi \right)$.

In the second quadrant, which corresponds to the interval $\left( \frac{\pi}{2}, \pi \right)$, the cosine function is negative.

So, $\cos x < 0$ for all $x \in \left( \frac{\pi}{2}, \pi \right)$.

Since $f'(x) = \cos x < 0$ for all $x \in \left( \frac{\pi}{2}, \pi \right)$, the function $f(x) = \sin x$ is strictly decreasing on the interval $\left( \frac{\pi}{2}, \pi \right)$. A strictly decreasing function is also considered decreasing.


(c) On the interval $(0, \pi)$:

The interval $(0, \pi)$ contains the interval $\left( 0, \frac{\pi}{2} \right)$ and the interval $\left( \frac{\pi}{2}, \pi \right)$.

From part (a), we know that $f'(x) = \cos x > 0$ for $x \in \left( 0, \frac{\pi}{2} \right)$.

From part (b), we know that $f'(x) = \cos x < 0$ for $x \in \left( \frac{\pi}{2}, \pi \right)$.

At the point $x = \frac{\pi}{2}$ within the interval $(0, \pi)$, the derivative is $f'(\frac{\pi}{2}) = \cos(\frac{\pi}{2}) = 0$.

Since the derivative $f'(x)$ is positive on part of the interval $(0, \pi)$ and negative on another part of the interval $(0, \pi)$, the function $f(x) = \sin x$ changes its monotonic behaviour within the interval $(0, \pi)$. It is increasing on $\left( 0, \frac{\pi}{2} \right)$ and decreasing on $\left( \frac{\pi}{2}, \pi \right)$.

Therefore, the function $f(x) = \sin x$ is neither increasing nor decreasing on the entire interval $(0, \pi)$.


Hence, it is shown that the function $f(x) = \sin x$ is increasing in $\left( 0, \frac{\pi}{2} \right)$, decreasing in $\left( \frac{\pi}{2}, \pi \right)$, and neither increasing nor decreasing in $(0, \pi)$.

Question 4. Find the intervals in which the function f given by f(x) = 2x2 – 3x is

(a) increasing

(b) decreasing

Answer:

Given:

The function $f(x) = 2x^2 – 3x$.

The domain is $R$ (the set of real numbers).


To Find:

The intervals in which the function $f(x)$ is:

(a) increasing

(b) decreasing


Solution:

To find the intervals where the function is increasing or decreasing, we first find the first derivative of the function $f(x)$ with respect to $x$ and then analyze the sign of the derivative.

The function is given by:

$f(x) = 2x^2 – 3x$

Differentiate $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(2x^2 – 3x)$

Using the difference rule, constant multiple rule, and power rule:

$f'(x) = \frac{d}{dx}(2x^2) - \frac{d}{dx}(3x)$

$f'(x) = 2 \cdot (2x^{2-1}) - 3 \cdot (1x^{1-1})$

$f'(x) = 4x - 3$

Now, we need to find the critical points where the derivative is zero or undefined. The derivative $f'(x) = 4x - 3$ is a polynomial, so it is defined for all real numbers $x$. We set $f'(x) = 0$ to find the critical points:

$4x - 3 = 0$

$4x = 3$

$x = \frac{3}{4}$

The critical point $x = \frac{3}{4}$ divides the real number line into two open intervals: $\left(-\infty, \frac{3}{4}\right)$ and $\left(\frac{3}{4}, \infty\right)$. We analyze the sign of $f'(x)$ in each of these intervals.


Interval 1: $\left(-\infty, \frac{3}{4}\right)$

Choose a test value in this interval, for example, $x = 0$.

Evaluate $f'(x)$ at $x = 0$:

$f'(0) = 4(0) - 3 = -3$

Since $f'(0) = -3 < 0$, the derivative $f'(x)$ is negative for all $x$ in the interval $\left(-\infty, \frac{3}{4}\right)$.

When $f'(x) < 0$ on an interval, the function is strictly decreasing on that interval.

Since $f(x)$ is continuous at $x=\frac{3}{4}$, it is decreasing on the closed interval $\left(-\infty, \frac{3}{4}\right]$.


Interval 2: $\left(\frac{3}{4}, \infty\right)$

Choose a test value in this interval, for example, $x = 1$.

Evaluate $f'(x)$ at $x = 1$:

$f'(1) = 4(1) - 3 = 4 - 3 = 1$

Since $f'(1) = 1 > 0$, the derivative $f'(x)$ is positive for all $x$ in the interval $\left(\frac{3}{4}, \infty\right)$.

When $f'(x) > 0$ on an interval, the function is strictly increasing on that interval.

Since $f(x)$ is continuous at $x=\frac{3}{4}$, it is increasing on the closed interval $\left[\frac{3}{4}, \infty\right)$.


(a) The function is increasing on the interval where $f'(x) \geq 0$. This occurs for $x \geq \frac{3}{4}$. So the interval is $\left[\frac{3}{4}, \infty\right)$.

(b) The function is decreasing on the interval where $f'(x) \leq 0$. This occurs for $x \leq \frac{3}{4}$. So the interval is $\left(-\infty, \frac{3}{4}\right]$.


Final Answer:

The function $f(x) = 2x^2 – 3x$ is:

(a) increasing on $\left[\frac{3}{4}, \infty\right)$

(b) decreasing on $\left(-\infty, \frac{3}{4}\right]$

Question 5. Find the intervals in which the function f given by f(x) = 2x3 – 3x2 – 36x + 7 is

(a) increasing

(b) decreasing

Answer:

Given:

The function $f(x) = 2x^3 – 3x^2 – 36x + 7$.

The domain is $R$ (the set of real numbers).


To Find:

The intervals in which the function $f(x)$ is:

(a) increasing

(b) decreasing


Solution:

To determine the intervals where the function is increasing or decreasing, we find the first derivative of the function $f(x)$ with respect to $x$ and then analyze the sign of the derivative.

The function is given by:

$f(x) = 2x^3 – 3x^2 – 36x + 7$

Differentiate $f(x)$ with respect to $x$ using the sum rule, constant multiple rule, and power rule:

$f'(x) = \frac{d}{dx}(2x^3 – 3x^2 – 36x + 7)$

$f'(x) = 2 \cdot \frac{d}{dx}(x^3) – 3 \cdot \frac{d}{dx}(x^2) – 36 \cdot \frac{d}{dx}(x) + \frac{d}{dx}(7)$

$f'(x) = 2(3x^2) – 3(2x) – 36(1) + 0$

$f'(x) = 6x^2 – 6x – 36$

Now, we need to find the critical points where the derivative is zero. Set $f'(x) = 0$:

$6x^2 – 6x – 36 = 0$

Divide the entire equation by 6 to simplify:

$x^2 – x – 6 = 0$

This is a quadratic equation. We can factor it to find the roots:

We look for two numbers that multiply to -6 and add to -1. These numbers are -3 and 2.

$(x - 3)(x + 2) = 0$

The roots are $x - 3 = 0$ or $x + 2 = 0$.

$x = 3$ or $x = -2$

The critical points are $x = -2$ and $x = 3$. These points divide the real number line into three open intervals: $(-\infty, -2)$, $(-2, 3)$, and $(3, \infty)$. We analyze the sign of $f'(x) = 6x^2 – 6x – 36 = 6(x - 3)(x + 2)$ in each of these intervals.


Interval 1: $(-\infty, -2)$

Choose a test value in this interval, e.g., $x = -3$.

$f'(-3) = 6(-3 - 3)(-3 + 2) = 6(-6)(-1) = 6(6) = 36$

Since $f'(-3) = 36 > 0$, the derivative $f'(x)$ is positive for all $x$ in the interval $(-\infty, -2)$.


Interval 2: $(-2, 3)$

Choose a test value in this interval, e.g., $x = 0$.

$f'(0) = 6(0 - 3)(0 + 2) = 6(-3)(2) = 6(-6) = -72$

Since $f'(0) = -72 < 0$, the derivative $f'(x)$ is negative for all $x$ in the interval $(-2, 3)$.


Interval 3: $(3, \infty)$

Choose a test value in this interval, e.g., $x = 4$.

$f'(4) = 6(4 - 3)(4 + 2) = 6(1)(6) = 6(6) = 36$

Since $f'(4) = 36 > 0$, the derivative $f'(x)$ is positive for all $x$ in the interval $(3, \infty)$.


Based on the sign of $f'(x)$:

(a) The function is increasing on the intervals where $f'(x) \geq 0$. This occurs on $(-\infty, -2)$ and $(3, \infty)$. Since $f(x)$ is a polynomial, it is continuous at the critical points, so we include them in the intervals.

So, $f(x)$ is increasing on $(-\infty, -2] \cup [3, \infty)$.

(b) The function is decreasing on the interval where $f'(x) \leq 0$. This occurs on $(-2, 3)$. Since $f(x)$ is continuous at the critical points, we include them in the interval.

So, $f(x)$ is decreasing on $[-2, 3]$.


Final Answer:

The function $f(x) = 2x^3 – 3x^2 – 36x + 7$ is:

(a) increasing on $(-\infty, -2] \cup [3, \infty)$

(b) decreasing on $[-2, 3]$

Question 6. Find the intervals in which the following functions are strictly increasing or decreasing:

(a) x2 + 2x – 5

(b) 10 – 6x – 2x2

(c) –2x3 – 9x2 – 12x + 1

(d) 6 – 9x – x2

(e) (x + 1)3 (x – 3)3

Answer:

To find the intervals where the function is strictly increasing or decreasing, we find the first derivative of the function and determine the intervals where the derivative is strictly positive ($f'(x) > 0$) or strictly negative ($f'(x) < 0$).


(a) $f(x) = x^2 + 2x – 5$

Solution:

The function is $f(x) = x^2 + 2x – 5$.

Find the derivative $f'(x)$:

$f'(x) = \frac{d}{dx}(x^2 + 2x – 5)$

$f'(x) = 2x + 2$

Find the critical points by setting $f'(x) = 0$:

$2x + 2 = 0$

$2x = -2$

$x = -1$

The critical point $x = -1$ divides the real number line into two intervals: $(-\infty, -1)$ and $(-1, \infty)$.

Analyze the sign of $f'(x)$ in these intervals:

  • For $x \in (-\infty, -1)$, choose a test value, e.g., $x = -2$. $f'(-2) = 2(-2) + 2 = -4 + 2 = -2$. Since $f'(-2) < 0$, $f'(x) < 0$ on $(-\infty, -1)$.
  • For $x \in (-1, \infty)$, choose a test value, e.g., $x = 0$. $f'(0) = 2(0) + 2 = 2$. Since $f'(0) > 0$, $f'(x) > 0$ on $(-1, \infty)$.

Based on the sign of $f'(x)$:

$f(x)$ is strictly increasing when $f'(x) > 0$, which is on $(-1, \infty)$.

$f(x)$ is strictly decreasing when $f'(x) < 0$, which is on $(-\infty, -1)$.


(b) $f(x) = 10 – 6x – 2x^2$

Solution:

The function is $f(x) = 10 – 6x – 2x^2$.

Find the derivative $f'(x)$:

$f'(x) = \frac{d}{dx}(10 – 6x – 2x^2)$

$f'(x) = 0 - 6 - 2(2x)$

$f'(x) = -6 - 4x$

Find the critical points by setting $f'(x) = 0$:

$-6 - 4x = 0$

$-4x = 6$

$x = -\frac{6}{4} = -\frac{3}{2}$

The critical point $x = -\frac{3}{2}$ divides the real number line into two intervals: $(-\infty, -\frac{3}{2})$ and $(-\frac{3}{2}, \infty)$.

Analyze the sign of $f'(x)$ in these intervals:

  • For $x \in (-\infty, -\frac{3}{2})$, choose a test value, e.g., $x = -2$. $f'(-2) = -6 - 4(-2) = -6 + 8 = 2$. Since $f'(-2) > 0$, $f'(x) > 0$ on $(-\infty, -\frac{3}{2})$.
  • For $x \in (-\frac{3}{2}, \infty)$, choose a test value, e.g., $x = 0$. $f'(0) = -6 - 4(0) = -6$. Since $f'(0) < 0$, $f'(x) < 0$ on $(-\frac{3}{2}, \infty)$.

Based on the sign of $f'(x)$:

$f(x)$ is strictly increasing when $f'(x) > 0$, which is on $(-\infty, -\frac{3}{2})$.

$f(x)$ is strictly decreasing when $f'(x) < 0$, which is on $(-\frac{3}{2}, \infty)$.


(c) $f(x) = –2x^3 – 9x^2 – 12x + 1$

Solution:

The function is $f(x) = –2x^3 – 9x^2 – 12x + 1$.

Find the derivative $f'(x)$:

$f'(x) = \frac{d}{dx}(–2x^3 – 9x^2 – 12x + 1)$

$f'(x) = -2(3x^2) - 9(2x) - 12(1) + 0$

$f'(x) = -6x^2 - 18x - 12$

Find the critical points by setting $f'(x) = 0$:

$-6x^2 - 18x - 12 = 0$

Divide by -6:

$x^2 + 3x + 2 = 0$

Factor the quadratic:

$(x + 1)(x + 2) = 0$

The critical points are $x = -1$ and $x = -2$. Arrange them in increasing order: $x = -2, x = -1$.

These points divide the real number line into three intervals: $(-\infty, -2)$, $(-2, -1)$, and $(-1, \infty)$.

Analyze the sign of $f'(x) = -6(x+1)(x+2)$ in these intervals:

  • For $x \in (-\infty, -2)$, choose a test value, e.g., $x = -3$. $f'(-3) = -6(-3+1)(-3+2) = -6(-2)(-1) = -12$. Since $f'(-3) < 0$, $f'(x) < 0$ on $(-\infty, -2)$.
  • For $x \in (-2, -1)$, choose a test value, e.g., $x = -1.5$. $f'(-1.5) = -6(-1.5+1)(-1.5+2) = -6(-0.5)(0.5) = 1.5$. Since $f'(-1.5) > 0$, $f'(x) > 0$ on $(-2, -1)$.
  • For $x \in (-1, \infty)$, choose a test value, e.g., $x = 0$. $f'(0) = -6(0+1)(0+2) = -6(1)(2) = -12$. Since $f'(0) < 0$, $f'(x) < 0$ on $(-1, \infty)$.

Based on the sign of $f'(x)$:

$f(x)$ is strictly increasing when $f'(x) > 0$, which is on $(-2, -1)$.

$f(x)$ is strictly decreasing when $f'(x) < 0$, which is on $(-\infty, -2)$ and $(-1, \infty)$.


(d) $f(x) = 6 – 9x – x^2$

Solution:

The function is $f(x) = 6 – 9x – x^2$.

Find the derivative $f'(x)$:

$f'(x) = \frac{d}{dx}(6 – 9x – x^2)$

$f'(x) = 0 - 9 - 2x$

$f'(x) = -9 - 2x$

Find the critical points by setting $f'(x) = 0$:

$-9 - 2x = 0$

$-2x = 9$

$x = -\frac{9}{2}$

The critical point $x = -\frac{9}{2}$ divides the real number line into two intervals: $(-\infty, -\frac{9}{2})$ and $(-\frac{9}{2}, \infty)$.

Analyze the sign of $f'(x)$ in these intervals:

  • For $x \in (-\infty, -\frac{9}{2})$, choose a test value, e.g., $x = -5$. $f'(-5) = -9 - 2(-5) = -9 + 10 = 1$. Since $f'(-5) > 0$, $f'(x) > 0$ on $(-\infty, -\frac{9}{2})$.
  • For $x \in (-\frac{9}{2}, \infty)$, choose a test value, e.g., $x = 0$. $f'(0) = -9 - 2(0) = -9$. Since $f'(0) < 0$, $f'(x) < 0$ on $(-\frac{9}{2}, \infty)$.

Based on the sign of $f'(x)$:

$f(x)$ is strictly increasing when $f'(x) > 0$, which is on $(-\infty, -\frac{9}{2})$.

$f(x)$ is strictly decreasing when $f'(x) < 0$, which is on $(-\frac{9}{2}, \infty)$.


(e) $f(x) = (x + 1)^3 (x – 3)^3$

Solution:

The function is $f(x) = (x + 1)^3 (x – 3)^3$. This can be written as $f(x) = ((x + 1)(x – 3))^3 = (x^2 - 2x - 3)^3$.

Find the derivative $f'(x)$ using the chain rule:

$f'(x) = \frac{d}{dx}((x^2 - 2x - 3)^3)$

$f'(x) = 3(x^2 - 2x - 3)^{3-1} \cdot \frac{d}{dx}(x^2 - 2x - 3)$

$f'(x) = 3(x^2 - 2x - 3)^2 \cdot (2x - 2)$

$f'(x) = 3((x+1)(x-3))^2 \cdot 2(x - 1)$

$f'(x) = 6(x+1)^2 (x-3)^2 (x - 1)$

Find the critical points by setting $f'(x) = 0$:

$6(x+1)^2 (x-3)^2 (x - 1) = 0$

This equation is zero if any of the factors are zero:

  • $(x+1)^2 = 0 \implies x + 1 = 0 \implies x = -1$
  • $(x-3)^2 = 0 \implies x - 3 = 0 \implies x = 3$
  • $x - 1 = 0 \implies x = 1$

The critical points are $x = -1, x = 1, x = 3$. Arrange them in increasing order: $x = -1, x = 1, x = 3$.

These points divide the real number line into four intervals: $(-\infty, -1)$, $(-1, 1)$, $(1, 3)$, and $(3, \infty)$.

Analyze the sign of $f'(x) = 6(x+1)^2 (x-3)^2 (x - 1)$ in these intervals. Note that $6(x+1)^2 \geq 0$ and $(x-3)^2 \geq 0$ for all real $x$. The sign of $f'(x)$ is determined by the sign of the factor $(x-1)$.

  • For $x \in (-\infty, -1)$, choose a test value, e.g., $x = -2$. $(x-1) = -2 - 1 = -3 < 0$. Since the other factors are non-negative, $f'(-2) = 6(-1)^2(-5)^2(-3) < 0$. $f'(x) < 0$ on $(-\infty, -1)$.
  • For $x \in (-1, 1)$, choose a test value, e.g., $x = 0$. $(x-1) = 0 - 1 = -1 < 0$. Since the other factors are non-negative, $f'(0) = 6(1)^2(-3)^2(-1) < 0$. $f'(x) < 0$ on $(-1, 1)$.
  • For $x \in (1, 3)$, choose a test value, e.g., $x = 2$. $(x-1) = 2 - 1 = 1 > 0$. Since the other factors are non-negative, $f'(2) = 6(3)^2(-1)^2(1) > 0$. $f'(x) > 0$ on $(1, 3)$.
  • For $x \in (3, \infty)$, choose a test value, e.g., $x = 4$. $(x-1) = 4 - 1 = 3 > 0$. Since the other factors are non-negative, $f'(4) = 6(5)^2(1)^2(3) > 0$. $f'(x) > 0$ on $(3, \infty)$.

Based on the sign of $f'(x)$:

$f(x)$ is strictly increasing when $f'(x) > 0$, which is on $(1, 3)$ and $(3, \infty)$.

$f(x)$ is strictly decreasing when $f'(x) < 0$, which is on $(-\infty, -1)$ and $(-1, 1)$.

Question 7. Show that y = log (1 + x) - $\frac{2x}{2 + x}$ , x > -1, is an increasing function of x throughout its domain.

Answer:

Given:

The function $y = \log (1 + x) - \frac{2x}{2 + x}$.

The domain is $x > -1$. For $\log(1+x)$ to be defined, $1+x > 0$, which means $x > -1$. For $\frac{2x}{2+x}$ to be defined, $2+x \neq 0$, which means $x \neq -2$. Since the domain is $x > -1$, $x \neq -2$ is satisfied within this domain.


To Show:

The function $y$ is an increasing function of $x$ throughout its domain ($x > -1$).


Solution:

To show that the function is increasing throughout its domain, we need to find its derivative with respect to $x$ and show that it is greater than or equal to zero ($y' \geq 0$) for all $x > -1$. For a strictly increasing function, we would need to show $y' > 0$, but the question asks to show it is an increasing function, which typically means $y' \geq 0$. Let's find the derivative $y' = \frac{dy}{dx}$.

$y = \log (1 + x) - \frac{2x}{2 + x}$

Differentiate $y$ with respect to $x$:

$y' = \frac{d}{dx} \left( \log (1 + x) - \frac{2x}{2 + x} \right)$

$y' = \frac{d}{dx} (\log (1 + x)) - \frac{d}{dx} \left( \frac{2x}{2 + x} \right)$

For the first term, $\frac{d}{dx}(\log(1+x))$, we use the chain rule. Let $u = 1+x$, then $\frac{du}{dx} = 1$. $\frac{d}{dx}(\log u) = \frac{1}{u} \frac{du}{dx} = \frac{1}{1+x} \cdot 1 = \frac{1}{1+x}$.

For the second term, $\frac{d}{dx} \left( \frac{2x}{2 + x} \right)$, we use the quotient rule, $\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u'v - uv'}{v^2}$, where $u = 2x$ and $v = 2+x$.

$u' = \frac{d}{dx}(2x) = 2$

$v' = \frac{d}{dx}(2+x) = 1$

So, $\frac{d}{dx} \left( \frac{2x}{2 + x} \right) = \frac{(2)(2 + x) - (2x)(1)}{(2 + x)^2} = \frac{4 + 2x - 2x}{(2 + x)^2} = \frac{4}{(2 + x)^2}$.

Now, substitute these derivatives back into the expression for $y'$:

$y' = \frac{1}{1 + x} - \frac{4}{(2 + x)^2}$

To determine the sign of $y'$, we combine the terms into a single fraction:

$y' = \frac{(2 + x)^2 - 4(1 + x)}{(1 + x)(2 + x)^2}$

Expand the numerator:

$(2 + x)^2 = 2^2 + 2(2)(x) + x^2 = 4 + 4x + x^2$

$4(1 + x) = 4 + 4x$

Numerator = $(4 + 4x + x^2) - (4 + 4x) = 4 + 4x + x^2 - 4 - 4x = x^2$

So, the derivative is:

$y' = \frac{x^2}{(1 + x)(2 + x)^2}$

Now we need to analyze the sign of $y'$ throughout the domain $x > -1$.

Consider the terms in the expression for $y'$:

  • Numerator: $x^2$. The square of any real number is greater than or equal to zero. So, $x^2 \geq 0$ for all $x$. $x^2 = 0$ only when $x=0$.
  • Denominator: $(1 + x)(2 + x)^2$.

Consider the terms in the denominator for $x > -1$:

  • $(1 + x)$: Since $x > -1$, adding 1 to both sides gives $x + 1 > -1 + 1$, so $1 + x > 0$. This term is always positive on the domain.
  • $(2 + x)^2$: Since $x > -1$, $2+x > 2-1 = 1$. The term $(2+x)^2$ is the square of a number greater than 1, so it is always positive. $(2+x)^2 > 0$ for all $x > -1$.

So, for the domain $x > -1$:

  • The numerator $x^2$ is $\geq 0$.
  • The denominator $(1 + x)(2 + x)^2$ is $(positive) \times (positive) = positive$.

Therefore, the fraction $\frac{x^2}{(1 + x)(2 + x)^2}$ is $\frac{\geq 0}{> 0}$, which means the derivative $y'$ is greater than or equal to zero for all $x > -1$.

$y' = \frac{x^2}{(1 + x)(2 + x)^2} \geq 0$ for all $x > -1$.

The derivative is equal to zero only when the numerator is zero, which happens when $x^2 = 0$, i.e., $x = 0$. At $x=0$, $y' = \frac{0^2}{(1+0)(2+0)^2} = 0$.

Since $y' \geq 0$ for all $x > -1$, the function $y$ is an increasing function of $x$ throughout its domain $x > -1$. Note that it is strictly increasing everywhere except at the single point $x=0$, where the derivative is zero. However, having the derivative equal to zero at isolated points does not prevent a function from being increasing.


Conclusion:

Since $\frac{dy}{dx} = \frac{x^2}{(1 + x)(2 + x)^2} \geq 0$ for all $x > -1$, the function $y = \log (1 + x) - \frac{2x}{2 + x}$ is an increasing function of $x$ throughout its domain $x > -1$.

Question 8. Find the values of x for which y = [x(x – 2)]2 is an increasing function.

Answer:

Given:

The function $y = [x(x – 2)]^2$.

The domain is $R$ (the set of real numbers).


To Find:

The values of $x$ for which the function $y$ is increasing.


Solution:

To find the intervals where the function is increasing, we find the first derivative $\frac{dy}{dx}$ and determine where it is greater than or equal to zero ($\frac{dy}{dx} \geq 0$).

The function is given by:

$y = [x(x – 2)]^2$

We can rewrite the function as $y = (x^2 - 2x)^2$.

Differentiate $y$ with respect to $x$ using the chain rule. Let $u = x^2 - 2x$, then $\frac{du}{dx} = 2x - 2$.

$\frac{dy}{dx} = \frac{d}{dx}((x^2 - 2x)^2)$

$\frac{dy}{dx} = 2(x^2 - 2x)^{2-1} \cdot \frac{d}{dx}(x^2 - 2x)$

$\frac{dy}{dx} = 2(x^2 - 2x) \cdot (2x - 2)$

We can factor out $x$ from the first term and 2 from the second term:

$\frac{dy}{dx} = 2(x(x - 2)) \cdot 2(x - 1)$

$\frac{dy}{dx} = 4x(x - 2)(x - 1)$

Now, we need to find the critical points where the derivative is zero. Set $\frac{dy}{dx} = 0$:

$4x(x - 2)(x - 1) = 0$

This equation is zero if any of the factors are zero:

  • $x = 0$
  • $x - 2 = 0 \implies x = 2$
  • $x - 1 = 0 \implies x = 1$

The critical points are $x = 0, x = 1, x = 2$. Arrange them in increasing order: $x = 0, x = 1, x = 2$.

These critical points divide the real number line into four open intervals: $(-\infty, 0)$, $(0, 1)$, $(1, 2)$, and $(2, \infty)$. We analyze the sign of $\frac{dy}{dx} = 4x(x - 2)(x - 1)$ in each of these intervals.


Interval 1: $(-\infty, 0)$

Choose a test value, e.g., $x = -1$.

$\frac{dy}{dx} = 4(-1)(-1 - 2)(-1 - 1) = 4(-1)(-3)(-2) = 4(-1)(6) = -24$

Since $\frac{dy}{dx} < 0$, the function is strictly decreasing on $(-\infty, 0)$.


Interval 2: $(0, 1)$

Choose a test value, e.g., $x = 0.5$.

$\frac{dy}{dx} = 4(0.5)(0.5 - 2)(0.5 - 1) = 4(0.5)(-1.5)(-0.5) = 4(0.5)(0.75) = 2(0.75) = 1.5$

Since $\frac{dy}{dx} > 0$, the function is strictly increasing on $(0, 1)$.


Interval 3: $(1, 2)$

Choose a test value, e.g., $x = 1.5$.

$\frac{dy}{dx} = 4(1.5)(1.5 - 2)(1.5 - 1) = 4(1.5)(-0.5)(0.5) = 6(-0.25) = -1.5$

Since $\frac{dy}{dx} < 0$, the function is strictly decreasing on $(1, 2)$.


Interval 4: $(2, \infty)$

Choose a test value, e.g., $x = 3$.

$\frac{dy}{dx} = 4(3)(3 - 2)(3 - 1) = 4(3)(1)(2) = 24$

Since $\frac{dy}{dx} > 0$, the function is strictly increasing on $(2, \infty)$.


The function is increasing on the intervals where $\frac{dy}{dx} \geq 0$. These are the intervals where $\frac{dy}{dx} > 0$ along with the critical points where $\frac{dy}{dx} = 0$.

The intervals where $\frac{dy}{dx} > 0$ are $(0, 1)$ and $(2, \infty)$.

The critical points where $\frac{dy}{dx} = 0$ are $x = 0, x = 1, x = 2$.

Including the endpoints where the derivative is zero, the function is increasing on $[0, 1] \cup [2, \infty)$.


Final Answer:

The function $y = [x(x – 2)]^2$ is increasing on the intervals $[0, 1] \cup [2, \infty)$.

Question 9. Prove that $y = \frac{4 \sin \theta}{(2 + \cos\theta)} - \theta$ is an increasing function of θ in $\left[ 0,\frac{\pi}{2} \right]$.

Answer:

Given:

The function $y = \frac{4 \sin \theta}{(2 + \cos\theta)} - \theta$.

The domain is $\left[ 0, \frac{\pi}{2} \right]$.


To Prove:

The function $y$ is an increasing function of $\theta$ in $\left[ 0, \frac{\pi}{2} \right]$.


Solution:

To prove that the function is increasing on the given interval, we need to find its derivative with respect to $\theta$ and show that it is greater than or equal to zero ($\frac{dy}{d\theta} \geq 0$) for all $\theta \in \left[ 0, \frac{\pi}{2} \right]$.

The function is given by:

$y = \frac{4 \sin \theta}{(2 + \cos\theta)} - \theta$

Differentiate $y$ with respect to $\theta$:

$\frac{dy}{d\theta} = \frac{d}{d\theta} \left( \frac{4 \sin \theta}{2 + \cos\theta} - \theta \right)$

$\frac{dy}{d\theta} = \frac{d}{d\theta} \left( \frac{4 \sin \theta}{2 + \cos\theta} \right) - \frac{d}{d\theta} (\theta)$

The derivative of the second term is $\frac{d}{d\theta}(\theta) = 1$.

For the first term, $\frac{d}{d\theta} \left( \frac{4 \sin \theta}{2 + \cos\theta} \right)$, we use the quotient rule, $\frac{d}{d\theta}\left(\frac{u}{v}\right) = \frac{u'v - uv'}{v^2}$, where $u = 4 \sin \theta$ and $v = 2 + \cos\theta$.

$u' = \frac{d}{d\theta}(4 \sin \theta) = 4 \cos \theta$

$v' = \frac{d}{d\theta}(2 + \cos\theta) = 0 - \sin \theta = -\sin \theta$

So, $\frac{d}{d\theta} \left( \frac{4 \sin \theta}{2 + \cos\theta} \right) = \frac{(4 \cos \theta)(2 + \cos\theta) - (4 \sin \theta)(-\sin \theta)}{(2 + \cos\theta)^2}$

Expand the numerator:

Numerator = $8 \cos \theta + 4 \cos^2 \theta - (-4 \sin^2 \theta)$

Numerator = $8 \cos \theta + 4 \cos^2 \theta + 4 \sin^2 \theta$

Factor out 4 from the last two terms and use the identity $\cos^2 \theta + \sin^2 \theta = 1$:

Numerator = $8 \cos \theta + 4(\cos^2 \theta + \sin^2 \theta)$

Numerator = $8 \cos \theta + 4(1)$

Numerator = $8 \cos \theta + 4$

So, the derivative of the first term is $\frac{8 \cos \theta + 4}{(2 + \cos\theta)^2}$.

Now, substitute this back into the expression for $\frac{dy}{d\theta}$:

$\frac{dy}{d\theta} = \frac{8 \cos \theta + 4}{(2 + \cos\theta)^2} - 1$

To determine the sign of $\frac{dy}{d\theta}$ on the interval $\left[ 0, \frac{\pi}{2} \right]$, we combine the terms into a single fraction:

$\frac{dy}{d\theta} = \frac{8 \cos \theta + 4 - 1 \cdot (2 + \cos\theta)^2}{(2 + \cos\theta)^2}$

Expand the term $(2 + \cos\theta)^2$ in the numerator:

$(2 + \cos\theta)^2 = 4 + 4 \cos \theta + \cos^2 \theta$

Numerator = $8 \cos \theta + 4 - (4 + 4 \cos \theta + \cos^2 \theta)$

Numerator = $8 \cos \theta + 4 - 4 - 4 \cos \theta - \cos^2 \theta$

Numerator = $4 \cos \theta - \cos^2 \theta$

Numerator = $\cos \theta (4 - \cos \theta)$

So, the derivative is:

$\frac{dy}{d\theta} = \frac{\cos \theta (4 - \cos \theta)}{(2 + \cos\theta)^2}$

Now we need to analyze the sign of $\frac{dy}{d\theta}$ on the domain $\left[ 0, \frac{\pi}{2} \right]$.

Consider the terms in the expression for $\frac{dy}{d\theta}$ for $\theta \in \left[ 0, \frac{\pi}{2} \right]$:

  • $\cos \theta$: In the interval $\left[ 0, \frac{\pi}{2} \right]$, $\cos \theta$ ranges from $\cos(0) = 1$ to $\cos(\frac{\pi}{2}) = 0$. So, $\cos \theta \geq 0$ for $\theta \in \left[ 0, \frac{\pi}{2} \right]$. $\cos \theta = 0$ only at $\theta = \frac{\pi}{2}$.
  • $4 - \cos \theta$: Since $0 \leq \cos \theta \leq 1$ in the interval $\left[ 0, \frac{\pi}{2} \right]$, the value of $4 - \cos \theta$ ranges from $4 - 1 = 3$ to $4 - 0 = 4$. So, $4 - \cos \theta \geq 3 > 0$. This term is always positive.
  • $(2 + \cos\theta)^2$: Since $0 \leq \cos \theta \leq 1$, $2 + \cos \theta$ ranges from $2 + 0 = 2$ to $2 + 1 = 3$. So, $2 + \cos \theta \geq 2$. The term $(2 + \cos\theta)^2 \geq 2^2 = 4 > 0$. This term is always positive.

So, for $\theta \in \left[ 0, \frac{\pi}{2} \right]$:

  • The numerator $\cos \theta (4 - \cos \theta)$ is $(\geq 0) \times (> 0)$, which is $\geq 0$. The numerator is 0 only when $\cos \theta = 0$, which occurs at $\theta = \frac{\pi}{2}$.
  • The denominator $(2 + \cos\theta)^2$ is $> 0$.

Therefore, the fraction $\frac{\cos \theta (4 - \cos \theta)}{(2 + \cos\theta)^2}$ is $\frac{\geq 0}{> 0}$, which means the derivative $\frac{dy}{d\theta}$ is greater than or equal to zero for all $\theta \in \left[ 0, \frac{\pi}{2} \right]$.

$\frac{dy}{d\theta} \geq 0$ for all $\theta \in \left[ 0, \frac{\pi}{2} \right]$.

The derivative is equal to zero only at $\theta = \frac{\pi}{2}$. Since the derivative is non-negative throughout the interval, the function is increasing on $\left[ 0, \frac{\pi}{2} \right]$.


Conclusion:

Since $\frac{dy}{d\theta} = \frac{\cos \theta (4 - \cos \theta)}{(2 + \cos\theta)^2} \geq 0$ for all $\theta \in \left[ 0, \frac{\pi}{2} \right]$, the function $y = \frac{4 \sin \theta}{(2 + \cos\theta)} - \theta$ is an increasing function of $\theta$ in $\left[ 0, \frac{\pi}{2} \right]$.

Question 10. Prove that the logarithmic function is increasing on (0, ∞).

Answer:

Given:

The logarithmic function, which is typically represented as $f(x) = \log_b x$ where $b > 1$ is the base, or commonly, the natural logarithm $f(x) = \ln x$ (base $e \approx 2.718$). We will use $f(x) = \ln x$ for this proof.

The domain is $(0, \infty)$.


To Prove:

The logarithmic function $f(x) = \ln x$ is increasing on the interval $(0, \infty)$.


Solution:

A function $f(x)$ is increasing on an interval if its first derivative $f'(x)$ is greater than or equal to zero ($f'(x) \geq 0$) for all $x$ in that interval. To show it is strictly increasing, we would show $f'(x) > 0$. Since we will find that the derivative is strictly positive, the function is strictly increasing, which implies it is also increasing.

Let the logarithmic function be $f(x) = \ln x$.

To find the derivative of $f(x)$ with respect to $x$, we use the standard differentiation rule for the natural logarithm:

$f'(x) = \frac{d}{dx}(\ln x)$

$f'(x) = \frac{1}{x}$

Now, we need to examine the sign of the derivative $f'(x) = \frac{1}{x}$ on the given domain $(0, \infty)$.

The domain $(0, \infty)$ includes all positive real numbers. For any value of $x$ in this domain, $x > 0$.

Consider the expression for the derivative, $f'(x) = \frac{1}{x}$.

If $x$ is a positive number (i.e., $x > 0$), then its reciprocal $\frac{1}{x}$ is also a positive number.

Thus, $f'(x) = \frac{1}{x} > 0$ for all $x \in (0, \infty)$.

Since the derivative $f'(x)$ is strictly positive ($f'(x) > 0$) for all $x$ in the interval $(0, \infty)$, the function $f(x) = \ln x$ is strictly increasing on this interval.

A strictly increasing function is also an increasing function.


Alternate Solution (using definition):

A function $f$ is increasing on an interval $I$ if for any two numbers $x_1, x_2 \in I$, with $x_1 < x_2$, we have $f(x_1) \leq f(x_2)$. For strictly increasing, we need $f(x_1) < f(x_2)$. We will show it's strictly increasing.

Let $x_1, x_2$ be any two numbers in the domain $(0, \infty)$ such that $0 < x_1 < x_2$.

Consider the ratio $\frac{x_2}{x_1}$. Since $x_1 < x_2$ and both are positive, $\frac{x_2}{x_1} > 1$.

Now consider the function values $f(x_1) = \ln x_1$ and $f(x_2) = \ln x_2$.

We know a property of logarithms: $\ln \left(\frac{a}{b}\right) = \ln a - \ln b$.

Consider the difference between $f(x_2)$ and $f(x_1)$:

$f(x_2) - f(x_1) = \ln x_2 - \ln x_1$

$f(x_2) - f(x_1) = \ln \left(\frac{x_2}{x_1}\right)$

Since $0 < x_1 < x_2$, we have $\frac{x_2}{x_1} > 1$.

The natural logarithm function $\ln u$ has the property that $\ln u > 0$ if $u > 1$.

Applying this property with $u = \frac{x_2}{x_1} > 1$, we get:

$\ln \left(\frac{x_2}{x_1}\right) > 0$

So, $f(x_2) - f(x_1) > 0$.

This means $f(x_2) > f(x_1)$, or $f(x_1) < f(x_2)$.

Thus, for any $x_1, x_2 \in (0, \infty)$ with $x_1 < x_2$, we have shown that $f(x_1) < f(x_2)$.

Therefore, by the definition of a strictly increasing function, $f(x) = \ln x$ is strictly increasing on $(0, \infty)$, which implies it is also an increasing function on $(0, \infty)$.


Conclusion:

Using both the derivative test and the definition of an increasing function, we have proven that the logarithmic function is increasing on $(0, \infty)$.

Question 11. Prove that the function f given by f(x) = x2 – x + 1 is neither strictly increasing nor decreasing on (– 1, 1).

Answer:

Given:

The function $f(x) = x^2 – x + 1$.

The interval is $(-1, 1)$.


To Prove:

The function $f(x) = x^2 – x + 1$ is neither strictly increasing nor strictly decreasing on the interval $(– 1, 1)$.


Solution:

To determine if a function is strictly increasing or strictly decreasing on an interval, we examine the sign of its first derivative on that interval. A function is strictly increasing if its derivative is strictly positive ($f'(x) > 0$), and strictly decreasing if its derivative is strictly negative ($f'(x) < 0$). If the derivative changes sign within the interval, the function is neither strictly increasing nor strictly decreasing on the entire interval.

We are given the function:

$f(x) = x^2 – x + 1$

Find the first derivative of $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(x^2 – x + 1)$

$f'(x) = \frac{d}{dx}(x^2) - \frac{d}{dx}(x) + \frac{d}{dx}(1)$

$f'(x) = 2x^{2-1} - 1x^{1-1} + 0$

$f'(x) = 2x - 1$

Now, we need to analyze the sign of $f'(x) = 2x - 1$ on the interval $(-1, 1)$.

We find the point where the derivative is zero within this interval by setting $f'(x) = 0$:

$2x - 1 = 0$

$2x = 1$

$x = \frac{1}{2}$

The critical point $x = \frac{1}{2}$ lies within the interval $(-1, 1)$, because $-1 < \frac{1}{2} < 1$. This critical point divides the interval $(-1, 1)$ into two sub-intervals: $\left( -1, \frac{1}{2} \right)$ and $\left( \frac{1}{2}, 1 \right)$.

Let's examine the sign of $f'(x)$ in each sub-interval:


Sub-interval 1: $\left( -1, \frac{1}{2} \right)$

For any $x$ in this interval, $x < \frac{1}{2}$.

Multiply the inequality by 2: $2x < 1$.

Subtract 1 from both sides: $2x - 1 < 0$.

Since $f'(x) = 2x - 1$, this means $f'(x) < 0$ for all $x \in \left( -1, \frac{1}{2} \right)$.

Thus, the function $f(x)$ is strictly decreasing on the interval $\left( -1, \frac{1}{2} \right)$.


Sub-interval 2: $\left( \frac{1}{2}, 1 \right)$

For any $x$ in this interval, $x > \frac{1}{2}$.

Multiply the inequality by 2: $2x > 1$.

Subtract 1 from both sides: $2x - 1 > 0$.

Since $f'(x) = 2x - 1$, this means $f'(x) > 0$ for all $x \in \left( \frac{1}{2}, 1 \right)$.

Thus, the function $f(x)$ is strictly increasing on the interval $\left( \frac{1}{2}, 1 \right)$.


Since the function $f(x)$ is strictly decreasing on the interval $\left( -1, \frac{1}{2} \right)$ and strictly increasing on the interval $\left( \frac{1}{2}, 1 \right)$, it changes its monotonic behavior within the interval $(-1, 1)$.

Therefore, the function $f(x) = x^2 – x + 1$ is neither strictly increasing nor strictly decreasing on the entire interval $(-1, 1)$.


Conclusion:

As the derivative $f'(x) = 2x - 1$ is negative on $\left( -1, \frac{1}{2} \right)$ and positive on $\left( \frac{1}{2}, 1 \right)$, the function $f(x)$ is strictly decreasing on $\left( -1, \frac{1}{2} \right]$ and strictly increasing on $\left[ \frac{1}{2}, 1 \right)$. Hence, it is neither strictly increasing nor strictly decreasing on $(-1, 1)$.

Question 12. Which of the following functions are decreasing on $\left( 0,\frac{\pi}{2} \right)$ ?

(A) cos x

(B) cos 2x

(C) cos 3x

(D) tan x

Answer:

Given:

We are given four functions and the interval $\left( 0, \frac{\pi}{2} \right)$.

The functions are:

(A) $f(x) = \cos x$

(B) $f(x) = \cos 2x$

(C) $f(x) = \cos 3x$

(D) $f(x) = \tan x$


To Find:

Which of the given functions is decreasing on the interval $\left( 0, \frac{\pi}{2} \right)$.


Solution:

A function $f(x)$ is decreasing on an open interval if its first derivative $f'(x)$ is less than or equal to zero ($f'(x) \leq 0$) for all $x$ in that interval. If $f'(x) < 0$ for all $x$ in the open interval, the function is strictly decreasing.

We will find the derivative for each function and examine its sign on the interval $\left( 0, \frac{\pi}{2} \right)$.


(A) $f(x) = \cos x$

The derivative is $f'(x) = \frac{d}{dx}(\cos x) = -\sin x$.

For $x \in \left( 0, \frac{\pi}{2} \right)$, the sine function $\sin x$ is positive. Specifically, $\sin x \in (0, 1)$.

Therefore, $f'(x) = -\sin x$ is negative for all $x \in \left( 0, \frac{\pi}{2} \right)$.

$f'(x) < 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$.

Since $f'(x) < 0$, the function $f(x) = \cos x$ is strictly decreasing on $\left( 0, \frac{\pi}{2} \right)$. A strictly decreasing function is also a decreasing function.


(B) $f(x) = \cos 2x$

The derivative is $f'(x) = \frac{d}{dx}(\cos 2x)$. Using the chain rule, $\frac{d}{dx}(\cos u) = -\sin u \frac{du}{dx}$. Let $u = 2x$, so $\frac{du}{dx} = 2$.

$f'(x) = -\sin(2x) \cdot 2 = -2\sin(2x)$.

For $x \in \left( 0, \frac{\pi}{2} \right)$, the argument $2x$ is in the interval $\left( 2 \cdot 0, 2 \cdot \frac{\pi}{2} \right) = (0, \pi)$.

In the interval $(0, \pi)$, the sine function $\sin \theta$ is positive. So, $\sin(2x) > 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$.

Therefore, $f'(x) = -2\sin(2x)$ is negative for all $x \in \left( 0, \frac{\pi}{2} \right)$.

$f'(x) < 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$.

Since $f'(x) < 0$, the function $f(x) = \cos 2x$ is strictly decreasing on $\left( 0, \frac{\pi}{2} \right)$. A strictly decreasing function is also a decreasing function.


(C) $f(x) = \cos 3x$

The derivative is $f'(x) = \frac{d}{dx}(\cos 3x)$. Using the chain rule, let $u = 3x$, so $\frac{du}{dx} = 3$.

$f'(x) = -\sin(3x) \cdot 3 = -3\sin(3x)$.

For $x \in \left( 0, \frac{\pi}{2} \right)$, the argument $3x$ is in the interval $\left( 3 \cdot 0, 3 \cdot \frac{\pi}{2} \right) = \left( 0, \frac{3\pi}{2} \right)$.

In the interval $\left( 0, \frac{3\pi}{2} \right)$, the sign of $\sin(3x)$ changes:

  • For $3x \in (0, \pi)$, $\sin(3x) > 0$. This corresponds to $x \in \left( 0, \frac{\pi}{3} \right)$. In this interval, $f'(x) = -3\sin(3x) < 0$.
  • For $3x \in (\pi, \frac{3\pi}{2})$, $\sin(3x) < 0$. This corresponds to $x \in \left( \frac{\pi}{3}, \frac{\pi}{2} \right)$. In this interval, $f'(x) = -3\sin(3x) > 0$.

Since the derivative $f'(x)$ is negative on a part of the interval $\left( 0, \frac{\pi}{2} \right)$ and positive on another part, the function $f(x) = \cos 3x$ is neither increasing nor decreasing on the entire interval $\left( 0, \frac{\pi}{2} \right)$.


(D) $f(x) = \tan x$

The derivative is $f'(x) = \frac{d}{dx}(\tan x) = \sec^2 x$.

For $x \in \left( 0, \frac{\pi}{2} \right)$, $\cos x$ is positive. $\cos x \in (0, 1)$.

$\sec x = \frac{1}{\cos x}$, so $\sec x$ is also positive. $\sec x \in (1, \infty)$.

The square of a positive number is positive. So, $f'(x) = \sec^2 x > 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$.

Since $f'(x) > 0$, the function $f(x) = \tan x$ is strictly increasing on $\left( 0, \frac{\pi}{2} \right)$.


Summary of findings on the interval $\left( 0, \frac{\pi}{2} \right)$:

  • (A) $f(x) = \cos x$: Strictly decreasing ($f'(x) < 0$)
  • (B) $f(x) = \cos 2x$: Strictly decreasing ($f'(x) < 0$)
  • (C) $f(x) = \cos 3x$: Neither increasing nor decreasing (derivative changes sign)
  • (D) $f(x) = \tan x$: Strictly increasing ($f'(x) > 0$)

Both functions (A) and (B) are strictly decreasing on the interval $\left( 0, \frac{\pi}{2} \right)$, and thus they are both decreasing on this interval according to the standard definition ($f'(x) \leq 0$). Since the question format implies a single correct answer, and both (A) and (B) satisfy the condition, there might be an issue with the question as posed in a single-choice format, or a specific convention is assumed (e.g., selecting the simplest function that satisfies the property). Based on standard interpretations where one option must be chosen, $\cos x$ is a fundamental example of a function decreasing in the first quadrant.

Therefore, we select option (A).


Final Answer:

Based on the analysis, both $\cos x$ and $\cos 2x$ are decreasing on $\left( 0, \frac{\pi}{2} \right)$. Assuming the question expects a single answer from the options, the most common and fundamental example of a function decreasing in the first quadrant is $\cos x$.

The correct option is (A) cos x.

Question 13. On which of the following intervals is the function f given by f(x) = x100 + sin x –1 decreasing ?

(A) (0,1)

(B) $\left( \frac{\pi}{2},\pi \right)$

(C) $\left( 0,\frac{\pi}{2} \right)$

(D) None of these

Answer:

Given:

The function $f(x) = x^{100} + \sin x –1$.

We need to find the intervals from the given options where the function is decreasing.


To Find:

The interval among (A), (B), (C) where $f(x)$ is decreasing.


Solution:

A function $f(x)$ is decreasing on an interval if its first derivative $f'(x)$ is less than or equal to zero ($f'(x) \leq 0$) for all $x$ in that interval. For strictly decreasing, we need $f'(x) < 0$ in the open interval.

We first find the derivative of the function $f(x)$ with respect to $x$.

$f(x) = x^{100} + \sin x –1$

Differentiate $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(x^{100} + \sin x –1)$

$f'(x) = \frac{d}{dx}(x^{100}) + \frac{d}{dx}(\sin x) - \frac{d}{dx}(1)$

$f'(x) = 100x^{100-1} + \cos x - 0$

$f'(x) = 100x^{99} + \cos x$

Now we examine the sign of $f'(x) = 100x^{99} + \cos x$ on each of the given intervals:


(A) Interval $(0, 1)$

For $x \in (0, 1)$, we have $x > 0$.

The term $x^{99}$ is positive for $x > 0$. Thus, $100x^{99} > 0$ for $x \in (0, 1)$.

The interval $(0, 1)$ is a subset of $\left( 0, \frac{\pi}{2} \right)$ since $1$ radian $\approx 57.3^\circ$ and $\frac{\pi}{2}$ radians $\approx 90^\circ$. So $0 < x < 1 < \frac{\pi}{2}$.

In the interval $\left( 0, \frac{\pi}{2} \right)$, the cosine function $\cos x$ is positive. Thus, $\cos x > 0$ for $x \in (0, 1)$.

So, for $x \in (0, 1)$, $f'(x) = 100x^{99} + \cos x = (positive) + (positive) > 0$.

The function $f(x)$ is strictly increasing on $(0, 1)$.


(B) Interval $\left( \frac{\pi}{2}, \pi \right)$

For $x \in \left( \frac{\pi}{2}, \pi \right)$, we have $x > \frac{\pi}{2} \approx 1.57$. Since $x > 0$, the term $x^{99}$ is positive. Thus, $100x^{99} > 0$ for $x \in \left( \frac{\pi}{2}, \pi \right)$. The smallest value of $x^{99}$ in this interval is $(\frac{\pi}{2})^{99}$, which is a large positive number as $\frac{\pi}{2} > 1$.

In the interval $\left( \frac{\pi}{2}, \pi \right)$, which is the second quadrant, the cosine function $\cos x$ is negative. The values of $\cos x$ in this interval are in $(-1, 0)$.

So, for $x \in \left( \frac{\pi}{2}, \pi \right)$, $f'(x) = 100x^{99} + \cos x = (large \$positive) + (negative \$between \$ -1 \$ and \$ 0)$.

The magnitude of $100x^{99}$ is very large for $x > \frac{\pi}{2}$. The magnitude of $\cos x$ is at most 1.

Thus, the large positive term $100x^{99}$ dominates the negative term $\cos x$.

For any $x \in \left( \frac{\pi}{2}, \pi \right)$, $x > \frac{\pi}{2} > 1$. So $x^{99} > 1$. $100x^{99} > 100$.

The minimum value of $f'(x)$ in this interval would be greater than $100 \cdot (\frac{\pi}{2})^{99} + (-1)$, which is clearly positive.

Therefore, $f'(x) = 100x^{99} + \cos x > 0$ on $\left( \frac{\pi}{2}, \pi \right)$.

The function $f(x)$ is strictly increasing on $\left( \frac{\pi}{2}, \pi \right)$.


(C) Interval $\left( 0, \frac{\pi}{2} \right)$

For $x \in \left( 0, \frac{\pi}{2} \right)$, we have $x > 0$.

The term $x^{99}$ is positive for $x > 0$. Thus, $100x^{99} > 0$ for $x \in \left( 0, \frac{\pi}{2} \right)$.

In the interval $\left( 0, \frac{\pi}{2} \right)$, which is the first quadrant, the cosine function $\cos x$ is positive. Thus, $\cos x > 0$ for $x \in \left( 0, \frac{\pi}{2} \right)$.

So, for $x \in \left( 0, \frac{\pi}{2} \right)$, $f'(x) = 100x^{99} + \cos x = (positive) + (positive) > 0$.

The function $f(x)$ is strictly increasing on $\left( 0, \frac{\pi}{2} \right)$.


Based on the analysis, the derivative $f'(x)$ is strictly positive on all the given intervals (A), (B), and (C). This means the function is strictly increasing on these intervals.

Therefore, the function is not decreasing on any of the intervals provided in options (A), (B), or (C).


Final Answer:

The function is decreasing on none of the given intervals.

The correct option is (D) None of these.

Question 14. Find the least value of a such that the function f given by f(x) = x2 + ax + 1 is strictly increasing on (1, 2).

Answer:

Given:

The function $f(x) = x^2 + ax + 1$.

The interval is $(1, 2)$.

The function is strictly increasing on the interval $(1, 2)$.


To Find:

The least value of $a$ such that $f(x)$ is strictly increasing on $(1, 2)$.


Solution:

A function $f(x)$ is strictly increasing on an open interval $(c, d)$ if its first derivative $f'(x)$ is strictly positive ($f'(x) > 0$) for all $x \in (c, d)$.

We first find the derivative of the function $f(x)$ with respect to $x$:

$f(x) = x^2 + ax + 1$

Differentiate $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(x^2 + ax + 1)$

$f'(x) = \frac{d}{dx}(x^2) + \frac{d}{dx}(ax) + \frac{d}{dx}(1)$

$f'(x) = 2x^{2-1} + a \cdot x^{1-1} + 0$

$f'(x) = 2x + a$

For $f(x)$ to be strictly increasing on the interval $(1, 2)$, we must have $f'(x) > 0$ for all $x \in (1, 2)$.

So, we require:

$2x + a > 0$ for all $x \in (1, 2)$.

Rearrange the inequality to isolate $a$:

$a > -2x$ for all $x \in (1, 2)$.

This means that $a$ must be greater than $-2x$ for every value of $x$ in the interval $(1, 2)$. To satisfy this condition, $a$ must be greater than the maximum value of $-2x$ on the interval $(1, 2)$.

Let's consider the function $g(x) = -2x$. We need $a > g(x)$ for all $x \in (1, 2)$.

On the interval $(1, 2)$, the values of $x$ satisfy $1 < x < 2$.

Multiply the inequality by -2. When multiplying an inequality by a negative number, the direction of the inequality sign reverses:

$1 < x < 2$

$-2 \cdot 1 > -2 \cdot x > -2 \cdot 2$

$-2 > -2x > -4$

Rewrite the inequality in standard order:

$-4 < -2x < -2$

So, the values of $-2x$ on the interval $(1, 2)$ are in the range $(-4, -2)$. The maximum value that $-2x$ approaches on this interval is -2 (as $x$ approaches 1 from the right). However, since the interval is open, $-2x$ never actually reaches -2. The supremum (least upper bound) of $-2x$ on $(1, 2)$ is -2.

For $a$ to be strictly greater than $-2x$ for all $x \in (1, 2)$, $a$ must be greater than the supremum of $-2x$ on that interval.

Thus, $a > -2$.

The condition for strict increase on an open interval is $f'(x) > 0$. If we consider the closed interval $[1, 2]$, the condition for increasing is $f'(x) \geq 0$. In some contexts, the boundary points are included when considering increasing/decreasing behaviour of the function itself, even if the derivative test strictly applies to the open interval. Let's check if including the boundary in the derivative condition is necessary for "strictly increasing" on an open interval.

If $a = -2$, then $f'(x) = 2x - 2 = 2(x - 1)$. On $(1, 2)$, $x > 1$, so $x - 1 > 0$, and $f'(x) = 2(x-1) > 0$. This satisfies the condition for strictly increasing on $(1, 2)$.

If $a = -2 - \epsilon$ for some small $\epsilon > 0$, then $f'(x) = 2x + (-2 - \epsilon) = 2x - 2 - \epsilon$. At $x=1.1$, $f'(1.1) = 2(1.1) - 2 - \epsilon = 2.2 - 2 - \epsilon = 0.2 - \epsilon$. If $\epsilon$ is small (e.g., $\epsilon = 0.1$), $f'(1.1) = 0.1 > 0$. However, we need $f'(x) > 0$ for *all* $x \in (1, 2)$.

Let's re-examine $f'(x) = 2x + a$. We need $2x + a > 0$ for all $x \in (1, 2)$.

$a > -2x$ for all $x \in (1, 2)$.

This inequality must hold for all $x$ strictly between 1 and 2. As $x$ gets closer to 1 from the right ($x \to 1^+$), $-2x$ gets closer to $-2(1) = -2$. Since $a$ must be strictly greater than $-2x$ for all $x$ in the interval, $a$ must be strictly greater than the supremum of $-2x$ in that interval. The supremum of $(-4, -2)$ is $-2$. Thus, $a > -2$.

The least value that $a$ can take while satisfying $a > -2$ is not a specific number, but the values approach -2. However, the question asks for the *least value* of $a$ such that $f(x)$ is strictly increasing. If $a > -2$, $f'(x) = 2x+a$. For $x \in (1,2)$, $2x \in (2, 4)$. So $f'(x) = 2x+a \in (2+a, 4+a)$. For $f'(x)$ to be strictly positive on $(1,2)$, we need the lower bound to be non-negative, and since the interval is open, strictly positive. So we need $2+a \geq 0$, which means $a \geq -2$. However, the derivative must be strictly positive on the open interval. If $a = -2$, $f'(x) = 2x - 2 = 2(x-1)$. For $x \in (1,2)$, $x > 1$, so $x-1 > 0$, which implies $f'(x) = 2(x-1) > 0$. So $a=-2$ makes the function strictly increasing on $(1,2)$. If $a < -2$, say $a = -2 - \epsilon$ for $\epsilon > 0$. Then $f'(x) = 2x - 2 - \epsilon$. As $x \to 1^+$, $f'(x) \to 2(1) - 2 - \epsilon = -\epsilon$. Since the limit is negative, there will be values of $x$ in $(1, 2)$ close to 1 for which $f'(x)$ is negative. Thus $a$ cannot be less than -2.

So, the condition $f'(x) > 0$ for all $x \in (1, 2)$ is equivalent to $\min_{x \in [1, 2]} f'(x) \geq 0$ and $f'(x) > 0$ at endpoints if included, but here the interval is open. The function $f'(x) = 2x+a$ is a linear function with a positive slope (2), so it is an increasing function of $x$. The minimum value of $f'(x)$ on the interval $(1, 2)$ is approached as $x$ approaches 1 from the right. The minimum value on the closed interval $[1, 2]$ occurs at $x=1$.

For $f(x)$ to be strictly increasing on $(1, 2)$, we need $f'(x) \geq 0$ for $x \in (1, 2)$ and $f'(x)$ cannot be identically zero on any subinterval.

If $f'(x) = 2x+a \geq 0$ for all $x \in (1, 2)$, then the minimum value of $2x+a$ for $x \in (1, 2)$ must be $\geq 0$. Since $2x+a$ is increasing in $x$, the minimum occurs as $x \to 1^+$. The value approaches $2(1)+a = 2+a$. So we need $2+a \geq 0$, which means $a \geq -2$.

If $a = -2$, then $f'(x) = 2x - 2$. For $x \in (1, 2)$, $x > 1$, so $x-1 > 0$, $f'(x) = 2(x-1) > 0$. Thus $f(x)$ is strictly increasing on $(1, 2)$.

If $a > -2$, then $f'(x) = 2x+a$. For $x \in (1, 2)$, $2x > 2$, so $f'(x) = 2x+a > 2+a$. Since $a > -2$, $2+a > 0$. So $f'(x) > 0$ on $(1, 2)$. Thus $f(x)$ is strictly increasing on $(1, 2)$.

The condition for strict increase on an open interval is often stated as $f'(x) > 0$. If $f'(x) = 0$ at isolated points, the function can still be strictly increasing. However, if $f'(x) \geq 0$ and $f'(x) = 0$ only at isolated points, the function is strictly increasing. If $f'(x) \geq 0$ and $f'(x)$ is zero on an entire subinterval, it is only increasing, not strictly increasing.

In this case, $f'(x) = 2x+a$. This is zero at most at one point $x = -a/2$. If this point is in $(1, 2)$ and $f'(-a/2) = 0$, but $f'(x)$ is positive or negative on either side, it can affect strict monotonicity. However, the requirement is $f'(x) > 0$ throughout $(1, 2)$. The minimum value of $2x+a$ on the interval is approached as $x \to 1^+$. This value is $2+a$. For $f'(x) > 0$ on $(1, 2)$, we need the minimum value on the closed interval $[1, 2]$ to be non-negative, and $f'(x)$ not identically zero. The minimum on $[1, 2]$ is $2(1)+a = 2+a$. So we need $2+a \geq 0$, or $a \geq -2$. If $a=-2$, $f'(x) = 2(x-1)$, which is 0 at $x=1$, but strictly positive on $(1, 2)$. If $a > -2$, $f'(x) = 2x+a$. At $x=1$, $f'(1) = 2+a > 0$. Since $f'(x)$ is increasing, $f'(x) > 0$ for all $x > 1$. So $a \geq -2$ ensures $f'(x) \geq 0$ for $x \geq 1$, and specifically $f'(x) > 0$ for $x > 1$ unless $2x+a$ is always zero (which is not possible here). Thus, the condition $a \geq -2$ ensures $f'(x) \geq 0$ on $[1, 2]$ and $f'(x) > 0$ on $(1, 2)$.

The smallest value of $a$ that satisfies $a \geq -2$ is $a = -2$.


Final Answer:

The least value of $a$ is $-2$.

Question 15. Let I be any interval disjoint from [–1, 1]. Prove that the function f given by x + $\frac{1}{x}$ is increasing on I.

Answer:

Given:

The function $f(x) = x + \frac{1}{x}$.

The interval $I$ is any interval disjoint from $[-1, 1]$.

This means the interval $I$ is either a subset of $(-\infty, -1)$ or a subset of $(1, \infty)$.


To Prove:

The function $f(x)$ is increasing on $I$.


Solution:

To prove that the function is increasing on the interval $I$, we need to find its derivative $f'(x)$ and show that $f'(x) \geq 0$ for all $x \in I$.

The function is given by:

$f(x) = x + \frac{1}{x} = x + x^{-1}$

Find the first derivative of $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(x + x^{-1})$

$f'(x) = \frac{d}{dx}(x) + \frac{d}{dx}(x^{-1})$

$f'(x) = 1 \cdot x^{1-1} + (-1) \cdot x^{-1-1}$

$f'(x) = 1 - x^{-2}$

$f'(x) = 1 - \frac{1}{x^2}$

To analyze the sign of $f'(x)$, we can write it as a single fraction:

$f'(x) = \frac{x^2 - 1}{x^2}$

Now, we need to examine the sign of $f'(x)$ on any interval $I$ that is disjoint from $[-1, 1]$. This means $I \subseteq (-\infty, -1)$ or $I \subseteq (1, \infty)$.

Case 1: $I \subseteq (-\infty, -1)$

If $x \in I$, then $x < -1$.

Consider the numerator $x^2 - 1$. If $x < -1$, then $x^2 > (-1)^2 = 1$. So, $x^2 - 1 > 0$.

Consider the denominator $x^2$. For any real number $x \neq 0$, $x^2 > 0$. Since $x < -1$, $x \neq 0$, so $x^2 > 0$.

Thus, for $x \in (-\infty, -1)$, $f'(x) = \frac{x^2 - 1}{x^2} = \frac{> 0}{> 0} > 0$.

Since $f'(x) > 0$ for all $x \in (-\infty, -1)$, the function $f(x)$ is strictly increasing on $(-\infty, -1)$. Any interval $I$ that is a subset of $(-\infty, -1)$ will also have $f'(x) > 0$, so $f(x)$ is strictly increasing (and thus increasing) on $I$.


Case 2: $I \subseteq (1, \infty)$

If $x \in I$, then $x > 1$.

Consider the numerator $x^2 - 1$. If $x > 1$, then $x^2 > 1^2 = 1$. So, $x^2 - 1 > 0$.

Consider the denominator $x^2$. If $x > 1$, then $x \neq 0$, so $x^2 > 0$.

Thus, for $x \in (1, \infty)$, $f'(x) = \frac{x^2 - 1}{x^2} = \frac{> 0}{> 0} > 0$.

Since $f'(x) > 0$ for all $x \in (1, \infty)$, the function $f(x)$ is strictly increasing on $(1, \infty)$. Any interval $I$ that is a subset of $(1, \infty)$ will also have $f'(x) > 0$, so $f(x)$ is strictly increasing (and thus increasing) on $I$.


In both cases, where $I$ is any interval disjoint from $[-1, 1]$, the derivative $f'(x) > 0$ for all $x \in I$.

Therefore, the function $f(x) = x + \frac{1}{x}$ is strictly increasing on any interval $I$ disjoint from $[-1, 1]$. A strictly increasing function is also increasing.


Conclusion:

Since the derivative $f'(x) = 1 - \frac{1}{x^2} = \frac{x^2 - 1}{x^2}$ is positive for all $x$ such that $x^2 > 1$, i.e., for $x \in (-\infty, -1) \cup (1, \infty)$, and $I$ is a subset of this union, it means $f'(x) > 0$ for all $x \in I$. Thus, the function $f(x) = x + \frac{1}{x}$ is increasing on any interval $I$ disjoint from $[-1, 1]$.

Question 16. Prove that the function f given by f(x) = log sin x is increasing on $\left( 0,\frac{\pi}{2} \right)$ and decreasing on $\left( \frac{\pi}{2},\pi \right)$.

Answer:

Given:

The function $f(x) = \log (\sin x)$.

The domain of the function requires $\sin x > 0$. This occurs in the intervals $(2n\pi, (2n+1)\pi)$ for integer $n$. We are considering the behaviour on $\left( 0, \frac{\pi}{2} \right)$ and $\left( \frac{\pi}{2}, \pi \right)$, which are subsets of $(0, \pi)$, where $\sin x > 0$.


To Prove:

The function $f(x) = \log (\sin x)$ is:

(a) increasing on $\left( 0, \frac{\pi}{2} \right)$

(b) decreasing on $\left( \frac{\pi}{2}, \pi \right)$


Solution:

To determine the intervals where the function is increasing or decreasing, we find the first derivative of the function $f(x)$ with respect to $x$ and then analyze the sign of the derivative on the given intervals.

The function is given by:

$f(x) = \log (\sin x)$

Let $u = \sin x$. Then $\frac{du}{dx} = \cos x$.

Using the chain rule, $\frac{d}{dx}(\log u) = \frac{1}{u} \frac{du}{dx}$.

$f'(x) = \frac{d}{dx}(\log (\sin x))$

$f'(x) = \frac{1}{\sin x} \cdot \frac{d}{dx}(\sin x)$

$f'(x) = \frac{1}{\sin x} \cdot \cos x$

$f'(x) = \frac{\cos x}{\sin x} = \cot x$

So, the derivative is $f'(x) = \cot x$.

Now, we analyze the sign of $f'(x) = \cot x$ on the given intervals $\left( 0, \frac{\pi}{2} \right)$ and $\left( \frac{\pi}{2}, \pi \right)$.


(a) On the interval $\left( 0, \frac{\pi}{2} \right)$:

In the first quadrant, which corresponds to the interval $\left( 0, \frac{\pi}{2} \right)$, both $\sin x$ and $\cos x$ are positive.

The cotangent function $\cot x = \frac{\cos x}{\sin x}$ is the ratio of two positive numbers in this interval.

So, $\cot x > 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$.

Since $f'(x) = \cot x > 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$, the function $f(x) = \log (\sin x)$ is strictly increasing on the interval $\left( 0, \frac{\pi}{2} \right)$. A strictly increasing function is also considered increasing.


(b) On the interval $\left( \frac{\pi}{2}, \pi \right)$:

In the second quadrant, which corresponds to the interval $\left( \frac{\pi}{2}, \pi \right)$, $\sin x$ is positive and $\cos x$ is negative.

The cotangent function $\cot x = \frac{\cos x}{\sin x}$ is the ratio of a negative number to a positive number in this interval.

So, $\cot x < 0$ for all $x \in \left( \frac{\pi}{2}, \pi \right)$.

Since $f'(x) = \cot x < 0$ for all $x \in \left( \frac{\pi}{2}, \pi \right)$, the function $f(x) = \log (\sin x)$ is strictly decreasing on the interval $\left( \frac{\pi}{2}, \pi \right)$. A strictly decreasing function is also considered decreasing.


Hence, it is proven that the function $f(x) = \log (\sin x)$ is increasing on $\left( 0, \frac{\pi}{2} \right)$ and decreasing on $\left( \frac{\pi}{2}, \pi \right)$.

Question 17. Prove that the function f given by f (x) = log |cos x| is decreasing on $\left( 0,\frac{\pi}{2} \right)$ and increasing on $\left( \frac{3\pi}{2}, 2 \pi \right)$.

Answer:

Given:

The function $f(x) = \log |\cos x|$.

We are considering the behaviour of the function on the intervals $\left( 0, \frac{\pi}{2} \right)$ and $\left( \frac{3\pi}{2}, 2 \pi \right)$. Note that for the function $\log |\cos x|$ to be defined, $|\cos x| > 0$, which means $\cos x \neq 0$. Both given intervals are within the domain of the function where $\cos x \neq 0$.


To Prove:

The function $f(x) = \log |\cos x|$ is:

(a) decreasing on $\left( 0, \frac{\pi}{2} \right)$

(b) increasing on $\left( \frac{3\pi}{2}, 2 \pi \right)$


Solution:

To determine the intervals where the function is increasing or decreasing, we find the first derivative of the function $f(x)$ with respect to $x$ and then analyze the sign of the derivative on the given intervals.

The function is given by:

$f(x) = \log |\cos x|$

To find the derivative of $f(x)$, we use the chain rule. Let $u = \cos x$. Then $\frac{du}{dx} = -\sin x$. The derivative of $\log |u|$ with respect to $u$ is $\frac{1}{u}$.

$f'(x) = \frac{d}{dx}(\log |\cos x|)$

$f'(x) = \frac{1}{\cos x} \cdot \frac{d}{dx}(\cos x)$

$f'(x) = \frac{1}{\cos x} \cdot (-\sin x)$

$f'(x) = -\frac{\sin x}{\cos x}$

Recall that $\frac{\sin x}{\cos x} = \tan x$. So, the derivative is:

$f'(x) = -\tan x$

Now, we analyze the sign of $f'(x) = -\tan x$ on the given intervals.


(a) On the interval $\left( 0, \frac{\pi}{2} \right)$:

This interval corresponds to the first quadrant.

For any $x$ in the interval $\left( 0, \frac{\pi}{2} \right)$, the value of $\tan x$ is positive ($\tan x > 0$).

For example, if $x = \frac{\pi}{4}$, $\tan(\frac{\pi}{4}) = 1 > 0$.

Since $\tan x > 0$ on $\left( 0, \frac{\pi}{2} \right)$, the derivative $f'(x) = -\tan x$ is negative on this interval.

$f'(x) < 0$ for all $x \in \left( 0, \frac{\pi}{2} \right)$.

Since $f'(x) < 0$ on $\left( 0, \frac{\pi}{2} \right)$, the function $f(x) = \log |\cos x|$ is strictly decreasing on this interval. A strictly decreasing function is also considered decreasing.


(b) On the interval $\left( \frac{3\pi}{2}, 2 \pi \right)$:

This interval corresponds to the fourth quadrant.

For any $x$ in the interval $\left( \frac{3\pi}{2}, 2 \pi \right)$, the value of $\tan x$ is negative ($\tan x < 0$).

For example, if $x = \frac{7\pi}{4}$, which is in this interval, $\tan(\frac{7\pi}{4}) = \tan(2\pi - \frac{\pi}{4}) = -\tan(\frac{\pi}{4}) = -1 < 0$.

Since $\tan x < 0$ on $\left( \frac{3\pi}{2}, 2 \pi \right)$, the derivative $f'(x) = -\tan x$ is positive on this interval.

$f'(x) = -(\text{negative}) = \text{positive}$.

$f'(x) > 0$ for all $x \in \left( \frac{3\pi}{2}, 2 \pi \right)$.

Since $f'(x) > 0$ on $\left( \frac{3\pi}{2}, 2 \pi \right)$, the function $f(x) = \log |\cos x|$ is strictly increasing on this interval. A strictly increasing function is also considered increasing.


Hence, it is proven that the function $f(x) = \log |\cos x|$ is decreasing on $\left( 0, \frac{\pi}{2} \right)$ and increasing on $\left( \frac{3\pi}{2}, 2 \pi \right)$.

Question 18. Prove that the function given by f (x) = x3 – 3x2 + 3x – 100 is increasing in R.

Answer:

Given:

The function $f(x) = x^3 – 3x^2 + 3x – 100$.

The domain is $R$ (the set of real numbers).


To Prove:

The function $f(x)$ is increasing in $R$.


Solution:

To prove that the function is increasing in $R$, we need to find its first derivative $f'(x)$ and show that $f'(x) \geq 0$ for all $x \in R$. If we can show $f'(x) > 0$ except at isolated points where $f'(x) = 0$, then it's strictly increasing, which is a stronger condition than increasing.

The function is given by:

$f(x) = x^3 – 3x^2 + 3x – 100$

Differentiate $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(x^3 – 3x^2 + 3x – 100)$

$f'(x) = \frac{d}{dx}(x^3) - \frac{d}{dx}(3x^2) + \frac{d}{dx}(3x) - \frac{d}{dx}(100)$

$f'(x) = 3x^{3-1} - 3(2x^{2-1}) + 3(1x^{1-1}) - 0$

$f'(x) = 3x^2 - 6x + 3$

So, the derivative is $f'(x) = 3x^2 - 6x + 3$.

To analyze the sign of $f'(x)$, we can factor the expression:

$f'(x) = 3(x^2 - 2x + 1)$

The expression inside the parenthesis is a perfect square trinomial: $x^2 - 2x + 1 = (x - 1)^2$.

So, the derivative can be written as:

$f'(x) = 3(x - 1)^2$

Now, we need to examine the sign of $f'(x) = 3(x - 1)^2$ for all $x \in R$.

Consider the term $(x - 1)^2$. The square of any real number is always greater than or equal to zero.

$(x - 1)^2 \geq 0$ for all $x \in R$.

The term $(x - 1)^2$ is equal to zero only when $x - 1 = 0$, which means $x = 1$. For all other real values of $x$, $(x - 1)^2 > 0$.

Now, consider $f'(x) = 3(x - 1)^2$. Since $3$ is a positive constant, the sign of $f'(x)$ is the same as the sign of $(x - 1)^2$.

So, $f'(x) \geq 0$ for all $x \in R$.

Specifically:

  • If $x \neq 1$, then $(x - 1)^2 > 0$, so $f'(x) = 3(x - 1)^2 > 0$.
  • If $x = 1$, then $(x - 1)^2 = 0$, so $f'(1) = 3(0) = 0$.

So, $f'(x) \geq 0$ for all $x \in R$, and $f'(x) = 0$ only at the isolated point $x = 1$.

According to the definition, if $f'(x) \geq 0$ on an interval, the function is increasing on that interval. Since this holds for all $x \in R$, the function is increasing on $R$. Furthermore, since $f'(x) = 0$ only at a single point, the function is actually strictly increasing on $R$. A strictly increasing function is also an increasing function.


Conclusion:

Since the derivative $f'(x) = 3(x - 1)^2 \geq 0$ for all $x \in R$, the function $f(x) = x^3 – 3x^2 + 3x – 100$ is increasing in $R$.

Question 19. The interval in which y = x2 e–x is increasing is

(A) $(– ∞, ∞)$

(B) $(– 2, 0)$

(C) $(2, ∞)$

(D) $(0, 2)$

Answer:

Given:

The function $y = x^2 e^{-x}$.

The domain is $R$ (the set of real numbers).


To Find:

The interval among the given options in which the function $y$ is increasing.


Solution:

To find the intervals where the function is increasing, we find the first derivative $\frac{dy}{dx}$ and determine where it is greater than or equal to zero ($\frac{dy}{dx} \geq 0$). For strictly increasing on an open interval, we check where $\frac{dy}{dx} > 0$.

The function is given by:

$y = x^2 e^{-x}$

Differentiate $y$ with respect to $x$ using the product rule, $\frac{d}{dx}(uv) = u'v + uv'$. Let $u = x^2$ and $v = e^{-x}$.

$u' = \frac{d}{dx}(x^2) = 2x$

$v' = \frac{d}{dx}(e^{-x})$. Using the chain rule, let $w = -x$, so $\frac{dw}{dx} = -1$. $\frac{d}{dx}(e^w) = e^w \frac{dw}{dx} = e^{-x} (-1) = -e^{-x}$.

So, $\frac{dy}{dx} = u'v + uv'$:

$\frac{dy}{dx} = (2x)(e^{-x}) + (x^2)(-e^{-x})$

Factor out the common term $e^{-x}$:

$\frac{dy}{dx} = e^{-x}(2x - x^2)$

Factor the term in the parenthesis:

$\frac{dy}{dx} = e^{-x} x (2 - x)$

So, the derivative is $\frac{dy}{dx} = xe^{-x}(2 - x)$.

Now, we need to find the critical points where the derivative is zero or undefined. The derivative is defined for all real $x$. We set $\frac{dy}{dx} = 0$:

$xe^{-x}(2 - x) = 0$

This equation is zero if any of the factors are zero:

  • $x = 0$
  • $e^{-x} = 0$. The exponential function $e^{-x}$ is always positive ($e^{-x} > 0$) for all real $x$. So, this factor is never zero.
  • $2 - x = 0 \implies x = 2$

The critical points are $x = 0$ and $x = 2$. These critical points divide the real number line into three open intervals: $(-\infty, 0)$, $(0, 2)$, and $(2, \infty)$. We analyze the sign of $\frac{dy}{dx} = xe^{-x}(2 - x)$ in each of these intervals. Remember that $e^{-x}$ is always positive.

The sign of $\frac{dy}{dx}$ is determined by the product of $x$ and $(2-x)$.


Interval 1: $(-\infty, 0)$

Choose a test value, e.g., $x = -1$.

$x = -1$ (negative)

$2 - x = 2 - (-1) = 3$ (positive)

$\frac{dy}{dx} = (\text{positive}) \times (\text{negative}) \times (\text{positive}) = \text{negative}$.

So, $\frac{dy}{dx} < 0$ on $(-\infty, 0)$. The function is strictly decreasing on $(-\infty, 0)$.


Interval 2: $(0, 2)$

Choose a test value, e.g., $x = 1$.

$x = 1$ (positive)

$2 - x = 2 - 1 = 1$ (positive)

$\frac{dy}{dx} = (\text{positive}) \times (\text{positive}) \times (\text{positive}) = \text{positive}$.

So, $\frac{dy}{dx} > 0$ on $(0, 2)$. The function is strictly increasing on $(0, 2)$.


Interval 3: $(2, \infty)$

Choose a test value, e.g., $x = 3$.

$x = 3$ (positive)

$2 - x = 2 - 3 = -1$ (negative)

$\frac{dy}{dx} = (\text{positive}) \times (\text{positive}) \times (\text{negative}) = \text{negative}$.

So, $\frac{dy}{dx} < 0$ on $(2, \infty)$. The function is strictly decreasing on $(2, \infty)$.


The function is increasing on the interval where $\frac{dy}{dx} \geq 0$. From the analysis of the open intervals, $\frac{dy}{dx} > 0$ on $(0, 2)$. At the critical points $x=0$ and $x=2$, $\frac{dy}{dx} = 0$. Since the function is continuous, it is increasing on the closed interval $[0, 2]$.

Now we compare this with the given options:

(A) $(– ∞, ∞)$: The function is not increasing on the entire real line as it decreases on $(-\infty, 0)$ and $(2, \infty)$.

(B) $(– 2, 0)$: This interval is a subset of $(-\infty, 0)$. On $(-\infty, 0)$, the function is strictly decreasing.

(C) $(2, ∞)$: On $(2, \infty)$, the function is strictly decreasing.

(D) $(0, 2)$: On $(0, 2)$, the function is strictly increasing.

The question asks for the interval where $y$ is increasing. The function is strictly increasing on $(0, 2)$. It is also increasing on the closed interval $[0, 2]$. The option (D) is $(0, 2)$, which matches one of the intervals where the function is strictly increasing.


Final Answer:

The interval in which $y = x^2 e^{-x}$ is increasing is $(0, 2)$.

The correct option is (D) $(0, 2)$.



Example 14 to 20 (Before Exercise 6.3)

Example 14: Find the slope of the tangent to the curve y = x3 – x at x = 2.

Answer:

Given:

The equation of the curve is $y = x^3 – x$.

We need to find the slope of the tangent at $x = 2$.


To Find:

The slope of the tangent to the curve $y = x^3 – x$ at $x = 2$.


Solution:

The slope of the tangent to a curve $y = f(x)$ at a point $(x_0, y_0)$ is given by the value of the derivative of the function at that point, i.e., $f'(x_0)$ or $\left(\frac{dy}{dx}\right)_{x=x_0}$.

We are given the curve $y = x^3 – x$.

First, find the derivative of $y$ with respect to $x$:

$\frac{dy}{dx} = \frac{d}{dx}(x^3 – x)$

Using the difference rule and the power rule:

$\frac{dy}{dx} = \frac{d}{dx}(x^3) - \frac{d}{dx}(x)$

$\frac{dy}{dx} = 3x^{3-1} - 1x^{1-1}$

$\frac{dy}{dx} = 3x^2 - 1$

Now, we need to find the slope of the tangent at $x = 2$. Substitute $x = 2$ into the expression for $\frac{dy}{dx}$:

Slope of the tangent at $x = 2$ = $\left(\frac{dy}{dx}\right)_{x=2} = 3(2)^2 - 1$

Calculate $(2)^2$:

$2^2 = 4$

Substitute this value back:

Slope = $3(4) - 1$

Slope = $12 - 1$

Slope = $11$

The slope of the tangent to the curve $y = x^3 – x$ at $x = 2$ is 11.


Final Answer:

The slope of the tangent to the curve $y = x^3 – x$ at $x = 2$ is 11.

Example 15: Find the point at which the tangent to the curve y = $\sqrt{4x-3}$ - 1 has its slope $\frac{2}{3}$.

Answer:

Given:

The equation of the curve is $y = \sqrt{4x-3} - 1$.

The slope of the tangent to the curve is given as $\frac{2}{3}$.


To Find:

The point $(x, y)$ on the curve where the slope of the tangent is $\frac{2}{3}$.


Solution:

The slope of the tangent to the curve $y = f(x)$ at any point $(x, y)$ is given by the derivative $\frac{dy}{dx}$.

We are given the curve $y = \sqrt{4x-3} - 1$. We can write $\sqrt{4x-3}$ as $(4x-3)^{1/2}$.

Find the derivative of $y$ with respect to $x$:

$\frac{dy}{dx} = \frac{d}{dx}((4x-3)^{1/2} - 1)$

Using the difference rule, $\frac{dy}{dx} = \frac{d}{dx}((4x-3)^{1/2}) - \frac{d}{dx}(1)$.

The derivative of the constant term $-1$ is 0.

For the term $(4x-3)^{1/2}$, we use the chain rule. Let $u = 4x-3$. Then $\frac{du}{dx} = \frac{d}{dx}(4x-3) = 4$.

The derivative of $u^{1/2}$ with respect to $u$ is $\frac{1}{2} u^{1/2 - 1} = \frac{1}{2} u^{-1/2}$.

Applying the chain rule:

$\frac{d}{dx}((4x-3)^{1/2}) = \frac{1}{2} (4x-3)^{-1/2} \cdot \frac{d}{dx}(4x-3)$

$\frac{d}{dx}((4x-3)^{1/2}) = \frac{1}{2} (4x-3)^{-1/2} \cdot 4$

$\frac{d}{dx}((4x-3)^{1/2}) = 2 (4x-3)^{-1/2}$

$\frac{d}{dx}((4x-3)^{1/2}) = \frac{2}{\sqrt{4x-3}}$

So, the derivative of the function is:

$\frac{dy}{dx} = \frac{2}{\sqrt{4x-3}}$

We are given that the slope of the tangent is $\frac{2}{3}$. Set the derivative equal to this value:

$\frac{2}{\sqrt{4x-3}} = \frac{2}{3}$

Divide both sides by 2 (since $2 \neq 0$):

$\frac{1}{\sqrt{4x-3}} = \frac{1}{3}$

Taking the reciprocal of both sides:

$\sqrt{4x-3} = 3$

Square both sides of the equation to eliminate the square root:

$(\sqrt{4x-3})^2 = 3^2$

$4x-3 = 9$

Add 3 to both sides:

$4x = 9 + 3$

$4x = 12$

Divide by 4:

$x = \frac{12}{4}$

$x = 3$

This value of $x$ ($x=3$) is in the domain of the function and its derivative, as $4(3) - 3 = 12 - 3 = 9 \geq 0$.

Now, find the corresponding $y$-coordinate by substituting $x = 3$ into the original curve equation $y = \sqrt{4x-3} - 1$:

$y = \sqrt{4(3)-3} - 1$

$y = \sqrt{12-3} - 1$

$y = \sqrt{9} - 1$

$y = 3 - 1$

$y = 2$

The point at which the tangent to the curve has a slope of $\frac{2}{3}$ is $(3, 2)$.


Final Answer:

The point is $(3, 2)$.

Example 16: Find the equation of all lines having slope 2 and being tangent to the curve $y + \frac{2}{x-3}= 0$.

Answer:

Given:

The equation of the curve is $y + \frac{2}{x-3}= 0$.

The slope of the tangent line is $m = 2$.


To Find:

The equation of all lines having a slope of 2 and being tangent to the given curve.


Solution:

First, rewrite the equation of the curve to express $y$ as a function of $x$:

$y = -\frac{2}{x-3}$

To find the slope of the tangent to the curve at any point $(x, y)$, we need to find the first derivative $\frac{dy}{dx}$.

We can write $y = -2(x-3)^{-1}$.

Differentiate $y$ with respect to $x$ using the chain rule:

$\frac{dy}{dx} = \frac{d}{dx}(-2(x-3)^{-1})$

Let $u = x-3$. Then $\frac{du}{dx} = 1$.

$\frac{dy}{dx} = -2 \cdot (-1)(x-3)^{-1-1} \cdot \frac{d}{dx}(x-3)$

$\frac{dy}{dx} = 2(x-3)^{-2} \cdot 1$

$\frac{dy}{dx} = \frac{2}{(x-3)^2}$

We are given that the slope of the tangent is 2. So, we set the derivative equal to 2:

$\frac{2}{(x-3)^2} = 2$

Divide both sides by 2:

$\frac{1}{(x-3)^2} = 1$

$(x-3)^2 = 1$

Take the square root of both sides:

$x-3 = \pm \sqrt{1}$

$x-3 = \pm 1$

This gives two possible values for the x-coordinates of the points of tangency:

Case 1: $x-3 = 1$

$x = 1 + 3 = 4$

Case 2: $x-3 = -1$

$x = -1 + 3 = 2$

Now, find the corresponding y-coordinates for each x-value by substituting them back into the original curve equation $y = -\frac{2}{x-3}$.

For $x = 4$:

$y = -\frac{2}{4-3} = -\frac{2}{1} = -2$

The first point of tangency is $(4, -2)$.

For $x = 2$:

$y = -\frac{2}{2-3} = -\frac{2}{-1} = 2$

The second point of tangency is $(2, 2)$.

Now, we find the equation of the tangent line for each point using the point-slope form of a linear equation: $y - y_1 = m(x - x_1)$, where $m=2$.

Equation of the first tangent line (at $(4, -2)$ with $m=2$):

$y - (-2) = 2(x - 4)$

$y + 2 = 2x - 8$

$y = 2x - 8 - 2$

$y = 2x - 10$

Equation of the second tangent line (at $(2, 2)$ with $m=2$):

$y - 2 = 2(x - 2)$

$y - 2 = 2x - 4$

$y = 2x - 4 + 2$

$y = 2x - 2$

There are two lines tangent to the curve with a slope of 2.


Final Answer:

The equations of the tangent lines are $y = 2x - 10$ and $y = 2x - 2$.

These can also be written as $2x - y - 10 = 0$ and $2x - y - 2 = 0$.

Example 17: Find points on the curve $\frac{x^{2}}{4} + \frac{y^{2}}{25} = 1$ at which the tangents are

(i) parallel to x-axis

(ii) parallel to y-axis.

Answer:

Given:

The equation of the curve is $\frac{x^{2}}{4} + \frac{y^{2}}{25} = 1$. This is the equation of an ellipse.


To Find:

The points on the curve where the tangents are:

(i) parallel to the x-axis

(ii) parallel to the y-axis


Solution:

To find the slope of the tangent at any point $(x, y)$ on the curve, we need to find the derivative $\frac{dy}{dx}$ using implicit differentiation.

The equation of the curve is:

$\frac{x^{2}}{4} + \frac{y^{2}}{25} = 1$

Differentiate both sides of the equation with respect to $x$:

$\frac{d}{dx}\left(\frac{x^{2}}{4} + \frac{y^{2}}{25}\right) = \frac{d}{dx}(1)$

$\frac{1}{4} \frac{d}{dx}(x^{2}) + \frac{1}{25} \frac{d}{dx}(y^{2}) = 0$

$\frac{1}{4} (2x) + \frac{1}{25} (2y \frac{dy}{dx}) = 0$

$\frac{x}{2} + \frac{2y}{25} \frac{dy}{dx} = 0$

Now, solve for $\frac{dy}{dx}$:

$\frac{2y}{25} \frac{dy}{dx} = -\frac{x}{2}$

$\frac{dy}{dx} = -\frac{x}{2} \cdot \frac{25}{2y}$

$\frac{dy}{dx} = -\frac{25x}{4y}$

This is the general expression for the slope of the tangent at any point $(x, y)$ on the curve, provided $y \neq 0$.


(i) Tangents parallel to the x-axis:

A line parallel to the x-axis has a slope of 0. So, we set $\frac{dy}{dx} = 0$:

$-\frac{25x}{4y} = 0$

For this fraction to be zero, the numerator must be zero (assuming the denominator is not zero):

$-25x = 0$

$x = 0$

Now, find the corresponding y-coordinates by substituting $x = 0$ back into the original curve equation $\frac{x^{2}}{4} + \frac{y^{2}}{25} = 1$:

$\frac{0^{2}}{4} + \frac{y^{2}}{25} = 1$

$0 + \frac{y^{2}}{25} = 1$

$\frac{y^{2}}{25} = 1$

$y^{2} = 25$

$y = \pm \sqrt{25}$

$y = \pm 5$

The points where the tangent is parallel to the x-axis are $(0, 5)$ and $(0, -5)$.

At these points, $y = \pm 5 \neq 0$, so our assumption that the denominator $4y$ is not zero was valid.


(ii) Tangents parallel to the y-axis:

A line parallel to the y-axis has an infinite slope. This occurs when the denominator of the derivative $\frac{dy}{dx}$ is zero, provided the numerator is non-zero at that point.

We set the denominator of $\frac{dy}{dx} = -\frac{25x}{4y}$ to zero:

$4y = 0$

$y = 0$

Now, find the corresponding x-coordinates by substituting $y = 0$ back into the original curve equation $\frac{x^{2}}{4} + \frac{y^{2}}{25} = 1$:

$\frac{x^{2}}{4} + \frac{0^{2}}{25} = 1$

$\frac{x^{2}}{4} + 0 = 1$

$\frac{x^{2}}{4} = 1$

$x^{2} = 4$

$x = \pm \sqrt{4}$

$x = \pm 2$

The points where the tangent's slope is undefined are $(2, 0)$ and $(-2, 0)$.

At these points, the numerator of $\frac{dy}{dx}$ is $-25x$, which is $-25(\pm 2) = \mp 50 \neq 0$. Since the numerator is non-zero and the denominator is zero, the slope is indeed infinite (vertical tangent), meaning the tangent is parallel to the y-axis.


Final Answer:

The points on the curve $\frac{x^{2}}{4} + \frac{y^{2}}{25} = 1$ are:

(i) parallel to the x-axis at $(0, 5)$ and $(0, -5)$.

(ii) parallel to the y-axis at $(2, 0)$ and $(-2, 0)$.

Example 18: Find the equation of the tangent to the curve y = $\frac{x - 7}{(x - 2) (x - 3)}$ at the point where it cuts the x-axis.

Answer:

Given:

The equation of the curve is $y = \frac{x - 7}{(x - 2) (x - 3)}$.

We need to find the equation of the tangent at the point where the curve cuts the x-axis.


To Find:

The equation of the tangent line to the curve $y = \frac{x - 7}{(x - 2) (x - 3)}$ at its x-intercept.


Solution:

First, we need to find the coordinates of the point where the curve cuts the x-axis. A curve cuts the x-axis when the y-coordinate is zero.

Set $y = 0$ in the equation of the curve:

$0 = \frac{x - 7}{(x - 2) (x - 3)}$

For a fraction to be zero, the numerator must be zero, provided the denominator is not zero.

Numerator: $x - 7 = 0$

$x = 7$

Check the denominator at $x = 7$: $(7 - 2)(7 - 3) = (5)(4) = 20$. Since the denominator is not zero, $x = 7$ is a valid solution.

So, the curve cuts the x-axis at the point where $x = 7$. The corresponding y-coordinate is $y=0$.

The point of tangency is $(x_1, y_1) = (7, 0)$.

Next, we need to find the slope of the tangent line at this point. The slope of the tangent is given by the value of the derivative $\frac{dy}{dx}$ evaluated at $x = 7$.

The function is $y = \frac{x - 7}{(x - 2) (x - 3)}$.

We can rewrite the denominator by expanding it:

$(x - 2) (x - 3) = x^2 - 3x - 2x + 6 = x^2 - 5x + 6$

So, $y = \frac{x - 7}{x^2 - 5x + 6}$.

Now, we find the derivative $\frac{dy}{dx}$ using the quotient rule: $\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u'v - uv'}{v^2}$.

Let $u = x - 7$ and $v = x^2 - 5x + 6$.

The derivative of $u$ is $u' = \frac{d}{dx}(x - 7) = 1$.

The derivative of $v$ is $v' = \frac{d}{dx}(x^2 - 5x + 6) = 2x - 5$.

Apply the quotient rule:

$\frac{dy}{dx} = \frac{(1)(x^2 - 5x + 6) - (x - 7)(2x - 5)}{(x^2 - 5x + 6)^2}$

Expand the terms in the numerator:

$(x - 7)(2x - 5) = x(2x) + x(-5) - 7(2x) - 7(-5) = 2x^2 - 5x - 14x + 35 = 2x^2 - 19x + 35$

Substitute this back into the numerator:

Numerator = $(x^2 - 5x + 6) - (2x^2 - 19x + 35)$

Numerator = $x^2 - 5x + 6 - 2x^2 + 19x - 35$

Numerator = $-x^2 + 14x - 29$

So, the derivative is:

$\frac{dy}{dx} = \frac{-x^2 + 14x - 29}{(x^2 - 5x + 6)^2}$

Now, evaluate the slope of the tangent at the point where $x = 7$:

Slope $m = \left(\frac{dy}{dx}\right)_{x=7} = \frac{-(7)^2 + 14(7) - 29}{((7)^2 - 5(7) + 6)^2}$

$m = \frac{-49 + 98 - 29}{(49 - 35 + 6)^2}$

$m = \frac{49 - 29}{(14 + 6)^2}$

$m = \frac{20}{(20)^2}$

$m = \frac{20}{400}$

Simplify the fraction:

$m = \frac{\cancel{20}^1}{\cancel{400}_{20}}$

$m = \frac{1}{20}$

The slope of the tangent at the point $(7, 0)$ is $\frac{1}{20}$.

Finally, we find the equation of the tangent line using the point-slope form: $y - y_1 = m(x - x_1)$.

Substitute $(x_1, y_1) = (7, 0)$ and $m = \frac{1}{20}$:

$y - 0 = \frac{1}{20}(x - 7)$

$y = \frac{1}{20}(x - 7)$

Multiply both sides by 20 to clear the fraction:

$20y = x - 7$

Rearrange the equation to the standard form $Ax + By + C = 0$:

$x - 20y - 7 = 0$


Final Answer:

The equation of the tangent to the curve at the point where it cuts the x-axis is $y = \frac{1}{20}(x - 7)$, or $x - 20y - 7 = 0$.

Example 19: Find the equations of the tangent and normal to the curve $x^{\frac{2}{3}} + y^{\frac{2}{3}} = 2$ at (1, 1).

Answer:

Given:

The equation of the curve is $x^{\frac{2}{3}} + y^{\frac{2}{3}} = 2$.

The point of tangency is $(1, 1)$. We can verify that this point is on the curve: $1^{\frac{2}{3}} + 1^{\frac{2}{3}} = 1 + 1 = 2$, which satisfies the equation.


To Find:

The equations of the tangent line and the normal line to the curve at the point $(1, 1)$.


Solution:

First, we find the slope of the tangent to the curve at any point $(x, y)$ by finding the derivative $\frac{dy}{dx}$ using implicit differentiation.

The equation of the curve is:

$x^{\frac{2}{3}} + y^{\frac{2}{3}} = 2$

Differentiate both sides of the equation with respect to $x$:

$\frac{d}{dx}(x^{\frac{2}{3}} + y^{\frac{2}{3}}) = \frac{d}{dx}(2)$

$\frac{d}{dx}(x^{\frac{2}{3}}) + \frac{d}{dx}(y^{\frac{2}{3}}) = 0$

Using the power rule and the chain rule for $y^{\frac{2}{3}}$:

$\frac{2}{3} x^{\frac{2}{3}-1} + \frac{2}{3} y^{\frac{2}{3}-1} \frac{dy}{dx} = 0$

$\frac{2}{3} x^{-\frac{1}{3}} + \frac{2}{3} y^{-\frac{1}{3}} \frac{dy}{dx} = 0$

$\frac{2}{3x^{\frac{1}{3}}} + \frac{2}{3y^{\frac{1}{3}}} \frac{dy}{dx} = 0$

Multiply the entire equation by $\frac{3}{2}$ to simplify:

$\frac{1}{x^{\frac{1}{3}}} + \frac{1}{y^{\frac{1}{3}}} \frac{dy}{dx} = 0$

Solve for $\frac{dy}{dx}$:

$\frac{1}{y^{\frac{1}{3}}} \frac{dy}{dx} = -\frac{1}{x^{\frac{1}{3}}}$

$\frac{dy}{dx} = -\frac{y^{\frac{1}{3}}}{x^{\frac{1}{3}}}$

$\frac{dy}{dx} = -\left(\frac{y}{x}\right)^{\frac{1}{3}}$

This is the general expression for the slope of the tangent at any point $(x, y)$ on the curve, provided $x \neq 0$ and $y \neq 0$.

Now, evaluate the slope of the tangent at the given point $(1, 1)$:

Slope of the tangent $m_t = \left(\frac{dy}{dx}\right)_{(1,1)} = -\left(\frac{1}{1}\right)^{\frac{1}{3}}$

$m_t = -(1)^{\frac{1}{3}} = -1$

The slope of the tangent at $(1, 1)$ is $-1$.

The equation of the tangent line at the point $(x_1, y_1) = (1, 1)$ with slope $m_t = -1$ can be found using the point-slope form: $y - y_1 = m_t(x - x_1)$.

$y - 1 = -1(x - 1)$

$y - 1 = -x + 1$

$y = -x + 1 + 1$

$y = -x + 2$

This can also be written as $x + y - 2 = 0$.


Next, find the equation of the normal line. The normal line to the curve at a point is perpendicular to the tangent line at that point.

The slope of the normal line, $m_n$, is the negative reciprocal of the slope of the tangent line, $m_t$, provided $m_t \neq 0$ and $m_t$ is finite.

$m_n = -\frac{1}{m_t}$

Since $m_t = -1$, the slope of the normal is:

$m_n = -\frac{1}{-1} = 1$

The equation of the normal line at the point $(x_1, y_1) = (1, 1)$ with slope $m_n = 1$ can be found using the point-slope form: $y - y_1 = m_n(x - x_1)$.

$y - 1 = 1(x - 1)$

$y - 1 = x - 1$

$y = x - 1 + 1$

$y = x$

This can also be written as $x - y = 0$.


Final Answer:

The equation of the tangent to the curve $x^{\frac{2}{3}} + y^{\frac{2}{3}} = 2$ at $(1, 1)$ is $y = -x + 2$ or $x + y - 2 = 0$.

The equation of the normal to the curve at $(1, 1)$ is $y = x$ or $x - y = 0$.

Example 20: Find the equation of tangent to the curve given by

$x = a \sin^3 t , \quad y = b \cos^3 t$

... (1)

at a point where t = $\frac{\pi}{2}$

Answer:

Given:

The parametric equations of the curve are:

x = a sin$^3$ t

... (1)

y = b cos$^3$ t

... (2)

We need to find the equation of the tangent at the point where $t = \frac{\pi}{2}$.


To Find:

The equation of the tangent to the curve at $t = \frac{\pi}{2}$.


Solution:

First, we find the coordinates of the point of tangency by substituting $t = \frac{\pi}{2}$ into the given parametric equations.

Substitute $t = \frac{\pi}{2}$ into Equation (1):

$x = a \sin^3 \left(\frac{\pi}{2}\right)$

Since $\sin \left(\frac{\pi}{2}\right) = 1$, we have:

$x = a (1)^3 = a$

Substitute $t = \frac{\pi}{2}$ into Equation (2):

$y = b \cos^3 \left(\frac{\pi}{2}\right)$

Since $\cos \left(\frac{\pi}{2}\right) = 0$, we have:

$y = b (0)^3 = 0$

The point of tangency is $(x_1, y_1) = (a, 0)$.

Next, we find the slope of the tangent to the curve at any point. For a parametric curve, the slope of the tangent is given by $\frac{dy}{dx} = \frac{dy/dt}{dx/dt}$.

Differentiate $x$ with respect to $t$:

$\frac{dx}{dt} = \frac{d}{dt}(a \sin^3 t)$

Using the constant multiple rule and the chain rule ($u = \sin t$, $\frac{du}{dt} = \cos t$):

$\frac{dx}{dt} = a \cdot 3 \sin^{3-1} t \cdot \frac{d}{dt}(\sin t)$

$\frac{dx}{dt} = 3a \sin^2 t \cos t$

Differentiate $y$ with respect to $t$:

$\frac{dy}{dt} = \frac{d}{dt}(b \cos^3 t)$

Using the constant multiple rule and the chain rule ($v = \cos t$, $\frac{dv}{dt} = -\sin t$):

$\frac{dy}{dt} = b \cdot 3 \cos^{3-1} t \cdot \frac{d}{dt}(\cos t)$

$\frac{dy}{dt} = 3b \cos^2 t (-\sin t)$

$\frac{dy}{dt} = -3b \cos^2 t \sin t$

Now, find the slope $\frac{dy}{dx}$:

$\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{-3b \cos^2 t \sin t}{3a \sin^2 t \cos t}$

Simplify the expression (for $\cos t \neq 0$ and $\sin t \neq 0$):

$\frac{dy}{dx} = -\frac{3b}{3a} \frac{\cos^2 t \sin t}{\sin^2 t \cos t} = -\frac{b}{a} \frac{\cos t}{\sin t} = -\frac{b}{a} \cot t$

Now, evaluate the slope at $t = \frac{\pi}{2}$. We need to find the limit as $t \to \frac{\pi}{2}$ if the direct substitution results in an indeterminate form, or evaluate $\frac{dy}{dt}$ and $\frac{dx}{dt}$ at $t=\frac{\pi}{2}$.

At $t = \frac{\pi}{2}$, $\cos t = 0$ and $\sin t = 1$.

$\left(\frac{dx}{dt}\right)_{t=\frac{\pi}{2}} = 3a \sin^2 \left(\frac{\pi}{2}\right) \cos \left(\frac{\pi}{2}\right) = 3a (1)^2 (0) = 0$

$\left(\frac{dy}{dt}\right)_{t=\frac{\pi}{2}} = -3b \cos^2 \left(\frac{\pi}{2}\right) \sin \left(\frac{\pi}{2}\right) = -3b (0)^2 (1) = 0$

Since both $\frac{dx}{dt}$ and $\frac{dy}{dt}$ are 0 at $t=\frac{\pi}{2}$, we consider the limit of the slope expression:

Slope $m = \lim_{t \to \frac{\pi}{2}} -\frac{b}{a} \cot t = \lim_{t \to \frac{\pi}{2}} -\frac{b}{a} \frac{\cos t}{\sin t}$

As $t \to \frac{\pi}{2}$, $\cos t \to 0$ and $\sin t \to 1$.

$m = -\frac{b}{a} \frac{0}{1} = 0$

The slope of the tangent at $t = \frac{\pi}{2}$ is $m = 0$.

The equation of the tangent line at the point $(x_1, y_1) = (a, 0)$ with slope $m = 0$ can be found using the point-slope form: $y - y_1 = m(x - x_1)$.

$y - 0 = 0(x - a)$

$y = 0$

This is the equation of the tangent line, which is a horizontal line.


Final Answer:

The equation of the tangent to the curve at the point where $t = \frac{\pi}{2}$ is $y = 0$.



Exercise 6.3

Question 1. Find the slope of the tangent to the curve y = 3x4 – 4x at x = 4.

Answer:

Given:

The equation of the curve is $y = 3x^4 – 4x$.

We need to find the slope of the tangent at $x = 4$.


To Find:

The slope of the tangent to the curve $y = 3x^4 – 4x$ at $x = 4$.


Solution:

The slope of the tangent to a curve $y = f(x)$ at a point specified by its x-coordinate $x_0$ is given by the value of the derivative $\frac{dy}{dx}$ evaluated at $x = x_0$.

We are given the curve $y = 3x^4 – 4x$.

First, find the derivative of $y$ with respect to $x$. Using the difference rule, constant multiple rule, and power rule for differentiation:

$\frac{dy}{dx} = \frac{d}{dx}(3x^4 – 4x)$

$\frac{dy}{dx} = \frac{d}{dx}(3x^4) - \frac{d}{dx}(4x)$

$\frac{dy}{dx} = 3 \cdot (4x^{4-1}) - 4 \cdot (1x^{1-1})$

$\frac{dy}{dx} = 12x^3 - 4$

Now, we need to find the slope of the tangent at $x = 4$. Substitute $x = 4$ into the expression for $\frac{dy}{dx}$:

Slope of the tangent at $x = 4$ = $\left(\frac{dy}{dx}\right)_{x=4} = 12(4)^3 - 4$

Calculate $(4)^3$:

$4^3 = 4 \times 4 \times 4 = 16 \times 4 = 64$

Substitute this value back:

Slope = $12(64) - 4$

Perform the multiplication $12 \times 64$:

$\begin{array}{cc}& & 6 & 4 \\ \times & & 1 & 2 \\ \hline & 1 & 2 & 8 \\ 6 & 4 & \times & \\ \hline 7 & 6 & 8 \\ \hline \end{array}$

$12 \times 64 = 768$

Substitute this value back:

Slope = $768 - 4$

Slope = $764$

The slope of the tangent to the curve $y = 3x^4 – 4x$ at $x = 4$ is 764.


Final Answer:

The slope of the tangent to the curve at $x = 4$ is 764.

Question 2. Find the slope of the tangent to the curve y = $\frac{x - 1}{x - 2}$, x ≠ 2 at x = 10.

Answer:

Given:

The equation of the curve is $y = \frac{x - 1}{x - 2}$, where $x \neq 2$.

We need to find the slope of the tangent at $x = 10$.


To Find:

The slope of the tangent to the curve $y = \frac{x - 1}{x - 2}$ at $x = 10$.


Solution:

The slope of the tangent to a curve $y = f(x)$ at a specific x-value $x_0$ is given by the value of the derivative $\frac{dy}{dx}$ evaluated at $x = x_0$.

We are given the curve $y = \frac{x - 1}{x - 2}$.

First, find the derivative of $y$ with respect to $x$. We use the quotient rule: $\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u'v - uv'}{v^2}$.

Let $u = x - 1$ and $v = x - 2$.

The derivative of $u$ is $u' = \frac{d}{dx}(x - 1) = 1$.

The derivative of $v$ is $v' = \frac{d}{dx}(x - 2) = 1$.

Apply the quotient rule:

$\frac{dy}{dx} = \frac{(1)(x - 2) - (x - 1)(1)}{(x - 2)^2}$

Simplify the numerator:

Numerator = $(x - 2) - (x - 1)$

Numerator = $x - 2 - x + 1$

Numerator = $-1$

So, the derivative is:

$\frac{dy}{dx} = \frac{-1}{(x - 2)^2}$

Now, we need to find the slope of the tangent at $x = 10$. Substitute $x = 10$ into the expression for $\frac{dy}{dx}$:

Slope of the tangent at $x = 10$ = $\left(\frac{dy}{dx}\right)_{x=10} = \frac{-1}{(10 - 2)^2}$

$\left(\frac{dy}{dx}\right)_{x=10} = \frac{-1}{(8)^2}$

Calculate $(8)^2$:

$8^2 = 64$

Substitute this value back:

Slope = $\frac{-1}{64}$

The slope of the tangent to the curve $y = \frac{x - 1}{x - 2}$ at $x = 10$ is $-\frac{1}{64}$.


Final Answer:

The slope of the tangent to the curve at $x = 10$ is $-\frac{1}{64}$.

Question 3. Find the slope of the tangent to curve y = x3 – x + 1 at the point whose x-coordinate is 2.

Answer:

Given:

The equation of the curve is $y = x^3 – x + 1$.

We need to find the slope of the tangent at the point where the x-coordinate is 2, i.e., at $x = 2$.


To Find:

The slope of the tangent to the curve $y = x^3 – x + 1$ at $x = 2$.


Solution:

The slope of the tangent to a curve $y = f(x)$ at a point specified by its x-coordinate $x_0$ is given by the value of the derivative $\frac{dy}{dx}$ evaluated at $x = x_0$.

We are given the curve $y = x^3 – x + 1$.

First, find the derivative of $y$ with respect to $x$. Using the sum/difference rule and the power rule for differentiation:

$\frac{dy}{dx} = \frac{d}{dx}(x^3 – x + 1)$

$\frac{dy}{dx} = \frac{d}{dx}(x^3) - \frac{d}{dx}(x) + \frac{d}{dx}(1)$

$\frac{dy}{dx} = 3x^{3-1} - 1x^{1-1} + 0$

$\frac{dy}{dx} = 3x^2 - 1$

Now, we need to find the slope of the tangent at $x = 2$. Substitute $x = 2$ into the expression for $\frac{dy}{dx}$:

Slope of the tangent at $x = 2$ = $\left(\frac{dy}{dx}\right)_{x=2} = 3(2)^2 - 1$

Calculate $(2)^2$:

$2^2 = 4$

Substitute this value back:

Slope = $3(4) - 1$

Slope = $12 - 1$

Slope = $11$

The slope of the tangent to the curve $y = x^3 – x + 1$ at the point whose x-coordinate is 2 is 11.


Final Answer:

The slope of the tangent to the curve at the point whose x-coordinate is 2 is 11.

Question 4. Find the slope of the tangent to the curve y = x3 – 3x + 2 at the point whose x-coordinate is 3.

Answer:

Given:

The equation of the curve is $y = x^3 – 3x + 2$.

We need to find the slope of the tangent at the point where the x-coordinate is 3, i.e., at $x = 3$.


To Find:

The slope of the tangent to the curve $y = x^3 – 3x + 2$ at $x = 3$.


Solution:

The slope of the tangent to a curve $y = f(x)$ at a point specified by its x-coordinate $x_0$ is given by the value of the derivative $\frac{dy}{dx}$ evaluated at $x = x_0$.

We are given the curve $y = x^3 – 3x + 2$.

First, find the derivative of $y$ with respect to $x$. Using the sum/difference rule and the power rule for differentiation:

$\frac{dy}{dx} = \frac{d}{dx}(x^3 – 3x + 2)$

$\frac{dy}{dx} = \frac{d}{dx}(x^3) - \frac{d}{dx}(3x) + \frac{d}{dx}(2)$

$\frac{dy}{dx} = 3x^{3-1} - 3(1x^{1-1}) + 0$

$\frac{dy}{dx} = 3x^2 - 3$

Now, we need to find the slope of the tangent at $x = 3$. Substitute $x = 3$ into the expression for $\frac{dy}{dx}$:

Slope of the tangent at $x = 3$ = $\left(\frac{dy}{dx}\right)_{x=3} = 3(3)^2 - 3$

Calculate $(3)^2$:

$3^2 = 9$

Substitute this value back:

Slope = $3(9) - 3$

Slope = $27 - 3$

Slope = $24$

The slope of the tangent to the curve $y = x^3 – 3x + 2$ at the point whose x-coordinate is 3 is 24.


Final Answer:

The slope of the tangent to the curve at the point whose x-coordinate is 3 is 24.

Question 5. Find the slope of the normal to the curve x = a cos3 θ, y = a sin3 θ at θ = $\frac{π}{4}$.

Answer:

Given:

The parametric equations of the curve are:

$x = a \cos^3 \theta$

$y = a \sin^3 \theta$

We need to find the slope of the normal to the curve at $\theta = \frac{\pi}{4}$.


To Find:

The slope of the normal to the curve at $\theta = \frac{\pi}{4}$.


Solution:

First, we find the slope of the tangent to the curve at any point. For a parametric curve, the slope of the tangent is given by $\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}$.

Differentiate $x$ with respect to $\theta$:

$\frac{dx}{d\theta} = \frac{d}{d\theta}(a \cos^3 \theta)$

Using the constant multiple rule and the chain rule ($u = \cos \theta$, $\frac{du}{d\theta} = -\sin \theta$):

$\frac{dx}{d\theta} = a \cdot 3 \cos^{3-1} \theta \cdot \frac{d}{d\theta}(\cos \theta)$

$\frac{dx}{d\theta} = 3a \cos^2 \theta (-\sin \theta)$

$\frac{dx}{d\theta} = -3a \cos^2 \theta \sin \theta$

Differentiate $y$ with respect to $\theta$:

$\frac{dy}{d\theta} = \frac{d}{d\theta}(a \sin^3 \theta)$

Using the constant multiple rule and the chain rule ($v = \sin \theta$, $\frac{dv}{d\theta} = \cos \theta$):

$\frac{dy}{d\theta} = a \cdot 3 \sin^{3-1} \theta \cdot \frac{d}{d\theta}(\sin \theta)$

$\frac{dy}{d\theta} = 3a \sin^2 \theta \cos \theta$

Now, find the slope of the tangent $\frac{dy}{dx}$:

$\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{3a \sin^2 \theta \cos \theta}{-3a \cos^2 \theta \sin \theta}$

Simplify the expression (for $\sin \theta \neq 0$ and $\cos \theta \neq 0$):

$\frac{dy}{dx} = -\frac{3a}{3a} \frac{\sin^2 \theta \cos \theta}{\cos^2 \theta \sin \theta} = -1 \cdot \frac{\sin \theta}{\cos \theta} = -\tan \theta$

This is the slope of the tangent at any parameter value $\theta$ (where $\sin \theta \neq 0$ and $\cos \theta \neq 0$).

Now, evaluate the slope of the tangent at $\theta = \frac{\pi}{4}$:

Slope of the tangent $m_t = \left(\frac{dy}{dx}\right)_{\theta=\frac{\pi}{4}} = -\tan \left(\frac{\pi}{4}\right)$

Since $\tan \left(\frac{\pi}{4}\right) = 1$, the slope of the tangent is:

$m_t = -1$

The slope of the normal line, $m_n$, is the negative reciprocal of the slope of the tangent line, $m_t$, provided $m_t \neq 0$ and is finite.

$m_n = -\frac{1}{m_t}$

Since $m_t = -1$, the slope of the normal is:

$m_n = -\frac{1}{-1} = 1$

The slope of the normal to the curve at $\theta = \frac{\pi}{4}$ is 1.

Note: At $\theta = \frac{\pi}{4}$, $\sin \theta = \frac{1}{\sqrt{2}}$ and $\cos \theta = \frac{1}{\sqrt{2}}$, which are non-zero. The values $\frac{dx}{d\theta}$ and $\frac{dy}{d\theta}$ are also non-zero at this point: $\frac{dx}{d\theta} = -3a (\frac{1}{\sqrt{2}})^2 (\frac{1}{\sqrt{2}}) = -3a \frac{1}{2\sqrt{2}} \neq 0$ and $\frac{dy}{d\theta} = 3a (\frac{1}{\sqrt{2}})^2 (\frac{1}{\sqrt{2}}) = 3a \frac{1}{2\sqrt{2}} \neq 0$. So the slope is well-defined.


Final Answer:

The slope of the normal to the curve at $\theta = \frac{\pi}{4}$ is 1.

Question 6. Find the slope of the normal to the curve x = 1 - a sin θ, y = b cos2 θ at θ = $\frac{π}{2}$.

Answer:

Given:

The parametric equations of the curve are:

$x = 1 - a \sin \theta$

$y = b \cos^2 \theta$

We need to find the slope of the normal to this curve at the point where $\theta = \frac{\pi}{2}$.


Solution:

First, we find the derivatives of $x$ and $y$ with respect to $\theta$.

Differentiating $x$ with respect to $\theta$:

$\frac{dx}{d\theta} = \frac{d}{d\theta} (1 - a \sin \theta)$

$\frac{dx}{d\theta} = 0 - a (\cos \theta)$

$\frac{dx}{d\theta} = -a \cos \theta$

Differentiating $y$ with respect to $\theta$:

$\frac{dy}{d\theta} = \frac{d}{d\theta} (b \cos^2 \theta)$

Using the chain rule:

$\frac{dy}{d\theta} = b \cdot (2 \cos \theta) \cdot \frac{d}{d\theta}(\cos \theta)$

$\frac{dy}{d\theta} = 2b \cos \theta \cdot (-\sin \theta)$

$\frac{dy}{d\theta} = -2b \sin \theta \cos \theta$


The slope of the tangent to the curve is given by $\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}$.

$\frac{dy}{dx} = \frac{-2b \sin \theta \cos \theta}{-a \cos \theta}$

Assuming $\cos \theta \neq 0$, we can simplify:

$\frac{dy}{dx} = \frac{2b \sin \theta}{a}$


Now, we need to find the slope of the tangent at $\theta = \frac{\pi}{2}$.

Let's evaluate the derivatives at $\theta = \frac{\pi}{2}$:

$\frac{dx}{d\theta}\Big|_{\theta=\pi/2} = -a \cos\left(\frac{\pi}{2}\right) = -a(0) = 0$

$\frac{dy}{d\theta}\Big|_{\theta=\pi/2} = -2b \sin\left(\frac{\pi}{2}\right) \cos\left(\frac{\pi}{2}\right) = -2b(1)(0) = 0$

Since both derivatives are zero, we have an indeterminate form $\frac{0}{0}$. We evaluate the limit of the simplified expression for $\frac{dy}{dx}$ as $\theta \to \frac{\pi}{2}$ (or use the simplified expression directly as the cancellation of $\cos \theta$ represents the limit process):

Slope of the tangent at $\theta = \frac{\pi}{2}$ is:

$m_{tangent} = \frac{dy}{dx}\Big|_{\theta=\pi/2} = \frac{2b \sin(\pi/2)}{a}$

$m_{tangent} = \frac{2b(1)}{a} = \frac{2b}{a}$


The slope of the normal is the negative reciprocal of the slope of the tangent.

Slope of the normal, $m_{normal} = -\frac{1}{m_{tangent}}$

$m_{normal} = -\frac{1}{\left(\frac{2b}{a}\right)}$

$m_{normal} = -\frac{a}{2b}$


Therefore, the slope of the normal to the curve $x = 1 - a \sin \theta$, $y = b \cos^2 \theta$ at $\theta = \frac{\pi}{2}$ is $-\frac{a}{2b}$ (assuming $a \neq 0$ and $b \neq 0$).

Question 7. Find points at which the tangent to the curve y = x3 – 3x2 – 9x + 7 is parallel to the x-axis.

Answer:

Given:

The equation of the curve is $y = x^3 - 3x^2 - 9x + 7$.


To Find:

The points on the curve where the tangent is parallel to the x-axis.


Solution:

The slope of the tangent to the curve at any point $(x, y)$ is given by the derivative $\frac{dy}{dx}$.

First, differentiate the equation of the curve with respect to $x$:

$\frac{dy}{dx} = \frac{d}{dx}(x^3 - 3x^2 - 9x + 7)$

$\frac{dy}{dx} = 3x^2 - 3(2x) - 9(1) + 0$

$\frac{dy}{dx} = 3x^2 - 6x - 9$


A tangent line is parallel to the x-axis if its slope is zero.

Therefore, we set $\frac{dy}{dx} = 0$:

$3x^2 - 6x - 9 = 0$

Divide the equation by 3:

$x^2 - 2x - 3 = 0$

Factor the quadratic equation:

$x^2 - 3x + x - 3 = 0$

$x(x - 3) + 1(x - 3) = 0$

$(x - 3)(x + 1) = 0$

This gives us two possible values for $x$: $x = 3$ or $x = -1$.


Now, we find the corresponding $y$-coordinates for these values of $x$ using the original equation of the curve, $y = x^3 - 3x^2 - 9x + 7$.

Case 1: When $x = 3$

$y = (3)^3 - 3(3)^2 - 9(3) + 7$

$y = 27 - 3(9) - 27 + 7$

$y = 27 - 27 - 27 + 7$

$y = -20$

So, one point is (3, -20).

Case 2: When $x = -1$

$y = (-1)^3 - 3(-1)^2 - 9(-1) + 7$

$y = -1 - 3(1) + 9 + 7$

$y = -1 - 3 + 9 + 7$

$y = -4 + 16$

$y = 12$

So, the other point is (-1, 12).


The points on the curve $y = x^3 - 3x^2 - 9x + 7$ where the tangent is parallel to the x-axis are (3, -20) and (-1, 12).

Question 8. Find a point on the curve y = (x – 2)2 at which the tangent is parallel to the chord joining the points (2, 0) and (4, 4).

Answer:

Given:

The equation of the curve is $y = (x - 2)^2$.

The chord joins the points A(2, 0) and B(4, 4).


To Find:

A point on the curve where the tangent is parallel to the chord AB.


Solution:

First, find the slope of the chord joining the points A(2, 0) and B(4, 4).

The slope of the chord ($m_{chord}$) is given by the formula:

$m_{chord} = \frac{y_2 - y_1}{x_2 - x_1}$

$m_{chord} = \frac{4 - 0}{4 - 2} = \frac{4}{2} = 2$


Next, find the slope of the tangent to the curve $y = (x - 2)^2$ at any point $(x, y)$. The slope of the tangent ($m_{tangent}$) is the derivative of the curve's equation with respect to $x$.

$\frac{dy}{dx} = \frac{d}{dx}((x - 2)^2)$

Using the chain rule:

$\frac{dy}{dx} = 2(x - 2)^{2-1} \cdot \frac{d}{dx}(x - 2)$

$\frac{dy}{dx} = 2(x - 2) \cdot (1)$

$m_{tangent} = \frac{dy}{dx} = 2(x - 2)$


We are looking for a point on the curve where the tangent is parallel to the chord AB. This means the slope of the tangent must be equal to the slope of the chord.

$m_{tangent} = m_{chord}$

$2(x - 2) = 2$

Divide both sides by 2:

$x - 2 = 1$

Add 2 to both sides:

$x = 1 + 2$

$x = 3$


Now, find the corresponding $y$-coordinate of the point on the curve when $x = 3$. Substitute $x = 3$ into the equation of the curve $y = (x - 2)^2$.

$y = (3 - 2)^2$

$y = (1)^2$

$y = 1$


Therefore, the point on the curve $y = (x - 2)^2$ at which the tangent is parallel to the chord joining (2, 0) and (4, 4) is (3, 1).

Question 9. Find the point on the curve y = x3 – 11x + 5 at which the tangent is y = x – 11.

Answer:

Given:

The equation of the curve is $y = x^3 - 11x + 5$.

The equation of the tangent line is $y = x - 11$.


To Find:

The point on the curve where the tangent line is $y = x - 11$.


Solution:

First, find the slope of the given tangent line $y = x - 11$.

Comparing this equation with the slope-intercept form $y = mx + c$, where $m$ is the slope, we get:

Slope of the tangent line, $m = 1$.


Next, find the slope of the tangent to the curve $y = x^3 - 11x + 5$ by differentiating with respect to $x$.

$\frac{dy}{dx} = \frac{d}{dx}(x^3 - 11x + 5)$

$\frac{dy}{dx} = 3x^2 - 11$

The slope of the tangent to the curve at a point $(x, y)$ is $3x^2 - 11$.


Since the tangent line $y = x - 11$ touches the curve at the required point, the slope of the tangent to the curve at that point must be equal to the slope of the line $y = x - 11$.

Therefore, we set $\frac{dy}{dx} = 1$:

$3x^2 - 11 = 1$

$3x^2 = 1 + 11$

$3x^2 = 12$

$x^2 = \frac{12}{3}$

$x^2 = 4$

$x = \pm \sqrt{4}$

$x = 2$ or $x = -2$.


Now, we need to find the corresponding $y$-coordinates for these $x$-values using the equation of the curve $y = x^3 - 11x + 5$.

Case 1: When $x = 2$

$y = (2)^3 - 11(2) + 5$

$y = 8 - 22 + 5$

$y = 13 - 22$

$y = -9$

So, one potential point is $(2, -9)$.

Case 2: When $x = -2$

$y = (-2)^3 - 11(-2) + 5$

$y = -8 + 22 + 5$

$y = 14 + 5$

$y = 19$

So, the other potential point is $(-2, 19)$.


The point of tangency must lie on both the curve and the tangent line $y = x - 11$. Let's check which of these points satisfies the equation of the tangent line.

Check point $(2, -9)$:

Substitute $x = 2$ and $y = -9$ into $y = x - 11$.

$-9 = 2 - 11$

$-9 = -9$ (True)

Check point $(-2, 19)$:

Substitute $x = -2$ and $y = 19$ into $y = x - 11$.

$19 = -2 - 11$

$19 = -13$ (False)


Therefore, the only point that lies on both the curve and the tangent line $y = x - 11$ is (2, -9).

Question 10. Find the equation of all lines having slope –1 that are tangents to the curve y = $\frac{1}{x-1}$ , x ≠ 1.

Answer:

Given:

The equation of the curve is $y = \frac{1}{x-1}$, where $x \neq 1$.

The required slope of the tangent lines is $m = -1$.


To Find:

The equations of all tangent lines to the curve with slope $-1$.


Solution:

First, find the slope of the tangent to the curve at any point $(x, y)$ by differentiating the equation of the curve with respect to $x$.

We can write $y = (x-1)^{-1}$.

Using the power rule and chain rule:

$\frac{dy}{dx} = \frac{d}{dx}((x-1)^{-1})$

$\frac{dy}{dx} = -1 \cdot (x-1)^{-1-1} \cdot \frac{d}{dx}(x-1)$

$\frac{dy}{dx} = -1 \cdot (x-1)^{-2} \cdot (1)$

$\frac{dy}{dx} = -\frac{1}{(x-1)^2}$


We are given that the slope of the tangent lines is $-1$. Therefore, we set the derivative equal to $-1$:

$\frac{dy}{dx} = -1$

$-\frac{1}{(x-1)^2} = -1$

Multiply both sides by $-1$:

$\frac{1}{(x-1)^2} = 1$

Take the reciprocal of both sides (or cross-multiply):

$(x-1)^2 = 1$

Take the square root of both sides:

$x-1 = \pm \sqrt{1}$

$x-1 = \pm 1$

This gives two possible values for $x$:

Case 1: $x-1 = 1 \implies x = 1 + 1 \implies x = 2$

Case 2: $x-1 = -1 \implies x = -1 + 1 \implies x = 0$


Now, find the corresponding $y$-coordinates for these $x$-values using the equation of the curve $y = \frac{1}{x-1}$.

For $x = 2$:

$y = \frac{1}{2-1} = \frac{1}{1} = 1$. The point of tangency is $(2, 1)$.

For $x = 0$:

$y = \frac{1}{0-1} = \frac{1}{-1} = -1$. The point of tangency is $(0, -1)$.


Finally, find the equations of the tangent lines using the point-slope form $y - y_1 = m(x - x_1)$, with slope $m = -1$.

Tangent at (2, 1):

$y - 1 = -1(x - 2)$

$y - 1 = -x + 2$

$y = -x + 2 + 1$

$y = -x + 3$

Or, rearranging the terms: $x + y - 3 = 0$

Tangent at (0, -1):

$y - (-1) = -1(x - 0)$

$y + 1 = -x$

$y = -x - 1$

Or, rearranging the terms: $x + y + 1 = 0$


The equations of the lines having slope $-1$ that are tangents to the curve $y = \frac{1}{x-1}$ are $x + y - 3 = 0$ and $x + y + 1 = 0$.

Question 11. Find the equation of all lines having slope 2 which are tangents to the curve y = $\frac{1}{x - 3}$, x ≠ 3.

Answer:

Given:

The equation of the curve is $y = \frac{1}{x-3}$, where $x \neq 3$.

The required slope of the tangent lines is $m = 2$.


To Find:

The equations of all tangent lines to the curve with slope $2$.


Solution:

First, find the slope of the tangent to the curve at any point $(x, y)$ by differentiating the equation of the curve with respect to $x$.

We can write $y = (x-3)^{-1}$.

Using the power rule and chain rule:

$\frac{dy}{dx} = \frac{d}{dx}((x-3)^{-1})$

$\frac{dy}{dx} = -1 \cdot (x-3)^{-1-1} \cdot \frac{d}{dx}(x-3)$

$\frac{dy}{dx} = -1 \cdot (x-3)^{-2} \cdot (1)$

$\frac{dy}{dx} = -\frac{1}{(x-3)^2}$


We are given that the slope of the tangent lines must be $2$. Therefore, we set the derivative equal to $2$:

$\frac{dy}{dx} = 2$

$-\frac{1}{(x-3)^2} = 2$

Multiply both sides by $-1$:

$\frac{1}{(x-3)^2} = -2$

Rearrange the equation:

$(x-3)^2 = -\frac{1}{2}$


The square of any real number, $(x-3)^2$, must be non-negative (greater than or equal to zero).

However, the equation $(x-3)^2 = -\frac{1}{2}$ requires the square of a real number to be negative, which is impossible.

There are no real values of $x$ that satisfy this equation.


Therefore, there are no points on the curve $y = \frac{1}{x-3}$ where the slope of the tangent is 2.

Consequently, there are no tangent lines to the given curve with a slope of 2.

Question 12. Find the equations of all lines having slope 0 which are tangent to the curve y = $\frac{1}{x^{2}-2x+3}$.

Answer:

Given:

The equation of the curve is $y = \frac{1}{x^2 - 2x + 3}$.

The required slope of the tangent lines is $m = 0$.


To Find:

The equations of all tangent lines to the curve with slope $0$.


Solution:

First, find the slope of the tangent to the curve at any point $(x, y)$ by differentiating the equation of the curve with respect to $x$.

We can write $y = (x^2 - 2x + 3)^{-1}$.

Using the chain rule:

$\frac{dy}{dx} = \frac{d}{dx}((x^2 - 2x + 3)^{-1})$

$\frac{dy}{dx} = -1 \cdot (x^2 - 2x + 3)^{-1-1} \cdot \frac{d}{dx}(x^2 - 2x + 3)$

$\frac{dy}{dx} = -1 \cdot (x^2 - 2x + 3)^{-2} \cdot (2x - 2)$

$\frac{dy}{dx} = -\frac{2x - 2}{(x^2 - 2x + 3)^2}$

$\frac{dy}{dx} = \frac{2 - 2x}{(x^2 - 2x + 3)^2}$


We are given that the slope of the tangent lines must be $0$. Therefore, we set the derivative equal to $0$:

$\frac{dy}{dx} = 0$

$\frac{2 - 2x}{(x^2 - 2x + 3)^2} = 0$

A fraction is equal to zero only when its numerator is zero and its denominator is non-zero.

$2 - 2x = 0$

$2 = 2x$

$x = 1$

We should check if the denominator is non-zero at $x=1$.

Denominator: $(x^2 - 2x + 3)^2 = ((1)^2 - 2(1) + 3)^2 = (1 - 2 + 3)^2 = (2)^2 = 4$.

Since the denominator is $4 \neq 0$ at $x=1$, the value $x=1$ is valid.


Now, find the corresponding $y$-coordinate for $x=1$ using the equation of the curve $y = \frac{1}{x^2 - 2x + 3}$.

$y = \frac{1}{(1)^2 - 2(1) + 3}$

$y = \frac{1}{1 - 2 + 3}$

$y = \frac{1}{2}$

So, the point of tangency is $(1, \frac{1}{2})$.


Finally, find the equation of the tangent line using the point-slope form $y - y_1 = m(x - x_1)$, with the point $(1, \frac{1}{2})$ and slope $m = 0$.

$y - \frac{1}{2} = 0(x - 1)$

$y - \frac{1}{2} = 0$

$y = \frac{1}{2}$


There is only one such line. The equation of the tangent line to the curve with slope 0 is $y = \frac{1}{2}$.

Question 13. Find points on the curve $\frac{x^{2}}{9} + \frac{y^{2}}{16} = 1$ at which the tangents are

(i) parallel to x-axis

(ii) parallel to y-axis.

Answer:

Given:

The equation of the curve (ellipse) is $\frac{x^2}{9} + \frac{y^2}{16} = 1$.


To Find:

The points on the curve where the tangents are:

(i) parallel to the x-axis

(ii) parallel to the y-axis


Solution:

First, differentiate the equation of the curve with respect to $x$ using implicit differentiation to find the slope of the tangent, $\frac{dy}{dx}$.

$\frac{d}{dx} \left( \frac{x^2}{9} + \frac{y^2}{16} \right) = \frac{d}{dx}(1)$

$\frac{1}{9} \frac{d}{dx}(x^2) + \frac{1}{16} \frac{d}{dx}(y^2) = 0$

$\frac{1}{9}(2x) + \frac{1}{16}(2y \frac{dy}{dx}) = 0$

$\frac{2x}{9} + \frac{2y}{16} \frac{dy}{dx} = 0$

$\frac{2x}{9} + \frac{y}{8} \frac{dy}{dx} = 0$

Now, solve for $\frac{dy}{dx}$:

$\frac{y}{8} \frac{dy}{dx} = -\frac{2x}{9}$

$\frac{dy}{dx} = -\frac{2x}{9} \cdot \frac{8}{y}$

$\frac{dy}{dx} = -\frac{16x}{9y}$


(i) Tangents parallel to x-axis

A tangent is parallel to the x-axis when its slope is zero.

$\frac{dy}{dx} = 0$

$-\frac{16x}{9y} = 0$

For a fraction to be zero, the numerator must be zero (assuming the denominator is non-zero).

$-16x = 0$

$x = 0$

Now, substitute $x=0$ into the equation of the ellipse to find the corresponding $y$-values:

$\frac{(0)^2}{9} + \frac{y^2}{16} = 1$

$0 + \frac{y^2}{16} = 1$

$y^2 = 16$

$y = \pm \sqrt{16}$

$y = \pm 4$

The points where the tangent is parallel to the x-axis are (0, 4) and (0, -4).


(ii) Tangents parallel to y-axis

A tangent is parallel to the y-axis (vertical tangent) when its slope $\frac{dy}{dx}$ is undefined.

The slope $\frac{dy}{dx} = -\frac{16x}{9y}$ is undefined when the denominator is zero (assuming the numerator is non-zero).

$9y = 0$

$y = 0$

Now, substitute $y=0$ into the equation of the ellipse to find the corresponding $x$-values:

$\frac{x^2}{9} + \frac{(0)^2}{16} = 1$

$\frac{x^2}{9} + 0 = 1$

$x^2 = 9$

$x = \pm \sqrt{9}$

$x = \pm 3$

The points where the tangent is parallel to the y-axis are (3, 0) and (-3, 0).

Question 14. Find the equations of the tangent and normal to the given curves at the indicated points:

(i) y = x4 – 6x3 + 13x2 – 10x + 5 at (0, 5)

(ii) y = x4 – 6x3 + 132 – 10x + 5 at (1, 3)

(iii) y = x3 at (1, 1)

(iv) y = x2 at (0, 0)

(v) x = cos t, y = sin t at t = $\frac{\pi}{4}$

Answer:

(i) y = x4 – 6x3 + 13x2 – 10x + 5 at (0, 5)

Solution:

Given curve: $y = x^4 - 6x^3 + 13x^2 - 10x + 5$.

Differentiate with respect to $x$ to find the slope of the tangent:

$\frac{dy}{dx} = \frac{d}{dx}(x^4 - 6x^3 + 13x^2 - 10x + 5)$

$\frac{dy}{dx} = 4x^3 - 18x^2 + 26x - 10$

The slope of the tangent at the point $(0, 5)$ is found by substituting $x=0$ into $\frac{dy}{dx}$:

$m_{tangent} = \frac{dy}{dx}\Big|_{x=0} = 4(0)^3 - 18(0)^2 + 26(0) - 10 = -10$.

The slope of the normal is the negative reciprocal of the slope of the tangent:

$m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{-10} = \frac{1}{10}$.

Equation of the tangent at $(0, 5)$ using point-slope form $y - y_1 = m(x - x_1)$:

$y - 5 = -10(x - 0)$

$y - 5 = -10x$

$10x + y - 5 = 0$ (Equation of the tangent)

Equation of the normal at $(0, 5)$:

$y - 5 = \frac{1}{10}(x - 0)$

$10(y - 5) = x$

$10y - 50 = x$

$x - 10y + 50 = 0$ (Equation of the normal)


(ii) y = x4 – 6x3 + 13x2 – 10x + 5 at (1, 3)

Solution:

Given curve: $y = x^4 - 6x^3 + 13x^2 - 10x + 5$.

The derivative is $\frac{dy}{dx} = 4x^3 - 18x^2 + 26x - 10$.

The slope of the tangent at the point $(1, 3)$ is found by substituting $x=1$ into $\frac{dy}{dx}$:

$m_{tangent} = \frac{dy}{dx}\Big|_{x=1} = 4(1)^3 - 18(1)^2 + 26(1) - 10$

$m_{tangent} = 4 - 18 + 26 - 10 = 30 - 28 = 2$.

The slope of the normal is:

$m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{2}$.

Equation of the tangent at $(1, 3)$:

$y - 3 = 2(x - 1)$

$y - 3 = 2x - 2$

$2x - y + 1 = 0$ (Equation of the tangent)

Equation of the normal at $(1, 3)$:

$y - 3 = -\frac{1}{2}(x - 1)$

$2(y - 3) = -(x - 1)$

$2y - 6 = -x + 1$

$x + 2y - 7 = 0$ (Equation of the normal)


(iii) y = x3 at (1, 1)

Solution:

Given curve: $y = x^3$.

Differentiate with respect to $x$:

$\frac{dy}{dx} = \frac{d}{dx}(x^3) = 3x^2$.

The slope of the tangent at the point $(1, 1)$ is:

$m_{tangent} = \frac{dy}{dx}\Big|_{x=1} = 3(1)^2 = 3$.

The slope of the normal is:

$m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{3}$.

Equation of the tangent at $(1, 1)$:

$y - 1 = 3(x - 1)$

$y - 1 = 3x - 3$

$3x - y - 2 = 0$ (Equation of the tangent)

Equation of the normal at $(1, 1)$:

$y - 1 = -\frac{1}{3}(x - 1)$

$3(y - 1) = -(x - 1)$

$3y - 3 = -x + 1$

$x + 3y - 4 = 0$ (Equation of the normal)


(iv) y = x2 at (0, 0)

Solution:

Given curve: $y = x^2$.

Differentiate with respect to $x$:

$\frac{dy}{dx} = \frac{d}{dx}(x^2) = 2x$.

The slope of the tangent at the point $(0, 0)$ is:

$m_{tangent} = \frac{dy}{dx}\Big|_{x=0} = 2(0) = 0$.

Since the slope of the tangent is 0, the tangent line is horizontal.

Equation of the tangent at $(0, 0)$:

$y - 0 = 0(x - 0)$

$y = 0$ (Equation of the tangent - the x-axis)

Since the tangent is horizontal, the normal line is vertical. A vertical line passing through $(0, 0)$ has the equation $x = 0$.

Alternatively, the slope of the normal $m_{normal} = -1/0$, which is undefined, indicating a vertical line.

$x = 0$ (Equation of the normal - the y-axis)


(v) x = cos t, y = sin t at t = $\frac{\pi}{4}$

Solution:

Given parametric equations: $x = \cos t$, $y = \sin t$.

First, find the coordinates of the point when $t = \frac{\pi}{4}$:

$x_1 = \cos\left(\frac{\pi}{4}\right) = \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2}$

$y_1 = \sin\left(\frac{\pi}{4}\right) = \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2}$

The point is $\left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right)$.

Next, find the slope $\frac{dy}{dx}$ using parametric differentiation:

$\frac{dx}{dt} = \frac{d}{dt}(\cos t) = -\sin t$

$\frac{dy}{dt} = \frac{d}{dt}(\sin t) = \cos t$

$\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{\cos t}{-\sin t} = -\cot t$

The slope of the tangent at $t = \frac{\pi}{4}$ is:

$m_{tangent} = \frac{dy}{dx}\Big|_{t=\pi/4} = -\cot\left(\frac{\pi}{4}\right) = -1$.

The slope of the normal is:

$m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{-1} = 1$.

Equation of the tangent at $\left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right)$:

$y - \frac{\sqrt{2}}{2} = -1 \left( x - \frac{\sqrt{2}}{2} \right)$

$y - \frac{\sqrt{2}}{2} = -x + \frac{\sqrt{2}}{2}$

$x + y = \frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2}$

$x + y = \frac{2\sqrt{2}}{2}$

$x + y = \sqrt{2}$ or $x + y - \sqrt{2} = 0$ (Equation of the tangent)

Equation of the normal at $\left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right)$:

$y - \frac{\sqrt{2}}{2} = 1 \left( x - \frac{\sqrt{2}}{2} \right)$

$y - \frac{\sqrt{2}}{2} = x - \frac{\sqrt{2}}{2}$

$y = x$

$x - y = 0$ (Equation of the normal)

Question 15. Find the equation of the tangent line to the curve y = x2 – 2x +7 which is

(a) parallel to the line 2x – y + 9 = 0

(b) perpendicular to the line 5y – 15x = 13.

Answer:

Given:

The equation of the curve is $y = x^2 - 2x + 7$.

Line L1: $2x - y + 9 = 0$

Line L2: $5y - 15x = 13$


To Find:

(a) The equation of the tangent line to the curve which is parallel to line L1.

(b) The equation of the tangent line to the curve which is perpendicular to line L2.


Solution:

First, find the slope of the tangent to the curve $y = x^2 - 2x + 7$ at any point $(x, y)$ by differentiating with respect to $x$.

$\frac{dy}{dx} = \frac{d}{dx}(x^2 - 2x + 7)$

$\frac{dy}{dx} = 2x - 2$

So, the slope of the tangent at any point $(x, y)$ on the curve is $m_{tangent} = 2x - 2$.


(a) Tangent parallel to the line 2x – y + 9 = 0

Find the slope of the line $2x - y + 9 = 0$. Rewrite it in slope-intercept form ($y = mx + c$):

$y = 2x + 9$

The slope of this line is $m_{L1} = 2$.

Since the tangent line is parallel to this line, their slopes must be equal.

$m_{tangent} = m_{L1}$

$2x - 2 = 2$

$2x = 4$

$x = 2$

Now, find the $y$-coordinate of the point of tangency by substituting $x=2$ into the curve's equation:

$y = (2)^2 - 2(2) + 7$

$y = 4 - 4 + 7$

$y = 7$

The point of tangency is $(2, 7)$.

The equation of the tangent line with slope $m=2$ passing through $(2, 7)$ is given by the point-slope form $y - y_1 = m(x - x_1)$:

$y - 7 = 2(x - 2)$

$y - 7 = 2x - 4$

$2x - y - 4 + 7 = 0$

$2x - y + 3 = 0$


(b) Tangent perpendicular to the line 5y – 15x = 13

Find the slope of the line $5y - 15x = 13$. Rewrite it in slope-intercept form ($y = mx + c$):

$5y = 15x + 13$

$y = \frac{15}{5}x + \frac{13}{5}$

$y = 3x + \frac{13}{5}$

The slope of this line is $m_{L2} = 3$.

Since the tangent line is perpendicular to this line, the product of their slopes is $-1$.

$m_{tangent} \times m_{L2} = -1$

$m_{tangent} \times 3 = -1$

$m_{tangent} = -\frac{1}{3}$

Now, set the slope of the tangent to the curve equal to $-\frac{1}{3}$:

$\frac{dy}{dx} = -\frac{1}{3}$

$2x - 2 = -\frac{1}{3}$

$2x = 2 - \frac{1}{3}$

$2x = \frac{6 - 1}{3}$

$2x = \frac{5}{3}$

$x = \frac{5}{3 \times 2}$

$x = \frac{5}{6}$

Now, find the $y$-coordinate of the point of tangency by substituting $x=\frac{5}{6}$ into the curve's equation:

$y = \left(\frac{5}{6}\right)^2 - 2\left(\frac{5}{6}\right) + 7$

$y = \frac{25}{36} - \frac{10}{6} + 7$

$y = \frac{25}{36} - \frac{10 \times 6}{6 \times 6} + \frac{7 \times 36}{1 \times 36}$

$y = \frac{25 - 60 + 252}{36}$

$y = \frac{277 - 60}{36}$

$y = \frac{217}{36}$

The point of tangency is $\left(\frac{5}{6}, \frac{217}{36}\right)$.

The equation of the tangent line with slope $m=-\frac{1}{3}$ passing through $\left(\frac{5}{6}, \frac{217}{36}\right)$ is:

$y - \frac{217}{36} = -\frac{1}{3}\left(x - \frac{5}{6}\right)$

Multiply the entire equation by 36 to clear the denominators:

$36y - 36 \left(\frac{217}{36}\right) = 36 \left(-\frac{1}{3}\right) \left(x - \frac{5}{6}\right)$

$36y - 217 = -12 \left(x - \frac{5}{6}\right)$

$36y - 217 = -12x + 12 \left(\frac{5}{6}\right)$

$36y - 217 = -12x + 10$

$12x + 36y - 217 - 10 = 0$

$12x + 36y - 227 = 0$

Question 16. Show that the tangents to the curve y = 7x3 + 11 at the points where x = 2 and x = – 2 are parallel.

Answer:

Given:

The equation of the curve is $y = 7x^3 + 11$.

We need to consider the points on the curve where $x = 2$ and $x = -2$.


To Prove:

The tangents to the curve at the points where $x = 2$ and $x = -2$ are parallel.


Proof:

Two lines (or tangents) are parallel if their slopes are equal.

The slope of the tangent to the curve at any point $(x, y)$ is given by the derivative $\frac{dy}{dx}$.

First, differentiate the equation of the curve with respect to $x$:

$y = 7x^3 + 11$

$\frac{dy}{dx} = \frac{d}{dx}(7x^3 + 11)$

$\frac{dy}{dx} = 7(3x^2) + 0$

$\frac{dy}{dx} = 21x^2$


Now, find the slope of the tangent at the point where $x = 2$. Let this slope be $m_1$.

$m_1 = \frac{dy}{dx}\Big|_{x=2} = 21(2)^2$

$m_1 = 21(4)$

$m_1 = 84$


Next, find the slope of the tangent at the point where $x = -2$. Let this slope be $m_2$.

$m_2 = \frac{dy}{dx}\Big|_{x=-2} = 21(-2)^2$

$m_2 = 21(4)$

$m_2 = 84$


Comparing the slopes, we find that $m_1 = 84$ and $m_2 = 84$.

Since $m_1 = m_2$, the slopes of the tangents at $x=2$ and $x=-2$ are equal.

Therefore, the tangents to the curve $y = 7x^3 + 11$ at the points where $x = 2$ and $x = -2$ are parallel.

Hence proved.

Question 17. Find the points on the curve y = x3 at which the slope of the tangent is equal to the y-coordinate of the point.

Answer:

Given:

The equation of the curve is $y = x^3$.

The condition is that the slope of the tangent at a point $(x, y)$ on the curve is equal to the y-coordinate of that point.


To Find:

The points on the curve satisfying the given condition.


Solution:

First, find the slope of the tangent to the curve $y = x^3$ at any point $(x, y)$ by differentiating with respect to $x$.

$\frac{dy}{dx} = \frac{d}{dx}(x^3)$

$\frac{dy}{dx} = 3x^2$

So, the slope of the tangent at $(x, y)$ is $m = 3x^2$.


According to the problem, the slope of the tangent ($\frac{dy}{dx}$) is equal to the y-coordinate ($y$) of the point.

Therefore, we have the condition:

$\frac{dy}{dx} = y$

$3x^2 = y$


The point $(x, y)$ must also lie on the curve $y = x^3$. So we have a system of two equations:

$y = 3x^2$

... (i)

$y = x^3$

... (ii)

Substitute the expression for $y$ from equation (ii) into equation (i):

$x^3 = 3x^2$

Rearrange the equation to solve for $x$:

$x^3 - 3x^2 = 0$

Factor out $x^2$:

$x^2(x - 3) = 0$

This equation gives two possible values for $x$:

$x^2 = 0 \implies x = 0$

$x - 3 = 0 \implies x = 3$


Now, find the corresponding $y$-coordinates using the equation of the curve, $y = x^3$.

Case 1: When $x = 0$

$y = (0)^3 = 0$

The point is $(0, 0)$. Let's check the condition: Slope = $3x^2 = 3(0)^2 = 0$. Y-coordinate = $0$. Condition $0 = 0$ is satisfied.

Case 2: When $x = 3$

$y = (3)^3 = 27$

The point is $(3, 27)$. Let's check the condition: Slope = $3x^2 = 3(3)^2 = 3(9) = 27$. Y-coordinate = $27$. Condition $27 = 27$ is satisfied.


Therefore, the points on the curve $y = x^3$ at which the slope of the tangent is equal to the y-coordinate of the point are (0, 0) and (3, 27).

Question 18. For the curve y = 4x3 – 2x5 , find all the points at which the tangent passes through the origin.

Answer:

Given:

The equation of the curve is $y = 4x^3 - 2x^5$.


To Find:

All points $(x_0, y_0)$ on the curve such that the tangent line at $(x_0, y_0)$ passes through the origin $(0, 0)$.


Solution:

Let $(x_0, y_0)$ be a point on the curve. Then its coordinates must satisfy the curve's equation:

$y_0 = 4x_0^3 - 2x_0^5$

... (i)

First, find the slope of the tangent to the curve at any point $(x, y)$ by differentiating $y$ with respect to $x$.

$\frac{dy}{dx} = \frac{d}{dx}(4x^3 - 2x^5)$

$\frac{dy}{dx} = 4(3x^2) - 2(5x^4)$

$\frac{dy}{dx} = 12x^2 - 10x^4$

The slope of the tangent at the point $(x_0, y_0)$ is:

$m = \frac{dy}{dx}\Big|_{x=x_0} = 12x_0^2 - 10x_0^4$


The equation of the tangent line at the point $(x_0, y_0)$ using the point-slope form $Y - y_1 = m(X - x_1)$ is:

$Y - y_0 = (12x_0^2 - 10x_0^4)(X - x_0)$

We are given that this tangent line passes through the origin $(0, 0)$. Substitute $X=0$ and $Y=0$ into the tangent equation:

$0 - y_0 = (12x_0^2 - 10x_0^4)(0 - x_0)$

$-y_0 = (12x_0^2 - 10x_0^4)(-x_0)$

$y_0 = x_0(12x_0^2 - 10x_0^4)$

$y_0 = 12x_0^3 - 10x_0^5$

$y_0 = 12x_0^3 - 10x_0^5$

... (ii)


Now we have two expressions for $y_0$ (from equation (i) and equation (ii)). Equating them:

$4x_0^3 - 2x_0^5 = 12x_0^3 - 10x_0^5$

Bring all terms to one side:

$(10x_0^5 - 2x_0^5) + (4x_0^3 - 12x_0^3) = 0$

$8x_0^5 - 8x_0^3 = 0$

Factor out $8x_0^3$:

$8x_0^3(x_0^2 - 1) = 0$

$8x_0^3(x_0 - 1)(x_0 + 1) = 0$

This equation holds if $x_0^3 = 0$ or $x_0 - 1 = 0$ or $x_0 + 1 = 0$.

So, the possible values for $x_0$ are $x_0 = 0$, $x_0 = 1$, and $x_0 = -1$.


Find the corresponding $y_0$-coordinates using the equation of the curve, $y_0 = 4x_0^3 - 2x_0^5$.

Case 1: If $x_0 = 0$

$y_0 = 4(0)^3 - 2(0)^5 = 0 - 0 = 0$.

The point is $(0, 0)$.

Case 2: If $x_0 = 1$

$y_0 = 4(1)^3 - 2(1)^5 = 4(1) - 2(1) = 4 - 2 = 2$.

The point is $(1, 2)$.

Case 3: If $x_0 = -1$

$y_0 = 4(-1)^3 - 2(-1)^5 = 4(-1) - 2(-1) = -4 - (-2) = -4 + 2 = -2$.

The point is $(-1, -2)$.


The points on the curve $y = 4x^3 - 2x^5$ at which the tangent passes through the origin are (0, 0), (1, 2), and (-1, -2).

Question 19. Find the points on the curve x2 + y2 – 2x – 3 = 0 at which the tangents are parallel to the x-axis.

Answer:

Given:

The equation of the curve is $x^2 + y^2 - 2x - 3 = 0$.


To Find:

The points on the curve where the tangents are parallel to the x-axis.


Solution:

A tangent line is parallel to the x-axis if its slope is zero. The slope of the tangent to the curve at any point $(x, y)$ is given by the derivative $\frac{dy}{dx}$.

We differentiate the equation of the curve $x^2 + y^2 - 2x - 3 = 0$ with respect to $x$ using implicit differentiation:

$\frac{d}{dx}(x^2) + \frac{d}{dx}(y^2) - \frac{d}{dx}(2x) - \frac{d}{dx}(3) = \frac{d}{dx}(0)$

$2x + 2y \frac{dy}{dx} - 2 - 0 = 0$

$2y \frac{dy}{dx} = 2 - 2x$

$\frac{dy}{dx} = \frac{2 - 2x}{2y}$

$\frac{dy}{dx} = \frac{2(1 - x)}{2y}$

$\frac{dy}{dx} = \frac{1 - x}{y}$


For the tangent to be parallel to the x-axis, its slope must be zero.

$\frac{dy}{dx} = 0$

$\frac{1 - x}{y} = 0$

This condition holds true when the numerator is zero and the denominator is non-zero.

$1 - x = 0$

$x = 1$

We also require $y \neq 0$.


Now, substitute $x = 1$ into the original equation of the curve to find the corresponding $y$-coordinates:

$x^2 + y^2 - 2x - 3 = 0$

$(1)^2 + y^2 - 2(1) - 3 = 0$

$1 + y^2 - 2 - 3 = 0$

$y^2 - 4 = 0$

$y^2 = 4$

$y = \pm \sqrt{4}$

$y = 2$ or $y = -2$

Both $y=2$ and $y=-2$ satisfy the condition $y \neq 0$.


Therefore, the points on the curve $x^2 + y^2 - 2x - 3 = 0$ at which the tangents are parallel to the x-axis are (1, 2) and (1, -2).

(Note: The curve is a circle $(x-1)^2 + y^2 = 4$, centered at $(1,0)$ with radius 2. The points $(1,2)$ and $(1,-2)$ are the top and bottom points of the circle, where the tangents are indeed horizontal.)

Question 20. Find the equation of the normal at the point (am2 , am3 ) for the curve ay2 = x3 .

Answer:

Given:

The equation of the curve is $ay^2 = x^3$.

The point on the curve is $P(x_1, y_1) = (am^2, am^3)$.


To Find:

The equation of the normal to the curve at the point $(am^2, am^3)$.


Solution:

First, we need to find the slope of the tangent to the curve at the point $(am^2, am^3)$. We differentiate the equation of the curve $ay^2 = x^3$ with respect to $x$ using implicit differentiation.

$\frac{d}{dx}(ay^2) = \frac{d}{dx}(x^3)$

$a \cdot 2y \frac{dy}{dx} = 3x^2$

$2ay \frac{dy}{dx} = 3x^2$

Solving for $\frac{dy}{dx}$ (the slope of the tangent):

$\frac{dy}{dx} = \frac{3x^2}{2ay}$ (Provided $a \neq 0, y \neq 0$)


Now, evaluate the slope of the tangent at the given point $(x_1, y_1) = (am^2, am^3)$.

$m_{tangent} = \frac{dy}{dx}\Big|_{(am^2, am^3)} = \frac{3(am^2)^2}{2a(am^3)}$

$m_{tangent} = \frac{3a^2m^4}{2a^2m^3}$

Assuming $a \neq 0$ and $m \neq 0$ (so $y \neq 0$):

$m_{tangent} = \frac{3\cancel{a^2}m^{\cancel{4}}}{\cancel{2}\cancel{a^2}\cancel{m^3}}$

$m_{tangent} = \frac{3m}{2}$


The slope of the normal ($m_{normal}$) is the negative reciprocal of the slope of the tangent.

$m_{normal} = -\frac{1}{m_{tangent}}$

$m_{normal} = -\frac{1}{\frac{3m}{2}}$

$m_{normal} = -\frac{2}{3m}$ (for $m \neq 0$)


Now, use the point-slope form of a line, $Y - y_1 = m_{normal}(X - x_1)$, to find the equation of the normal at the point $(am^2, am^3)$ with slope $-\frac{2}{3m}$.

$Y - am^3 = -\frac{2}{3m}(X - am^2)$

Multiply both sides by $3m$ to eliminate the fraction:

$3m(Y - am^3) = -2(X - am^2)$

$3mY - 3am^4 = -2X + 2am^2$

Rearrange the terms to the standard form $Ax + By + C = 0$:

$2X + 3mY - 2am^2 - 3am^4 = 0$

$2X + 3mY - am^2(2 + 3m^2) = 0$


Case Check (m=0):

If $m=0$, the point is $(a(0)^2, a(0)^3) = (0, 0)$.

At $(0,0)$, the slope of the tangent $\frac{dy}{dx} = \frac{3x^2}{2ay} = \frac{3(0)^2}{2a(0)}$ is indeterminate in this form. However, calculating the limit or observing the tangent slope formula $m_{tangent} = \frac{3m}{2}$ gives $m_{tangent}=0$ when $m=0$.

A tangent with slope 0 is horizontal ($Y=0$). The normal line must be vertical and pass through $(0,0)$, so its equation is $X=0$.

Let's check if our derived normal equation gives $X=0$ when $m=0$:

$2X + 3(0)Y - a(0)^2(2 + 3(0)^2) = 0$

$2X + 0 - 0 = 0$

$2X = 0 \implies X = 0$.

The formula holds for $m=0$ as well.


The equation of the normal to the curve $ay^2 = x^3$ at the point $(am^2, am^3)$ is:

$2x + 3my - am^2(2 + 3m^2) = 0$

Or equivalently:

$2x + 3my - 2am^2 - 3am^4 = 0$

Question 21. Find the equation of the normals to the curve y = x3 + 2x + 6 which are parallel to the line x + 14y + 4 = 0.

Answer:

Given:

The equation of the curve is $y = x^3 + 2x + 6$.

The line to which the normals are parallel is $x + 14y + 4 = 0$.


To Find:

The equations of the normal lines to the curve that are parallel to the given line.


Solution:

First, find the slope of the given line $x + 14y + 4 = 0$. We can rewrite it in the slope-intercept form $y = mx + c$.

$14y = -x - 4$

$y = -\frac{1}{14}x - \frac{4}{14}$

$y = -\frac{1}{14}x - \frac{2}{7}$

The slope of this line is $m_{line} = -\frac{1}{14}$.


Since the required normal lines are parallel to the given line, the slope of the normals ($m_{normal}$) must be equal to the slope of the given line.

$m_{normal} = m_{line} = -\frac{1}{14}$.


Next, find the slope of the tangent ($m_{tangent}$) to the curve $y = x^3 + 2x + 6$. The slope of the tangent is given by the derivative $\frac{dy}{dx}$.

$\frac{dy}{dx} = \frac{d}{dx}(x^3 + 2x + 6)$

$\frac{dy}{dx} = 3x^2 + 2$

So, $m_{tangent} = 3x^2 + 2$.


The slope of the normal is the negative reciprocal of the slope of the tangent:

$m_{normal} = -\frac{1}{m_{tangent}}$

We know $m_{normal} = -\frac{1}{14}$, so:

$-\frac{1}{14} = -\frac{1}{3x^2 + 2}$

Equating the denominators:

$14 = 3x^2 + 2$

$3x^2 = 14 - 2$

$3x^2 = 12$

$x^2 = \frac{12}{3}$

$x^2 = 4$

$x = \pm \sqrt{4}$

$x = 2$ or $x = -2$.


Now, find the corresponding $y$-coordinates for these $x$-values using the equation of the curve $y = x^3 + 2x + 6$.

Case 1: When $x = 2$

$y = (2)^3 + 2(2) + 6 = 8 + 4 + 6 = 18$.

The point on the curve is $(2, 18)$.

Case 2: When $x = -2$

$y = (-2)^3 + 2(-2) + 6 = -8 - 4 + 6 = -6$.

The point on the curve is $(-2, -6)$.


We need to find the equations of the normal lines at these points. The slope of the normal is $m_{normal} = -\frac{1}{14}$. Use the point-slope form $Y - y_1 = m(X - x_1)$.

Normal at (2, 18):

$Y - 18 = -\frac{1}{14}(X - 2)$

$14(Y - 18) = -(X - 2)$

$14Y - 252 = -X + 2$

$X + 14Y - 252 - 2 = 0$

$X + 14Y - 254 = 0$

Normal at (-2, -6):

$Y - (-6) = -\frac{1}{14}(X - (-2))$

$Y + 6 = -\frac{1}{14}(X + 2)$

$14(Y + 6) = -(X + 2)$

$14Y + 84 = -X - 2$

$X + 14Y + 84 + 2 = 0$

$X + 14Y + 86 = 0$


The equations of the normals to the curve $y = x^3 + 2x + 6$ which are parallel to the line $x + 14y + 4 = 0$ are $x + 14y - 254 = 0$ and $x + 14y + 86 = 0$.

Question 22. Find the equations of the tangent and normal to the parabola y2 = 4ax at the point (at2 , 2at).

Answer:

Given:

The equation of the parabola is $y^2 = 4ax$.

The point on the parabola is $(x_1, y_1) = (at^2, 2at)$. This is the parametric form of a point on the parabola.


To Find:

The equation of the tangent line to the parabola at the point $(at^2, 2at)$.

The equation of the normal line to the parabola at the point $(at^2, 2at)$.


Solution:

We need to find the slope of the tangent, $\frac{dy}{dx}$, at the given point.

Method 1: Implicit Differentiation

Differentiate $y^2 = 4ax$ with respect to $x$:

$\frac{d}{dx}(y^2) = \frac{d}{dx}(4ax)$

$2y \frac{dy}{dx} = 4a$

$\frac{dy}{dx} = \frac{4a}{2y} = \frac{2a}{y}$

At the point $(at^2, 2at)$, the slope of the tangent is:

$m_{tangent} = \frac{dy}{dx}\Big|_{(at^2, 2at)} = \frac{2a}{2at} = \frac{1}{t}$ (assuming $a \neq 0, t \neq 0$)

Method 2: Parametric Differentiation

We have $x = at^2$ and $y = 2at$.

Differentiate $x$ and $y$ with respect to the parameter $t$:

$\frac{dx}{dt} = \frac{d}{dt}(at^2) = 2at$

$\frac{dy}{dt} = \frac{d}{dt}(2at) = 2a$

The slope of the tangent is $\frac{dy}{dx} = \frac{dy/dt}{dx/dt}$:

$m_{tangent} = \frac{2a}{2at} = \frac{1}{t}$ (assuming $a \neq 0, t \neq 0$)


Equation of the Tangent:

Use the point-slope form $Y - y_1 = m(X - x_1)$ with the point $(at^2, 2at)$ and slope $m_{tangent} = \frac{1}{t}$.

$Y - 2at = \frac{1}{t}(X - at^2)$

Multiply by $t$ (assuming $t \neq 0$):

$t(Y - 2at) = X - at^2$

$tY - 2at^2 = X - at^2$

Rearrange the terms:

$X - tY + 2at^2 - at^2 = 0$

$X - tY + at^2 = 0$ or $tY = X + at^2$ (Equation of the tangent)

(Note: If $t=0$, the point is $(0,0)$. The tangent slope $1/t$ is undefined, indicating a vertical tangent $X=0$. The formula $tY = X + at^2$ gives $0 = X + 0$, i.e., $X=0$. So the formula holds for $t=0$ as well.)


Equation of the Normal:

The slope of the normal is the negative reciprocal of the slope of the tangent.

$m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{(1/t)} = -t$ (assuming $t \neq 0$)

Use the point-slope form $Y - y_1 = m(X - x_1)$ with the point $(at^2, 2at)$ and slope $m_{normal} = -t$.

$Y - 2at = -t(X - at^2)$

$Y - 2at = -tX + at^3$

Rearrange the terms:

$tX + Y - 2at - at^3 = 0$

$tX + Y = 2at + at^3$ or $Y + tX = 2at + at^3$ (Equation of the normal)

(Note: If $t=0$, the point is $(0,0)$. The tangent is vertical ($X=0$). The normal must be horizontal ($Y=0$). The formula $Y + tX = 2at + at^3$ gives $Y + 0 = 0 + 0$, i.e., $Y=0$. So the formula holds for $t=0$ as well.)


Final Answer:

Equation of the tangent at $(at^2, 2at)$ is: $t y = x + a t^2$

Equation of the normal at $(at^2, 2at)$ is: $y + t x = 2 a t + a t^3$

Question 23. Prove that the curves x = y2 and xy = k cut at right angles if 8k = 1.

Answer:

Given:

Curve $C_1$: $x = y^2$

Curve $C_2$: $xy = k$


To Prove:

The curves $C_1$ and $C_2$ cut at right angles if $8k^2 = 1$.


Proof:

Two curves cut at right angles (or orthogonally) if the tangents to the curves at their point of intersection are perpendicular to each other. This means the product of the slopes of their tangents at the intersection point must be $-1$.

First, find the point(s) of intersection of the two curves. Substitute $x = y^2$ from $C_1$ into $C_2$:

$(y^2)y = k$

$y^3 = k$

$y = k^{1/3}$

Now substitute this value of $y$ back into $x = y^2$:

$x = (k^{1/3})^2 = k^{2/3}$

So, the point of intersection is $P(k^{2/3}, k^{1/3})$.


Next, find the slope of the tangent for each curve at the point P.

For curve $C_1: x = y^2$

Differentiate implicitly with respect to $x$:

$\frac{d}{dx}(x) = \frac{d}{dx}(y^2)$

$1 = 2y \frac{dy}{dx}$

$\frac{dy}{dx} = \frac{1}{2y}$

Let the slope of the tangent to $C_1$ at P be $m_1$. Evaluate $\frac{dy}{dx}$ at $y = k^{1/3}$:

$m_1 = \frac{1}{2(k^{1/3})} = \frac{1}{2k^{1/3}}$


For curve $C_2: xy = k$

Differentiate implicitly with respect to $x$:

$\frac{d}{dx}(xy) = \frac{d}{dx}(k)$

Using the product rule:

$x \frac{dy}{dx} + y \frac{d}{dx}(x) = 0$

$x \frac{dy}{dx} + y(1) = 0$

$x \frac{dy}{dx} = -y$

$\frac{dy}{dx} = -\frac{y}{x}$

Let the slope of the tangent to $C_2$ at P be $m_2$. Evaluate $\frac{dy}{dx}$ at $x = k^{2/3}$ and $y = k^{1/3}$:

$m_2 = -\frac{k^{1/3}}{k^{2/3}} = -k^{(1/3 - 2/3)} = -k^{-1/3} = -\frac{1}{k^{1/3}}$


The curves cut at right angles if the product of their slopes at the point of intersection is $-1$.

$m_1 \times m_2 = -1$

Substitute the values of $m_1$ and $m_2$:

$\left( \frac{1}{2k^{1/3}} \right) \times \left( -\frac{1}{k^{1/3}} \right) = -1$

$-\frac{1}{2k^{1/3} \cdot k^{1/3}} = -1$

$-\frac{1}{2k^{(1/3 + 1/3)}} = -1$

$-\frac{1}{2k^{2/3}} = -1$

Multiply both sides by $-1$:

$\frac{1}{2k^{2/3}} = 1$

$1 = 2k^{2/3}$

To eliminate the fractional exponent, cube both sides of the equation:

$(1)^3 = (2k^{2/3})^3$

$1 = 2^3 (k^{2/3})^3$

$1 = 8 k^{(2/3) \times 3}$

$1 = 8 k^2$

Or, $8k^2 = 1$.


Thus, the condition for the curves $x = y^2$ and $xy = k$ to cut at right angles is $8k^2 = 1$.

Hence proved.

Question 24. Find the equations of the tangent and normal to the hyperbola $\frac{x^{2}}{a^{2}} - \frac{y^{2}}{b^{2}} = 1$ at thepoint (x0, y0).

Answer:

Given:

The equation of the hyperbola is $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$.

The point on the hyperbola is $(x_0, y_0)$. This means the point satisfies the equation:

$\frac{x_0^2}{a^2} - \frac{y_0^2}{b^2} = 1$.


To Find:

The equation of the tangent line to the hyperbola at $(x_0, y_0)$.

The equation of the normal line to the hyperbola at $(x_0, y_0)$.


Solution:

First, find the slope of the tangent to the hyperbola by differentiating its equation with respect to $x$ using implicit differentiation.

$\frac{d}{dx}\left(\frac{x^2}{a^2} - \frac{y^2}{b^2}\right) = \frac{d}{dx}(1)$

$\frac{1}{a^2}\frac{d}{dx}(x^2) - \frac{1}{b^2}\frac{d}{dx}(y^2) = 0$

$\frac{1}{a^2}(2x) - \frac{1}{b^2}(2y \frac{dy}{dx}) = 0$

$\frac{2x}{a^2} - \frac{2y}{b^2}\frac{dy}{dx} = 0$

$\frac{2y}{b^2}\frac{dy}{dx} = \frac{2x}{a^2}$

Assuming $y \neq 0$:

$\frac{dy}{dx} = \frac{2x}{a^2} \cdot \frac{b^2}{2y}$

$\frac{dy}{dx} = \frac{b^2 x}{a^2 y}$


The slope of the tangent at the point $(x_0, y_0)$ is:

$m_{tangent} = \frac{dy}{dx}\Big|_{(x_0, y_0)} = \frac{b^2 x_0}{a^2 y_0}$ (assuming $y_0 \neq 0$)


Equation of the Tangent:

Using the point-slope form $Y - y_1 = m(X - x_1)$ with point $(x_0, y_0)$ and slope $m_{tangent}$:

$Y - y_0 = \frac{b^2 x_0}{a^2 y_0}(X - x_0)$

Multiply both sides by $a^2 y_0$:

$a^2 y_0 (Y - y_0) = b^2 x_0 (X - x_0)$

$a^2 y_0 Y - a^2 y_0^2 = b^2 x_0 X - b^2 x_0^2$

$b^2 x_0^2 - a^2 y_0^2 = b^2 x_0 X - a^2 y_0 Y$

Divide both sides by $a^2 b^2$:

$\frac{b^2 x_0^2}{a^2 b^2} - \frac{a^2 y_0^2}{a^2 b^2} = \frac{b^2 x_0 X}{a^2 b^2} - \frac{a^2 y_0 Y}{a^2 b^2}$

$\frac{x_0^2}{a^2} - \frac{y_0^2}{b^2} = \frac{x_0 X}{a^2} - \frac{y_0 Y}{b^2}$

Since $(x_0, y_0)$ lies on the hyperbola, $\frac{x_0^2}{a^2} - \frac{y_0^2}{b^2} = 1$. Substituting this:

$1 = \frac{x_0 X}{a^2} - \frac{y_0 Y}{b^2}$

Thus, the equation of the tangent at $(x_0, y_0)$ is:

$\frac{x x_0}{a^2} - \frac{y y_0}{b^2} = 1$

(This equation also holds for the case $y_0=0$, where the tangent is vertical $x=\pm a$.)


Equation of the Normal:

The slope of the normal is the negative reciprocal of the slope of the tangent (assuming $m_{tangent}$ is non-zero and defined, i.e., $x_0 \neq 0$ and $y_0 \neq 0$):

$m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{\frac{b^2 x_0}{a^2 y_0}} = -\frac{a^2 y_0}{b^2 x_0}$

Using the point-slope form $Y - y_1 = m(X - x_1)$ with point $(x_0, y_0)$ and slope $m_{normal}$:

$Y - y_0 = -\frac{a^2 y_0}{b^2 x_0}(X - x_0)$

Multiply both sides by $b^2 x_0$:

$b^2 x_0 (Y - y_0) = -a^2 y_0 (X - x_0)$

$b^2 x_0 Y - b^2 x_0 y_0 = -a^2 y_0 X + a^2 x_0 y_0$

$a^2 y_0 X + b^2 x_0 Y = a^2 x_0 y_0 + b^2 x_0 y_0$

$a^2 y_0 X + b^2 x_0 Y = (a^2 + b^2)x_0 y_0$

Alternatively, dividing by $x_0 y_0$ (if $x_0 \neq 0, y_0 \neq 0$):

$\frac{a^2 X}{x_0} + \frac{b^2 Y}{y_0} = a^2 + b^2$

Another form is obtained by rearranging the equation before the last step:

$a^2 y_0 (X - x_0) + b^2 x_0 (Y - y_0) = 0$

Let's use the form $a^2 y_0 X + b^2 x_0 Y = (a^2 + b^2)x_0 y_0$.

Thus, the equation of the normal at $(x_0, y_0)$ is:

$a^2 y_0 (x - x_0) + b^2 x_0 (y - y_0) = 0$

or

$\frac{a^2 x}{x_0} + \frac{b^2 y}{y_0} = a^2 + b^2$ (if $x_0 \neq 0, y_0 \neq 0$)

(The first form holds even if $y_0=0$, giving $b^2 x_0(y-0)=0$, which simplifies to $y=0$, the correct normal equation.)

Question 25. Find the equation of the tangent to the curve y = $\sqrt{3x-2}$ which is parallel to the line 4x - 2y + 5 = 0.

Answer:

Given:

The equation of the curve is $y = \sqrt{3x-2}$.

The line to which the tangent is parallel is $4x - 2y + 5 = 0$.


To Find:

The equation of the tangent line to the curve that is parallel to the given line.


Solution:

First, find the slope of the given line $4x - 2y + 5 = 0$. We can rewrite it in the slope-intercept form $y = mx + c$.

$2y = 4x + 5$

$y = \frac{4}{2}x + \frac{5}{2}$

$y = 2x + \frac{5}{2}$

The slope of this line is $m_{line} = 2$.


Since the required tangent line is parallel to the given line, the slope of the tangent ($m_{tangent}$) must be equal to the slope of the line.

$m_{tangent} = m_{line} = 2$.


Next, find the slope of the tangent to the curve $y = \sqrt{3x-2}$ by differentiating with respect to $x$.

$y = (3x-2)^{1/2}$

Using the chain rule:

$\frac{dy}{dx} = \frac{1}{2}(3x-2)^{(1/2) - 1} \cdot \frac{d}{dx}(3x-2)$

$\frac{dy}{dx} = \frac{1}{2}(3x-2)^{-1/2} \cdot (3)$

$\frac{dy}{dx} = \frac{3}{2(3x-2)^{1/2}} = \frac{3}{2\sqrt{3x-2}}$

The slope of the tangent at any point $(x, y)$ on the curve is $\frac{3}{2\sqrt{3x-2}}$.


We set the slope of the tangent equal to the required slope, which is 2:

$\frac{3}{2\sqrt{3x-2}} = 2$

Multiply both sides by $2\sqrt{3x-2}$:

$3 = 4\sqrt{3x-2}$

Square both sides:

$9 = 16(3x-2)$

$9 = 48x - 32$

$48x = 9 + 32$

$48x = 41$

$x = \frac{41}{48}$


Now, find the corresponding $y$-coordinate of the point of tangency by substituting $x = \frac{41}{48}$ into the equation of the curve $y = \sqrt{3x-2}$.

$y = \sqrt{3\left(\frac{41}{48}\right) - 2}$

$y = \sqrt{\frac{41}{16} - 2}$

$y = \sqrt{\frac{41 - 32}{16}}$

$y = \sqrt{\frac{9}{16}} = \frac{3}{4}$

The point of tangency is $\left(\frac{41}{48}, \frac{3}{4}\right)$.


Finally, find the equation of the tangent line using the point-slope form $Y - y_1 = m(X - x_1)$, with the point $\left(\frac{41}{48}, \frac{3}{4}\right)$ and slope $m = 2$.

$Y - \frac{3}{4} = 2\left(X - \frac{41}{48}\right)$

$Y - \frac{3}{4} = 2X - \frac{41}{24}$

Multiply the entire equation by 24 to eliminate the fractions:

$24Y - 24\left(\frac{3}{4}\right) = 24(2X) - 24\left(\frac{41}{24}\right)$

$24Y - 18 = 48X - 41$

Rearrange the terms into the form $Ax + By + C = 0$:

$48X - 24Y - 41 + 18 = 0$

$48X - 24Y - 23 = 0$


The equation of the required tangent line is $48x - 24y - 23 = 0$.

Choose the correct answer in Exercises 26 and 27.

Question 26. The slope of the normal to the curve y = 2x2 + 3 sin x at x = 0 is

(A) 3

(B) $\frac{a}{b}$

(C) –3

(D) $-\frac{a}{b}$

Answer:

Given:

The equation of the curve is $y = 2x^2 + 3 \sin x$.

We need to find the slope of the normal at $x = 0$.


Solution:

First, find the slope of the tangent to the curve by differentiating the equation with respect to $x$.

$\frac{dy}{dx} = \frac{d}{dx}(2x^2 + 3 \sin x)$

$\frac{dy}{dx} = 4x + 3 \cos x$


Now, evaluate the slope of the tangent ($m_{tangent}$) at $x = 0$ by substituting $x=0$ into the derivative.

$m_{tangent} = \frac{dy}{dx}\Big|_{x=0} = 4(0) + 3 \cos(0)$

$m_{tangent} = 0 + 3(1)$

$m_{tangent} = 3$


The slope of the normal ($m_{normal}$) is the negative reciprocal of the slope of the tangent.

$m_{normal} = -\frac{1}{m_{tangent}}$

$m_{normal} = -\frac{1}{3}$


Comparing this result with the given options:

(A) 3

(B) $\frac{1}{3}$

(C) -3

(D) $-\frac{1}{3}$

The calculated slope of the normal is $-\frac{1}{3}$, which corresponds to option (D).

Hence, the correct answer is (D).

Question 27. The line y = x + 1 is a tangent to the curve y2 = 4x at the point

(A) (1, 2)

(B) (2, 1)

(C) (1, – 2)

(D) (– 1, 2)

Answer:

Given:

The equation of the curve is $y^2 = 4x$.

The equation of the tangent line is $y = x + 1$.


To Find:

The point of tangency.


Solution:

Method 1: Using Slopes

1. Find the slope of the given tangent line $y = x + 1$. Comparing with $y = mx + c$, the slope is $m_{tangent} = 1$.

2. Find the slope of the tangent to the curve $y^2 = 4x$ by differentiating implicitly with respect to $x$.

$2y \frac{dy}{dx} = 4$

$\frac{dy}{dx} = \frac{4}{2y} = \frac{2}{y}$

3. At the point of tangency, the slope of the curve's tangent must equal the slope of the given line.

$\frac{dy}{dx} = 1$

$\frac{2}{y} = 1 \implies y = 2$

4. Substitute $y=2$ into the equation of the curve to find the x-coordinate.

$y^2 = 4x$

$(2)^2 = 4x$

$4 = 4x \implies x = 1$

5. The point of tangency is $(1, 2)$.


Method 2: Solving Equations

1. The point of tangency must satisfy both the equation of the curve and the equation of the line.

2. Substitute $y = x + 1$ into the curve equation $y^2 = 4x$.

$(x+1)^2 = 4x$

$x^2 + 2x + 1 = 4x$

$x^2 - 2x + 1 = 0$

$(x-1)^2 = 0$

$x = 1$

3. Substitute $x=1$ back into the line equation $y = x + 1$.

$y = 1 + 1 = 2$

4. The point of intersection is $(1, 2)$. Since the quadratic equation for $x$ yielded only one solution, the line is indeed tangent to the curve at this point.


Comparing the result $(1, 2)$ with the given options:

(A) (1, 2)

(B) (2, 1)

(C) (1, -2)

(D) (-1, 2)

The calculated point of tangency is $(1, 2)$, which corresponds to option (A).

Hence, the correct answer is (A).



Example 21 to 25 (Before Exercise 6.4)

Example 21: Use differential to approximate $\sqrt{36.6}$ .

Answer:

To Find:

Approximate value of $\sqrt{36.6}$ using differentials.


Solution:

Let the function be $y = f(x) = \sqrt{x}$.

We want to approximate $\sqrt{36.6}$. We choose a value of $x$ close to 36.6 for which $\sqrt{x}$ is known.

Let $x = 36$.

Then the change in $x$, denoted by $\Delta x$, is:

$\Delta x = 36.6 - x = 36.6 - 36 = 0.6$.


Now, we find the differential $dy$, which approximates the change in $y$ ($\Delta y$).

The formula for the differential is $dy = f'(x) \Delta x$ or $dy = \left(\frac{dy}{dx}\right) \Delta x$.

First, find the derivative of $y = \sqrt{x} = x^{1/2}$:

$\frac{dy}{dx} = \frac{d}{dx}(x^{1/2}) = \frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}}$


Evaluate the derivative at $x = 36$:

$\frac{dy}{dx}\Big|_{x=36} = \frac{1}{2\sqrt{36}} = \frac{1}{2 \times 6} = \frac{1}{12}$.


Now calculate the differential $dy$:

$dy = \left(\frac{dy}{dx}\Big|_{x=36}\right) \Delta x$

$dy = \left(\frac{1}{12}\right) (0.6)$

$dy = \frac{0.6}{12} = \frac{6}{120} = \frac{1}{20} = 0.05$.


The approximation formula using differentials is:

$f(x + \Delta x) \approx f(x) + dy$

$\sqrt{x + \Delta x} \approx \sqrt{x} + dy$

Substituting the values $x=36$ and $dy=0.05$:

$\sqrt{36.6} \approx \sqrt{36} + 0.05$

$\sqrt{36.6} \approx 6 + 0.05$

$\sqrt{36.6} \approx 6.05$.


Therefore, the approximate value of $\sqrt{36.6}$ using differentials is 6.05.

Example 22: Use differential to approximate $25^{\frac{1}{3}}$

Answer:

To Find:

Approximate value of $25^{1/3}$ using differentials.


Solution:

Let the function be $y = f(x) = x^{1/3}$.

We want to approximate $f(25)$. We need to choose a value of $x$ close to 25 for which the cube root $x^{1/3}$ is known.

The nearest perfect cube to 25 is 27 ($3^3=27$).

Let $x = 27$.

Then the change in $x$, denoted by $\Delta x$, is:

$\Delta x = 25 - x = 25 - 27 = -2$.


Now, we find the differential $dy$, which approximates the change in $y$ ($\Delta y$).

The formula for the differential is $dy = f'(x) \Delta x$ or $dy = \left(\frac{dy}{dx}\right) \Delta x$.

First, find the derivative of $y = x^{1/3}$:

$\frac{dy}{dx} = \frac{d}{dx}(x^{1/3}) = \frac{1}{3}x^{(1/3) - 1} = \frac{1}{3}x^{-2/3}$

$\frac{dy}{dx} = \frac{1}{3x^{2/3}}$


Evaluate the derivative at $x = 27$:

$\frac{dy}{dx}\Big|_{x=27} = \frac{1}{3(27)^{2/3}}$

Since $(27)^{2/3} = (27^{1/3})^2 = (3)^2 = 9$,

$\frac{dy}{dx}\Big|_{x=27} = \frac{1}{3 \times 9} = \frac{1}{27}$.


Now calculate the differential $dy$:

$dy = \left(\frac{dy}{dx}\Big|_{x=27}\right) \Delta x$

$dy = \left(\frac{1}{27}\right) (-2)$

$dy = -\frac{2}{27}$.


The approximation formula using differentials is:

$f(x + \Delta x) \approx f(x) + dy$

$(x + \Delta x)^{1/3} \approx x^{1/3} + dy$

Substituting the values $x=27$ and $dy = -\frac{2}{27}$:

$25^{1/3} \approx 27^{1/3} + \left(-\frac{2}{27}\right)$

$25^{1/3} \approx 3 - \frac{2}{27}$

$25^{1/3} \approx \frac{3 \times 27}{27} - \frac{2}{27} = \frac{81 - 2}{27} = \frac{79}{27}$

Calculating the decimal value:

$2/27 \approx 0.074$

$25^{1/3} \approx 3 - 0.074 = 2.926$.


Therefore, the approximate value of $25^{1/3}$ using differentials is $\frac{79}{27}$ or approximately 2.926.

Example 23: Find the approximate value of f (3.02), where f(x) = 3x2 + 5x + 3.

Answer:

Given:

The function is $f(x) = 3x^2 + 5x + 3$.


To Find:

The approximate value of $f(3.02)$ using differentials.


Solution:

We want to approximate $f(3.02)$. Let's choose a value of $x$ close to 3.02 where $f(x)$ is easy to calculate.

Let $x = 3$.

The change in $x$ is $\Delta x = 3.02 - x = 3.02 - 3 = 0.02$.


Calculate the value of the function at $x=3$:

$f(3) = 3(3)^2 + 5(3) + 3$

$f(3) = 3(9) + 15 + 3$

$f(3) = 27 + 15 + 3 = 45$.


Now, find the derivative of the function $f(x)$:

$f'(x) = \frac{d}{dx}(3x^2 + 5x + 3)$

$f'(x) = 6x + 5$.


Evaluate the derivative at $x=3$:

$f'(3) = 6(3) + 5 = 18 + 5 = 23$.


The differential $\Delta y$ (or $df$) is approximated by $dy$, where:

$dy = f'(x) \Delta x$

$dy = f'(3) \times (0.02)$

$dy = 23 \times 0.02 = 0.46$.


The approximation formula using differentials is:

$f(x + \Delta x) \approx f(x) + dy$

$f(3.02) \approx f(3) + 0.46$

$f(3.02) \approx 45 + 0.46$

$f(3.02) \approx 45.46$.


Therefore, the approximate value of $f(3.02)$ is 45.46.

Example 24: Find the approximate change in the volume V of a cube of side x meters caused by increasing the side by 2% .

Answer:

Given:

A cube with side length $x$ meters.

The side length is increased by 2%.


To Find:

The approximate change in the volume (V) of the cube using differentials.


Solution:

The volume V of a cube with side length $x$ is given by the formula:

$V = x^3$


The increase in the side length is 2% of $x$. Let $\Delta x$ be the change in the side length.

$\Delta x = 2\% \times x = \frac{2}{100} \times x = 0.02x$


We want to find the approximate change in volume, $\Delta V$, which can be approximated by the differential $dV$.

The differential $dV$ is given by the formula:

$dV = \left(\frac{dV}{dx}\right) \Delta x$

First, find the derivative of the volume function $V = x^3$ with respect to $x$:

$\frac{dV}{dx} = \frac{d}{dx}(x^3) = 3x^2$


Now, substitute the derivative and the change $\Delta x$ into the formula for $dV$:

$dV = (3x^2) (\Delta x)$

$dV = (3x^2) (0.02x)$

$dV = 3 \times 0.02 \times x^2 \times x$

$dV = 0.06 x^3$


The approximate change in the volume of the cube is $dV = 0.06x^3$ cubic meters.

This means that increasing the side length by 2% causes an approximate increase in volume of $0.06x^3 \text{ m}^3$.

Alternatively, since $V=x^3$, the approximate change is $0.06 V$. This represents a 6% approximate increase in volume.

The approximate change in volume is $0.06x^3 \text{ m}^3$.

Example 25: If the radius of a sphere is measured as 9 cm with an error of 0.03 cm, then find the approximate error in calculating its volume.

Answer:

Given:

Measured radius of the sphere, $r = 9$ cm.

Error in measuring the radius, $\Delta r = 0.03$ cm.


To Find:

The approximate error in calculating the volume of the sphere.


Solution:

The volume V of a sphere with radius $r$ is given by the formula:

$V = \frac{4}{3}\pi r^3$


We need to find the approximate error in volume, $\Delta V$. This can be approximated by the differential $dV$.

The formula for the differential $dV$ is:

$dV = \left(\frac{dV}{dr}\right) \Delta r$

First, find the derivative of the volume function $V$ with respect to the radius $r$:

$\frac{dV}{dr} = \frac{d}{dr}\left(\frac{4}{3}\pi r^3\right)$

$\frac{dV}{dr} = \frac{4}{3}\pi (3r^2)$

$\frac{dV}{dr} = 4\pi r^2$


Now, evaluate the derivative at the measured radius $r = 9$ cm:

$\frac{dV}{dr}\Big|_{r=9} = 4\pi (9)^2$

$\frac{dV}{dr}\Big|_{r=9} = 4\pi (81) = 324\pi$


Calculate the approximate error in volume, $dV$, using the formula $dV = \left(\frac{dV}{dr}\right) \Delta r$ with $\Delta r = 0.03$ cm:

$dV = (324\pi) (\Delta r)$

$dV = (324\pi) (0.03)$

$dV = (324 \times 0.03) \pi$

$dV = 9.72 \pi$


Therefore, the approximate error in calculating the volume is $9.72 \pi$ cm3.



Exercise 6.4

Question 1. Using differentials, find the approximate value of each of the following up to 3 places of decimal.

(i) $\sqrt{25.3}$

(ii) $\sqrt{49.5}$

(iii) $\sqrt{0.6}$

(iv) $\left( 0.009 \right)^{\frac{1}{3}}$

(v) $\left( 0.999 \right)^{\frac{1}{10}}$

(vi) $\left( 15 \right)^{\frac{1}{4}}$

(vii) $\left( 26 \right)^{\frac{1}{3}}$

(viii) $\left( 255 \right)^{\frac{1}{4}}$

(ix) $\left( 82 \right)^{\frac{1}{4}}$

(x) $\left( 401 \right)^{\frac{1}{2}}$

(xi) $\left( 0.0037 \right)^{\frac{1}{2}}$

(xii) $\left( 26.57 \right)^{\frac{1}{3}}$

(xiii) $\left( 81.5 \right)^{\frac{1}{4}}$

(xiv) $\left( 3.968 \right)^{\frac{3}{2}}$

(xv) ($\left( 32.15 \right)^{\frac{1}{5}}$

Answer:

General Approach:

Let $y = f(x)$. We use the approximation $f(x + \Delta x) \approx f(x) + \Delta y$, where $\Delta y \approx dy = \left(\frac{dy}{dx}\right) \Delta x$.


(i) $\sqrt{25.3}$

Let $y = f(x) = \sqrt{x}$. Let $x=25$ and $\Delta x = 0.3$.

$f(x) = \sqrt{25} = 5$.

$\frac{dy}{dx} = \frac{1}{2\sqrt{x}}$.

At $x=25$, $\frac{dy}{dx} = \frac{1}{2\sqrt{25}} = \frac{1}{10} = 0.1$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = (0.1)(0.3) = 0.03$.

$\sqrt{25.3} \approx f(x) + dy = 5 + 0.03 = 5.03$.

Approximate value: 5.030.


(ii) $\sqrt{49.5}$

Let $y = f(x) = \sqrt{x}$. Let $x=49$ and $\Delta x = 0.5$.

$f(x) = \sqrt{49} = 7$.

$\frac{dy}{dx} = \frac{1}{2\sqrt{x}}$.

At $x=49$, $\frac{dy}{dx} = \frac{1}{2\sqrt{49}} = \frac{1}{14}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{14}\right)(0.5) = \frac{1}{28}$.

$\sqrt{49.5} \approx f(x) + dy = 7 + \frac{1}{28} \approx 7 + 0.0357...$

Approximate value: 7.036.


(iii) $\sqrt{0.6}$

Let $y = f(x) = \sqrt{x}$. Let $x=0.64$ and $\Delta x = 0.6 - 0.64 = -0.04$.

$f(x) = \sqrt{0.64} = 0.8$.

$\frac{dy}{dx} = \frac{1}{2\sqrt{x}}$.

At $x=0.64$, $\frac{dy}{dx} = \frac{1}{2\sqrt{0.64}} = \frac{1}{2(0.8)} = \frac{1}{1.6} = \frac{10}{16} = 0.625$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = (0.625)(-0.04) = -0.025$.

$\sqrt{0.6} \approx f(x) + dy = 0.8 - 0.025 = 0.775$.

Approximate value: 0.775.


(iv) $\left( 0.009 \right)^{\frac{1}{3}}$

Let $y = f(x) = x^{1/3}$. Let $x=0.008$ and $\Delta x = 0.009 - 0.008 = 0.001$.

$f(x) = (0.008)^{1/3} = 0.2$.

$\frac{dy}{dx} = \frac{1}{3}x^{-2/3} = \frac{1}{3x^{2/3}}$.

At $x=0.008$, $\frac{dy}{dx} = \frac{1}{3(0.008)^{2/3}} = \frac{1}{3(0.2)^2} = \frac{1}{3(0.04)} = \frac{1}{0.12} = \frac{100}{12} = \frac{25}{3}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{25}{3}\right)(0.001) = \frac{0.025}{3}$.

$(0.009)^{1/3} \approx f(x) + dy = 0.2 + \frac{0.025}{3} \approx 0.2 + 0.00833...$

Approximate value: 0.208.


(v) $\left( 0.999 \right)^{\frac{1}{10}}$

Let $y = f(x) = x^{1/10}$. Let $x=1$ and $\Delta x = 0.999 - 1 = -0.001$.

$f(x) = (1)^{1/10} = 1$.

$\frac{dy}{dx} = \frac{1}{10}x^{-9/10} = \frac{1}{10x^{9/10}}$.

At $x=1$, $\frac{dy}{dx} = \frac{1}{10(1)^{9/10}} = \frac{1}{10} = 0.1$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = (0.1)(-0.001) = -0.0001$.

$(0.999)^{1/10} \approx f(x) + dy = 1 - 0.0001 = 0.9999$.

Approximate value: 1.000 (rounded to 3 decimal places).


(vi) $\left( 15 \right)^{\frac{1}{4}}$

Let $y = f(x) = x^{1/4}$. Let $x=16$ and $\Delta x = 15 - 16 = -1$.

$f(x) = (16)^{1/4} = 2$.

$\frac{dy}{dx} = \frac{1}{4}x^{-3/4} = \frac{1}{4x^{3/4}}$.

At $x=16$, $\frac{dy}{dx} = \frac{1}{4(16)^{3/4}} = \frac{1}{4(2)^3} = \frac{1}{32}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{32}\right)(-1) = -\frac{1}{32}$.

$(15)^{1/4} \approx f(x) + dy = 2 - \frac{1}{32} = 2 - 0.03125 = 1.96875$.

Approximate value: 1.969.


(vii) $\left( 26 \right)^{\frac{1}{3}}$

Let $y = f(x) = x^{1/3}$. Let $x=27$ and $\Delta x = 26 - 27 = -1$.

$f(x) = (27)^{1/3} = 3$.

$\frac{dy}{dx} = \frac{1}{3x^{2/3}}$.

At $x=27$, $\frac{dy}{dx} = \frac{1}{3(27)^{2/3}} = \frac{1}{3(3)^2} = \frac{1}{27}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{27}\right)(-1) = -\frac{1}{27}$.

$(26)^{1/3} \approx f(x) + dy = 3 - \frac{1}{27} \approx 3 - 0.037037... = 2.96296...$

Approximate value: 2.963.


(viii) $\left( 255 \right)^{\frac{1}{4}}$

Let $y = f(x) = x^{1/4}$. Let $x=256$ and $\Delta x = 255 - 256 = -1$.

$f(x) = (256)^{1/4} = 4$.

$\frac{dy}{dx} = \frac{1}{4x^{3/4}}$.

At $x=256$, $\frac{dy}{dx} = \frac{1}{4(256)^{3/4}} = \frac{1}{4(4)^3} = \frac{1}{256}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{256}\right)(-1) = -\frac{1}{256}$.

$(255)^{1/4} \approx f(x) + dy = 4 - \frac{1}{256} \approx 4 - 0.003906... = 3.99609...$

Approximate value: 3.996.


(ix) $\left( 82 \right)^{\frac{1}{4}}$

Let $y = f(x) = x^{1/4}$. Let $x=81$ and $\Delta x = 82 - 81 = 1$.

$f(x) = (81)^{1/4} = 3$.

$\frac{dy}{dx} = \frac{1}{4x^{3/4}}$.

At $x=81$, $\frac{dy}{dx} = \frac{1}{4(81)^{3/4}} = \frac{1}{4(3)^3} = \frac{1}{108}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{108}\right)(1) = \frac{1}{108}$.

$(82)^{1/4} \approx f(x) + dy = 3 + \frac{1}{108} \approx 3 + 0.009259... = 3.009259...$

Approximate value: 3.009.


(x) $\left( 401 \right)^{\frac{1}{2}}$

Let $y = f(x) = \sqrt{x}$. Let $x=400$ and $\Delta x = 401 - 400 = 1$.

$f(x) = \sqrt{400} = 20$.

$\frac{dy}{dx} = \frac{1}{2\sqrt{x}}$.

At $x=400$, $\frac{dy}{dx} = \frac{1}{2\sqrt{400}} = \frac{1}{40} = 0.025$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = (0.025)(1) = 0.025$.

$\sqrt{401} \approx f(x) + dy = 20 + 0.025 = 20.025$.

Approximate value: 20.025.


(xi) $\left( 0.0037 \right)^{\frac{1}{2}}$

Let $y = f(x) = \sqrt{x}$. Let $x=0.0036$ and $\Delta x = 0.0037 - 0.0036 = 0.0001$.

$f(x) = \sqrt{0.0036} = 0.06$.

$\frac{dy}{dx} = \frac{1}{2\sqrt{x}}$.

At $x=0.0036$, $\frac{dy}{dx} = \frac{1}{2\sqrt{0.0036}} = \frac{1}{2(0.06)} = \frac{1}{0.12} = \frac{100}{12} = \frac{25}{3}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{25}{3}\right)(0.0001) = \frac{0.0025}{3}$.

$\sqrt{0.0037} \approx f(x) + dy = 0.06 + \frac{0.0025}{3} \approx 0.06 + 0.000833... = 0.060833...$

Approximate value: 0.061.


(xii) $\left( 26.57 \right)^{\frac{1}{3}}$

Let $y = f(x) = x^{1/3}$. Let $x=27$ and $\Delta x = 26.57 - 27 = -0.43$.

$f(x) = (27)^{1/3} = 3$.

$\frac{dy}{dx} = \frac{1}{3x^{2/3}}$.

At $x=27$, $\frac{dy}{dx} = \frac{1}{3(27)^{2/3}} = \frac{1}{27}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{27}\right)(-0.43) = -\frac{0.43}{27}$.

$(26.57)^{1/3} \approx f(x) + dy = 3 - \frac{0.43}{27} \approx 3 - 0.015925... = 2.98407...$

Approximate value: 2.984.


(xiii) $\left( 81.5 \right)^{\frac{1}{4}}$

Let $y = f(x) = x^{1/4}$. Let $x=81$ and $\Delta x = 81.5 - 81 = 0.5$.

$f(x) = (81)^{1/4} = 3$.

$\frac{dy}{dx} = \frac{1}{4x^{3/4}}$.

At $x=81$, $\frac{dy}{dx} = \frac{1}{4(81)^{3/4}} = \frac{1}{108}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{108}\right)(0.5) = \frac{1}{216}$.

$(81.5)^{1/4} \approx f(x) + dy = 3 + \frac{1}{216} \approx 3 + 0.004629... = 3.004629...$

Approximate value: 3.005.


(xiv) $\left( 3.968 \right)^{\frac{3}{2}}$

Let $y = f(x) = x^{3/2}$. Let $x=4$ and $\Delta x = 3.968 - 4 = -0.032$.

$f(x) = (4)^{3/2} = (4^{1/2})^3 = 2^3 = 8$.

$\frac{dy}{dx} = \frac{3}{2}x^{1/2} = \frac{3}{2}\sqrt{x}$.

At $x=4$, $\frac{dy}{dx} = \frac{3}{2}\sqrt{4} = \frac{3}{2}(2) = 3$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = (3)(-0.032) = -0.096$.

$(3.968)^{3/2} \approx f(x) + dy = 8 - 0.096 = 7.904$.

Approximate value: 7.904.


(xv) $\left( 32.15 \right)^{\frac{1}{5}}$

Let $y = f(x) = x^{1/5}$. Let $x=32$ and $\Delta x = 32.15 - 32 = 0.15$.

$f(x) = (32)^{1/5} = 2$.

$\frac{dy}{dx} = \frac{1}{5}x^{-4/5} = \frac{1}{5x^{4/5}}$.

At $x=32$, $\frac{dy}{dx} = \frac{1}{5(32)^{4/5}} = \frac{1}{5(2)^4} = \frac{1}{80}$.

$dy = \left(\frac{dy}{dx}\right) \Delta x = \left(\frac{1}{80}\right)(0.15) = \frac{0.15}{80} = \frac{15}{8000} = \frac{3}{1600}$.

$(32.15)^{1/5} \approx f(x) + dy = 2 + \frac{3}{1600} = 2 + 0.001875 = 2.001875$.

Approximate value: 2.002.

Question 2. Find the approximate value of f (2.01), where f (x) = 4x2 + 5x + 2.

Answer:

Given:

The function is $f(x) = 4x^2 + 5x + 2$.


To Find:

The approximate value of $f(2.01)$ using differentials.


Solution:

We want to approximate $f(2.01)$. Let's choose a value of $x$ close to 2.01 where $f(x)$ is easy to calculate.

Let $x = 2$.

The change in $x$ is $\Delta x = 2.01 - x = 2.01 - 2 = 0.01$.


Calculate the value of the function at $x=2$:

$f(2) = 4(2)^2 + 5(2) + 2$

$f(2) = 4(4) + 10 + 2$

$f(2) = 16 + 10 + 2 = 28$.


Now, find the derivative of the function $f(x)$:

$f'(x) = \frac{d}{dx}(4x^2 + 5x + 2)$

$f'(x) = 8x + 5$.


Evaluate the derivative at $x=2$:

$f'(2) = 8(2) + 5 = 16 + 5 = 21$.


The differential $\Delta y$ (or $df$) is approximated by $dy$, where:

$dy = f'(x) \Delta x$

$dy = f'(2) \times (0.01)$

$dy = 21 \times 0.01 = 0.21$.


The approximation formula using differentials is:

$f(x + \Delta x) \approx f(x) + dy$

$f(2.01) \approx f(2) + 0.21$

$f(2.01) \approx 28 + 0.21$

$f(2.01) \approx 28.21$.


Therefore, the approximate value of $f(2.01)$ is 28.21.

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

Answer:

Given:

The function is $f(x) = x^3 - 7x^2 + 15$.


To Find:

The approximate value of $f(5.001)$ using differentials.


Solution:

We want to approximate $f(5.001)$. Let's choose a value of $x$ close to 5.001 where $f(x)$ is easy to calculate.

Let $x = 5$.

The change in $x$ is $\Delta x = 5.001 - x = 5.001 - 5 = 0.001$.


Calculate the value of the function at $x=5$:

$f(5) = (5)^3 - 7(5)^2 + 15$

$f(5) = 125 - 7(25) + 15$

$f(5) = 125 - 175 + 15$

$f(5) = 140 - 175 = -35$.


Now, find the derivative of the function $f(x)$:

$f'(x) = \frac{d}{dx}(x^3 - 7x^2 + 15)$

$f'(x) = 3x^2 - 14x$.


Evaluate the derivative at $x=5$:

$f'(5) = 3(5)^2 - 14(5)$

$f'(5) = 3(25) - 70$

$f'(5) = 75 - 70 = 5$.


The differential $\Delta y$ (or $df$) is approximated by $dy$, where:

$dy = f'(x) \Delta x$

$dy = f'(5) \times (0.001)$

$dy = 5 \times 0.001 = 0.005$.


The approximation formula using differentials is:

$f(x + \Delta x) \approx f(x) + dy$

$f(5.001) \approx f(5) + 0.005$

$f(5.001) \approx -35 + 0.005$

$f(5.001) \approx -34.995$.


Therefore, the approximate value of $f(5.001)$ is -34.995.

Question 4. Find the approximate change in the volume V of a cube of side x metres caused by increasing the side by 1%.

Answer:

Given:

A cube with side length $x$ meters.

The side length is increased by 1%.


To Find:

The approximate change in the volume (V) of the cube using differentials.


Solution:

The volume V of a cube with side length $x$ is given by the formula:

$V = x^3$


The increase in the side length is 1% of $x$. Let $\Delta x$ be the change in the side length.

$\Delta x = 1\% \times x = \frac{1}{100} \times x = 0.01x$


We want to find the approximate change in volume, $\Delta V$. This can be approximated by the differential $dV$.

The formula for the differential $dV$ is given by:

$dV = \left(\frac{dV}{dx}\right) \Delta x$

First, find the derivative of the volume function $V = x^3$ with respect to $x$:

$\frac{dV}{dx} = \frac{d}{dx}(x^3) = 3x^2$


Now, substitute the derivative and the change $\Delta x$ into the formula for $dV$:

$dV = (3x^2) (\Delta x)$

$dV = (3x^2) (0.01x)$

$dV = 3 \times 0.01 \times x^2 \times x$

$dV = 0.03 x^3$


The approximate change in the volume of the cube is $dV = 0.03x^3$ cubic meters.

This means that increasing the side length by 1% causes an approximate increase in volume of $0.03x^3 \text{ m}^3$.

(Alternatively, since $V=x^3$, the approximate change is $0.03 V$. This represents a 3% approximate increase in volume.)

Question 5. Find the approximate change in the surface area of a cube of side x metres caused by decreasing the side by 1%.

Answer:

Given:

A cube with side length $x$ meters.

The side length is decreased by 1%.


To Find:

The approximate change in the surface area (S) of the cube using differentials.


Solution:

The surface area S of a cube with side length $x$ is given by the formula (since a cube has 6 square faces, each with area $x^2$):

$S = 6x^2$


The decrease in the side length is 1% of $x$. Let $\Delta x$ be the change in the side length.

Since it's a decrease, the change is negative:

$\Delta x = -1\% \times x = -\frac{1}{100} \times x = -0.01x$


We want to find the approximate change in surface area, $\Delta S$. This can be approximated by the differential $dS$.

The formula for the differential $dS$ is given by:

$dS = \left(\frac{dS}{dx}\right) \Delta x$

First, find the derivative of the surface area function $S = 6x^2$ with respect to $x$:

$\frac{dS}{dx} = \frac{d}{dx}(6x^2) = 6(2x) = 12x$


Now, substitute the derivative and the change $\Delta x$ into the formula for $dS$:

$dS = (12x) (\Delta x)$

$dS = (12x) (-0.01x)$

$dS = - (12 \times 0.01) \times x \times x$

$dS = -0.12 x^2$


The approximate change in the surface area of the cube is $dS = -0.12x^2$ square meters.

The negative sign indicates a decrease in the surface area.

Therefore, the approximate change (decrease) in surface area is $0.12x^2 \text{ m}^2$.

(Alternatively, since $S=6x^2$, the approximate change is $dS = -0.12x^2 = -\frac{0.12}{6} (6x^2) = -0.02 S$. This represents a 2% approximate decrease in surface area.)

Question 6. If the radius of a sphere is measured as 7 m with an error of 0.02 m, then find the approximate error in calculating its volume.

Answer:

Given:

Measured radius of the sphere, $r = 7$ m.

Error in measuring the radius, $\Delta r = 0.02$ m.


To Find:

The approximate error in calculating the volume (V) of the sphere.


Solution:

The volume V of a sphere with radius $r$ is given by the formula:

$V = \frac{4}{3}\pi r^3$


We need to find the approximate error in volume, $\Delta V$. This can be approximated by the differential $dV$.

The formula for the differential $dV$ is:

$dV = \left(\frac{dV}{dr}\right) \Delta r$

First, find the derivative of the volume function $V$ with respect to the radius $r$:

$\frac{dV}{dr} = \frac{d}{dr}\left(\frac{4}{3}\pi r^3\right)$

$\frac{dV}{dr} = \frac{4}{3}\pi (3r^2)$

$\frac{dV}{dr} = 4\pi r^2$


Now, evaluate the derivative at the measured radius $r = 7$ m:

$\frac{dV}{dr}\Big|_{r=7} = 4\pi (7)^2$

$\frac{dV}{dr}\Big|_{r=7} = 4\pi (49)$

$\frac{dV}{dr}\Big|_{r=7} = 196\pi$


Calculate the approximate error in volume, $dV$, using the formula $dV = \left(\frac{dV}{dr}\right) \Delta r$ with $\Delta r = 0.02$ m:

$dV = (196\pi) (\Delta r)$

$dV = (196\pi) (0.02)$

$dV = (196 \times 0.02) \pi$

$dV = 3.92 \pi$


Therefore, the approximate error in calculating the volume is $3.92 \pi$ m3.

Question 7. If the radius of a sphere is measured as 9 m with an error of 0.03 m, then find the approximate error in calculating its surface area.

Answer:

Given:

Measured radius of the sphere, $r = 9$ m.

Error in measuring the radius, $\Delta r = 0.03$ m.


To Find:

The approximate error in calculating the surface area (S) of the sphere.


Solution:

The surface area S of a sphere with radius $r$ is given by the formula:

$S = 4\pi r^2$


We need to find the approximate error in surface area, $\Delta S$. This can be approximated by the differential $dS$.

The formula for the differential $dS$ is:

$dS = \left(\frac{dS}{dr}\right) \Delta r$

First, find the derivative of the surface area function $S$ with respect to the radius $r$:

$\frac{dS}{dr} = \frac{d}{dr}\left(4\pi r^2\right)$

$\frac{dS}{dr} = 4\pi (2r)$

$\frac{dS}{dr} = 8\pi r$


Now, evaluate the derivative at the measured radius $r = 9$ m:

$\frac{dS}{dr}\Big|_{r=9} = 8\pi (9)$

$\frac{dS}{dr}\Big|_{r=9} = 72\pi$


Calculate the approximate error in surface area, $dS$, using the formula $dS = \left(\frac{dS}{dr}\right) \Delta r$ with $\Delta r = 0.03$ m:

$dS = (72\pi) (\Delta r)$

$dS = (72\pi) (0.03)$

$dS = (72 \times 0.03) \pi$

$dS = 2.16 \pi$


Therefore, the approximate error in calculating the surface area is $2.16 \pi$ m2.

Question 8. If f(x) = 3x2 + 15x + 5, then the approximate value of f (3.02) is

(A) 47.66

(B) 57.66

(C) 67.66

(D) 77.66

Answer:

Given:

The function is $f(x) = 3x^2 + 15x + 5$.


To Find:

The approximate value of $f(3.02)$ using differentials.


Solution:

We use the approximation formula $f(x + \Delta x) \approx f(x) + dy$, where $dy = f'(x) \Delta x$.

We want to approximate $f(3.02)$. Let $x = 3$.

Then $\Delta x = 3.02 - 3 = 0.02$.


Calculate the value of $f(x)$ at $x=3$:

$f(3) = 3(3)^2 + 15(3) + 5$

$f(3) = 3(9) + 45 + 5$

$f(3) = 27 + 45 + 5 = 77$.


Calculate the derivative $f'(x)$:

$f'(x) = \frac{d}{dx}(3x^2 + 15x + 5)$

$f'(x) = 6x + 15$.


Evaluate the derivative $f'(x)$ at $x=3$:

$f'(3) = 6(3) + 15 = 18 + 15 = 33$.


Calculate the differential $dy$:

$dy = f'(3) \Delta x$

$dy = 33 \times 0.02 = 0.66$.


Apply the approximation formula:

$f(3.02) \approx f(3) + dy$

$f(3.02) \approx 77 + 0.66$

$f(3.02) \approx 77.66$.


Comparing this result with the given options:

(A) 47.66

(B) 57.66

(C) 67.66

(D) 77.66

The calculated approximate value is 77.66, which matches option (D).

Hence, the correct answer is (D).

Question 9. The approximate change in the volume of a cube of side x metres caused by increasing the side by 3% is

(A) 0.06 x3 m3

(B) 0.6 x3 m3

(C) 0.09 x3 m3

(D) 0.9 x3 m3

Answer:

Given:

A cube with side length $x$ meters.

The side length is increased by 3%.


To Find:

The approximate change in the volume (V) of the cube using differentials.


Solution:

The volume V of a cube with side length $x$ is given by the formula:

$V = x^3$


The increase in the side length is 3% of $x$. Let $\Delta x$ be the change in the side length.

$\Delta x = 3\% \times x = \frac{3}{100} \times x = 0.03x$


We want to find the approximate change in volume, $\Delta V$. This can be approximated by the differential $dV$.

The formula for the differential $dV$ is given by:

$dV = \left(\frac{dV}{dx}\right) \Delta x$

First, find the derivative of the volume function $V = x^3$ with respect to $x$:

$\frac{dV}{dx} = \frac{d}{dx}(x^3) = 3x^2$


Now, substitute the derivative and the change $\Delta x$ into the formula for $dV$:

$dV = (3x^2) (\Delta x)$

$dV = (3x^2) (0.03x)$

$dV = 3 \times 0.03 \times x^2 \times x$

$dV = 0.09 x^3$


The approximate change in the volume of the cube is $dV = 0.09x^3$ cubic meters.

Comparing this result with the given options:

(A) 0.06 x3 m3

(B) 0.6 x3 m3

(C) 0.09 x3 m3

(D) 0.9 x3 m3

The calculated approximate change in volume is $0.09 x^3$ m3, which matches option (C).

Hence, the correct answer is (C).



Example 26 to 41 (Before Exercise 6.5)

Example 26: Find the maximum and the minimum values, if any, of the function f given by

f(x) = x2, x ∈ R.

Answer:

Given:

The function is $f(x) = x^2$, where the domain is all real numbers ($x \in \mathbf{R}$).


To Find:

The maximum and minimum values of the function $f(x)$, if they exist.


Solution:

Consider the function $f(x) = x^2$.

Minimum Value:

We know that the square of any real number is always non-negative.

That is, $x^2 \ge 0$ for all $x \in \mathbf{R}$.

The smallest possible value of $x^2$ occurs when $x=0$.

At $x=0$, $f(0) = (0)^2 = 0$.

Since $f(x) = x^2 \ge 0$ for all $x \in \mathbf{R}$, the minimum value of the function is 0, and it is attained at $x=0$.


Maximum Value:

As the value of $x$ increases without bound (approaches $\infty$) or decreases without bound (approaches $-\infty$), the value of $x^2$ also increases without bound.

For example, if we take $x = 10$, $f(10) = 100$. If we take $x = 100$, $f(100) = 10000$. If we take $x = -10$, $f(-10) = 100$. If we take $x = -100$, $f(-100) = 10000$.

We can always find a value of $x$ such that $f(x)$ is greater than any given large number.

Therefore, the function $f(x) = x^2$ does not have a maximum value on the set of real numbers.


Conclusion:

The function $f(x) = x^2$ has a minimum value of 0 at $x = 0$.

The function $f(x) = x^2$ has no maximum value.

Example 27: Find the maximum and minimum values of f , if any, of the function given by f(x) = | x | , x ∈ R.

Answer:

Given:

The function is $f(x) = |x|$, where the domain is all real numbers ($x \in \mathbf{R}$).


To Find:

The maximum and minimum values of the function $f(x)$, if they exist.


Solution:

Consider the function $f(x) = |x|$. The absolute value of a number is its distance from zero, which is always non-negative.

Minimum Value:

By definition of the absolute value:

$f(x) = |x| = \begin{cases} x & \text{, if } x \ge 0 \\ -x & \text{, if } x < 0 \end{cases}$

If $x \ge 0$, then $f(x) = x \ge 0$.

If $x < 0$, then $-x > 0$, so $f(x) = -x > 0$.

In all cases, $f(x) = |x| \ge 0$ for all $x \in \mathbf{R}$.

The smallest possible value of $|x|$ occurs when $x=0$.

At $x=0$, $f(0) = |0| = 0$.

Since $f(x) = |x| \ge 0$ for all $x \in \mathbf{R}$, the minimum value of the function is 0, and it is attained at $x=0$.


Maximum Value:

As the value of $x$ increases towards $\infty$, the value of $|x| = x$ also increases towards $\infty$.

As the value of $x$ decreases towards $-\infty$, the value of $|x| = -x$ increases towards $\infty$.

For example, if $x = 10$, $f(10) = |10| = 10$. If $x = -100$, $f(-100) = |-100| = 100$.

We can always find a value of $x$ such that $f(x) = |x|$ is greater than any given large number.

Therefore, the function $f(x) = |x|$ does not have a maximum value on the set of real numbers.


Conclusion:

The function $f(x) = |x|$ has a minimum value of 0 at $x = 0$.

The function $f(x) = |x|$ has no maximum value.

Example 28: Find the maximum and the minimum values, if any, of the function given by

f (x) = x , x ∈ (0, 1).

Answer:

Given:

The function is $f(x) = x$.

The domain of the function is the open interval $(0, 1)$, which means $0 < x < 1$.


To Find:

The maximum and minimum values of the function $f(x)$ on the interval $(0, 1)$, if they exist.


Solution:

Consider the function $f(x) = x$ defined on the open interval $(0, 1)$.

Minimum Value:

As $x$ takes values closer and closer to 0 from the right side (e.g., 0.1, 0.01, 0.001, ...), the value of $f(x) = x$ also gets closer and closer to 0.

However, since the interval is open, $x$ can never be exactly 0. For any value $c > 0$ (no matter how small), we can always find an $x$ in the interval $(0, 1)$ such that $0 < x < c$. For example, $x = c/2$.

This means that $f(x)$ can be made arbitrarily close to 0, but it never actually reaches 0 within the domain $(0, 1)$.

Therefore, the function $f(x) = x$ has no minimum value in the interval $(0, 1)$. The greatest lower bound (infimum) is 0, but it is not attained.


Maximum Value:

Similarly, as $x$ takes values closer and closer to 1 from the left side (e.g., 0.9, 0.99, 0.999, ...), the value of $f(x) = x$ also gets closer and closer to 1.

However, since the interval is open, $x$ can never be exactly 1. For any value $c < 1$ (no matter how close to 1), we can always find an $x$ in the interval $(0, 1)$ such that $c < x < 1$. For example, $x = (c+1)/2$.

This means that $f(x)$ can be made arbitrarily close to 1, but it never actually reaches 1 within the domain $(0, 1)$.

Therefore, the function $f(x) = x$ has no maximum value in the interval $(0, 1)$. The least upper bound (supremum) is 1, but it is not attained.


Conclusion:

The function $f(x) = x$ defined on the interval $(0, 1)$ has neither a maximum value nor a minimum value.

Example 29: Find all points of local maxima and local minima of the function f given by

f(x) = x3 – 3x + 3.

Answer:

Given:

The function is $f(x) = x^3 - 3x + 3$.


To Find:

All points of local maxima and local minima of the function $f(x)$.


Solution:

To find the points of local maxima and minima, we first find the critical points by finding the first derivative and setting it to zero.

Step 1: Find the first derivative, $f'(x)$.

$f'(x) = \frac{d}{dx}(x^3 - 3x + 3)$

$f'(x) = 3x^2 - 3$


Step 2: Find the critical points.

Set $f'(x) = 0$ and solve for $x$.

$3x^2 - 3 = 0$

$3(x^2 - 1) = 0$

$x^2 - 1 = 0$

$(x - 1)(x + 1) = 0$

The critical points are $x = 1$ and $x = -1$.


Step 3: Use the Second Derivative Test to classify the critical points.

Find the second derivative, $f''(x)$.

$f''(x) = \frac{d}{dx}(3x^2 - 3)$

$f''(x) = 6x$

Now, evaluate $f''(x)$ at each critical point:

  • At $x = 1$:

    $f''(1) = 6(1) = 6$.

    Since $f''(1) > 0$, the function $f(x)$ has a local minimum at $x = 1$.

    The value of the local minimum is $f(1) = (1)^3 - 3(1) + 3 = 1 - 3 + 3 = 1$.

    So, the point of local minimum is $(1, 1)$.

  • At $x = -1$:

    $f''(-1) = 6(-1) = -6$.

    Since $f''(-1) < 0$, the function $f(x)$ has a local maximum at $x = -1$.

    The value of the local maximum is $f(-1) = (-1)^3 - 3(-1) + 3 = -1 + 3 + 3 = 5$.

    So, the point of local maximum is $(-1, 5)$.


Conclusion:

The function $f(x) = x^3 - 3x + 3$ has:

A point of local maximum at $x = -1$ (the point is $(-1, 5)$ and the local maximum value is 5).

A point of local minimum at $x = 1$ (the point is $(1, 1)$ and the local minimum value is 1).

Example 30: Find all the points of local maxima and local minima of the function f given by

f(x) = 2x3 – 6x2 + 6x +5.

Answer:

Given:

The function is $f(x) = 2x^3 - 6x^2 + 6x + 5$.


To Find:

All points of local maxima and local minima of the function $f(x)$.


Solution:

To find the points of local maxima and minima, we first find the critical points by finding the first derivative and setting it to zero.

Step 1: Find the first derivative, $f'(x)$.

$f'(x) = \frac{d}{dx}(2x^3 - 6x^2 + 6x + 5)$

$f'(x) = 6x^2 - 12x + 6$


Step 2: Find the critical points.

Set $f'(x) = 0$ and solve for $x$.

$6x^2 - 12x + 6 = 0$

Divide the equation by 6:

$x^2 - 2x + 1 = 0$

Factor the quadratic expression:

$(x - 1)^2 = 0$

This gives $x = 1$ as the only critical point.


Step 3: Use the Second Derivative Test (or First Derivative Test) to classify the critical point.

Find the second derivative, $f''(x)$.

$f''(x) = \frac{d}{dx}(6x^2 - 12x + 6)$

$f''(x) = 12x - 12$

Now, evaluate $f''(x)$ at the critical point $x = 1$:

$f''(1) = 12(1) - 12 = 0$.

Since $f''(1) = 0$, the Second Derivative Test fails. We must use the First Derivative Test.


First Derivative Test:

We examine the sign of $f'(x) = 6x^2 - 12x + 6 = 6(x-1)^2$ around the critical point $x=1$.

  • For $x < 1$: Choose a value slightly less than 1, say $x=0$.

    $f'(0) = 6(0-1)^2 = 6(1) = 6 > 0$.

  • For $x > 1$: Choose a value slightly greater than 1, say $x=2$.

    $f'(2) = 6(2-1)^2 = 6(1)^2 = 6 > 0$.

Since the sign of $f'(x)$ does not change as $x$ passes through the critical point $x=1$ (it is positive on both sides), the point $x=1$ is neither a local maximum nor a local minimum.

Such a point, where the derivative is zero but does not change sign, is called a point of inflection.


Conclusion:

The function $f(x) = 2x^3 - 6x^2 + 6x + 5$ has no points of local maxima or local minima.

The point $x=1$ is a point of inflection.

Example 31: Find local minimum value of the function f given by f (x) = 3 + |x| , x ∈ R.

Answer:

Given:

The function is $f(x) = 3 + |x|$, where the domain is all real numbers ($x \in \mathbf{R}$).


To Find:

The local minimum value of the function $f(x)$.


Solution:

Consider the function $f(x) = 3 + |x|$.

We know that the absolute value function $|x|$ has the property:

$|x| \ge 0$ for all $x \in \mathbf{R}$.

The minimum value of $|x|$ is 0, which occurs when $x=0$.


Adding 3 to both sides of the inequality $|x| \ge 0$:

$3 + |x| \ge 3 + 0$

$f(x) \ge 3$ for all $x \in \mathbf{R}$.


This means that the value of the function $f(x)$ is always greater than or equal to 3.

The smallest value the function can attain is 3.

This minimum value is attained when $|x|$ is minimum, i.e., when $x=0$.

Let's calculate $f(0)$:

$f(0) = 3 + |0| = 3 + 0 = 3$.


Since $f(x) \ge f(0)$ for all $x \in \mathbf{R}$ (and thus for all $x$ in any open interval containing 0), the function $f(x)$ has a local minimum at $x=0$.

The value of this local minimum is $f(0) = 3$.

(Note: $f(x)$ is not differentiable at $x=0$, which is a critical point where the minimum occurs.)


Conclusion:

The local minimum value of the function $f(x) = 3 + |x|$ is 3, which occurs at $x=0$.

Example 32: Find local maximum and local minimum values of the function f given by

f (x) = 3x4 + 4x3 – 12x2 + 12

Answer:

Given:

The function is $f(x) = 3x^4 + 4x^3 - 12x^2 + 12$.


To Find:

The local maximum and local minimum values of the function $f(x)$.


Solution:

To find the local maximum and minimum values, we use the first and second derivative tests.

Step 1: Find the first derivative, $f'(x)$.

$f'(x) = \frac{d}{dx}(3x^4 + 4x^3 - 12x^2 + 12)$

$f'(x) = 12x^3 + 12x^2 - 24x$


Step 2: Find the critical points.

Set $f'(x) = 0$ and solve for $x$.

$12x^3 + 12x^2 - 24x = 0$

Factor out $12x$:

$12x(x^2 + x - 2) = 0$

Factor the quadratic expression:

$12x(x+2)(x-1) = 0$

The critical points are $x = 0$, $x = -2$, and $x = 1$.


Step 3: Find the second derivative, $f''(x)$.

$f''(x) = \frac{d}{dx}(12x^3 + 12x^2 - 24x)$

$f''(x) = 36x^2 + 24x - 24$


Step 4: Use the Second Derivative Test to classify the critical points.

Evaluate $f''(x)$ at each critical point:

  • At $x = 0$:

    $f''(0) = 36(0)^2 + 24(0) - 24 = -24$.

    Since $f''(0) < 0$, the function $f(x)$ has a local maximum at $x = 0$.

  • At $x = 1$:

    $f''(1) = 36(1)^2 + 24(1) - 24 = 36 + 24 - 24 = 36$.

    Since $f''(1) > 0$, the function $f(x)$ has a local minimum at $x = 1$.

  • At $x = -2$:

    $f''(-2) = 36(-2)^2 + 24(-2) - 24 = 36(4) - 48 - 24 = 144 - 72 = 72$.

    Since $f''(-2) > 0$, the function $f(x)$ has a local minimum at $x = -2$.


Step 5: Calculate the local maximum and minimum values.

  • Local maximum value at $x = 0$:

    $f(0) = 3(0)^4 + 4(0)^3 - 12(0)^2 + 12 = 0 + 0 - 0 + 12 = 12$.

  • Local minimum value at $x = 1$:

    $f(1) = 3(1)^4 + 4(1)^3 - 12(1)^2 + 12 = 3 + 4 - 12 + 12 = 7$.

  • Local minimum value at $x = -2$:

    $f(-2) = 3(-2)^4 + 4(-2)^3 - 12(-2)^2 + 12$

    $f(-2) = 3(16) + 4(-8) - 12(4) + 12$

    $f(-2) = 48 - 32 - 48 + 12 = -20$.


Conclusion:

The function $f(x) = 3x^4 + 4x^3 - 12x^2 + 12$ has:

A local maximum value of 12 at $x = 0$.

A local minimum value of 7 at $x = 1$.

A local minimum value of -20 at $x = -2$.

Example 33: Find all the points of local maxima and local minima of the function f given by

f(x) = 2x3 – 6x2 + 6x + 5

Answer:

Given:

The function is $f(x) = 2x^3 - 6x^2 + 6x + 5$.


To Find:

All points of local maxima and local minima of the function $f(x)$.


Solution:

To find the points of local maxima and minima, we first find the critical points by finding the first derivative and setting it to zero.

Step 1: Find the first derivative, $f'(x)$.

$f'(x) = \frac{d}{dx}(2x^3 - 6x^2 + 6x + 5)$

$f'(x) = 6x^2 - 12x + 6$


Step 2: Find the critical points.

Set $f'(x) = 0$ and solve for $x$.

$6x^2 - 12x + 6 = 0$

Divide the equation by 6:

$x^2 - 2x + 1 = 0$

Factor the quadratic expression:

$(x - 1)^2 = 0$

This gives $x = 1$ as the only critical point.


Step 3: Use the Second Derivative Test (or First Derivative Test) to classify the critical point.

Find the second derivative, $f''(x)$.

$f''(x) = \frac{d}{dx}(6x^2 - 12x + 6)$

$f''(x) = 12x - 12$

Now, evaluate $f''(x)$ at the critical point $x = 1$:

$f''(1) = 12(1) - 12 = 0$.

Since $f''(1) = 0$, the Second Derivative Test fails. We must use the First Derivative Test.


First Derivative Test:

We examine the sign of $f'(x) = 6x^2 - 12x + 6 = 6(x-1)^2$ around the critical point $x=1$.

  • For $x < 1$: Choose a value slightly less than 1, say $x=0$.

    $f'(0) = 6(0-1)^2 = 6(1) = 6 > 0$.

  • For $x > 1$: Choose a value slightly greater than 1, say $x=2$.

    $f'(2) = 6(2-1)^2 = 6(1)^2 = 6 > 0$.

Since the sign of $f'(x)$ does not change as $x$ passes through the critical point $x=1$ (it is positive on both sides), the point $x=1$ is neither a local maximum nor a local minimum.

Such a point, where the derivative is zero but does not change sign, is called a point of inflection.


Conclusion:

The function $f(x) = 2x^3 - 6x^2 + 6x + 5$ has no points of local maxima or local minima.

The point $x=1$ is a point of inflection.

Example 34: Find two positive numbers whose sum is 15 and the sum of whose squares is minimum.

Answer:

Given:

Two positive numbers, let them be $x$ and $y$.

Condition 1: The numbers are positive, i.e., $x > 0$ and $y > 0$.

Condition 2: The sum of the numbers is 15, i.e., $x + y = 15$.


To Find:

The values of $x$ and $y$ such that the sum of their squares, $S = x^2 + y^2$, is minimum.


Solution:

Let the two positive numbers be $x$ and $y$.

We are given $x > 0$, $y > 0$ and $x + y = 15$.

We want to minimize the sum of squares, $S = x^2 + y^2$.

From the constraint $x + y = 15$, we can express $y$ in terms of $x$:

$y = 15 - x$.

Substitute this into the expression for $S$ to get $S$ as a function of $x$:

$S(x) = x^2 + (15 - x)^2$

Expand the expression:

$S(x) = x^2 + (225 - 30x + x^2)$

$S(x) = 2x^2 - 30x + 225$.

Since $x > 0$ and $y = 15 - x > 0$, we have $0 < x < 15$. The domain for $x$ is the interval $(0, 15)$.


To find the minimum value of $S(x)$, we first find the critical points by calculating the first derivative and setting it to zero.

$S'(x) = \frac{d}{dx}(2x^2 - 30x + 225)$

$S'(x) = 4x - 30$.

Set $S'(x) = 0$:

$4x - 30 = 0$

$4x = 30$

$x = \frac{30}{4} = \frac{15}{2} = 7.5$.

The critical point $x = 7.5$ lies within the domain $(0, 15)$.


Now, we use the second derivative test to determine if this critical point corresponds to a minimum.

$S''(x) = \frac{d}{dx}(4x - 30)$

$S''(x) = 4$.

Evaluate the second derivative at the critical point $x = 7.5$:

$S''(7.5) = 4$.

Since $S''(7.5) = 4 > 0$, the function $S(x)$ has a local minimum at $x = 7.5$. As the second derivative is always positive, this local minimum is the absolute minimum value for $S(x)$ on the interval $(0, 15)$.


Now, find the value of $y$ when $x = 7.5$:

$y = 15 - x$

$y = 15 - 7.5 = 7.5$.

Both $x = 7.5$ and $y = 7.5$ are positive, satisfying the initial condition.


Therefore, the two positive numbers whose sum is 15 and the sum of whose squares is minimum are 7.5 and 7.5.

Example 35: Find the shortest distance of the point (0, c) from the parabola y = x2 , where $\frac{1}{2}$ ≤ c ≤ 5.

Answer:

Given:

The parabola $y = x^2$.

The point $P(0, c)$.

The constraint $\frac{1}{2} \le c \le 5$.


To Find:

The shortest distance between the point $P(0, c)$ and the parabola $y = x^2$.


Solution:

Let $Q(x, y)$ be any point on the parabola $y = x^2$. So, the coordinates of Q are $(x, x^2)$.

The distance $D$ between the point $P(0, c)$ and the point $Q(x, x^2)$ is given by the distance formula:

$D = \sqrt{(x - 0)^2 + (x^2 - c)^2}$

$D = \sqrt{x^2 + (x^2 - c)^2}$

Minimizing the distance $D$ is equivalent to minimizing the square of the distance, $S = D^2$.

$S(x) = x^2 + (x^2 - c)^2$

To find the minimum value of $S(x)$, we first find its critical points by calculating the derivative $S'(x)$ and setting it to zero.

$S'(x) = \frac{d}{dx} [x^2 + (x^2 - c)^2]$

$S'(x) = 2x + 2(x^2 - c) \cdot (2x)$

$S'(x) = 2x + 4x(x^2 - c)$

$S'(x) = 2x (1 + 2(x^2 - c))$

$S'(x) = 2x (1 + 2x^2 - 2c)$

Set $S'(x) = 0$:

$2x (2x^2 - 2c + 1) = 0$

This implies either $2x = 0$ or $2x^2 - 2c + 1 = 0$.

Case 1: $x = 0$.

Case 2: $2x^2 = 2c - 1 \implies x^2 = c - \frac{1}{2}$.

Since we are given $\frac{1}{2} \le c$, we have $c - \frac{1}{2} \ge 0$. Thus, $x^2 = c - \frac{1}{2}$ has real solutions $x = \pm \sqrt{c - \frac{1}{2}}$.

The critical points are $x = 0$ and $x = \pm \sqrt{c - \frac{1}{2}}$ (if $c \ge 1/2$).


Now, we use the second derivative test to classify these critical points.

$S''(x) = \frac{d}{dx}[4x^3 + (2 - 4c)x]$

$S''(x) = 12x^2 + 2 - 4c$

Evaluate $S''(x)$ at the critical points:

  • At $x = 0$: $S''(0) = 12(0)^2 + 2 - 4c = 2 - 4c$. Since $c \ge 1/2$, $4c \ge 2$, so $2 - 4c \le 0$. If $c > 1/2$, $S''(0) < 0$, indicating a local maximum at $x=0$. If $c = 1/2$, $S''(0) = 0$, the test is inconclusive. We check the first derivative $S'(x) = 2x(2x^2) = 4x^3$. Since $S'(x)$ changes from negative to positive at $x=0$, it's a local minimum when $c=1/2$.
  • At $x = \pm \sqrt{c - \frac{1}{2}}$ (when $c > 1/2$): $x^2 = c - \frac{1}{2}$. $S''\left(\pm \sqrt{c - \frac{1}{2}}\right) = 12\left(c - \frac{1}{2}\right) + 2 - 4c$ $S'' = 12c - 6 + 2 - 4c = 8c - 4$. Since $c > 1/2$, $8c > 4$, so $8c - 4 > 0$. This indicates local minima at $x = \pm \sqrt{c - \frac{1}{2}}$.

The minimum value of $S(x)$ occurs at the local minima.

If $c=1/2$, the minimum occurs at $x=0$. $S_{min} = S(0) = 0^2 + (0^2 - 1/2)^2 = (-1/2)^2 = 1/4$. The shortest distance is $D = \sqrt{1/4} = 1/2$.

If $c > 1/2$, the minimum occurs at $x = \pm \sqrt{c - \frac{1}{2}}$. Let's calculate $S$ at these points.

$S_{min} = x^2 + (x^2 - c)^2 = \left(c - \frac{1}{2}\right) + \left(\left(c - \frac{1}{2}\right) - c\right)^2$

$S_{min} = c - \frac{1}{2} + \left(-\frac{1}{2}\right)^2$

$S_{min} = c - \frac{1}{2} + \frac{1}{4}$

$S_{min} = c - \frac{1}{4}$.

The shortest distance is $D = \sqrt{c - \frac{1}{4}}$.

Note that this formula also works for $c=1/2$: $D = \sqrt{1/2 - 1/4} = \sqrt{1/4} = 1/2$.

The shortest distance depends only on $c$, and the condition $c \le 5$ doesn't change the method or the expression for the shortest distance, it just limits the possible values of the shortest distance.


Therefore, the shortest distance from the point $(0, c)$ to the parabola $y=x^2$ for $c \ge 1/2$ is $\sqrt{c - \frac{1}{4}}$.

Example 36: Let AP and BQ be two vertical poles at points A and B, respectively. If AP = 16 m, BQ = 22 m and AB = 20 m, then find the distance of a point R on AB from the point A such that RP2 + RQ2 is minimum

Answer:

Given:

Two vertical poles AP and BQ are located at points A and B respectively.

Height of pole AP = 16 m.

Height of pole BQ = 22 m.

Distance between the bases, AB = 20 m.

R is a point on the line segment AB.


To Find:

The distance of point R from point A (i.e., AR) such that the sum $RP^2 + RQ^2$ is minimum.


Solution:

Let's set up a coordinate system. Let point A be the origin (0, 0). Since AB lies along a straight line and AB = 20 m, the coordinates of point B are (20, 0).

Since AP is a vertical pole of height 16 m at A, the coordinates of point P are (0, 16).

Since BQ is a vertical pole of height 22 m at B, the coordinates of point Q are (20, 22).

Let R be a point on the line segment AB. Let the distance AR be $x$ meters. Since R lies on the line segment AB (which we've placed on the x-axis), the coordinates of R are (x, 0).

Since R lies on the segment AB, the possible values for $x$ are $0 \le x \le 20$.

The distance RB is AB - AR = $20 - x$ meters.

Now, we need to find the distances RP and RQ. We can use the distance formula between two points $(x_1, y_1)$ and $(x_2, y_2)$, which is $\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$. The square of the distance is $(x_2 - x_1)^2 + (y_2 - y_1)^2$.

Calculating $RP^2$ using R(x, 0) and P(0, 16):

$RP^2 = (x - 0)^2 + (0 - 16)^2$

$RP^2 = x^2 + (-16)^2$

$RP^2 = x^2 + 256$

Calculating $RQ^2$ using R(x, 0) and Q(20, 22):

$RQ^2 = (x - 20)^2 + (0 - 22)^2$

$RQ^2 = (x - 20)^2 + (-22)^2$

$RQ^2 = (x - 20)^2 + 484$

We want to minimize the sum $S = RP^2 + RQ^2$. Let $S(x)$ represent this sum as a function of $x$.

$S(x) = RP^2 + RQ^2$

$S(x) = (x^2 + 256) + ((x - 20)^2 + 484)$

Expand $(x - 20)^2 = x^2 - 40x + 400$.

$S(x) = x^2 + 256 + x^2 - 40x + 400 + 484$

$S(x) = 2x^2 - 40x + (256 + 400 + 484)$

$S(x) = 2x^2 - 40x + 1140$

To find the value of $x$ that minimizes $S(x)$, we can use calculus. We find the first derivative of $S(x)$ with respect to $x$ and set it equal to zero.

$S'(x) = \frac{d}{dx}(2x^2 - 40x + 1140)$

$S'(x) = 4x - 40$

Set $S'(x) = 0$ to find critical points:

$4x - 40 = 0$

$4x = 40$

$x = \frac{40}{4}$

$x = 10$

To determine if this critical point corresponds to a minimum, we use the second derivative test. Find the second derivative $S''(x)$.

$S''(x) = \frac{d}{dx}(4x - 40)$

$S''(x) = 4$

Since $S''(x) = 4$, which is positive, the function $S(x)$ has a local minimum at $x = 10$.

The value $x=10$ is within the valid range for R on AB, i.e., $0 \le 10 \le 20$. Thus, the minimum value of $RP^2 + RQ^2$ occurs when $x = 10$.

The distance of the point R from A is $AR = x$.

$AR = 10$ m.


Therefore, the distance of the point R on AB from the point A such that $RP^2 + RQ^2$ is minimum is 10 m.

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

Answer:

Given:

A trapezium with three sides of equal length, 10 cm each. Let these be the two non-parallel sides and one of the parallel sides (say, the shorter one).


To Find:

The maximum area of this trapezium.


Solution:

Let the trapezium be ABCD, where AB is parallel to DC.

Let AD = BC = DC = 10 cm (three equal sides).

Let AB be the longer parallel base.

Draw perpendiculars from D and C to the base AB, meeting AB at points P and Q respectively. Let the height of the trapezium be $h = DP = CQ$.

In $\triangle ADP$ and $\triangle BCQ$:

  • AD = BC = 10 cm (Given)
  • DP = CQ = $h$ (Height)
  • $\angle APD = \angle BQC = 90^\circ$ (Construction)

So, $\triangle ADP \cong \triangle BCQ$ by RHS congruence (or by Pythagoras theorem, $AP = BQ$). Let $AP = BQ = x$.

Also, PQCD is a rectangle, so PQ = DC = 10 cm.

The length of the longer base AB is $AB = AP + PQ + QB = x + 10 + x = 10 + 2x$.

Let $\theta$ be the angle that the non-parallel side AD makes with the base AP (i.e., $\angle DAP = \theta$). Similarly, $\angle CBQ = \theta$. For a non-degenerate trapezium, $0 < \theta \le \pi/2$.

In the right-angled triangle $\triangle ADP$:

$x = AP = AD \cos \theta = 10 \cos \theta$

$h = DP = AD \sin \theta = 10 \sin \theta$

The area of the trapezium ABCD, denoted by $A$, is given by:

$A = \frac{1}{2} \times (\text{Sum of parallel sides}) \times \text{Height}$

$A = \frac{1}{2} (DC + AB) \times h$

Substitute the expressions in terms of $\theta$:

$A(\theta) = \frac{1}{2} (10 + (10 + 2x)) \times h$

$A(\theta) = \frac{1}{2} (20 + 2x) h$

$A(\theta) = (10 + x) h$

Now substitute $x = 10 \cos \theta$ and $h = 10 \sin \theta$:

$A(\theta) = (10 + 10 \cos \theta) (10 \sin \theta)$

$A(\theta) = 10(1 + \cos \theta) \times 10 \sin \theta$

$A(\theta) = 100 (1 + \cos \theta) \sin \theta$

$A(\theta) = 100 (\sin \theta + \sin \theta \cos \theta)$

To find the maximum area, we need to find the value of $\theta$ for which $A(\theta)$ is maximum. We use calculus.

Differentiate $A(\theta)$ with respect to $\theta$:

$A'(\theta) = \frac{d}{d\theta} [100 (\sin \theta + \sin \theta \cos \theta)]

$A'(\theta) = 100 [\frac{d}{d\theta}(\sin \theta) + \frac{d}{d\theta}(\sin \theta \cos \theta)]$

Using the product rule for the second term: $\frac{d}{d\theta}(\sin \theta \cos \theta) = (\cos \theta)(\cos \theta) + (\sin \theta)(-\sin \theta) = \cos^2 \theta - \sin^2 \theta = \cos(2\theta)$.

$A'(\theta) = 100 [\cos \theta + \cos^2 \theta - \sin^2 \theta]$

Using the identity $\sin^2 \theta = 1 - \cos^2 \theta$:

$A'(\theta) = 100 [\cos \theta + \cos^2 \theta - (1 - \cos^2 \theta)]$

$A'(\theta) = 100 [\cos \theta + \cos^2 \theta - 1 + \cos^2 \theta]$

$A'(\theta) = 100 [2 \cos^2 \theta + \cos \theta - 1]$

Set $A'(\theta) = 0$ to find critical points:

$100 [2 \cos^2 \theta + \cos \theta - 1] = 0$

$2 \cos^2 \theta + \cos \theta - 1 = 0$

This is a quadratic equation in $\cos \theta$. Let $y = \cos \theta$.

$2y^2 + y - 1 = 0$

Factorizing the quadratic:

$(2y - 1)(y + 1) = 0$

So, $2y - 1 = 0$ or $y + 1 = 0$.

$y = 1/2$ or $y = -1$.

Substitute back $y = \cos \theta$:

$\cos \theta = 1/2$ or $\cos \theta = -1$.

Since $\theta$ is the angle in a right triangle formed by the height ($0 < \theta \le \pi/2$), $\cos \theta$ must be non-negative. Also, $\cos \theta = -1$ corresponds to $\theta = \pi$, which doesn't form a trapezium.

Thus, we consider $\cos \theta = 1/2$.

This gives $\theta = \pi/3$ or $60^\circ$.

Now, we use the second derivative test to confirm if this value gives a maximum.

$A''(\theta) = \frac{d}{d\theta} [100 (2 \cos^2 \theta + \cos \theta - 1)]$

$A''(\theta) = 100 [2 \cdot 2 \cos \theta (-\sin \theta) - \sin \theta]$

$A''(\theta) = 100 [-4 \cos \theta \sin \theta - \sin \theta]$

$A''(\theta) = -100 \sin \theta (4 \cos \theta + 1)$

Evaluate $A''(\theta)$ at $\theta = \pi/3$:

$\sin(\pi/3) = \frac{\sqrt{3}}{2}$

$\cos(\pi/3) = \frac{1}{2}$

$A''(\pi/3) = -100 \left(\frac{\sqrt{3}}{2}\right) \left(4 \left(\frac{1}{2}\right) + 1\right)$

$A''(\pi/3) = -50\sqrt{3} (2 + 1)$

$A''(\pi/3) = -50\sqrt{3} (3) = -150\sqrt{3}$

Since $A''(\pi/3) < 0$, the area $A(\theta)$ is maximum at $\theta = \pi/3$.

Now, calculate the maximum area by substituting $\theta = \pi/3$ into the area formula $A(\theta) = 100 (\sin \theta + \sin \theta \cos \theta)$.

$A_{max} = 100 \left(\sin\left(\frac{\pi}{3}\right) + \sin\left(\frac{\pi}{3}\right) \cos\left(\frac{\pi}{3}\right)\right)$

$A_{max} = 100 \left(\frac{\sqrt{3}}{2} + \left(\frac{\sqrt{3}}{2}\right) \left(\frac{1}{2}\right)\right)$

$A_{max} = 100 \left(\frac{\sqrt{3}}{2} + \frac{\sqrt{3}}{4}\right)$

$A_{max} = 100 \left(\frac{2\sqrt{3} + \sqrt{3}}{4}\right)$

$A_{max} = 100 \left(\frac{3\sqrt{3}}{4}\right)$

$A_{max} = \frac{300\sqrt{3}}{4}$

$A_{max} = 75\sqrt{3}$


The maximum area of the trapezium is $75\sqrt{3}$ cm$^2$.

Example 38: Prove that the radius of the right circular cylinder of greatest curved surface area which can be inscribed in a given cone is half of that of the cone.

Answer:

Given:

A right circular cone with fixed dimensions (let its radius be $R$ and height be $H$).

A right circular cylinder inscribed within this cone.


To Prove:

The radius of the inscribed cylinder with the greatest curved surface area is half the radius of the cone ($R/2$).


Solution:

Let the radius of the cone be $R$ and the height of the cone be $H$. These are constants.

Let the radius of the inscribed cylinder be $r$ and its height be $h$. These are variables.

Consider a vertical cross-section of the cone and the inscribed cylinder through the apex of the cone. This cross-section consists of an isosceles triangle (from the cone) with a rectangle (from the cylinder) inscribed in it.

Let the cone's apex be O, the center of its base be C, and a point on the circumference of the base be B. The triangle formed by the cross-section is $\triangle OAB$, where A is diametrically opposite to B. The height OC = $H$ and the radius CB = $R$. Consider the right-angled triangle $\triangle OCB$.

The inscribed cylinder has radius $r$ and height $h$. Let the top face of the cylinder intersect the slant height OB at point D. Let the point vertically below D on the base of the cone be E. Then DE is parallel to OC and DE = $h$. The radius of the cylinder is CE = $r$.

Consider the right-angled triangle $\triangle OCB$ and the smaller right-angled triangle $\triangle DEB$ (or the similar triangle above the cylinder with vertex O). Using similar triangles $\triangle OQC'$ and $\triangle OCB$, where Q is the center of the top face of the cylinder and C' is a point on the circumference of the top face (such that QC' = $r$), we have:

The height of the small cone above the cylinder is $H-h$. Its radius is $r$.

$\frac{\text{radius of small cone}}{\text{radius of large cone}} = \frac{\text{height of small cone}}{\text{height of large cone}}$

(By similar triangles)

$\frac{r}{R} = \frac{H-h}{H}$

We need to express the height $h$ of the cylinder in terms of its radius $r$ and the cone's dimensions $R, H$.

$rH = R(H-h)$

$rH = RH - Rh$

$Rh = RH - rH$

$h = \frac{RH - rH}{R} = H \left( 1 - \frac{r}{R} \right)$

... (i)

The curved surface area (CSA) of the cylinder is given by the formula $S = 2 \pi r h$.

Let $S(r)$ be the CSA as a function of the cylinder's radius $r$. Substitute the expression for $h$ from (i):

$S(r) = 2 \pi r \left[ H \left( 1 - \frac{r}{R} \right) \right]$

$S(r) = 2 \pi H \left( r - \frac{r^2}{R} \right)$

To find the radius $r$ that maximizes the CSA, we need to find the derivative of $S(r)$ with respect to $r$ and set it to zero.

$\frac{dS}{dr} = \frac{d}{dr} \left[ 2 \pi H \left( r - \frac{r^2}{R} \right) \right]$

$\frac{dS}{dr} = 2 \pi H \left[ \frac{d}{dr}(r) - \frac{d}{dr}\left(\frac{r^2}{R}\right) \right]$

$\frac{dS}{dr} = 2 \pi H \left( 1 - \frac{2r}{R} \right)$

Set the derivative equal to zero to find critical points:

$\frac{dS}{dr} = 0$

$2 \pi H \left( 1 - \frac{2r}{R} \right) = 0$

Since $H > 0$ (for a valid cone), $2 \pi H \neq 0$. Therefore:

$1 - \frac{2r}{R} = 0$

$1 = \frac{2r}{R}$

$R = 2r$

$r = \frac{R}{2}$

Now, we need to verify that this value of $r$ corresponds to a maximum CSA using the second derivative test.

$\frac{d^2S}{dr^2} = \frac{d}{dr} \left[ 2 \pi H \left( 1 - \frac{2r}{R} \right) \right]$

$\frac{d^2S}{dr^2} = 2 \pi H \left[ \frac{d}{dr}(1) - \frac{d}{dr}\left(\frac{2r}{R}\right) \right]$

$\frac{d^2S}{dr^2} = 2 \pi H \left( 0 - \frac{2}{R} \right)$

$\frac{d^2S}{dr^2} = - \frac{4 \pi H}{R}$

Since $R > 0$ and $H > 0$, the second derivative $\frac{d^2S}{dr^2}$ is always negative.

This indicates that the curved surface area $S(r)$ is maximum when $r = \frac{R}{2}$.


Hence, it is proved that the radius of the right circular cylinder of greatest curved surface area which can be inscribed in a given cone is half of that of the cone.

Example 39: Find the absolute maximum and minimum values of a function f given by

f (x) = 2x3 – 15x2 + 36x + 1 on the interval [1, 5].

Answer:

Given:

The function $f(x) = 2x^3 - 15x^2 + 36x + 1$.

The interval $[1, 5]$.


To Find:

The absolute maximum and absolute minimum values of the function $f(x)$ on the interval $[1, 5]$.


Solution:

We are given the function $f(x) = 2x^3 - 15x^2 + 36x + 1$.

To find the absolute maximum and minimum values on a closed interval, we need to evaluate the function at the critical points within the interval and at the endpoints of the interval.

Step 1: Find the critical points.

First, find the derivative of $f(x)$:

$f'(x) = \frac{d}{dx}(2x^3 - 15x^2 + 36x + 1)$

$f'(x) = 6x^2 - 30x + 36$

Next, set the derivative equal to zero to find the critical points:

$f'(x) = 0$

$6x^2 - 30x + 36 = 0$

Divide the equation by 6:

$x^2 - 5x + 6 = 0$

Factor the quadratic equation:

$(x - 2)(x - 3) = 0$

The critical points are $x = 2$ and $x = 3$.

Step 2: Check if critical points are within the interval $[1, 5]$.

Both critical points, $x = 2$ and $x = 3$, lie within the interval $[1, 5]$.

Step 3: Evaluate the function at the critical points and endpoints.

We need to evaluate $f(x)$ at $x = 1$, $x = 2$, $x = 3$, and $x = 5$.

At the endpoint $x = 1$:

$f(1) = 2(1)^3 - 15(1)^2 + 36(1) + 1 = 2 - 15 + 36 + 1 = 24$

At the critical point $x = 2$:

$f(2) = 2(2)^3 - 15(2)^2 + 36(2) + 1 = 2(8) - 15(4) + 72 + 1 = 16 - 60 + 72 + 1 = 29$

At the critical point $x = 3$:

$f(3) = 2(3)^3 - 15(3)^2 + 36(3) + 1 = 2(27) - 15(9) + 108 + 1 = 54 - 135 + 108 + 1 = 28$

At the endpoint $x = 5$:

$f(5) = 2(5)^3 - 15(5)^2 + 36(5) + 1 = 2(125) - 15(25) + 180 + 1 = 250 - 375 + 180 + 1 = 56$

Step 4: Determine the absolute maximum and minimum values.

Comparing the values calculated:

$f(1) = 24$

$f(2) = 29$

$f(3) = 28$

$f(5) = 56$

The largest value is 56, which occurs at $x = 5$.

The smallest value is 24, which occurs at $x = 1$.


Therefore, the absolute maximum value of the function $f(x)$ on the interval $[1, 5]$ is 56, and the absolute minimum value is 24.

Example 40: Find absolute maximum and minimum values of a function f given by

f(x) = $12x^{\frac{4}{3}}$ − $6x^{\frac{1}{3}}$ , x ∈ [-1, 1]

Answer:

Given:

The function $f(x) = 12x^{4/3} - 6x^{1/3}$.

The interval $x \in [-1, 1]$.


To Find:

The absolute maximum and absolute minimum values of the function $f(x)$ on the interval $[-1, 1]$.


Solution:

We are given the function $f(x) = 12x^{4/3} - 6x^{1/3}$.

To find the absolute maximum and minimum values on the closed interval $[-1, 1]$, we first find the critical points of $f(x)$ by calculating its derivative $f'(x)$.

$f'(x) = \frac{d}{dx} \left( 12x^{4/3} - 6x^{1/3} \right)$

$f'(x) = 12 \cdot \frac{4}{3} x^{(4/3 - 1)} - 6 \cdot \frac{1}{3} x^{(1/3 - 1)}$

$f'(x) = 16 x^{1/3} - 2 x^{-2/3}$

We can rewrite $f'(x)$ as:

$f'(x) = 16x^{1/3} - \frac{2}{x^{2/3}}$

$f'(x) = \frac{16x^{1/3} \cdot x^{2/3} - 2}{x^{2/3}}$

$f'(x) = \frac{16x - 2}{x^{2/3}}$

Critical points occur where $f'(x) = 0$ or where $f'(x)$ is undefined.

Set $f'(x) = 0$:

$\frac{16x - 2}{x^{2/3}} = 0$

This implies the numerator must be zero (provided the denominator is non-zero):

$16x - 2 = 0$

$16x = 2$

$x = \frac{2}{16} = \frac{1}{8}$

Now, find where $f'(x)$ is undefined. This occurs when the denominator is zero:

$x^{2/3} = 0$

This implies $x = 0$.

So, the critical points are $x = \frac{1}{8}$ and $x = 0$.

Both critical points $x = 0$ and $x = 1/8$ lie within the given interval $[-1, 1]$.

Now, we evaluate the function $f(x)$ at the critical points and the endpoints of the interval ($x = -1$ and $x = 1$).

At the endpoint $x = -1$:

$f(-1) = 12(-1)^{4/3} - 6(-1)^{1/3}$

$f(-1) = 12\left( ((-1)^4)^{1/3} \right) - 6(-1)$

$f(-1) = 12(1^{1/3}) + 6$

$f(-1) = 12(1) + 6 = 18$

At the critical point $x = 0$:

$f(0) = 12(0)^{4/3} - 6(0)^{1/3} = 12(0) - 6(0) = 0$

At the critical point $x = 1/8$:

$f(1/8) = 12(1/8)^{4/3} - 6(1/8)^{1/3}$

$f(1/8) = 12\left( (1/8)^{1/3} \right)^4 - 6(1/2)$

$f(1/8) = 12(1/2)^4 - 3$

$f(1/8) = 12(1/16) - 3$

$f(1/8) = \frac{12}{16} - 3 = \frac{3}{4} - 3 = \frac{3 - 12}{4} = -\frac{9}{4}$

At the endpoint $x = 1$:

$f(1) = 12(1)^{4/3} - 6(1)^{1/3}$

$f(1) = 12(1) - 6(1) = 12 - 6 = 6$

Comparing the values obtained: $f(-1) = 18$, $f(0) = 0$, $f(1/8) = -9/4$, $f(1) = 6$.

The largest value is 18.

The smallest value is $-9/4$.


Therefore, the absolute maximum value of the function $f(x)$ on the interval $[-1, 1]$ is 18, which occurs at $x = -1$.

The absolute minimum value is -9/4, which occurs at $x = 1/8$.

Example 41: An Apache helicopter of enemy is flying along the curve given by y = x2 + 7. A soldier, placed at (3, 7), wants to shoot down the helicopter when it is nearest to him. Find the nearest distance.

Answer:

Given:

The path of the Apache helicopter is given by the curve $y = x^2 + 7$.

The position of the soldier is at the point $(3, 7)$.


To Find:

The nearest distance between the soldier and the helicopter.


Solution:

Let P$(x, y)$ be any point on the path of the helicopter. Since the path is given by $y = x^2 + 7$, the coordinates of P can be written as $(x, x^2 + 7)$.

Let S be the position of the soldier, S$(3, 7)$.

The distance between the soldier S and the helicopter at point P is given by the distance formula:

$D = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

$D = \sqrt{(x - 3)^2 + ((x^2 + 7) - 7)^2}$

$D = \sqrt{(x - 3)^2 + (x^2)^2}$

$D = \sqrt{x^2 - 6x + 9 + x^4}$

To find the nearest distance, we need to minimize the distance $D$. Minimizing $D$ is equivalent to minimizing $D^2$. Let $Z = D^2$.

$Z(x) = (x - 3)^2 + x^4$

$Z(x) = x^2 - 6x + 9 + x^4$

$Z(x) = x^4 + x^2 - 6x + 9$

To find the minimum value of $Z(x)$, we first find its derivative with respect to $x$ and set it to zero.

$Z'(x) = \frac{d}{dx} (x^4 + x^2 - 6x + 9)$

$Z'(x) = 4x^3 + 2x - 6$

Set $Z'(x) = 0$ to find critical points:

$4x^3 + 2x - 6 = 0$

Divide by 2:

$2x^3 + x - 3 = 0$

We can observe by inspection that $x = 1$ is a solution, since $2(1)^3 + (1) - 3 = 2 + 1 - 3 = 0$.

To check if there are other real roots, we can factor the cubic polynomial. Since $x=1$ is a root, $(x-1)$ is a factor.

$(x - 1)(2x^2 + 2x + 3) = 2x^3 + 2x^2 + 3x - 2x^2 - 2x - 3 = 2x^3 + x - 3$.

So, the equation becomes $(x - 1)(2x^2 + 2x + 3) = 0$.

This gives $x - 1 = 0 \implies x = 1$.

For the quadratic factor $2x^2 + 2x + 3 = 0$, we check the discriminant $\Delta = b^2 - 4ac$.

$\Delta = (2)^2 - 4(2)(3) = 4 - 24 = -20$.

Since the discriminant is negative ($\Delta < 0$), the quadratic equation $2x^2 + 2x + 3 = 0$ has no real roots.

Thus, the only real critical point is $x = 1$.

Now, we use the second derivative test to determine if $x = 1$ corresponds to a minimum distance.

$Z''(x) = \frac{d}{dx} (4x^3 + 2x - 6)$

$Z''(x) = 12x^2 + 2$

Evaluate $Z''(x)$ at $x = 1$:

$Z''(1) = 12(1)^2 + 2 = 12 + 2 = 14$.

Since $Z''(1) = 14 > 0$, the function $Z(x)$ has a local minimum at $x = 1$. As this is the only critical point, this corresponds to the absolute minimum value of $Z(x)$.

The minimum value of $Z = D^2$ occurs at $x = 1$.

$Z_{min} = (1)^4 + (1)^2 - 6(1) + 9 = 1 + 1 - 6 + 9 = 5$.

The nearest distance $D_{min}$ is the square root of $Z_{min}$.

$D_{min} = \sqrt{Z_{min}} = \sqrt{5}$.


Therefore, the nearest distance between the soldier and the helicopter is $\sqrt{5}$ units.



Exercise 6.5

Question 1. Find the maximum and minimum values, if any, of the following functions given by

(i) f (x) = (2x – 1)2 + 3

(ii) f(x) = 9x2 + 12x + 2

(iii) f(x) = – (x – 1)2 + 10

(iv) g(x) = x3 + 1

Answer:

(i) f(x) = (2x – 1)² + 3

We are given the function $f(x) = (2x - 1)^2 + 3$.

The term $(2x - 1)^2$ is the square of a real number. The square of any real number is always non-negative.

So, $(2x - 1)^2 \ge 0$ for all real $x$.

The minimum value of $(2x - 1)^2$ is 0, which occurs when $2x - 1 = 0$, or $x = 1/2$.

Therefore, the minimum value of $f(x) = (2x - 1)^2 + 3$ is $0 + 3 = 3$.

Since $(2x - 1)^2$ can be made arbitrarily large (e.g., as $x \to \infty$ or $x \to -\infty$), the value of $f(x)$ can also be made arbitrarily large.

Thus, the function $f(x)$ does not have a maximum value.

Minimum value = 3. No maximum value.


(ii) f(x) = 9x² + 12x + 2

We are given the function $f(x) = 9x^2 + 12x + 2$.

This is a quadratic function. We can find the minimum or maximum value by completing the square or using calculus.

Method 1: Completing the Square

$f(x) = 9(x^2 + \frac{12}{9}x) + 2$

$f(x) = 9(x^2 + \frac{4}{3}x) + 2$

$f(x) = 9\left(x^2 + \frac{4}{3}x + \left(\frac{2}{3}\right)^2 - \left(\frac{2}{3}\right)^2\right) + 2$

$f(x) = 9\left( \left(x + \frac{2}{3}\right)^2 - \frac{4}{9} \right) + 2$

$f(x) = 9\left(x + \frac{2}{3}\right)^2 - 9 \cdot \frac{4}{9} + 2$

$f(x) = 9\left(x + \frac{2}{3}\right)^2 - 4 + 2$

$f(x) = 9\left(x + \frac{2}{3}\right)^2 - 2$

Since $\left(x + \frac{2}{3}\right)^2 \ge 0$, the term $9\left(x + \frac{2}{3}\right)^2 \ge 0$.

The minimum value of $9\left(x + \frac{2}{3}\right)^2$ is 0, which occurs when $x + \frac{2}{3} = 0$, or $x = -2/3$.

Therefore, the minimum value of $f(x)$ is $0 - 2 = -2$.

Since the term $9\left(x + \frac{2}{3}\right)^2$ can grow indefinitely, $f(x)$ can be made arbitrarily large.

Thus, the function $f(x)$ does not have a maximum value.

Method 2: Using Calculus

$f'(x) = \frac{d}{dx}(9x^2 + 12x + 2) = 18x + 12$.

Set $f'(x) = 0$: $18x + 12 = 0 \implies 18x = -12 \implies x = -12/18 = -2/3$.

$f''(x) = \frac{d}{dx}(18x + 12) = 18$.

Since $f''(x) = 18 > 0$, the function has a local minimum at $x = -2/3$. Since it's a parabola opening upwards, this is the absolute minimum.

Minimum value $f(-2/3) = 9(-2/3)^2 + 12(-2/3) + 2 = 9(4/9) - 8 + 2 = 4 - 8 + 2 = -2$.

Minimum value = -2. No maximum value.


(iii) f(x) = – (x – 1)² + 10

We are given the function $f(x) = -(x - 1)^2 + 10$.

The term $(x - 1)^2 \ge 0$ for all real $x$.

Therefore, $-(x - 1)^2 \le 0$. The maximum value of $-(x - 1)^2$ is 0, which occurs when $x - 1 = 0$, or $x = 1$.

The maximum value of $f(x) = -(x - 1)^2 + 10$ is $0 + 10 = 10$.

Since $(x - 1)^2$ can be made arbitrarily large, $-(x - 1)^2$ can be made arbitrarily negative (e.g., as $x \to \infty$ or $x \to -\infty$).

Thus, the function $f(x)$ does not have a minimum value.

Maximum value = 10. No minimum value.


(iv) g(x) = x³ + 1

We are given the function $g(x) = x^3 + 1$.

Consider the behavior of the function as $x$ approaches positive and negative infinity.

As $x \to \infty$, $x^3 \to \infty$, so $g(x) \to \infty$.

As $x \to -\infty$, $x^3 \to -\infty$, so $g(x) \to -\infty$.

Since the function can take arbitrarily large positive and negative values, it does not have an absolute maximum or an absolute minimum value.

Alternatively, using calculus:

$g'(x) = \frac{d}{dx}(x^3 + 1) = 3x^2$.

Set $g'(x) = 0$: $3x^2 = 0 \implies x = 0$.

$g''(x) = \frac{d}{dx}(3x^2) = 6x$.

$g''(0) = 6(0) = 0$. The second derivative test is inconclusive.

However, note that $g'(x) = 3x^2 \ge 0$ for all $x$. This means the function is always non-decreasing. It does not turn around to create a local maximum or minimum, except for the point of horizontal tangency at $x = 0$, which is an inflection point.

Neither a maximum value nor a minimum value exists.

Question 2. Find the maximum and minimum values, if any, of the following functions given by

(i) f(x) = |x + 2| – 1

(ii) g(x) = – |x + 1| + 3

(iii) h(x) = sin(2x) + 5

(iv) f(x) = |sin 4x + 3|

(v) h(x) = x + 1, x ∈ (– 1, 1)

Answer:

(i) f(x) = |x + 2| – 1

We know that the absolute value function $|y|$ is always non-negative, i.e., $|y| \ge 0$ for any real number $y$.

So, for our function, $|x + 2| \ge 0$ for all real $x$.

The minimum value of $|x + 2|$ is 0, which occurs when $x + 2 = 0$, or $x = -2$.

Now consider $f(x) = |x + 2| - 1$.

Since $|x + 2| \ge 0$, we have:

$f(x) = |x + 2| - 1 \ge 0 - 1$

$f(x) \ge -1$

The minimum value of $f(x)$ is -1, achieved at $x = -2$.

As $x$ becomes very large (positive or negative), $|x + 2|$ becomes arbitrarily large. Therefore, $f(x) = |x + 2| - 1$ can also become arbitrarily large.

Thus, the function has no maximum value.

Minimum value = -1. No maximum value.


(ii) g(x) = – |x + 1| + 3

We know that $|x + 1| \ge 0$ for all real $x$.

Multiplying by -1 reverses the inequality:

$-|x + 1| \le 0$

The maximum value of $-|x + 1|$ is 0, which occurs when $x + 1 = 0$, or $x = -1$.

Now consider $g(x) = -|x + 1| + 3$.

Since $-|x + 1| \le 0$, we have:

$g(x) = -|x + 1| + 3 \le 0 + 3$

$g(x) \le 3$

The maximum value of $g(x)$ is 3, achieved at $x = -1$.

As $x$ becomes very large (positive or negative), $|x + 1|$ becomes arbitrarily large, so $-|x + 1|$ becomes arbitrarily large negative.

Thus, $g(x) = -|x + 1| + 3$ can become arbitrarily large negative (approaches $-\infty$).

Therefore, the function has no minimum value.

Maximum value = 3. No minimum value.


(iii) h(x) = sin(2x) + 5

The range of the sine function, $\sin(\theta)$, is $[-1, 1]$.

This means that for any real number $x$, the value of $\sin(2x)$ must satisfy:

$-1 \le \sin(2x) \le 1$

To find the range of $h(x) = \sin(2x) + 5$, we add 5 to all parts of the inequality:

$-1 + 5 \le \sin(2x) + 5 \le 1 + 5$

$4 \le h(x) \le 6$

The minimum value of $h(x)$ is 4 (occurs when $\sin(2x) = -1$, e.g., when $2x = 3\pi/2 \implies x=3\pi/4$).

The maximum value of $h(x)$ is 6 (occurs when $\sin(2x) = 1$, e.g., when $2x = \pi/2 \implies x=\pi/4$).

Minimum value = 4. Maximum value = 6.


(iv) f(x) = |sin 4x + 3|

We know the range of the sine function:

$-1 \le \sin(4x) \le 1$

Add 3 to all parts of the inequality:

$-1 + 3 \le \sin(4x) + 3 \le 1 + 3$

$2 \le \sin(4x) + 3 \le 4$

Since the value of the expression $\sin(4x) + 3$ is always between 2 and 4, it is always positive.

Therefore, the absolute value function does not change the expression:

$f(x) = |\sin(4x) + 3| = \sin(4x) + 3$

So, the range of $f(x)$ is the same as the range of $\sin(4x) + 3$.

$2 \le f(x) \le 4$

The minimum value of $f(x)$ is 2 (occurs when $\sin(4x) = -1$).

The maximum value of $f(x)$ is 4 (occurs when $\sin(4x) = 1$).

Minimum value = 2. Maximum value = 4.


(v) h(x) = x + 1, x ∈ (– 1, 1)

The function is $h(x) = x + 1$.

The domain is the open interval $(-1, 1)$, which means $x$ can get arbitrarily close to -1 and 1, but $x$ cannot be equal to -1 or 1.

Consider the value of $h(x)$ as $x$ approaches the endpoints of the interval.

As $x$ approaches -1 (from the right side), $h(x)$ approaches $-1 + 1 = 0$. Since $x > -1$, $h(x) = x + 1 > -1 + 1 = 0$. So, $h(x)$ can get arbitrarily close to 0, but never reaches it.

As $x$ approaches 1 (from the left side), $h(x)$ approaches $1 + 1 = 2$. Since $x < 1$, $h(x) = x + 1 < 1 + 1 = 2$. So, $h(x)$ can get arbitrarily close to 2, but never reaches it.

The range of the function $h(x)$ on the interval $(-1, 1)$ is $(0, 2)$.

Since the interval for the range is open, the function does not attain a minimum value (it never reaches 0) and does not attain a maximum value (it never reaches 2).

Neither a maximum value nor a minimum value exists.

Question 3. Find the local maxima and local minima, if any, of the following functions. Find also the local maximum and the local minimum values, as the case may be:

(i) f(x) = x2

(ii) g(x) = x3 – 3x

(iii) h(x) = sin x + cos x, 0 < x < $\frac{\pi}{2}$.

(iv) f(x) = sin x – cos x, 0 < x < 2π

(v) f(x) = x3 – 6x2 + 9x + 15

(vi) g(x) = $\frac{x}{2} + \frac{2}{x}$, x > 0

(vii) g(x) = $\frac{1}{x^{2}+2}$

(viii) f(x) = x$\sqrt{1-x}$, 0 < x < 1

Answer:

(i) f(x) = x²

Find the first derivative:

$f'(x) = \frac{d}{dx}(x^2) = 2x$

Set $f'(x) = 0$ to find critical points:

$2x = 0 \implies x = 0$

Find the second derivative:

$f''(x) = \frac{d}{dx}(2x) = 2$

Evaluate $f''(x)$ at the critical point $x=0$:

$f''(0) = 2 > 0$

Since the second derivative is positive, $x=0$ is a point of local minimum.

The local minimum value is $f(0) = (0)^2 = 0$.

There is no point of local maximum.

Local Minimum Point: $x = 0$. Local Minimum Value = 0. No local maximum.


(ii) g(x) = x³ – 3x

Find the first derivative:

$g'(x) = \frac{d}{dx}(x^3 - 3x) = 3x^2 - 3$

Set $g'(x) = 0$ to find critical points:

$3x^2 - 3 = 0$

$3(x^2 - 1) = 0$

$x^2 = 1 \implies x = 1$ or $x = -1$

Find the second derivative:

$g''(x) = \frac{d}{dx}(3x^2 - 3) = 6x$

Evaluate $g''(x)$ at the critical points:

At $x = 1$: $g''(1) = 6(1) = 6 > 0$. This indicates a local minimum at $x=1$. The local minimum value is $g(1) = (1)^3 - 3(1) = 1 - 3 = -2$.

At $x = -1$: $g''(-1) = 6(-1) = -6 < 0$. This indicates a local maximum at $x=-1$. The local maximum value is $g(-1) = (-1)^3 - 3(-1) = -1 + 3 = 2$.

Local Minimum Point: $x = 1$. Local Minimum Value = -2.

Local Maximum Point: $x = -1$. Local Maximum Value = 2.


(iii) h(x) = sin x + cos x, 0 < x < $\frac{\pi}{2}$

Find the first derivative:

$h'(x) = \frac{d}{dx}(\sin x + \cos x) = \cos x - \sin x$

Set $h'(x) = 0$ to find critical points:

$\cos x - \sin x = 0$

$\cos x = \sin x$

Divide by $\cos x$ (which is non-zero in the interval $(0, \pi/2)$):

$\tan x = 1$

The solution in the interval $0 < x < \pi/2$ is $x = \frac{\pi}{4}$.

Find the second derivative:

$h''(x) = \frac{d}{dx}(\cos x - \sin x) = -\sin x - \cos x$

Evaluate $h''(x)$ at the critical point $x = \pi/4$:

$h''(\pi/4) = -\sin(\pi/4) - \cos(\pi/4) = -\frac{1}{\sqrt{2}} - \frac{1}{\sqrt{2}} = -\frac{2}{\sqrt{2}} = -\sqrt{2}$

Since $h''(\pi/4) < 0$, the function has a local maximum at $x = \pi/4$.

The local maximum value is $h(\pi/4) = \sin(\pi/4) + \cos(\pi/4) = \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}} = \frac{2}{\sqrt{2}} = \sqrt{2}$.

There is no local minimum in the given interval.

Local Maximum Point: $x = \pi/4$. Local Maximum Value = $\sqrt{2}$. No local minimum.


(iv) f(x) = sin x – cos x, 0 < x < 2π

Find the first derivative:

$f'(x) = \frac{d}{dx}(\sin x - \cos x) = \cos x - (-\sin x) = \cos x + \sin x$

Set $f'(x) = 0$ to find critical points:

$\cos x + \sin x = 0$

$\sin x = -\cos x$

$\tan x = -1$

The solutions for $\tan x = -1$ in the interval $0 < x < 2\pi$ are in the second and fourth quadrants. They are $x = \frac{3\pi}{4}$ and $x = \frac{7\pi}{4}$.

Find the second derivative:

$f''(x) = \frac{d}{dx}(\cos x + \sin x) = -\sin x + \cos x$

Evaluate $f''(x)$ at the critical points:

At $x = 3\pi/4$: $f''(3\pi/4) = -\sin(3\pi/4) + \cos(3\pi/4) = -\frac{1}{\sqrt{2}} + (-\frac{1}{\sqrt{2}}) = -\frac{2}{\sqrt{2}} = -\sqrt{2} < 0$. This indicates a local maximum at $x = 3\pi/4$.

The local maximum value is $f(3\pi/4) = \sin(3\pi/4) - \cos(3\pi/4) = \frac{1}{\sqrt{2}} - (-\frac{1}{\sqrt{2}}) = \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}} = \frac{2}{\sqrt{2}} = \sqrt{2}$.

At $x = 7\pi/4$: $f''(7\pi/4) = -\sin(7\pi/4) + \cos(7\pi/4) = -(-\frac{1}{\sqrt{2}}) + \frac{1}{\sqrt{2}} = \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}} = \frac{2}{\sqrt{2}} = \sqrt{2} > 0$. This indicates a local minimum at $x = 7\pi/4$.

The local minimum value is $f(7\pi/4) = \sin(7\pi/4) - \cos(7\pi/4) = -\frac{1}{\sqrt{2}} - \frac{1}{\sqrt{2}} = -\frac{2}{\sqrt{2}} = -\sqrt{2}$.

Local Maximum Point: $x = 3\pi/4$. Local Maximum Value = $\sqrt{2}$.

Local Minimum Point: $x = 7\pi/4$. Local Minimum Value = $-\sqrt{2}$.


(v) f(x) = x³ – 6x² + 9x + 15

Find the first derivative:

$f'(x) = \frac{d}{dx}(x^3 - 6x^2 + 9x + 15) = 3x^2 - 12x + 9$

Set $f'(x) = 0$ to find critical points:

$3x^2 - 12x + 9 = 0$

$3(x^2 - 4x + 3) = 0$

$x^2 - 4x + 3 = 0$

$(x - 1)(x - 3) = 0$

The critical points are $x = 1$ and $x = 3$.

Find the second derivative:

$f''(x) = \frac{d}{dx}(3x^2 - 12x + 9) = 6x - 12$

Evaluate $f''(x)$ at the critical points:

At $x = 1$: $f''(1) = 6(1) - 12 = 6 - 12 = -6 < 0$. This indicates a local maximum at $x = 1$. The local maximum value is $f(1) = (1)^3 - 6(1)^2 + 9(1) + 15 = 1 - 6 + 9 + 15 = 19$.

At $x = 3$: $f''(3) = 6(3) - 12 = 18 - 12 = 6 > 0$. This indicates a local minimum at $x = 3$. The local minimum value is $f(3) = (3)^3 - 6(3)^2 + 9(3) + 15 = 27 - 6(9) + 27 + 15 = 27 - 54 + 27 + 15 = 15$.

Local Maximum Point: $x = 1$. Local Maximum Value = 19.

Local Minimum Point: $x = 3$. Local Minimum Value = 15.


(vi) g(x) = $\frac{x}{2} + \frac{2}{x}$, x > 0

Find the first derivative:

$g'(x) = \frac{d}{dx}\left(\frac{x}{2} + 2x^{-1}\right) = \frac{1}{2} + 2(-1)x^{-2} = \frac{1}{2} - \frac{2}{x^2}$

Set $g'(x) = 0$ to find critical points:

$\frac{1}{2} - \frac{2}{x^2} = 0$

$\frac{1}{2} = \frac{2}{x^2}$

$x^2 = 4$

Since $x > 0$, the only critical point is $x = 2$.

Find the second derivative:

$g''(x) = \frac{d}{dx}\left(\frac{1}{2} - 2x^{-2}\right) = 0 - 2(-2)x^{-3} = 4x^{-3} = \frac{4}{x^3}$

Evaluate $g''(x)$ at the critical point $x = 2$:

$g''(2) = \frac{4}{(2)^3} = \frac{4}{8} = \frac{1}{2} > 0$.

Since the second derivative is positive, the function has a local minimum at $x = 2$.

The local minimum value is $g(2) = \frac{2}{2} + \frac{2}{2} = 1 + 1 = 2$.

There is no local maximum.

Local Minimum Point: $x = 2$. Local Minimum Value = 2. No local maximum.


(vii) g(x) = $\frac{1}{x^{2}+2}$

Find the first derivative using the chain rule or quotient rule. Let $g(x) = (x^2 + 2)^{-1}$.

$g'(x) = -1(x^2 + 2)^{-2} \cdot \frac{d}{dx}(x^2 + 2) = -(x^2 + 2)^{-2} (2x) = \frac{-2x}{(x^2 + 2)^2}$

Set $g'(x) = 0$ to find critical points:

$\frac{-2x}{(x^2 + 2)^2} = 0$

$-2x = 0 \implies x = 0$.

The denominator $(x^2 + 2)^2$ is never zero, so $x=0$ is the only critical point.

Find the second derivative using the quotient rule: $u = -2x, v = (x^2+2)^2$. $u' = -2, v' = 2(x^2+2)(2x) = 4x(x^2+2)$.

$g''(x) = \frac{v u' - u v'}{v^2} = \frac{(x^2 + 2)^2(-2) - (-2x)(4x(x^2+2))}{((x^2 + 2)^2)^2}$

$g''(x) = \frac{-2(x^2 + 2)^2 + 8x^2(x^2+2)}{(x^2 + 2)^4}$

Factor out $(x^2 + 2)$ from the numerator:

$g''(x) = \frac{(x^2 + 2)[-2(x^2 + 2) + 8x^2]}{(x^2 + 2)^4} = \frac{-2x^2 - 4 + 8x^2}{(x^2 + 2)^3} = \frac{6x^2 - 4}{(x^2 + 2)^3}$

Evaluate $g''(x)$ at the critical point $x = 0$:

$g''(0) = \frac{6(0)^2 - 4}{(0^2 + 2)^3} = \frac{-4}{(2)^3} = \frac{-4}{8} = -\frac{1}{2} < 0$.

Since the second derivative is negative, the function has a local maximum at $x = 0$.

The local maximum value is $g(0) = \frac{1}{0^2 + 2} = \frac{1}{2}$.

There is no local minimum.

Local Maximum Point: $x = 0$. Local Maximum Value = 1/2. No local minimum.


(viii) f(x) = x$\sqrt{1-x}$, 0 < x < 1

Find the first derivative using the product rule: $u = x, v = \sqrt{1-x} = (1-x)^{1/2}$.

$u' = 1$

$v' = \frac{1}{2}(1-x)^{-1/2}(-1) = -\frac{1}{2\sqrt{1-x}}$

$f'(x) = u'v + uv' = 1 \cdot \sqrt{1-x} + x \left(-\frac{1}{2\sqrt{1-x}}\right)$

$f'(x) = \sqrt{1-x} - \frac{x}{2\sqrt{1-x}}$

Combine terms with a common denominator $2\sqrt{1-x}$:

$f'(x) = \frac{\sqrt{1-x} \cdot 2\sqrt{1-x} - x}{2\sqrt{1-x}} = \frac{2(1-x) - x}{2\sqrt{1-x}} = \frac{2 - 2x - x}{2\sqrt{1-x}} = \frac{2 - 3x}{2\sqrt{1-x}}$

Set $f'(x) = 0$ to find critical points:

$\frac{2 - 3x}{2\sqrt{1-x}} = 0$

$2 - 3x = 0 \implies 3x = 2 \implies x = \frac{2}{3}$.

The critical point $x = 2/3$ is within the domain $0 < x < 1$. The derivative is undefined at $x=1$, but that is outside the domain.

We can use the first derivative test or the second derivative test. Let's use the first derivative test.

Consider the sign of $f'(x) = \frac{2 - 3x}{2\sqrt{1-x}}$ around $x = 2/3$. The denominator $2\sqrt{1-x}$ is positive for $0 < x < 1$. The sign depends on the numerator $2 - 3x$.

If $0 < x < 2/3$, let $x = 1/2$. $2 - 3(1/2) = 2 - 1.5 = 0.5 > 0$. So $f'(x) > 0$.

If $2/3 < x < 1$, let $x = 3/4$. $2 - 3(3/4) = 2 - 9/4 = (8-9)/4 = -1/4 < 0$. So $f'(x) < 0$.

Since $f'(x)$ changes sign from positive to negative at $x = 2/3$, the function has a local maximum at $x = 2/3$.

The local maximum value is $f(2/3) = \frac{2}{3} \sqrt{1 - \frac{2}{3}} = \frac{2}{3} \sqrt{\frac{1}{3}} = \frac{2}{3} \frac{1}{\sqrt{3}} = \frac{2}{3\sqrt{3}} = \frac{2\sqrt{3}}{9}$.

There is no local minimum in the given interval.

Local Maximum Point: $x = 2/3$. Local Maximum Value = $\frac{2\sqrt{3}}{9}$. No local minimum.

Question 4. Prove that the following functions do not have maxima or minima:

(i) f(x) = ex

(ii) g(x) = log x

(iii) h (x) = x3 + x2 + x + 1

Answer:

To prove that a function does not have local maxima or minima, we can show that its first derivative is never equal to zero or that it doesn't change sign.


(i) f(x) = ex

Proof:

The given function is $f(x) = e^x$.

Find the first derivative:

$f'(x) = \frac{d}{dx}(e^x) = e^x$

To find critical points, we set $f'(x) = 0$.

$e^x = 0$

The exponential function $e^x$ is always positive for all real values of $x$ ($e^x > 0$). Therefore, $e^x$ can never be equal to zero.

Since there are no critical points where the derivative is zero, and the derivative $f'(x) = e^x$ is always positive, the function $f(x)$ is strictly increasing for all $x$.

Thus, $f(x) = e^x$ does not have any local maximum or local minimum values.


(ii) g(x) = log x

Proof:

The given function is $g(x) = \log x$. The domain of this function is $x > 0$.

Find the first derivative:

$g'(x) = \frac{d}{dx}(\log x) = \frac{1}{x}$

To find critical points, we set $g'(x) = 0$.

$\frac{1}{x} = 0$

This equation has no solution for $x$.

Furthermore, the derivative $g'(x) = \frac{1}{x}$ is defined and positive for all $x$ in the domain $(0, \infty)$.

Since there are no critical points and the derivative $g'(x)$ is always positive in its domain, the function $g(x)$ is strictly increasing on its domain $(0, \infty)$.

Thus, $g(x) = \log x$ does not have any local maximum or local minimum values.


(iii) h(x) = x³ + x² + x + 1

Proof:

The given function is $h(x) = x^3 + x^2 + x + 1$.

Find the first derivative:

$h'(x) = \frac{d}{dx}(x^3 + x^2 + x + 1) = 3x^2 + 2x + 1$

To find critical points, we set $h'(x) = 0$.

$3x^2 + 2x + 1 = 0$

This is a quadratic equation. Let's examine its discriminant, $\Delta = b^2 - 4ac$.

Here, $a = 3$, $b = 2$, $c = 1$.

$\Delta = (2)^2 - 4(3)(1) = 4 - 12 = -8$

Since the discriminant $\Delta = -8 < 0$, the quadratic equation $3x^2 + 2x + 1 = 0$ has no real roots.

Therefore, $h'(x)$ is never equal to zero for any real value of $x$.

Also, since the leading coefficient $a = 3$ is positive and the discriminant is negative, the quadratic $3x^2 + 2x + 1$ is always positive for all real $x$.

Since the derivative $h'(x)$ is always positive, the function $h(x)$ is strictly increasing for all $x$.

Thus, $h(x) = x^3 + x^2 + x + 1$ does not have any local maximum or local minimum values.

Question 5. Find the absolute maximum value and the absolute minimum value of the following functions in the given intervals:

(i) f(x) = x3, x ∈ [– 2, 2]

(ii) f (x) = sin x + cos x , x ∈ [0, π]

(iii) f(x) = 4x - $\frac{1}{2}$ x2 , x ∈ $\left[ 2,\frac{9}{2} \right]$

(iv) f(x) = (x - 1)2 + 3, x ∈ [-3, 1]

Answer:

To find the absolute maximum and minimum values of a continuous function $f(x)$ on a closed interval $[a, b]$:

  1. Find all critical points of $f(x)$ in the open interval $(a, b)$. (Critical points are where $f'(x) = 0$ or $f'(x)$ is undefined).
  2. Evaluate $f(x)$ at these critical points.
  3. Evaluate $f(x)$ at the endpoints of the interval, i.e., find $f(a)$ and $f(b)$.
  4. The largest value among those found in steps 2 and 3 is the absolute maximum value, and the smallest value is the absolute minimum value.

(i) f(x) = x³, x ∈ [-2, 2]

Given function: $f(x) = x^3$ on the interval $[-2, 2]$.

Step 1: Find critical points.

Find the derivative: $f'(x) = 3x^2$.

Set $f'(x) = 0$: $3x^2 = 0 \implies x = 0$.

The critical point $x=0$ is within the interval $[-2, 2]$.

Step 2: Evaluate function at critical points and endpoints.

Evaluate $f(x)$ at $x = -2, 0, 2$.

$f(-2) = (-2)^3 = -8$

$f(0) = (0)^3 = 0$

$f(2) = (2)^3 = 8$

Step 3: Compare values.

The values are -8, 0, 8.

The absolute maximum value is 8.

The absolute minimum value is -8.

Absolute Maximum Value = 8. Absolute Minimum Value = -8.


(ii) f(x) = sin x + cos x , x ∈ [0, π]

Given function: $f(x) = \sin x + \cos x$ on the interval $[0, \pi]$.

Step 1: Find critical points.

Find the derivative: $f'(x) = \cos x - \sin x$.

Set $f'(x) = 0$: $\cos x - \sin x = 0 \implies \cos x = \sin x$.

Dividing by $\cos x$ (assuming $\cos x \neq 0$), we get $\tan x = 1$.

In the interval $[0, \pi]$, the solution is $x = \frac{\pi}{4}$. ($\cos(\pi/4) \neq 0$, so the division was valid).

The critical point $x=\pi/4$ is within the interval $[0, \pi]$.

Step 2: Evaluate function at critical points and endpoints.

Evaluate $f(x)$ at $x = 0, \pi/4, \pi$.

$f(0) = \sin(0) + \cos(0) = 0 + 1 = 1$

$f(\pi/4) = \sin(\pi/4) + \cos(\pi/4) = \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}} = \frac{2}{\sqrt{2}} = \sqrt{2}$

$f(\pi) = \sin(\pi) + \cos(\pi) = 0 + (-1) = -1$

Step 3: Compare values.

The values are 1, $\sqrt{2}$, and -1. Since $\sqrt{2} \approx 1.414$, the largest value is $\sqrt{2}$ and the smallest is -1.

The absolute maximum value is $\sqrt{2}$.

The absolute minimum value is -1.

Absolute Maximum Value = $\sqrt{2}$. Absolute Minimum Value = -1.


(iii) f(x) = 4x - $\frac{1}{2}$ x², x ∈ $\left[-2, \frac{9}{2}\right]$

Given function: $f(x) = 4x - \frac{1}{2}x^2$ on the interval $[-2, 9/2]$.

Step 1: Find critical points.

Find the derivative: $f'(x) = 4 - \frac{1}{2}(2x) = 4 - x$.

Set $f'(x) = 0$: $4 - x = 0 \implies x = 4$.

The critical point $x=4$ is within the interval $[-2, 9/2]$ (since $9/2 = 4.5$).

Step 2: Evaluate function at critical points and endpoints.

Evaluate $f(x)$ at $x = -2, 4, 9/2$.

$f(-2) = 4(-2) - \frac{1}{2}(-2)^2 = -8 - \frac{1}{2}(4) = -8 - 2 = -10$

$f(4) = 4(4) - \frac{1}{2}(4)^2 = 16 - \frac{1}{2}(16) = 16 - 8 = 8$

$f(9/2) = 4(9/2) - \frac{1}{2}(9/2)^2 = 18 - \frac{1}{2}\left(\frac{81}{4}\right) = 18 - \frac{81}{8} = \frac{144 - 81}{8} = \frac{63}{8}$

Step 3: Compare values.

The values are -10, 8, and $63/8$. Since $63/8 = 7.875$, the largest value is 8 and the smallest is -10.

The absolute maximum value is 8.

The absolute minimum value is -10.

Absolute Maximum Value = 8. Absolute Minimum Value = -10.


(iv) f(x) = (x - 1)² + 3, x ∈ [-3, 1]

Given function: $f(x) = (x - 1)^2 + 3$ on the interval $[-3, 1]$.

Step 1: Find critical points.

Find the derivative: $f'(x) = 2(x - 1)(1) + 0 = 2(x - 1)$.

Set $f'(x) = 0$: $2(x - 1) = 0 \implies x = 1$.

The critical point $x=1$ is an endpoint of the interval $[-3, 1]$. There are no critical points strictly inside the interval $(-3, 1)$.

Step 2: Evaluate function at endpoints (which includes the critical point).

Evaluate $f(x)$ at $x = -3$ and $x = 1$.

$f(-3) = (-3 - 1)^2 + 3 = (-4)^2 + 3 = 16 + 3 = 19$

$f(1) = (1 - 1)^2 + 3 = (0)^2 + 3 = 0 + 3 = 3$

Step 3: Compare values.

The values are 19 and 3.

The absolute maximum value is 19.

The absolute minimum value is 3.

Absolute Maximum Value = 19. Absolute Minimum Value = 3.

Question 6. Find the maximum profit that a company can make, if the profit function is given by

p(x) = 41 – 24x – 18x2

Answer:

Given:

The profit function is given by $p(x) = 41 - 24x - 18x^2$.


To Find:

The maximum profit the company can make.


Solution:

The profit function is $p(x) = 41 - 24x - 18x^2$.

To find the maximum profit, we need to find the maximum value of the function $p(x)$. We can use calculus for this.

Step 1: Find the first derivative of $p(x)$.

$p'(x) = \frac{d}{dx} (41 - 24x - 18x^2)$

$p'(x) = 0 - 24 - 18(2x)$

$p'(x) = -24 - 36x$

Step 2: Find the critical points by setting $p'(x) = 0$.

$-24 - 36x = 0$

$-36x = 24$

$x = \frac{24}{-36}$

$x = -\frac{2 \times \cancel{12}}{3 \times \cancel{12}}$

$x = -\frac{2}{3}$

Step 3: Use the second derivative test to determine if this critical point corresponds to a maximum.

Find the second derivative $p''(x)$:

$p''(x) = \frac{d}{dx} (-24 - 36x)$

$p''(x) = -36$

Since $p''(x) = -36$, which is negative, the function $p(x)$ has a local maximum at the critical point $x = -2/3$.

Because $p(x)$ is a quadratic function with a negative coefficient for the $x^2$ term (a parabola opening downwards), this local maximum is also the absolute maximum.

Step 4: Calculate the maximum profit by evaluating $p(x)$ at $x = -2/3$.

$p\left(-\frac{2}{3}\right) = 41 - 24\left(-\frac{2}{3}\right) - 18\left(-\frac{2}{3}\right)^2$

$p\left(-\frac{2}{3}\right) = 41 - \left(\frac{-48}{3}\right) - 18\left(\frac{4}{9}\right)$

$p\left(-\frac{2}{3}\right) = 41 - (-16) - \left(\frac{18 \times 4}{9}\right)$

$p\left(-\frac{2}{3}\right) = 41 + 16 - \left(\frac{\cancel{18}^2 \times 4}{\cancel{9}_1}\right)$

$p\left(-\frac{2}{3}\right) = 41 + 16 - 8$

$p\left(-\frac{2}{3}\right) = 57 - 8$

$p\left(-\frac{2}{3}\right) = 49$


Therefore, the maximum profit that the company can make is 49.

Question 7. Find both the maximum value and the minimum value of

3x4 – 8x3 + 12x2 – 48x + 25 on the interval [0, 3].

Answer:

Given:

The function $f(x) = 3x^4 - 8x^3 + 12x^2 - 48x + 25$.

The interval $[0, 3]$.


To Find:

The absolute maximum value and the absolute minimum value of the function $f(x)$ on the interval $[0, 3]$.


Solution:

To find the absolute maximum and minimum values of a continuous function on a closed interval, we evaluate the function at its critical points within the interval and at the endpoints of the interval.

Step 1: Find the critical points.

First, find the derivative of $f(x)$:

$f'(x) = \frac{d}{dx}(3x^4 - 8x^3 + 12x^2 - 48x + 25)$

$f'(x) = 12x^3 - 24x^2 + 24x - 48$

Next, set the derivative equal to zero to find the critical points:

$f'(x) = 0$

$12x^3 - 24x^2 + 24x - 48 = 0$

Divide the equation by 12:

$x^3 - 2x^2 + 2x - 4 = 0$

Factor by grouping:

$x^2(x - 2) + 2(x - 2) = 0$

$(x^2 + 2)(x - 2) = 0$

This gives two possibilities:

1) $x^2 + 2 = 0 \implies x^2 = -2$. This equation has no real solutions.

2) $x - 2 = 0 \implies x = 2$.

The only real critical point is $x = 2$.

Step 2: Check if critical points are within the interval $[0, 3]$.

The critical point $x = 2$ lies within the interval $[0, 3]$.

Step 3: Evaluate the function at the critical point(s) and endpoints.

We need to evaluate $f(x)$ at $x = 0$, $x = 2$, and $x = 3$.

At the endpoint $x = 0$:

$f(0) = 3(0)^4 - 8(0)^3 + 12(0)^2 - 48(0) + 25 = 0 - 0 + 0 - 0 + 25 = 25$

At the critical point $x = 2$:

$f(2) = 3(2)^4 - 8(2)^3 + 12(2)^2 - 48(2) + 25$

$f(2) = 3(16) - 8(8) + 12(4) - 96 + 25$

$f(2) = 48 - 64 + 48 - 96 + 25$

$f(2) = (48 + 48 + 25) - (64 + 96)$

$f(2) = 121 - 160 = -39$

At the endpoint $x = 3$:

$f(3) = 3(3)^4 - 8(3)^3 + 12(3)^2 - 48(3) + 25$

$f(3) = 3(81) - 8(27) + 12(9) - 144 + 25$

$f(3) = 243 - 216 + 108 - 144 + 25$

$f(3) = (243 + 108 + 25) - (216 + 144)$

$f(3) = 376 - 360 = 16$

Step 4: Determine the absolute maximum and minimum values.

Comparing the values calculated: $f(0) = 25$, $f(2) = -39$, and $f(3) = 16$.

The largest value is 25.

The smallest value is -39.


Therefore, on the interval $[0, 3]$:

The absolute maximum value of the function is 25 (which occurs at $x=0$).

The absolute minimum value of the function is -39 (which occurs at $x=2$).

Question 8. At what points in the interval [0, 2π], does the function sin 2x attain its maximum value?

Answer:

Given:

The function $f(x) = \sin(2x)$.

The interval $[0, 2\pi]$.


To Find:

The points $x$ in the interval $[0, 2\pi]$ where the function $f(x) = \sin(2x)$ attains its maximum value.


Solution:

The function given is $f(x) = \sin(2x)$.

We know that the maximum value of the sine function, $\sin(\theta)$, is 1.

Therefore, the maximum value of $f(x) = \sin(2x)$ is 1.

We need to find the values of $x$ in the interval $[0, 2\pi]$ for which $\sin(2x) = 1$.

The general solution for $\sin(\theta) = 1$ is given by $\theta = \frac{\pi}{2} + 2n\pi$, where $n$ is any integer.

In our case, $\theta = 2x$. So, we have:

$2x = \frac{\pi}{2} + 2n\pi$

Divide by 2 to solve for $x$:

$x = \frac{\pi}{4} + n\pi$, where $n$ is an integer.

Now, we need to find the values of $n$ such that $x$ lies in the interval $[0, 2\pi]$.

$0 \le x \le 2\pi$

$0 \le \frac{\pi}{4} + n\pi \le 2\pi$

Subtract $\frac{\pi}{4}$ from all parts of the inequality:

$-\frac{\pi}{4} \le n\pi \le 2\pi - \frac{\pi}{4}$

$-\frac{\pi}{4} \le n\pi \le \frac{8\pi - \pi}{4}$

$-\frac{\pi}{4} \le n\pi \le \frac{7\pi}{4}$

Divide all parts by $\pi$ (since $\pi > 0$, the inequality signs remain the same):

$-\frac{1}{4} \le n \le \frac{7}{4}$

Since $n$ must be an integer, the possible values for $n$ are $n=0$ and $n=1$.

For $n = 0$:

$x = \frac{\pi}{4} + (0)\pi = \frac{\pi}{4}$

For $n = 1$:

$x = \frac{\pi}{4} + (1)\pi = \frac{\pi}{4} + \pi = \frac{\pi + 4\pi}{4} = \frac{5\pi}{4}$

Both $x = \frac{\pi}{4}$ and $x = \frac{5\pi}{4}$ are within the interval $[0, 2\pi]$.


Therefore, the function $\sin(2x)$ attains its maximum value at the points $x = \frac{\pi}{4}$ and $x = \frac{5\pi}{4}$ in the interval $[0, 2\pi]$.

Question 9. What is the maximum value of the function sin x + cos x?

Answer:

Given:

The function $f(x) = \sin x + \cos x$.


To Find:

The maximum value of the function $f(x)$.


Solution:

We want to find the maximum value of $f(x) = \sin x + \cos x$.

We can rewrite the expression $\sin x + \cos x$ in the form $R \cos(x - \alpha)$ or $R \sin(x + \alpha)$. Let's use the form $R \cos(x - \alpha)$.

We know that $R \cos(x - \alpha) = R (\cos x \cos \alpha + \sin x \sin \alpha) = (R \sin \alpha) \sin x + (R \cos \alpha) \cos x$.

Comparing $f(x) = 1 \cdot \sin x + 1 \cdot \cos x$ with $(R \sin \alpha) \sin x + (R \cos \alpha) \cos x$, we must have:

$R \sin \alpha = 1$

... (i)

$R \cos \alpha = 1$

... (ii)

Square equations (i) and (ii) and add them:

$(R \sin \alpha)^2 + (R \cos \alpha)^2 = 1^2 + 1^2$

$R^2 \sin^2 \alpha + R^2 \cos^2 \alpha = 1 + 1$

$R^2 (\sin^2 \alpha + \cos^2 \alpha) = 2$

Since $\sin^2 \alpha + \cos^2 \alpha = 1$, we have:

$R^2 (1) = 2$

$R^2 = 2$

$R = \sqrt{2}$ (We take the positive value for the amplitude R)

Now, divide equation (i) by equation (ii):

$\frac{R \sin \alpha}{R \cos \alpha} = \frac{1}{1}$

$\tan \alpha = 1$

Since both $\sin \alpha = 1/\sqrt{2}$ and $\cos \alpha = 1/\sqrt{2}$ are positive, $\alpha$ lies in the first quadrant. Thus, $\alpha = \frac{\pi}{4}$.

So, we can write the function as:

$f(x) = \sin x + \cos x = \sqrt{2} \cos\left(x - \frac{\pi}{4}\right)$

We know that the range of the cosine function is $[-1, 1]$.

$-1 \le \cos\left(x - \frac{\pi}{4}\right) \le 1$

Multiply the inequality by $\sqrt{2}$:

$-\sqrt{2} \le \sqrt{2} \cos\left(x - \frac{\pi}{4}\right) \le \sqrt{2}$

$-\sqrt{2} \le f(x) \le \sqrt{2}$

The maximum value of $f(x)$ is $\sqrt{2}$.


Alternate Solution using Calculus:

Let $f(x) = \sin x + \cos x$.

Find the first derivative:

$f'(x) = \cos x - \sin x$.

Set $f'(x) = 0$ to find critical points:

$\cos x - \sin x = 0 \implies \cos x = \sin x \implies \tan x = 1$.

The critical points occur when $x = \frac{\pi}{4} + n\pi$ for any integer $n$.

Find the second derivative:

$f''(x) = -\sin x - \cos x$.

Evaluate the second derivative at the critical points:

If $x = \frac{\pi}{4}$ (for $n=0$): $f''(\pi/4) = -\sin(\pi/4) - \cos(\pi/4) = -1/\sqrt{2} - 1/\sqrt{2} = -\sqrt{2}$. Since $f''(\pi/4) < 0$, this corresponds to a local maximum.

If $x = \frac{5\pi}{4}$ (for $n=1$): $f''(5\pi/4) = -\sin(5\pi/4) - \cos(5\pi/4) = -(-1/\sqrt{2}) - (-1/\sqrt{2}) = \sqrt{2}$. Since $f''(5\pi/4) > 0$, this corresponds to a local minimum.

The local maximum value occurs at $x = \frac{\pi}{4}$ (and points $2\pi$ apart).

$f(\pi/4) = \sin(\pi/4) + \cos(\pi/4) = \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}} = \frac{2}{\sqrt{2}} = \sqrt{2}$.

Since the function is periodic, the maximum value attained is $\sqrt{2}$.


Therefore, the maximum value of the function $\sin x + \cos x$ is $\sqrt{2}$.

Question 10. Find the maximum value of 2x3 – 24x + 107 in the interval [1, 3]. Find the maximum value of the same function in [–3, –1].

Answer:

Given:

The function $f(x) = 2x^3 - 24x + 107$.

Two intervals: $[1, 3]$ and $[-3, -1]$.


To Find:

The maximum value of the function $f(x)$ in the interval $[1, 3]$.

The maximum value of the function $f(x)$ in the interval $[-3, -1]$.


Solution:

The given function is $f(x) = 2x^3 - 24x + 107$.

To find the absolute maximum value on a closed interval, we first find the critical points by calculating the derivative and setting it to zero.

Step 1: Find the derivative $f'(x)$.

$f'(x) = \frac{d}{dx}(2x^3 - 24x + 107)$

$f'(x) = 6x^2 - 24$

Step 2: Find the critical points by setting $f'(x) = 0$.

$6x^2 - 24 = 0$

$6x^2 = 24$

$x^2 = \frac{24}{6}$

$x^2 = 4$

$x = 2$ or $x = -2$

The critical points are $x = 2$ and $x = -2$.


Analysis for the interval [1, 3]:

Step 3a: Identify critical points in the interval (1, 3).

The critical points are $x=2$ and $x=-2$. Only $x = 2$ lies within the interval $[1, 3]$.

Step 4a: Evaluate $f(x)$ at the critical point ($x=2$) and the endpoints ($x=1, x=3$).

At the endpoint $x = 1$:

$f(1) = 2(1)^3 - 24(1) + 107 = 2 - 24 + 107 = 85$

At the critical point $x = 2$:

$f(2) = 2(2)^3 - 24(2) + 107 = 2(8) - 48 + 107 = 16 - 48 + 107 = 75$

At the endpoint $x = 3$:

$f(3) = 2(3)^3 - 24(3) + 107 = 2(27) - 72 + 107 = 54 - 72 + 107 = 89$

Step 5a: Determine the maximum value in [1, 3].

Comparing the values $f(1)=85$, $f(2)=75$, and $f(3)=89$, the largest value is 89.

The maximum value of the function in the interval $[1, 3]$ is 89.


Analysis for the interval [-3, -1]:

Step 3b: Identify critical points in the interval (-3, -1).

The critical points are $x=2$ and $x=-2$. Only $x = -2$ lies within the interval $[-3, -1]$.

Step 4b: Evaluate $f(x)$ at the critical point ($x=-2$) and the endpoints ($x=-3, x=-1$).

At the endpoint $x = -3$:

$f(-3) = 2(-3)^3 - 24(-3) + 107 = 2(-27) + 72 + 107 = -54 + 72 + 107 = 125$

At the critical point $x = -2$:

$f(-2) = 2(-2)^3 - 24(-2) + 107 = 2(-8) + 48 + 107 = -16 + 48 + 107 = 139$

At the endpoint $x = -1$:

$f(-1) = 2(-1)^3 - 24(-1) + 107 = 2(-1) + 24 + 107 = -2 + 24 + 107 = 129$

Step 5b: Determine the maximum value in [-3, -1].

Comparing the values $f(-3)=125$, $f(-2)=139$, and $f(-1)=129$, the largest value is 139.

The maximum value of the function in the interval $[-3, -1]$ is 139.


Summary:

The maximum value of $f(x) = 2x^3 - 24x + 107$ in the interval $[1, 3]$ is 89 (at $x=3$).

The maximum value of the same function in the interval $[-3, -1]$ is 139 (at $x=-2$).

Question 11. It is given that at x = 1, the function x4 – 62x2 + ax + 9 attains its maximum value, on the interval [0, 2]. Find the value of a.

Answer:

Given:

The function $f(x) = x^4 - 62x^2 + ax + 9$.

The interval $[0, 2]$.

The function $f(x)$ attains its maximum value on the interval $[0, 2]$ at the point $x = 1$.


To Find:

The value of $a$.


Solution:

The given function is $f(x) = x^4 - 62x^2 + ax + 9$.

We are told that the function attains its maximum value on the closed interval $[0, 2]$ at $x = 1$.

Since $x = 1$ is an interior point of the interval $[0, 2]$ (i.e., $0 < 1 < 2$), and the function $f(x)$ is differentiable (being a polynomial), the derivative of the function must be zero at this point of maximum value.

First, find the derivative of $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx} (x^4 - 62x^2 + ax + 9)$

$f'(x) = 4x^3 - 62(2x) + a(1) + 0$

$f'(x) = 4x^3 - 124x + a$

Since the maximum occurs at $x = 1$, we must have $f'(1) = 0$.

Substitute $x = 1$ into the expression for $f'(x)$:

$f'(1) = 4(1)^3 - 124(1) + a$

$f'(1) = 4(1) - 124 + a$

$f'(1) = 4 - 124 + a$

$f'(1) = -120 + a$

Now, set $f'(1)$ equal to zero:

$-120 + a = 0$

Solving for $a$:

$a = 120$


Therefore, the value of $a$ is 120.

Question 12. Find the maximum and minimum values of x + sin 2x on [0, 2π].

Answer:

Given:

The function $f(x) = x + \sin(2x)$.

The interval $[0, 2\pi]$.


To Find:

The absolute maximum and absolute minimum values of the function $f(x)$ on the interval $[0, 2\pi]$.


Solution:

We are given the function $f(x) = x + \sin(2x)$ on the interval $[0, 2\pi]$.

To find the absolute maximum and minimum values, we first find the critical points by calculating the derivative $f'(x)$ and setting it to zero.

Step 1: Find the derivative $f'(x)$.

$f'(x) = \frac{d}{dx}(x + \sin(2x))$

$f'(x) = 1 + \cos(2x) \cdot 2$

$f'(x) = 1 + 2\cos(2x)$

Step 2: Find the critical points by setting $f'(x) = 0$.

$1 + 2\cos(2x) = 0$

$2\cos(2x) = -1$

$\cos(2x) = -\frac{1}{2}$

Let $\theta = 2x$. We need to find the values of $\theta$ such that $\cos(\theta) = -1/2$.

The cosine function is negative in the second and third quadrants. The reference angle for $\cos(\theta) = 1/2$ is $\pi/3$.

So, the solutions for $\theta$ in the interval $[0, 4\pi]$ (since $x \in [0, 2\pi] \implies 2x \in [0, 4\pi]$) are:

$\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}$

$\theta = \pi + \frac{\pi}{3} = \frac{4\pi}{3}$

$\theta = \frac{2\pi}{3} + 2\pi = \frac{8\pi}{3}$

$\theta = \frac{4\pi}{3} + 2\pi = \frac{10\pi}{3}$

Now, we solve for $x$ using $\theta = 2x$:

$2x = \frac{2\pi}{3} \implies x = \frac{\pi}{3}$

$2x = \frac{4\pi}{3} \implies x = \frac{2\pi}{3}$

$2x = \frac{8\pi}{3} \implies x = \frac{4\pi}{3}$

$2x = \frac{10\pi}{3} \implies x = \frac{5\pi}{3}$

All these critical points, $x = \frac{\pi}{3}, \frac{2\pi}{3}, \frac{4\pi}{3}, \frac{5\pi}{3}$, lie within the interval $[0, 2\pi]$.

Step 3: Evaluate $f(x)$ at the critical points and the endpoints ($x=0, x=2\pi$).

At the endpoint $x = 0$:

$f(0) = 0 + \sin(2 \cdot 0) = 0 + \sin(0) = 0$

At the critical point $x = \frac{\pi}{3}$:

$f\left(\frac{\pi}{3}\right) = \frac{\pi}{3} + \sin\left(2 \cdot \frac{\pi}{3}\right) = \frac{\pi}{3} + \sin\left(\frac{2\pi}{3}\right) = \frac{\pi}{3} + \frac{\sqrt{3}}{2}$

At the critical point $x = \frac{2\pi}{3}$:

$f\left(\frac{2\pi}{3}\right) = \frac{2\pi}{3} + \sin\left(2 \cdot \frac{2\pi}{3}\right) = \frac{2\pi}{3} + \sin\left(\frac{4\pi}{3}\right) = \frac{2\pi}{3} - \frac{\sqrt{3}}{2}$

At the critical point $x = \frac{4\pi}{3}$:

$f\left(\frac{4\pi}{3}\right) = \frac{4\pi}{3} + \sin\left(2 \cdot \frac{4\pi}{3}\right) = \frac{4\pi}{3} + \sin\left(\frac{8\pi}{3}\right) = \frac{4\pi}{3} + \sin\left(\frac{2\pi}{3}\right) = \frac{4\pi}{3} + \frac{\sqrt{3}}{2}$

At the critical point $x = \frac{5\pi}{3}$:

$f\left(\frac{5\pi}{3}\right) = \frac{5\pi}{3} + \sin\left(2 \cdot \frac{5\pi}{3}\right) = \frac{5\pi}{3} + \sin\left(\frac{10\pi}{3}\right) = \frac{5\pi}{3} + \sin\left(\frac{4\pi}{3}\right) = \frac{5\pi}{3} - \frac{\sqrt{3}}{2}$

At the endpoint $x = 2\pi$:

$f(2\pi) = 2\pi + \sin(2 \cdot 2\pi) = 2\pi + \sin(4\pi) = 2\pi + 0 = 2\pi$

Step 4: Determine the absolute maximum and minimum values.

We need to compare the following values:

$0$

$\frac{\pi}{3} + \frac{\sqrt{3}}{2} \approx 1.047 + 0.866 = 1.913$

$\frac{2\pi}{3} - \frac{\sqrt{3}}{2} \approx 2.094 - 0.866 = 1.228$

$\frac{4\pi}{3} + \frac{\sqrt{3}}{2} \approx 4.189 + 0.866 = 5.055$

$\frac{5\pi}{3} - \frac{\sqrt{3}}{2} \approx 5.236 - 0.866 = 4.370$

$2\pi \approx 6.283$

Comparing these values, the smallest value is 0 and the largest value is $2\pi$.


Therefore, on the interval $[0, 2\pi]$:

The absolute maximum value of the function is $2\pi$ (which occurs at $x=2\pi$).

The absolute minimum value of the function is 0 (which occurs at $x=0$).

Question 13. Find two numbers whose sum is 24 and whose product is as large as possible.

Answer:

Problem Statement:

Find two numbers such that their sum is 24 and their product is as large as possible.


Solution:

Let the two numbers be $x$ and $y$.

According to the first condition, their sum is 24:

$x + y = 24$

... (i)

From equation (i), we can express $y$ in terms of $x$:

$y = 24 - x$

According to the second condition, their product, let's call it $P$, should be as large as possible:

$P = x \cdot y$

Substitute the expression for $y$ from equation (i) into the product equation to get the product $P$ as a function of $x$:

$P(x) = x(24 - x)$

$P(x) = 24x - x^2$

To find the value of $x$ that maximizes the product $P(x)$, we use calculus.

Step 1: Find the derivative of $P(x)$ with respect to $x$.

$P'(x) = \frac{d}{dx}(24x - x^2)$

$P'(x) = 24 - 2x$

Step 2: Find the critical points by setting $P'(x) = 0$.

$24 - 2x = 0$

$24 = 2x$

$x = \frac{24}{2}$

$x = 12$

Step 3: Use the second derivative test to confirm if this critical point corresponds to a maximum.

Find the second derivative $P''(x)$:

$P''(x) = \frac{d}{dx}(24 - 2x)$

$P''(x) = -2$

Since $P''(x) = -2$, which is negative, the function $P(x)$ has a local maximum at the critical point $x = 12$. As $P(x)$ is a downward-opening parabola, this local maximum is also the absolute maximum.

Step 4: Find the corresponding value of $y$.

Substitute $x = 12$ back into the equation $y = 24 - x$:

$y = 24 - 12$

$y = 12$

The two numbers are $x=12$ and $y=12$.

Their sum is $12 + 12 = 24$, and their product is $12 \times 12 = 144$, which is the maximum possible product.


Therefore, the two numbers whose sum is 24 and whose product is as large as possible are 12 and 12.

Question 14. Find two positive numbers x and y such that x + y = 60 and xy3 is maximum.

Answer:

Given:

Two positive numbers, $x$ and $y$.

Their sum is 60, i.e., $x + y = 60$.

The expression $P = xy^3$ needs to be maximized.


To Find:

The values of the positive numbers $x$ and $y$ that satisfy the given conditions.


Solution:

We are given the constraint:

$x + y = 60$

... (i)

Since $x$ and $y$ must be positive, we have $x > 0$ and $y > 0$.

From condition (i), we can express $x$ in terms of $y$:

$x = 60 - y$

Since $x > 0$, we have $60 - y > 0$, which implies $y < 60$.

So, the constraint on $y$ is $0 < y < 60$.

We want to maximize the product $P = xy^3$. Substitute $x = 60 - y$ into the expression for $P$ to get $P$ as a function of $y$:

$P(y) = (60 - y)y^3$

$P(y) = 60y^3 - y^4$

Now, we find the value of $y$ in the interval $(0, 60)$ that maximizes $P(y)$. We use calculus.

Step 1: Find the derivative of $P(y)$ with respect to $y$.

$P'(y) = \frac{d}{dy}(60y^3 - y^4)$

$P'(y) = 180y^2 - 4y^3$

Step 2: Find the critical points by setting $P'(y) = 0$.

$180y^2 - 4y^3 = 0$

Factor out $4y^2$:

$4y^2(45 - y) = 0$

This gives possible solutions $y = 0$ or $y = 45$.

Since we require $y > 0$, we only consider the critical point $y = 45$. This point lies within the interval $(0, 60)$.

Step 3: Use the second derivative test to confirm if $y = 45$ corresponds to a maximum.

Find the second derivative $P''(y)$:

$P''(y) = \frac{d}{dy}(180y^2 - 4y^3)$

$P''(y) = 360y - 12y^2$

Evaluate $P''(y)$ at the critical point $y = 45$:

$P''(45) = 360(45) - 12(45)^2$

$P''(45) = 12(45)(30 - 45)$

$P''(45) = 12(45)(-15)$

Since $P''(45)$ is negative, the function $P(y)$ has a local maximum at $y = 45$. As this is the only critical point in the interval $(0, 60)$, this corresponds to the absolute maximum.

Step 4: Find the corresponding value of $x$.

Substitute $y = 45$ back into the equation $x = 60 - y$:

$x = 60 - 45$

$x = 15$

The two positive numbers are $x = 15$ and $y = 45$. They satisfy $x+y = 15+45 = 60$ and are both positive.


Therefore, the two positive numbers are 15 and 45.

Question 15. Find two positive numbers x and y such that their sum is 35 and the product x2 y5 is a maximum.

Answer:

Given:

Two positive numbers, $x$ and $y$.

Their sum is 35, i.e., $x + y = 35$.

The product $P = x^2 y^5$ needs to be maximized.


To Find:

The values of the positive numbers $x$ and $y$ that satisfy the given conditions.


Solution:

We are given the constraint:

$x + y = 35$

... (i)

Since $x$ and $y$ must be positive numbers, we have $x > 0$ and $y > 0$.

From equation (i), we can express $x$ in terms of $y$:

$x = 35 - y$

Since $x > 0$, we must have $35 - y > 0$, which implies $y < 35$.

So, the possible values for $y$ are in the interval $(0, 35)$.

We want to maximize the product $P = x^2 y^5$. Substitute $x = 35 - y$ into the expression for $P$ to get $P$ as a function of $y$:

$P(y) = (35 - y)^2 y^5$

To find the value of $y$ in the interval $(0, 35)$ that maximizes $P(y)$, we use calculus.

Step 1: Find the derivative of $P(y)$ with respect to $y$.

Using the product rule, let $u(y) = (35 - y)^2$ and $v(y) = y^5$.

$u'(y) = 2(35 - y)(-1) = -2(35 - y)$

$v'(y) = 5y^4$

$P'(y) = u'(y)v(y) + u(y)v'(y)$

$P'(y) = -2(35 - y) y^5 + (35 - y)^2 (5y^4)$

Factor out common terms $(35 - y)$ and $y^4$:

$P'(y) = y^4 (35 - y) [-2y + 5(35 - y)]$

$P'(y) = y^4 (35 - y) [-2y + 175 - 5y]$

$P'(y) = y^4 (35 - y) (175 - 7y)$

Step 2: Find the critical points by setting $P'(y) = 0$.

$y^4 (35 - y) (175 - 7y) = 0$

The possible solutions are:

$y^4 = 0 \implies y = 0$

$35 - y = 0 \implies y = 35$

$175 - 7y = 0 \implies 7y = 175 \implies y = \frac{175}{7} = 25$

We are looking for critical points within the interval $(0, 35)$. The only critical point in this interval is $y = 25$.

Step 3: Use the first derivative test to confirm if $y = 25$ corresponds to a maximum.

$P'(y) = y^4 (35 - y) (175 - 7y) = 7y^4 (35 - y)(25 - y)$.

For $y \in (0, 35)$, the term $7y^4$ is always positive.

If $0 < y < 25$: $(35 - y)$ is positive and $(25 - y)$ is positive. So, $P'(y) = (+)(+)(+) > 0$. The function is increasing.

If $25 < y < 35$: $(35 - y)$ is positive and $(25 - y)$ is negative. So, $P'(y) = (+)(+)(-) < 0$. The function is decreasing.

Since $P'(y)$ changes sign from positive to negative at $y = 25$, the function $P(y)$ has a local maximum at $y = 25$. As this is the only critical point in the interval $(0, 35)$, it corresponds to the absolute maximum.

Step 4: Find the corresponding value of $x$.

Substitute $y = 25$ back into the equation $x = 35 - y$:

$x = 35 - 25$

$x = 10$

The two positive numbers are $x = 10$ and $y = 25$. They satisfy $x+y = 10+25 = 35$ and are both positive.


Therefore, the two positive numbers are 10 and 25.

Question 16. Find two positive numbers whose sum is 16 and the sum of whose cubes is minimum.

Answer:

Problem Statement:

Find two positive numbers whose sum is 16 and the sum of whose cubes is minimum.


Solution:

Let the two positive numbers be $x$ and $y$.

According to the first condition, their sum is 16:

$x + y = 16$

... (i)

Since $x$ and $y$ are positive, we have $x > 0$ and $y > 0$. This implies $0 < x < 16$ and $0 < y < 16$.

We want to minimize the sum of their cubes. Let $S$ be the sum of the cubes:

$S = x^3 + y^3$

To minimize $S$, we first express it as a function of a single variable.

From equation (i), we can write $y = 16 - x$.

Substitute this into the expression for $S$:

$S(x) = x^3 + (16 - x)^3$

Now, we find the value of $x$ in the interval $(0, 16)$ that minimizes $S(x)$. We use calculus.

Step 1: Find the derivative of $S(x)$ with respect to $x$.

$S'(x) = \frac{d}{dx} [x^3 + (16 - x)^3]$

$S'(x) = 3x^2 + 3(16 - x)^2 \cdot \frac{d}{dx}(16 - x)$

$S'(x) = 3x^2 + 3(16 - x)^2 \cdot (-1)$

$S'(x) = 3x^2 - 3(16 - x)^2$

Step 2: Find the critical points by setting $S'(x) = 0$.

$3x^2 - 3(16 - x)^2 = 0$

Divide by 3:

$x^2 - (16 - x)^2 = 0$

$x^2 = (16 - x)^2$

Taking the square root of both sides gives two possibilities:

1) $x = 16 - x \implies 2x = 16 \implies x = 8$

2) $x = -(16 - x) \implies x = -16 + x \implies 0 = -16$, which is impossible.

So, the only critical point is $x = 8$. This critical point lies within the interval $(0, 16)$.

Step 3: Use the second derivative test to confirm if $x = 8$ corresponds to a minimum.

Find the second derivative $S''(x)$:

$S''(x) = \frac{d}{dx} [3x^2 - 3(16 - x)^2]$

$S''(x) = 6x - 3 \cdot 2(16 - x) \cdot (-1)$

$S''(x) = 6x + 6(16 - x)$

$S''(x) = 6x + 96 - 6x$

$S''(x) = 96$

Since $S''(x) = 96$, which is positive for all $x$ (including $x=8$), the function $S(x)$ has a local minimum at $x = 8$. Since it is the only critical point in the interval, this local minimum is the absolute minimum.

Step 4: Find the corresponding value of $y$.

Substitute $x = 8$ back into the equation $y = 16 - x$:

$y = 16 - 8$

$y = 8$

The two positive numbers are $x = 8$ and $y = 8$. They satisfy $x+y = 8+8=16$ and are both positive.


Therefore, the two positive numbers whose sum is 16 and the sum of whose cubes is minimum are 8 and 8.

Question 17. A square piece of tin of side 18 cm is to be made into a box without top, by cutting a square from each corner and folding up the flaps to form the box. What should be the side of the square to be cut off so that the volume of the box is the maximum possible.

Answer:

Problem Statement:

A square piece of tin of side 18 cm is to be made into an open-top box by cutting identical squares from each corner and folding up the flaps. Find the side length of the square to be cut off so that the volume of the box is maximum.


Solution:

Let the side length of the square piece of tin be $L = 18$ cm.

Let the side length of the square cut from each corner be $x$ cm.

When the squares are cut from the corners and the flaps are folded up:

The length of the base of the box will be $L - 2x = 18 - 2x$ cm.

The width of the base of the box will be $L - 2x = 18 - 2x$ cm.

The height of the box will be $x$ cm.

The volume $V$ of the box is given by Length $\times$ Width $\times$ Height:

$V = (18 - 2x)(18 - 2x)(x)$

$V(x) = x(18 - 2x)^2$

For the dimensions of the box to be physically meaningful and positive:

Height $x > 0$.

Length $18 - 2x > 0 \implies 18 > 2x \implies 9 > x$.

Width $18 - 2x > 0 \implies 9 > x$.

So, the side length $x$ must be in the interval $(0, 9)$.

We need to find the value of $x$ in $(0, 9)$ that maximizes the volume $V(x)$.

Step 1: Find the derivative of $V(x)$ with respect to $x$.

We can expand $V(x)$ first or use the product and chain rules.

$V(x) = x(18 - 2x)^2$

Using product rule ($u=x, v=(18-2x)^2 \implies u'=1, v'=2(18-2x)(-2)=-4(18-2x)$):

$V'(x) = (1)(18 - 2x)^2 + x [-4(18 - 2x)]$

$V'(x) = (18 - 2x)^2 - 4x(18 - 2x)$

Factor out the common term $(18 - 2x)$:

$V'(x) = (18 - 2x)[(18 - 2x) - 4x]$

$V'(x) = (18 - 2x)(18 - 6x)$

$V'(x) = 2(9 - x) \cdot 6(3 - x)$

$V'(x) = 12(9 - x)(3 - x)$

Step 2: Find the critical points by setting $V'(x) = 0$.

$12(9 - x)(3 - x) = 0$

This implies $9 - x = 0$ or $3 - x = 0$.

The critical points are $x = 9$ and $x = 3$.

Step 3: Consider the valid interval for $x$.

We are considering the interval $(0, 9)$.

The critical point $x = 9$ is not within the open interval $(0, 9)$.

The critical point $x = 3$ is within the interval $(0, 9)$.

Step 4: Use the second derivative test to confirm if $x = 3$ corresponds to a maximum.

Find the second derivative $V''(x)$:

$V'(x) = 12(27 - 12x + x^2) = 324 - 144x + 12x^2$

$V''(x) = \frac{d}{dx}(324 - 144x + 12x^2)$

$V''(x) = -144 + 24x$

Evaluate $V''(x)$ at the critical point $x = 3$:

$V''(3) = -144 + 24(3)$

$V''(3) = -144 + 72$

$V''(3) = -72$

Since $V''(3) = -72 < 0$, the volume $V(x)$ has a local maximum at $x = 3$. As this is the only critical point in the interval $(0, 9)$, this corresponds to the absolute maximum volume.


Therefore, the side of the square to be cut off so that the volume of the box is maximum possible should be 3 cm.

Question 18. A rectangular sheet of tin 45 cm by 24 cm is to be made into a box without top, by cutting off square from each corner and folding up the flaps. What should be the side of the square to be cut off so that the volume of the box is maximum ?

Answer:

Let $L$ and $W$ be the length and width of the rectangular sheet, respectively.


Given:

Length of the sheet, $L = 45$ cm.

Width of the sheet, $W = 24$ cm.

A square of side length $x$ is cut from each corner.


To Find:

The side length $x$ of the square cut off such that the volume of the resulting box without top is maximum.


Solution:

Let $x$ be the side length of the square cut off from each corner ($x \geq 0$).

When squares of side $x$ are cut from the corners and the flaps are folded up, the resulting box will have:

Length of the base = Original Length - $2 \times$ side of the square cut off

Length of the base = $45 - 2x$ cm

Width of the base = Original Width - $2 \times$ side of the square cut off

Width of the base = $24 - 2x$ cm

Height of the box = Side of the square cut off

Height of the box = $x$ cm

For the dimensions of the box to be physically possible and non-zero, we must have:

$x > 0$

$45 - 2x > 0 \implies 2x < 45 \implies x < 22.5$

$24 - 2x > 0 \implies 2x < 24 \implies x < 12$

Combining these conditions, the physically possible values for $x$ are in the interval $0 < x < 12$. We will consider the closed interval $[0, 12]$ to find the absolute maximum, as the volume is 0 at the boundaries.

The volume $V$ of the box is given by the product of its dimensions:

$V(x) = (\text{Length}) \times (\text{Width}) \times (\text{Height})$

$V(x) = (45 - 2x)(24 - 2x)x$

... (1)

Expand the expression for $V(x)$:

$V(x) = (45 \times 24 - 45 \times 2x - 2x \times 24 + (-2x) \times (-2x))x$

$V(x) = (1080 - 90x - 48x + 4x^2)x$

$V(x) = (4x^2 - 138x + 1080)x$

$V(x) = 4x^3 - 138x^2 + 1080x$

... (2)

To find the maximum volume, we use calculus. We find the critical points by calculating the first derivative of $V(x)$ with respect to $x$ and setting it to zero.

$V'(x) = \frac{d}{dx}(4x^3 - 138x^2 + 1080x)$

$V'(x) = 12x^2 - 276x + 1080$

... (3)

Set $V'(x) = 0$ to find the critical points:

$12x^2 - 276x + 1080 = 0$

Divide the equation by 12 to simplify:

$x^2 - 23x + 90 = 0$

... (4)

Solve the quadratic equation by factoring:

$x^2 - 18x - 5x + 90 = 0$

$x(x - 18) - 5(x - 18) = 0$

$(x - 5)(x - 18) = 0$

The critical points are $x = 5$ and $x = 18$.

We must consider the valid domain for $x$, which is $0 \leq x \leq 12$.

  • The critical point $x = 5$ is within the domain $[0, 12]$.
  • The critical point $x = 18$ is outside the domain $[0, 12]$ (since $18 > 12$). It is not physically possible to cut a square of side 18 cm from a sheet of width 24 cm.

To find the maximum volume, we evaluate the volume function $V(x)$ at the critical point within the domain ($x=5$) and at the endpoints of the domain ($x=0$ and $x=12$).

At the endpoints:

$V(0) = 4(0)^3 - 138(0)^2 + 1080(0) = 0$ cm$^3$. (This represents the case where no square is cut, resulting in a flat sheet with zero volume.)

$V(12) = (45 - 2 \times 12)(24 - 2 \times 12) \times 12 = (45 - 24)(24 - 24) \times 12 = (21)(0)(12) = 0$ cm$^3$. (This represents the case where the entire width is cut off, resulting in a flat sheet with zero volume.)

At the critical point $x=5$:

Substitute $x=5$ into the volume formula (1):

$V(5) = (45 - 2 \times 5)(24 - 2 \times 5) \times 5$

$V(5) = (45 - 10)(24 - 10) \times 5$

$V(5) = (35)(14) \times 5$

$V(5) = 490 \times 5$

$V(5) = 2450$ cm$^3$.

Comparing the volumes $0, 0, 2450$, the maximum volume is 2450 cm$^3$, which occurs when $x=5$ cm.


Alternate Method (Using the Second Derivative Test):

We found the first derivative:

$V'(x) = 12x^2 - 276x + 1080$

Now, find the second derivative of $V(x)$:

$V''(x) = \frac{d}{dx}(12x^2 - 276x + 1080)$

$V''(x) = 24x - 276$

... (5)

Evaluate $V''(x)$ at the critical point $x=5$ that lies within the valid domain:

$V''(5) = 24(5) - 276$

$V''(5) = 120 - 276$

$V''(5) = -156$

Since $V''(5) < 0$, the critical point $x=5$ corresponds to a local maximum. As $x=5$ is the only critical point within the domain $(0, 12)$, and the volume is 0 at the endpoints, $x=5$ yields the absolute maximum volume.


Both methods confirm that the maximum volume is obtained when the side of the square cut off is 5 cm.

The side of the square to be cut off to maximize the volume of the box is 5 cm.

Question 19. Show that of all the rectangles inscribed in a given fixed circle, the square has the maximum area.

Answer:

Given:

A fixed circle. Let its radius be $R$.

A rectangle inscribed in the circle. Let the sides of the rectangle be of length $x$ and $y$.


To Prove:

The rectangle with maximum area inscribed in the given circle is a square.


Proof:

Let the circle be fixed with center at the origin and radius $R$.

When a rectangle is inscribed in a circle, the diagonal of the rectangle is equal to the diameter of the circle ($2R$).

Let the sides of the rectangle be $x$ and $y$. By the Pythagorean theorem, the relationship between the sides of the rectangle and the diameter of the circle is:

$x^2 + y^2 = (2R)^2 = 4R^2$

... (1)

The area $A$ of the rectangle is given by:

$A = xy$

... (2)

We want to maximize the area $A$ subject to the constraint given by equation (1).

From equation (1), we can express $y^2$ as $y^2 = 4R^2 - x^2$. Since $y$ must be a positive length, $y = \sqrt{4R^2 - x^2}$.

Substitute this expression for $y$ into the area formula (2):

$A(x) = x\sqrt{4R^2 - x^2}$

The domain for $x$ is such that the sides are non-negative and the width is non-negative. Since $x$ is a side length, $x \geq 0$. Also, $y = \sqrt{4R^2 - x^2}$ implies $4R^2 - x^2 \geq 0$, so $x^2 \leq 4R^2$. Since $x \geq 0$, $0 \leq x \leq 2R$. When $x=0$ or $x=2R$, the area is 0 (a degenerate rectangle). We expect the maximum to occur for $0 < x < 2R$.

To make the differentiation easier, we can maximize the square of the area, $A(x)^2$, since maximizing a positive function is equivalent to maximizing its square. Let $Z(x) = A(x)^2$.

$Z(x) = x^2 (4R^2 - x^2) = 4R^2x^2 - x^4$

To find the maximum value of $Z(x)$ for $x \in [0, 2R]$, we find the critical points by taking the derivative with respect to $x$ and setting it to zero.

$Z'(x) = \frac{d}{dx}(4R^2x^2 - x^4) = 8R^2x - 4x^3$

... (3)

Set $Z'(x) = 0$:

$8R^2x - 4x^3 = 0$

$4x(2R^2 - x^2) = 0$

This equation yields three possible values for $x$: $x=0$ or $2R^2 - x^2 = 0$.

$x=0$ is an endpoint of the domain.

From $2R^2 - x^2 = 0$, we get $x^2 = 2R^2$. Since $x \geq 0$, the critical point is $x = \sqrt{2R^2} = R\sqrt{2}$.

The critical point $x = R\sqrt{2}$ lies within the domain $(0, 2R)$ since $R\sqrt{2} \approx 1.414R$, and $0 < 1.414R < 2R$ (for $R>0$).

To determine if this critical point corresponds to a maximum, we can use the second derivative test. Find the second derivative of $Z(x)$:

$Z''(x) = \frac{d}{dx}(8R^2x - 4x^3) = 8R^2 - 12x^2$

... (4)

Evaluate $Z''(x)$ at the critical point $x = R\sqrt{2}$:

$Z''(R\sqrt{2}) = 8R^2 - 12(R\sqrt{2})^2 = 8R^2 - 12(2R^2) = 8R^2 - 24R^2 = -16R^2$

Since $R$ is the radius of the circle, $R > 0$, which means $R^2 > 0$. Therefore, $Z''(R\sqrt{2}) = -16R^2 < 0$.

According to the second derivative test, a negative second derivative at a critical point indicates a local maximum. Since $x = R\sqrt{2}$ is the only critical point in the interval $(0, 2R)$, and the area is 0 at the endpoints $x=0$ and $x=2R$, the maximum area occurs at $x = R\sqrt{2}$.

Now, we find the corresponding value of $y$ when $x = R\sqrt{2}$ using equation (1):

$(R\sqrt{2})^2 + y^2 = 4R^2$

$2R^2 + y^2 = 4R^2$

$y^2 = 4R^2 - 2R^2$

$y^2 = 2R^2$

Since $y > 0$, $y = \sqrt{2R^2} = R\sqrt{2}$.

So, at the point of maximum area, the sides of the rectangle are $x = R\sqrt{2}$ and $y = R\sqrt{2}$.

Since $x = y$, the rectangle with maximum area has equal sides.

A rectangle with equal sides is a square.

Therefore, of all the rectangles inscribed in a given fixed circle, the square has the maximum area.

Question 20. Show that the right circular cylinder of given surface and maximum volume is such that its height is equal to the diameter of the base.

Answer:

Let $r$ be the radius of the base and $h$ be the height of the right circular cylinder.


Given:

The total surface area of the cylinder is a given fixed value, let's call it $S$.

The formula for the total surface area of a closed cylinder is:

$S = 2\pi r^2 + 2\pi rh$

... (1)

We want to maximize the volume $V$ of the cylinder.

The formula for the volume of a cylinder is:

$V = \pi r^2 h$

... (2)


To Prove:

For maximum volume, the height of the cylinder is equal to the diameter of its base, i.e., $h = 2r$.


Solution:

From the surface area equation (1), we can express $h$ in terms of $r$ and $S$ (since $S$ is fixed):

$2\pi rh = S - 2\pi r^2$

$h = \frac{S - 2\pi r^2}{2\pi r} = \frac{S}{2\pi r} - \frac{2\pi r^2}{2\pi r} = \frac{S}{2\pi r} - r$

... (3)

For $h$ to be a valid height, $h \geq 0$. Since $r > 0$, this implies $\frac{S}{2\pi r} \geq r$, or $S \geq 2\pi r^2$. So the domain for $r$ is $0 < r \leq \sqrt{\frac{S}{2\pi}}$. We will find the maximum within this interval.

Substitute the expression for $h$ from equation (3) into the volume equation (2):

$V(r) = \pi r^2 \left( \frac{S}{2\pi r} - r \right)$

$V(r) = \frac{S r}{2} - \pi r^3$

(Volume as a function of radius)

To find the radius that maximizes the volume, we differentiate $V(r)$ with respect to $r$ and set the derivative equal to zero.

$V'(r) = \frac{d}{dr}\left(\frac{S r}{2} - \pi r^3\right) = \frac{S}{2} - 3\pi r^2$

... (4)

Set $V'(r) = 0$ to find the critical points:

$\frac{S}{2} - 3\pi r^2 = 0$

$3\pi r^2 = \frac{S}{2}$

$r^2 = \frac{S}{6\pi}$

... (5)

Since $r > 0$, the critical radius is $r = \sqrt{\frac{S}{6\pi}}$. This value is within the domain $(0, \sqrt{\frac{S}{2\pi}}]$ because $\frac{S}{6\pi} < \frac{S}{2\pi}$ (as $6\pi > 2\pi$).

We use the second derivative test to confirm that this radius gives a maximum volume.

$V''(r) = \frac{d}{dr}\left(\frac{S}{2} - 3\pi r^2\right) = -6\pi r$

... (6)

Evaluate $V''(r)$ at the critical point $r = \sqrt{\frac{S}{6\pi}}$:

$V''\left(\sqrt{\frac{S}{6\pi}}\right) = -6\pi \left(\sqrt{\frac{S}{6\pi}}\right)$

Since $S > 0$ and $\pi > 0$, the radius $r = \sqrt{\frac{S}{6\pi}} > 0$. Therefore, $V''\left(\sqrt{\frac{S}{6\pi}}\right) = -6\pi \sqrt{\frac{S}{6\pi}} < 0$.

Since the second derivative is negative at $r = \sqrt{\frac{S}{6\pi}}$, this critical point corresponds to a local maximum. As it's the only critical point in the relevant domain where the function is differentiable and the volume is zero at the boundary $r=\sqrt{\frac{S}{2\pi}}$, this local maximum is the absolute maximum.

Now, we need to find the height $h$ corresponding to this radius $r$ that maximizes the volume. We can use equation (3):

$h = \frac{S}{2\pi r} - r$

From equation (5), we have $S = 6\pi r^2$. Substitute this expression for $S$ into the equation for $h$:

$h = \frac{6\pi r^2}{2\pi r} - r$

Perform the cancellation:

$h = \frac{\cancel{6\pi r^2}^{3r}}{\cancel{2\pi r}} - r$

$h = 3r - r$

$h = 2r$

The height $h$ is equal to $2r$, which is the diameter of the base ($D = 2r$).


Thus, for a right circular cylinder with a given total surface area, the volume is maximum when its height is equal to the diameter of its base.

This concludes the proof.

Question 21. Of all the closed cylindrical cans (right circular), of a given volume of 100 cubic centimetres, find the dimensions of the can which has the minimum surface area?

Answer:

Let $r$ be the radius of the base and $h$ be the height of the closed right circular cylinder.


Given:

The volume of the cylinder is fixed at $V = 100$ cubic centimetres.

The formula for the volume is:

$V = \pi r^2 h$

So, we have the constraint:

$\pi r^2 h = 100$

... (1)

We want to find the dimensions ($r$ and $h$) that minimize the total surface area $S$ of the closed cylinder.

The formula for the total surface area is:

$S = 2\pi r^2 + 2\pi rh$

... (2)


To Find:

The dimensions ($r$ and $h$) of the cylinder that minimize the surface area $S$ for the given volume $V=100$ cm$^3$.


Solution:

From the constraint equation (1), we can express $h$ in terms of $r$ and the given volume:

$h = \frac{100}{\pi r^2}$

... (3)

For a cylinder to exist, $r$ must be positive ($r > 0$).

Substitute this expression for $h$ into the surface area formula (2) to express $S$ as a function of a single variable $r$:

$S(r) = 2\pi r^2 + 2\pi r \left(\frac{100}{\pi r^2}\right)$

$S(r) = 2\pi r^2 + \frac{200\pi r}{\pi r^2}$

$S(r) = 2\pi r^2 + \frac{200}{r}$

The domain for $r$ is $(0, \infty)$.

To find the value of $r$ that minimizes $S(r)$, we differentiate $S(r)$ with respect to $r$ and set the derivative equal to zero.

$S'(r) = \frac{d}{dr}\left(2\pi r^2 + 200r^{-1}\right)$

$S'(r) = 4\pi r - 200r^{-2}$

... (4)

Set $S'(r) = 0$:

$4\pi r - \frac{200}{r^2} = 0$

$4\pi r = \frac{200}{r^2}$

Multiply both sides by $r^2$ (since $r > 0$, $r^2 \neq 0$):

$4\pi r^3 = 200$

$r^3 = \frac{200}{4\pi} = \frac{50}{\pi}$

... (5)

So, the critical value for $r$ is:

$r = \sqrt[3]{\frac{50}{\pi}}$

This critical point is positive and thus in the domain $(0, \infty)$.

To determine if this value of $r$ corresponds to a minimum, we use the second derivative test. Find the second derivative of $S(r)$:

$S''(r) = \frac{d}{dr}\left(4\pi r - 200r^{-2}\right)$

$S''(r) = 4\pi - 200(-2)r^{-3} = 4\pi + 400r^{-3}$

... (6)

Evaluate $S''(r)$ at the critical point $r = \sqrt[3]{\frac{50}{\pi}}$. Since $r > 0$, $r^3 = \frac{50}{\pi} > 0$.

$S''\left(\sqrt[3]{\frac{50}{\pi}}\right) = 4\pi + \frac{400}{\left(\sqrt[3]{\frac{50}{\pi}}\right)^3} = 4\pi + \frac{400}{50/\pi} = 4\pi + \frac{400\pi}{50} = 4\pi + 8\pi = 12\pi$

Since $S''\left(\sqrt[3]{\frac{50}{\pi}}\right) = 12\pi > 0$, the critical point $r = \sqrt[3]{\frac{50}{\pi}}$ corresponds to a local minimum. Because this is the only critical point in the domain $(0, \infty)$ and the surface area approaches infinity as $r \to 0^+$ or $r \to \infty$, this local minimum is the absolute minimum.

Now, find the corresponding height $h$ using equation (3) with $r = \sqrt[3]{\frac{50}{\pi}}$:

$h = \frac{100}{\pi r^2} = \frac{100}{\pi \left(\sqrt[3]{\frac{50}{\pi}}\right)^2}$

$h = \frac{100}{\pi \left(\frac{50}{\pi}\right)^{2/3}} = \frac{100}{\pi^{1} \cdot \frac{50^{2/3}}{\pi^{2/3}}} = \frac{100}{\pi^{1 - 2/3} 50^{2/3}} = \frac{100}{\pi^{1/3} 50^{2/3}}$

$h = \frac{100}{(\pi \cdot 50^2)^{1/3}} = \frac{100}{(\pi \cdot 2500)^{1/3}} = \frac{100}{(2500\pi)^{1/3}}$

Let's express this in terms of $r$. We know $r = \left(\frac{50}{\pi}\right)^{1/3}$. We want to check if $h = 2r$ for minimum surface area (as suggested by the previous problem). Let's calculate $2r$:

$2r = 2 \left(\frac{50}{\pi}\right)^{1/3} = (2^3)^{1/3} \left(\frac{50}{\pi}\right)^{1/3} = \left(8 \times \frac{50}{\pi}\right)^{1/3} = \left(\frac{400}{\pi}\right)^{1/3}$

Now let's rewrite $h$ in a similar form:

$h = \frac{100}{(2500\pi)^{1/3}} = \frac{(100^3)^{1/3}}{(2500\pi)^{1/3}} = \left(\frac{1000000}{2500\pi}\right)^{1/3} = \left(\frac{10000}{25\pi}\right)^{1/3} = \left(\frac{400}{\pi}\right)^{1/3}$

So, $h = \left(\frac{400}{\pi}\right)^{1/3}$ and $2r = \left(\frac{400}{\pi}\right)^{1/3}$. This confirms that $h = 2r$ at the minimum surface area for a fixed volume.

The dimensions of the can which has the minimum surface area are:

Radius of the base, $r = \sqrt[3]{\frac{50}{\pi}}$ cm

Height of the cylinder, $h = 2 \sqrt[3]{\frac{50}{\pi}}$ cm

Thus, for minimum surface area at a given volume, the height of the cylinder is equal to the diameter of its base.

Question 22. A wire of length 28 m is to be cut into two pieces. One of the pieces is to be made into a square and the other into a circle. What should be the length of the two pieces so that the combined area of the square and the circle is minimum?

Answer:

Let the total length of the wire be $L = 28$ m.


Given:

Total length of the wire is 28 m.

The wire is cut into two pieces.

One piece is used to form a square, and the other to form a circle.


To Find:

The lengths of the two pieces such that the sum of the areas of the square and the circle is minimum.


Solution:

Let $x$ be the length of the piece of wire used to make the square. The remaining length, $28 - x$, will be used to make the circle.

The domain for $x$ is $0 \leq x \leq 28$.

For the square:

If the perimeter of the square is $x$, and the side length is $s$, then $4s = x$, so $s = \frac{x}{4}$.

The area of the square is $A_{square} = s^2 = \left(\frac{x}{4}\right)^2 = \frac{x^2}{16}$.

For the circle:

If the circumference of the circle is $28 - x$, and the radius is $r$, then $2\pi r = 28 - x$, so $r = \frac{28 - x}{2\pi}$.

The area of the circle is $A_{circle} = \pi r^2 = \pi \left(\frac{28 - x}{2\pi}\right)^2 = \pi \frac{(28 - x)^2}{4\pi^2} = \frac{(28 - x)^2}{4\pi}$.

The combined area $A(x)$ of the square and the circle is the sum of their areas:

$A(x) = A_{square} + A_{circle} = \frac{x^2}{16} + \frac{(28 - x)^2}{4\pi}$

... (1)

We want to find the value of $x$ in the interval $[0, 28]$ that minimizes $A(x)$. We find the critical points by differentiating $A(x)$ with respect to $x$ and setting the derivative equal to zero.

$A'(x) = \frac{d}{dx}\left(\frac{x^2}{16} + \frac{(28 - x)^2}{4\pi}\right)$

Using the power rule and chain rule:

$A'(x) = \frac{2x}{16} + \frac{2(28 - x)(-1)}{4\pi} = \frac{x}{8} - \frac{28 - x}{2\pi}$

... (2)

Set $A'(x) = 0$ to find the critical points:

$\frac{x}{8} - \frac{28 - x}{2\pi} = 0$

$\frac{x}{8} = \frac{28 - x}{2\pi}$

Cross-multiply:

$2\pi x = 8(28 - x)$

$2\pi x = 224 - 8x$

Collect terms with $x$:

$2\pi x + 8x = 224$

$x(2\pi + 8) = 224$

$x = \frac{224}{2\pi + 8} = \frac{224}{2(\pi + 4)} = \frac{112}{\pi + 4}$

... (3)

This critical point $x = \frac{112}{\pi + 4}$ is in the domain $[0, 28]$ (since $\pi \approx 3.14$, $\pi + 4 \approx 7.14$, and $112/7.14 \approx 15.68$, which is between 0 and 28).

To determine if this critical point corresponds to a minimum, we use the second derivative test.

$A''(x) = \frac{d}{dx}\left(\frac{x}{8} - \frac{28 - x}{2\pi}\right) = \frac{d}{dx}\left(\frac{x}{8} - \frac{28}{2\pi} + \frac{x}{2\pi}\right)$

$A''(x) = \frac{1}{8} - 0 + \frac{1}{2\pi} = \frac{1}{8} + \frac{1}{2\pi}$

... (4)

Since $\pi > 0$, both $\frac{1}{8} > 0$ and $\frac{1}{2\pi} > 0$. Therefore, $A''(x) = \frac{1}{8} + \frac{1}{2\pi} = \frac{\pi + 4}{8\pi} > 0$ for all $x$ in the domain.

Since the second derivative is positive at the critical point $x = \frac{112}{\pi + 4}$, this point corresponds to a local minimum. As it's the only critical point in the open interval $(0, 28)$ and the function is continuous on the closed interval $[0, 28]$, this local minimum is the absolute minimum.

The value of $x$ that minimizes the combined area is $\frac{112}{\pi + 4}$ m.

The length of the first piece (for the square) is $x = \frac{112}{\pi + 4}$ m.

The length of the second piece (for the circle) is $28 - x$.

$28 - x = 28 - \frac{112}{\pi + 4}$

$28 - x = \frac{28(\pi + 4) - 112}{\pi + 4} = \frac{28\pi + 112 - 112}{\pi + 4} = \frac{28\pi}{\pi + 4}$ m.

The lengths of the two pieces should be $\frac{112}{\pi + 4}$ m and $\frac{28\pi}{\pi + 4}$ m to minimize the combined area.

Let's check the lengths at the endpoints of the domain for comparison:

  • If $x=0$, the square has area 0, and the circle is made from 28m of wire. Circumference $28 = 2\pi r$, $r = 14/\pi$. Area $= \pi (14/\pi)^2 = 196/\pi \approx 62.4$ m$^2$.
  • If $x=28$, the circle has area 0, and the square is made from 28m of wire. Side $s = 28/4 = 7$. Area $= 7^2 = 49$ m$^2$.

The combined area at the minimum is $A\left(\frac{112}{\pi + 4}\right) = \frac{196}{\pi + 4} \approx 27.45$ m$^2$, which is indeed less than the areas at the endpoints.

The lengths are: Length for square = $\frac{112}{\pi + 4}$ m, Length for circle = $\frac{28\pi}{\pi + 4}$ m.

Question 23. Prove that the volume of the largest cone that can be inscribed in a sphere of radius R is $\frac{8}{27}$ of the volume of the sphere.

Answer:

Let the sphere have radius $R$. Let the inscribed right circular cone have radius $r$ and height $h$.


Given:

A fixed sphere of radius $R$.

A right circular cone inscribed in the sphere.


To Prove:

The volume of the largest cone inscribed in the given sphere is $\frac{8}{27}$ times the volume of the sphere.


Proof:

Consider a cross-section of the sphere and the inscribed cone through the axis of the cone.

This cross-section shows a circle of radius $R$ with an inscribed isosceles triangle representing the cone. The base of the triangle is the diameter of the cone's base ($2r$), and the height of the triangle is the height of the cone ($h$). The vertices of the triangle lie on the circle.

Let the center of the sphere be $O$. Let the vertex of the cone be $V$, the center of the cone's base be $C$, and any point on the circumference of the cone's base be $P$. The center $O$ lies on the axis of the cone.

The distance $OP$ is the radius of the sphere, so $OP = R$.

The distance $CP$ is the radius of the cone's base, so $CP = r$.

The triangle $\triangle OPC$ is a right-angled triangle with the right angle at $C$. Let $OC$ be the distance from the center of the sphere to the center of the cone's base. Let $OC = d$.

By the Pythagorean theorem in $\triangle OPC$:

$r^2 + d^2 = R^2$

... (1)

For the cone to be inscribed and have maximum volume, its vertex $V$ must lie on the sphere's surface, and its base must be a circle within the sphere. Let's assume the vertex $V$ is at one of the poles of the sphere relative to the plane containing the base.

The height of the cone $h$ is the distance $VC$. The distance $VO = R$. Depending on whether $O$ is between $V$ and $C$, or $C$ is between $O$ and $V$, the height $h$ can be related to $R$ and $d$. If $V$ is at one pole and the base is a circle at distance $d$ from the center $O$, the height $h$ is $R \pm d$. For maximum volume, the vertex should be as far as possible from the base plane, so $V$ is at a pole and $C$ is between $O$ and $V$. In this case, $h = R - d$. Thus, $d = R - h$.

Substitute $d = R - h$ into equation (1):

$r^2 + (R - h)^2 = R^2$

$r^2 + R^2 - 2Rh + h^2 = R^2$

$r^2 = 2Rh - h^2$

... (2)

The volume of the cone is given by $V_{cone} = \frac{1}{3}\pi r^2 h$. Substitute the expression for $r^2$ from equation (2) into the volume formula:

$V_{cone}(h) = \frac{1}{3}\pi (2Rh - h^2) h = \frac{1}{3}\pi (2Rh^2 - h^3)$

... (3)

For a valid cone, the height $h$ must be positive ($h > 0$) and the base radius $r$ must be real and positive. From $r^2 = h(2R - h)$, we need $h(2R - h) > 0$. Since $h > 0$, we must have $2R - h > 0$, which implies $h < 2R$. The domain for $h$ is $(0, 2R)$. We seek the maximum value of $V_{cone}(h)$ in this interval. We can consider the closed interval $[0, 2R]$ to include degenerate cases with zero volume.

To find the maximum volume, we differentiate $V_{cone}(h)$ with respect to $h$ and set the derivative equal to zero.

$V_{cone}'(h) = \frac{d}{dh}\left(\frac{1}{3}\pi (2Rh^2 - h^3)\right) = \frac{1}{3}\pi (4Rh - 3h^2)$

... (4)

Set $V_{cone}'(h) = 0$ to find the critical points:

$\frac{1}{3}\pi (4Rh - 3h^2) = 0$

$h(4R - 3h) = 0$

This gives two possible values for $h$: $h = 0$ or $4R - 3h = 0$.

$h = 0$ corresponds to a degenerate cone with zero volume.

$4R - 3h = 0 \implies h = \frac{4R}{3}$.

This critical point $h = \frac{4R}{3}$ lies within the domain $(0, 2R)$ since $0 < \frac{4R}{3} < \frac{6R}{3} = 2R$ (as $R > 0$).

To determine if this critical point corresponds to a maximum, we use the second derivative test. Find the second derivative of $V_{cone}(h)$:

$V_{cone}''(h) = \frac{d}{dh}\left(\frac{1}{3}\pi (4Rh - 3h^2)\right) = \frac{1}{3}\pi (4R - 6h)$

... (5)

Evaluate $V_{cone}''(h)$ at the critical point $h = \frac{4R}{3}$:

$V_{cone}''\left(\frac{4R}{3}\right) = \frac{1}{3}\pi \left(4R - 6\left(\frac{4R}{3}\right)\right)$

$V_{cone}''\left(\frac{4R}{3}\right) = \frac{1}{3}\pi \left(4R - \frac{24R}{3}\right) = \frac{1}{3}\pi (4R - 8R) = \frac{1}{3}\pi (-4R) = -\frac{4\pi R}{3}$

Since $R$ is the radius of the sphere, $R > 0$. Therefore, $V_{cone}''\left(\frac{4R}{3}\right) = -\frac{4\pi R}{3} < 0$.

According to the second derivative test, a negative second derivative at a critical point indicates a local maximum. As $h = \frac{4R}{3}$ is the only critical point in the interval $(0, 2R)$, and the volume is 0 at the endpoints $h=0$ and $h=2R$, this local maximum corresponds to the absolute maximum volume in $[0, 2R]$.

The maximum volume of the inscribed cone occurs when its height is $h = \frac{4R}{3}$.

Now, we calculate this maximum volume $V_{max}$ by substituting $h = \frac{4R}{3}$ into equation (3):

$V_{max} = V_{cone}\left(\frac{4R}{3}\right) = \frac{1}{3}\pi \left(2R\left(\frac{4R}{3}\right)^2 - \left(\frac{4R}{3}\right)^3\right)$

$V_{max} = \frac{1}{3}\pi \left(2R\left(\frac{16R^2}{9}\right) - \frac{64R^3}{27}\right)$

$V_{max} = \frac{1}{3}\pi \left(\frac{32R^3}{9} - \frac{64R^3}{27}\right)$

To combine the terms inside the parenthesis, find a common denominator, which is 27:

$V_{max} = \frac{1}{3}\pi \left(\frac{32R^3 \times 3}{9 \times 3} - \frac{64R^3}{27}\right)$

$V_{max} = \frac{1}{3}\pi \left(\frac{96R^3}{27} - \frac{64R^3}{27}\right)$

$V_{max} = \frac{1}{3}\pi \left(\frac{96R^3 - 64R^3}{27}\right)$

$V_{max} = \frac{1}{3}\pi \left(\frac{32R^3}{27}\right)$

$V_{max} = \frac{32\pi R^3}{81}$

... (6)

The volume of the given sphere with radius $R$ is $V_{sphere}$.

$V_{sphere} = \frac{4}{3}\pi R^3$

... (7)

Now, we compare $V_{max}$ with $V_{sphere}$. Let's calculate $\frac{8}{27}$ of the volume of the sphere:

$\frac{8}{27} V_{sphere} = \frac{8}{27} \times \left(\frac{4}{3}\pi R^3\right)$

$\frac{8}{27} V_{sphere} = \frac{8 \times 4}{27 \times 3}\pi R^3$

$\frac{8}{27} V_{sphere} = \frac{32}{81}\pi R^3$

... (8)

From equation (6) and equation (8), we see that the maximum volume of the inscribed cone is equal to $\frac{8}{27}$ of the volume of the sphere.

$V_{max} = \frac{8}{27} V_{sphere}$

(Comparing (6) and (8))


Therefore, the volume of the largest cone that can be inscribed in a sphere of radius $R$ is $\frac{8}{27}$ of the volume of the sphere.

Question 24. Show that the right circular cone of least curved surface and given volume has an altitude equal to $\sqrt{2}$ time the radius of the base.

Answer:

Let $r$ be the radius of the base and $h$ be the altitude (height) of the right circular cone. Let $l$ be its slant height.


Given:

The volume of the cone is a given fixed value, let's call it $V$.

The formula for the volume of a cone is:

$V = \frac{1}{3}\pi r^2 h$

... (1)

We want to minimize the curved surface area $S_{curved}$ of the cone.

The formula for the curved surface area is:

$S_{curved} = \pi r l$

The slant height $l$ is related to $r$ and $h$ by the Pythagorean theorem:

$l = \sqrt{r^2 + h^2}$

So, the curved surface area is:

$S_{curved} = \pi r \sqrt{r^2 + h^2}$

... (2)


To Prove:

For the least curved surface area, the altitude of the cone is $\sqrt{2}$ times the radius of the base, i.e., $h = \sqrt{2}r$.


Solution:

From the given volume constraint equation (1), we can express $h$ in terms of $r$ and the fixed volume $V$:

$h = \frac{3V}{\pi r^2}$

... (3)

For a valid cone, the radius $r$ must be positive ($r > 0$). This also ensures that $h > 0$ for a given positive volume $V$. The domain for $r$ is $(0, \infty)$.

Substitute the expression for $h$ from equation (3) into the curved surface area formula (2) to express $S_{curved}$ as a function of $r$:

$S_{curved}(r) = \pi r \sqrt{r^2 + \left(\frac{3V}{\pi r^2}\right)^2}$

$S_{curved}(r) = \pi r \sqrt{r^2 + \frac{9V^2}{\pi^2 r^4}}$

To simplify the differentiation, we can minimize the square of the curved surface area, since minimizing a positive function is equivalent to minimizing its square. Let $Z(r) = S_{curved}(r)^2$.

$Z(r) = (\pi r \sqrt{r^2 + \frac{9V^2}{\pi^2 r^4}})^2$

$Z(r) = \pi^2 r^2 \left(r^2 + \frac{9V^2}{\pi^2 r^4}\right)$

$Z(r) = \pi^2 r^4 + \frac{\pi^2 r^2 \cdot 9V^2}{\pi^2 r^4}$

$Z(r) = \pi^2 r^4 + 9V^2 r^{-2}$

... (4)

We want to minimize $Z(r)$ for $r \in (0, \infty)$. We find the critical points by differentiating $Z(r)$ with respect to $r$ and setting the derivative equal to zero.

$Z'(r) = \frac{d}{dr}(\pi^2 r^4 + 9V^2 r^{-2})$

$Z'(r) = 4\pi^2 r^3 - 18V^2 r^{-3}$

... (5)

Set $Z'(r) = 0$ to find the critical points:

$4\pi^2 r^3 - \frac{18V^2}{r^3} = 0$

$4\pi^2 r^3 = \frac{18V^2}{r^3}$

Multiply both sides by $r^3$ (since $r > 0$, $r^3 \neq 0$):

$4\pi^2 r^6 = 18V^2$

$r^6 = \frac{18V^2}{4\pi^2} = \frac{9V^2}{2\pi^2}$

... (6)

The critical radius is $r = \left(\frac{9V^2}{2\pi^2}\right)^{1/6}$. This value is positive and in the domain $(0, \infty)$.

To determine if this critical point corresponds to a minimum, we use the second derivative test. Find the second derivative of $Z(r)$:

$Z''(r) = \frac{d}{dr}(4\pi^2 r^3 - 18V^2 r^{-3})$

$Z''(r) = 12\pi^2 r^2 - 18V^2(-3)r^{-4} = 12\pi^2 r^2 + 54V^2 r^{-4}$

... (7)

Evaluate $Z''(r)$ at the critical point $r = \left(\frac{9V^2}{2\pi^2}\right)^{1/6}$. Since $r > 0$, $r^2 > 0$ and $r^4 > 0$. Also, $V^2 > 0$ (as $V$ is a given non-zero volume). Thus, $12\pi^2 r^2 > 0$ and $54V^2 r^{-4} > 0$.

So, $Z''\left(\left(\frac{9V^2}{2\pi^2}\right)^{1/6}\right) = 12\pi^2 r^2 + \frac{54V^2}{r^4} > 0$.

Since the second derivative is positive at the critical point, this point corresponds to a local minimum. As it is the only critical point in the domain $(0, \infty)$ where the function is differentiable, this local minimum is the absolute minimum.

Now, we find the relationship between the height $h$ and the radius $r$ at this minimum. We use equation (3):

$h = \frac{3V}{\pi r^2}$

From equation (6), we have $r^6 = \frac{9V^2}{2\pi^2}$. This can be rearranged to express $9V^2$ in terms of $r$: $9V^2 = 2\pi^2 r^6$.

Square the expression for $h$ to easily substitute $9V^2$:

$h^2 = \left(\frac{3V}{\pi r^2}\right)^2 = \frac{9V^2}{\pi^2 r^4}$

Substitute $9V^2 = 2\pi^2 r^6$ into the equation for $h^2$:

$h^2 = \frac{2\pi^2 r^6}{\pi^2 r^4}$

Perform the cancellation:

$h^2 = \frac{\cancel{2\pi^2} r^{\cancel{6}2}}{\cancel{\pi^2} \cancel{r^4}}$

$h^2 = 2r^2$

Taking the square root of both sides (since $h > 0$ and $r > 0$):

$h = \sqrt{2r^2} = \sqrt{2}\sqrt{r^2} = \sqrt{2}r$

This shows that at the point where the curved surface area is minimum for a given volume, the altitude of the cone is $\sqrt{2}$ times the radius of its base.


Thus, for a right circular cone of least curved surface area and given volume, its altitude is equal to $\sqrt{2}$ times the radius of the base.

Question 25. Show that the semi-vertical angle of the cone of the maximum volume and of given slant height is tan-1 $\sqrt{2}$

Answer:

Let $r$ be the radius of the base, $h$ be the height (altitude), and $l$ be the slant height of the right circular cone.


Given:

The slant height $l$ of the cone is a fixed value.


To Prove:

The semi-vertical angle $\theta$ of the cone with maximum volume is $\tan^{-1} \sqrt{2}$.


Solution:

The semi-vertical angle $\theta$ is the angle between the axis of the cone and its slant height. In the right-angled triangle formed by the radius, height, and slant height, the relationships are:

$l^2 = r^2 + h^2$

(Pythagorean theorem)

$\tan \theta = \frac{r}{h}$

(Definition of tangent)

The volume of the cone is given by:

$V = \frac{1}{3}\pi r^2 h$

... (1)

Since the slant height $l$ is given and fixed, we can express $r^2$ in terms of $l$ and $h$ from the Pythagorean theorem:

$r^2 = l^2 - h^2$

... (2)

Substitute this expression for $r^2$ into the volume formula (1) to get the volume as a function of $h$ (since $l$ is a constant):

$V(h) = \frac{1}{3}\pi (l^2 - h^2) h$

$V(h) = \frac{1}{3}\pi (l^2 h - h^3)$

... (3)

For a valid cone, the height $h$ must be positive, and the radius $r$ must be real and positive. From $r^2 = l^2 - h^2$, we need $l^2 - h^2 > 0$, so $h^2 < l^2$. Since $h > 0$, the domain for $h$ is $0 < h < l$. We want to maximize $V(h)$ in this interval. We can consider the closed interval $[0, l]$ to find the absolute maximum.

To find the maximum volume, we differentiate $V(h)$ with respect to $h$ and set the derivative equal to zero.

$V'(h) = \frac{d}{dh}\left(\frac{1}{3}\pi (l^2 h - h^3)\right) = \frac{1}{3}\pi (l^2 - 3h^2)$

... (4)

Set $V'(h) = 0$ to find the critical points:

$\frac{1}{3}\pi (l^2 - 3h^2) = 0$

$l^2 - 3h^2 = 0$

$3h^2 = l^2$

$h^2 = \frac{l^2}{3}$

... (5)

Since $h > 0$, the critical height is $h = \sqrt{\frac{l^2}{3}} = \frac{l}{\sqrt{3}}$.

This critical point $h = \frac{l}{\sqrt{3}}$ is within the domain $(0, l)$ since $\sqrt{3} > 1$.

To determine if this critical point corresponds to a maximum, we use the second derivative test. Find the second derivative of $V(h)$:

$V''(h) = \frac{d}{dh}\left(\frac{1}{3}\pi (l^2 - 3h^2)\right) = \frac{1}{3}\pi (0 - 6h) = -2\pi h$

... (6)

Evaluate $V''(h)$ at the critical point $h = \frac{l}{\sqrt{3}}$:

$V''\left(\frac{l}{\sqrt{3}}\right) = -2\pi \left(\frac{l}{\sqrt{3}}\right)$

Since the slant height $l > 0$, $V''\left(\frac{l}{\sqrt{3}}\right) = -\frac{2\pi l}{\sqrt{3}} < 0$.

According to the second derivative test, a negative second derivative at a critical point indicates a local maximum. As $h = \frac{l}{\sqrt{3}}$ is the only critical point in the interval $(0, l)$, and the volume is 0 at the endpoints $h=0$ and $h=l$, this local maximum corresponds to the absolute maximum volume in $[0, l]$.

Now, we find the radius $r$ corresponding to this height $h = \frac{l}{\sqrt{3}}$ using equation (2):

$r^2 = l^2 - h^2 = l^2 - \left(\frac{l}{\sqrt{3}}\right)^2$

$r^2 = l^2 - \frac{l^2}{3} = \frac{3l^2 - l^2}{3} = \frac{2l^2}{3}$

Since $r > 0$, $r = \sqrt{\frac{2l^2}{3}} = \frac{\sqrt{2}l}{\sqrt{3}}$.

Finally, we find the semi-vertical angle $\theta$ using $\tan \theta = \frac{r}{h}$ with the values of $r$ and $h$ that maximize the volume:

$\tan \theta = \frac{\frac{\sqrt{2}l}{\sqrt{3}}}{\frac{l}{\sqrt{3}}}$

$\tan \theta = \frac{\sqrt{2}l}{\sqrt{3}} \times \frac{\sqrt{3}}{l}$

Perform the cancellation:

$\tan \theta = \frac{\sqrt{2}\cancel{l}}{\cancel{\sqrt{3}}} \times \frac{\cancel{\sqrt{3}}}{\cancel{l}}$

$\tan \theta = \sqrt{2}$

Therefore, the semi-vertical angle $\theta$ is $\tan^{-1} \sqrt{2}$.


Thus, the semi-vertical angle of the cone of maximum volume and given slant height is $\tan^{-1} \sqrt{2}$.

Question 26. Show that semi-vertical angle of right circular cone of given surface area and maximum volume is sin-1 $\left( \frac{1}{3} \right)$ .

Answer:

Let $r$ be the radius of the base, $h$ be the height (altitude), and $l$ be the slant height of the right circular cone. Let $\theta$ be the semi-vertical angle.


Given:

The total surface area of the cone is a given fixed value, let's call it $S$. The total surface area of a closed cone is the sum of the area of the base and the curved surface area.

$S = \pi r^2 + \pi r l$

... (1)

We want to maximize the volume $V$ of the cone.

$V = \frac{1}{3}\pi r^2 h$

... (2)

The slant height $l$ is related to the radius $r$ and height $h$ by the Pythagorean theorem:

$l^2 = r^2 + h^2$

... (3)

The semi-vertical angle $\theta$ is related to $r$ and $l$ (or $h$) by trigonometric ratios. Specifically, $\sin \theta = \frac{r}{l}$.


To Prove:

The semi-vertical angle $\theta$ of the cone with maximum volume and given surface area $S$ satisfies $\sin \theta = \frac{1}{3}$.


Solution:

From the surface area equation (1), we can express the slant height $l$ in terms of $S$ and $r$ (since $S$ is fixed):

$S - \pi r^2 = \pi r l$

$l = \frac{S - \pi r^2}{\pi r}$

... (4)

For a valid cone, $r > 0$ and $l > 0$. From equation (4), $l>0$ implies $S - \pi r^2 > 0$, so $\pi r^2 < S$. Thus $r^2 < S/\pi$. Also, for $h$ to be real, $l^2 \ge r^2$. From (3), $h^2 = l^2 - r^2$. Substitute (4) into this:

$h^2 = \left(\frac{S - \pi r^2}{\pi r}\right)^2 - r^2 = \frac{(S - \pi r^2)^2}{\pi^2 r^2} - r^2$

$h^2 = \frac{S^2 - 2S\pi r^2 + \pi^2 r^4}{\pi^2 r^2} - \frac{\pi^2 r^4}{\pi^2 r^2} = \frac{S^2 - 2S\pi r^2}{\pi^2 r^2}$

For a real cone with positive height, $h^2 > 0$. Thus $S^2 - 2S\pi r^2 > 0$. Since $S>0$, $S > 2\pi r^2$, which means $r^2 < \frac{S}{2\pi}$. The domain for $r^2$ is $(0, \frac{S}{2\pi})$.

The volume of the cone is $V = \frac{1}{3}\pi r^2 h$. To make differentiation easier, we can maximize $V^2$.

$V^2 = \left(\frac{1}{3}\pi r^2 h\right)^2 = \frac{1}{9}\pi^2 r^4 h^2$

Substitute the expression for $h^2 = \frac{S^2 - 2S\pi r^2}{\pi^2 r^2}$ into the expression for $V^2$:

$V^2(r) = \frac{1}{9}\pi^2 r^4 \left(\frac{S^2 - 2S\pi r^2}{\pi^2 r^2}\right)$

Simplify the expression for $V^2(r)$. Note that $\pi^2 r^2$ cancels out from the numerator and denominator:

$V^2(r) = \frac{1}{9} r^2 (S^2 - 2S\pi r^2) = \frac{1}{9} (S^2 r^2 - 2S\pi r^4)$

... (5)

Let $Z(r) = V^2(r)$. To find the value of $r$ that maximizes $V^2$, we differentiate $Z(r)$ with respect to $r$ and set the derivative equal to zero.

$Z'(r) = \frac{d}{dr}\left(\frac{S^2}{9} r^2 - \frac{2S\pi}{9} r^4\right) = \frac{S^2}{9}(2r) - \frac{2S\pi}{9}(4r^3)$

$Z'(r) = \frac{2S^2}{9} r - \frac{8S\pi}{9} r^3$

... (6)

Set $Z'(r) = 0$ to find the critical points:

$\frac{2S^2}{9} r - \frac{8S\pi}{9} r^3 = 0$

Factor out $\frac{2Sr}{9}$:

$\frac{2Sr}{9} (S - 4\pi r^2) = 0$

Since $r > 0$ (radius must be positive) and $S > 0$ (given surface area), $\frac{2Sr}{9} \neq 0$. Therefore, the term in the parenthesis must be zero:

$S - 4\pi r^2 = 0 \implies S = 4\pi r^2$

... (7)

This gives the critical value $r^2 = \frac{S}{4\pi}$. This value is within the domain $(0, \frac{S}{2\pi})$ because $\frac{S}{4\pi} < \frac{S}{2\pi}$.

To determine if this critical point corresponds to a maximum, we use the second derivative test. Find the second derivative $Z''(r)$:

$Z''(r) = \frac{d}{dr}\left(\frac{2S^2}{9} r - \frac{8S\pi}{9} r^3\right) = \frac{2S^2}{9} - \frac{8S\pi}{9}(3r^2)$

$Z''(r) = \frac{2S^2}{9} - \frac{24S\pi}{9} r^2$

... (8)

Evaluate $Z''(r)$ at the critical point $r^2 = \frac{S}{4\pi}$:

$Z''\left(\sqrt{\frac{S}{4\pi}}\right) = \frac{2S^2}{9} - \frac{24S\pi}{9} \left(\frac{S}{4\pi}\right)$

$Z''\left(\sqrt{\frac{S}{4\pi}}\right) = \frac{2S^2}{9} - \frac{6S^2}{9} = -\frac{4S^2}{9}$

Since $S$ is a given positive value, $S^2 > 0$. Thus, $Z'' < 0$ at the critical point, which confirms that this radius corresponds to a local maximum volume. Since it is the only critical point in the domain $(0, \sqrt{S/(2\pi)})$, it corresponds to the absolute maximum volume.

Now, we need to find the semi-vertical angle $\theta$ when the condition $S = 4\pi r^2$ is met. We use the original surface area equation (1) and substitute $S = 4\pi r^2$ from equation (7):

$4\pi r^2 = \pi r^2 + \pi r l$

(Substituting (7) into (1))

Subtract $\pi r^2$ from both sides:

$3\pi r^2 = \pi r l$

Since $r > 0$, $\pi r \neq 0$, so we can divide both sides by $\pi r$:

$3r = l$

... (9)

This equation gives the required relationship between the radius and the slant height for the cone to have maximum volume given its surface area.

The semi-vertical angle $\theta$ of the cone is defined by the ratio of the radius of the base to the slant height:

$\sin \theta = \frac{r}{l}$

... (10)

Substitute the relation $l = 3r$ from equation (9) into equation (10):

$\sin \theta = \frac{r}{3r}$

Perform the cancellation:

$\sin \theta = \frac{\cancel{r}}{3\cancel{r}} = \frac{1}{3}$

... (11)

This shows that the sine of the semi-vertical angle is $\frac{1}{3}$.

Therefore, the semi-vertical angle $\theta$ is $\sin^{-1} \left(\frac{1}{3}\right)$.


Thus, the semi-vertical angle of the right circular cone of given surface area and maximum volume is $\sin^{-1} \left( \frac{1}{3} \right)$.

Choose the correct answer in the Exercises 27 and 29.

Question 27. The point on the curve x2 = 2y which is nearest to the point (0, 5) is

(A) (2$\sqrt{2}$ , 4)

(B) (2$\sqrt{2}$ , 0)

(C) (0, 0)

(D) (2, 2)

Answer:

Objective: Find the point on the curve $x^2 = 2y$ that is nearest to the point $(0, 5)$.


Let $P(x, y)$ be any point on the curve $x^2 = 2y$. The given point is $Q(0, 5)$.

The distance $D$ between the point $P(x, y)$ and the point $Q(0, 5)$ is given by the distance formula:

$D = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$

$D = \sqrt{(x - 0)^2 + (y - 5)^2}$

$D = \sqrt{x^2 + (y - 5)^2}$

To minimize the distance $D$, it is equivalent to minimize the square of the distance, $Z = D^2$.

$Z = x^2 + (y - 5)^2$

Since the point $(x, y)$ lies on the curve $x^2 = 2y$, we can substitute $x^2 = 2y$ into the expression for $Z$.

The squared distance as a function of $y$ is:

$Z(y) = 2y + (y - 5)^2$

Expand and simplify the expression for $Z(y)$:

$Z(y) = 2y + (y^2 - 10y + 25)$

$Z(y) = y^2 - 8y + 25$

... (1)

For the point $(x, y)$ to be on the curve $x^2 = 2y$, we must have $x^2 \ge 0$, which implies $2y \ge 0$. Thus, the domain for $y$ is $y \ge 0$.

To find the minimum value of $Z(y)$ for $y \ge 0$, we find the critical points by differentiating $Z(y)$ with respect to $y$ and setting the derivative equal to zero.

$Z'(y) = \frac{d}{dy}(y^2 - 8y + 25) = 2y - 8$

... (2)

Set $Z'(y) = 0$ to find the critical point:

$2y - 8 = 0$

$2y = 8$

$y = 4$

The critical point is $y=4$. This value is in the domain $y \ge 0$.

To confirm that this critical point corresponds to a minimum, we use the second derivative test.

$Z''(y) = \frac{d}{dy}(2y - 8) = 2$

... (3)

Since $Z''(y) = 2$ which is a positive constant, $Z''(4) = 2 > 0$. According to the second derivative test, the critical point $y=4$ corresponds to a local minimum. Since $Z(y)$ is a quadratic function opening upwards, this local minimum is also the absolute minimum for $y \ge 0$.

Now, we find the corresponding $x$-value(s) for $y=4$ using the equation of the curve $x^2 = 2y$:

$x^2 = 2(4)$

$x^2 = 8$

$x = \pm \sqrt{8} = \pm 2\sqrt{2}$

So, the points on the curve $x^2 = 2y$ nearest to the point $(0, 5)$ are $(2\sqrt{2}, 4)$ and $(-2\sqrt{2}, 4)$.


We compare these points with the given options:

(A) $(2\sqrt{2}, 4)$

(B) $(2\sqrt{2}, 0)$

(C) $(0, 0)$

(D) $(2, 2)$

Option (A) is one of the points we found that minimizes the distance.

Let's check the squared distance for the other points on the curve given in the options:

  • For $(0, 0)$: $y=0$. $Z(0) = 0^2 - 8(0) + 25 = 25$.
  • For $(2, 2)$: $y=2$. $Z(2) = 2^2 - 8(2) + 25 = 4 - 16 + 25 = 13$.
  • For $(2\sqrt{2}, 4)$: $y=4$. $Z(4) = 4^2 - 8(4) + 25 = 16 - 32 + 25 = 9$.

The minimum squared distance is 9, which occurs at $y=4$, corresponding to $x=\pm 2\sqrt{2}$.

The point $(2\sqrt{2}, 4)$ is listed as option (A).


The correct answer is (A) $(2\sqrt{2}, 4)$.

Question 28. For all real values of x, the minimum value of $\frac{1-x+x^{2}}{1+x+x^{2}}$ is

(A) 0

(B) 1

(C) 3

(D) $\frac{1}{3}$

Answer:

Objective: Find the minimum value of the function $f(x) = \frac{1-x+x^{2}}{1+x+x^{2}}$ for all real values of $x$.


Let the given function be $y = f(x)$.

$y = \frac{x^2 - x + 1}{x^2 + x + 1}$

First, notice that the denominator $x^2 + x + 1$ is always positive for all real $x$. The discriminant is $\Delta = 1^2 - 4(1)(1) = 1 - 4 = -3 < 0$. Since the leading coefficient (1) is positive and the discriminant is negative, the quadratic $x^2 + x + 1$ is always positive. Similarly, the numerator $x^2 - x + 1$ is also always positive because its discriminant is $(-1)^2 - 4(1)(1) = 1 - 4 = -3 < 0$ and the leading coefficient is positive. Thus, $y$ is always positive.

To find the minimum value, we can either use calculus (find the derivative and critical points) or algebraic manipulation.


Method 1: Using Calculus

Find the derivative $y'(x) = \frac{d}{dx}\left(\frac{x^2 - x + 1}{x^2 + x + 1}\right)$. Use the quotient rule: $\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}$.

Let $u = x^2 - x + 1$, so $u' = 2x - 1$.

Let $v = x^2 + x + 1$, so $v' = 2x + 1$.

$y'(x) = \frac{(2x - 1)(x^2 + x + 1) - (x^2 - x + 1)(2x + 1)}{(x^2 + x + 1)^2}$

Expand the numerator:

Numerator = $(2x(x^2 + x + 1) - 1(x^2 + x + 1)) - (x^2(2x + 1) - x(2x + 1) + 1(2x + 1))$

Numerator = $(2x^3 + 2x^2 + 2x - x^2 - x - 1) - (2x^3 + x^2 - 2x^2 - x + 2x + 1)$

Numerator = $(2x^3 + x^2 + x - 1) - (2x^3 - x^2 + x + 1)$

Numerator = $2x^3 + x^2 + x - 1 - 2x^3 + x^2 - x - 1$

Numerator = $2x^2 - 2$

So, $y'(x) = \frac{2x^2 - 2}{(x^2 + x + 1)^2}$.

To find critical points, set $y'(x) = 0$. Since the denominator is never zero, we only need the numerator to be zero:

$2x^2 - 2 = 0$

$2x^2 = 2$

$x^2 = 1$

$x = \pm 1$

The critical points are $x = 1$ and $x = -1$.

Now, we evaluate the function $y(x)$ at these critical points to find the potential minimum and maximum values.

At $x = 1$:

$y(1) = \frac{1 - 1 + 1}{1 + 1 + 1} = \frac{1}{3}$

At $x = -1$:

$y(-1) = \frac{1 - (-1) + (-1)^2}{1 + (-1) + (-1)^2} = \frac{1 + 1 + 1}{1 - 1 + 1} = \frac{3}{1} = 3$

To determine whether these points correspond to a minimum or maximum, we can examine the sign of $y'(x)$ around the critical points or use the second derivative test. However, simply comparing the values at the critical points often suffices for rational functions, especially when considering the behavior as $x \to \pm \infty$.

As $x \to \infty$ or $x \to -\infty$, the function $y(x) = \frac{x^2 - x + 1}{x^2 + x + 1} = \frac{x^2(1 - 1/x + 1/x^2)}{x^2(1 + 1/x + 1/x^2)} = \frac{1 - 1/x + 1/x^2}{1 + 1/x + 1/x^2} \to \frac{1 - 0 + 0}{1 + 0 + 0} = 1$.

The values we found at the critical points are $\frac{1}{3}$ and 3. The limit as $x \to \pm \infty$ is 1.

Since the function is continuous for all real $x$ and approaches 1 as $|x| \to \infty$, the minimum value must be the smallest value attained at the critical points, which is $\frac{1}{3}$. The maximum value is 3.

The minimum value is $\frac{1}{3}$.


Method 2: Using Algebraic Manipulation

Let $y = \frac{x^2 - x + 1}{x^2 + x + 1}$. We want to find the range of $y$. Rearrange the equation to form a quadratic in $x$:

$y(x^2 + x + 1) = x^2 - x + 1$

$yx^2 + yx + y = x^2 - x + 1$

$yx^2 - x^2 + yx + x + y - 1 = 0$

$(y - 1)x^2 + (y + 1)x + (y - 1) = 0$

This is a quadratic equation in $x$. For $x$ to be a real number, the discriminant of this quadratic must be non-negative ($\Delta \ge 0$).

Case 1: If $y - 1 = 0$, i.e., $y = 1$. The equation becomes $0 \cdot x^2 + (1 + 1)x + (1 - 1) = 0$, which is $2x = 0$, so $x = 0$. This is a valid real value for $x$. So, $y=1$ is a possible value of the function (it occurs at $x=0$: $\frac{1-0+0}{1+0+0}=1$).

Case 2: If $y - 1 \neq 0$, i.e., $y \neq 1$. The equation is a proper quadratic. The discriminant is $\Delta = b^2 - 4ac$, where $a = y - 1$, $b = y + 1$, and $c = y - 1$.

$\Delta = (y + 1)^2 - 4(y - 1)(y - 1)$

$\Delta = (y + 1)^2 - 4(y - 1)^2$

For real roots of $x$, $\Delta \ge 0$:

$(y + 1)^2 - 4(y - 1)^2 \ge 0$

This is a difference of squares: $A^2 - B^2 = (A - B)(A + B)$, where $A = y + 1$ and $B = 2(y - 1)$.

$( (y + 1) - 2(y - 1) ) ( (y + 1) + 2(y - 1) ) \ge 0$

$( y + 1 - 2y + 2 ) ( y + 1 + 2y - 2 ) \ge 0$

$( -y + 3 ) ( 3y - 1 ) \ge 0$

Multiply by -1 and reverse the inequality sign:

$(y - 3) (3y - 1) \leq 0$

To solve this inequality, find the roots: $y - 3 = 0 \implies y = 3$, and $3y - 1 = 0 \implies y = \frac{1}{3}$.

The expression $(y - 3)(3y - 1)$ is a quadratic in $y$ opening upwards. It is less than or equal to zero between its roots.

So, $\frac{1}{3} \leq y \leq 3$.

Including the case $y=1$ (which is within this range), the range of the function is $\left[\frac{1}{3}, 3\right]$.

The minimum value of $y$ is $\frac{1}{3}$.


Both methods lead to the same result.

The minimum value of the function is $\frac{1}{3}$.

Compare this with the options:

(A) 0

(B) 1

(C) 3

(D) $\frac{1}{3}$

The minimum value is $\frac{1}{3}$, which corresponds to option (D).


The correct answer is (D) $\frac{1}{3}$.

Question 29. The maximum value of $\left[ x(x-1)+1 \right]^{\frac{1}{3}}$, 0 ≤ x ≤ 1 is

(A) $\left( \frac{1}{3} \right)^{\frac{1}{3}}$

(B) $\frac{1}{2}$

(C) 1

(D) 0

Answer:

Objective: Find the maximum value of the function $\left[ x(x-1)+1 \right]^{\frac{1}{3}}$ on the interval $0 \leq x \leq 1$.


Let the given function be $f(x) = \left[ x(x-1)+1 \right]^{\frac{1}{3}}$.

Simplify the expression inside the cube root:

$x(x-1) + 1 = x^2 - x + 1$

So, $f(x) = (x^2 - x + 1)^{1/3}$.

The function $g(u) = u^{1/3}$ is an increasing function for all real $u$. This means that the maximum value of $f(x)$ will occur at the same $x$ where the expression inside the cube root, $h(x) = x^2 - x + 1$, has its maximum value on the given interval $[0, 1]$.

We need to find the maximum value of the quadratic function $h(x) = x^2 - x + 1$ on the closed interval $[0, 1]$.

The function $h(x)$ is a parabola opening upwards (since the coefficient of $x^2$ is $1 > 0$). The vertex of the parabola occurs at $x = -\frac{b}{2a}$, where $a=1$ and $b=-1$.

Vertex $x$-coordinate: $x_v = -\frac{(-1)}{2(1)} = \frac{1}{2}$.

The vertex $x_v = \frac{1}{2}$ is within the given interval $[0, 1]$.

For a quadratic function opening upwards on a closed interval, the minimum value occurs at the vertex, and the maximum value occurs at one of the endpoints of the interval.

We evaluate $h(x)$ at the critical point (vertex) and the endpoints of the interval $[0, 1]$:

At the critical point $x = \frac{1}{2}$:

$h\left(\frac{1}{2}\right) = \left(\frac{1}{2}\right)^2 - \left(\frac{1}{2}\right) + 1 = \frac{1}{4} - \frac{1}{2} + 1 = \frac{1 - 2 + 4}{4} = \frac{3}{4}$.

At the endpoint $x = 0$:

$h(0) = (0)^2 - (0) + 1 = 0 - 0 + 1 = 1$.

At the endpoint $x = 1$:

$h(1) = (1)^2 - (1) + 1 = 1 - 1 + 1 = 1$.

The values of $h(x)$ at the critical point and endpoints are $\frac{3}{4}$, $1$, and $1$.

The maximum value of $h(x) = x^2 - x + 1$ on the interval $[0, 1]$ is the largest of these values, which is $1$. This maximum occurs at $x=0$ and $x=1$.

The maximum value of $f(x) = [h(x)]^{1/3}$ is the cube root of the maximum value of $h(x)$.

Maximum value of $f(x) = (1)^{1/3} = 1$.


Compare this result with the given options:

(A) $\left( \frac{1}{3} \right)^{\frac{1}{3}}$

(B) $\frac{1}{2}$

(C) 1

(D) 0

The calculated maximum value is 1, which corresponds to option (C).


The correct answer is (C) 1.



Example 42 to 51 - Miscellaneous Examples

Example 42: A car starts from a point P at time t = 0 seconds and stops at point Q. The distance x, in metres, covered by it, in t seconds is given by

$x = t^2 \left( 2-\frac{t}{3} \right)$

Find the time taken by it to reach Q and also find distance between P and Q.

Answer:

Let the position of the car from point P at time $t$ be denoted by $x(t)$.


Given:

The distance covered by the car at time $t$ is given by the function:

$x(t) = t^2 \left( 2-\frac{t}{3} \right)$

... (1)

This can be rewritten as:

$x(t) = 2t^2 - \frac{t^3}{3}$

... (2)

The car starts from point P at $t=0$ and stops at point Q.


To Find:

1. The time taken by the car to reach point Q.

2. The distance between point P and point Q.


Solution:

The car starts from point P at $t=0$. The position of point P is the position of the car at $t=0$.

$x_P = x(0) = 2(0)^2 - \frac{(0)^3}{3} = 0$

(Position of P)

So, point P is at the origin (0 metres).

The car stops at point Q. Stopping means the velocity of the car is zero. The velocity $v(t)$ is the first derivative of the distance function $x(t)$ with respect to time $t$.

$v(t) = \frac{dx}{dt} = \frac{d}{dt}\left(2t^2 - \frac{t^3}{3}\right)$

$v(t) = 2(2t) - \frac{3t^2}{3} = 4t - t^2$

... (3)

The car stops when its velocity is zero. We set $v(t) = 0$ to find the time(s) when this occurs.

$4t - t^2 = 0$

Factor out $t$:

$t(4 - t) = 0$

This equation gives two possible values for $t$: $t = 0$ or $4 - t = 0 \implies t = 4$.

The time $t=0$ corresponds to the starting point P, where the car begins its motion (its velocity might be zero at the very start, or it might begin accelerating immediately). The car stops *at* point Q *after* starting its journey. Therefore, the time when the car stops at Q is the non-zero value of $t$ for which $v(t)=0$, which is $t=4$ seconds.

1. Time taken to reach Q:

The time taken by the car to reach point Q (where it stops) is 4 seconds.

2. Distance between P and Q:

Point P is at $x_P = 0$ (from $t=0$).

Point Q is reached at $t=4$ seconds. The position of point Q is the distance covered by the car at $t=4$ seconds.

$x_Q = x(4) = 2(4)^2 - \frac{(4)^3}{3}$

(Position of Q)

$x_Q = 2(16) - \frac{64}{3}$

$x_Q = 32 - \frac{64}{3}$

$x_Q = \frac{32 \times 3}{3} - \frac{64}{3} = \frac{96}{3} - \frac{64}{3} = \frac{96 - 64}{3} = \frac{32}{3}$

The position of Q is $\frac{32}{3}$ metres from P.

The distance between P and Q is the absolute difference between their positions.

Distance PQ = $|x_Q - x_P| = \left|\frac{32}{3} - 0\right| = \frac{32}{3}$ metres.

The distance $\frac{32}{3}$ metres can also be written as $10\frac{2}{3}$ metres.


The time taken by the car to reach Q is 4 seconds and the distance between P and Q is $\frac{32}{3}$ metres.

Example 43: A water tank has the shape of an inverted right circular cone with its axis vertical and vertex lowermost. Its semi-vertical angle is tan–1 (0.5). Water is poured into it at a constant rate of 5 cubic metre per hour. Find the rate at which the level of the water is rising at the instant when the depth of water in the tank is 4 m.

Answer:

Let $V$ be the volume of water in the cone, $r$ be the radius of the water surface, and $h$ be the depth (height) of the water at time $t$.


Given:

The cone is inverted with the vertex lowermost.

The semi-vertical angle, $\alpha = \tan^{-1}(0.5)$. This means $\tan \alpha = 0.5 = \frac{1}{2}$.

The rate at which water is poured into the tank is $\frac{dV}{dt} = 5 \, m^3/h$ (constant).

We are interested in the instant when the depth of water is $h = 4$ m.


To Find:

The rate at which the level of water is rising at the instant when $h = 4$ m, i.e., $\frac{dh}{dt}$ when $h = 4$ m.


Solution:

The volume of water in the cone at time $t$ is given by the formula for the volume of a cone:

$V = \frac{1}{3}\pi r^2 h$

... (1)

From the geometry of the cone and the definition of the semi-vertical angle, we have the relationship between the radius of the water surface $r$ and the depth of the water $h$:

$\tan \alpha = \frac{r}{h}$

(Relationship from semi-vertical angle)

We are given that $\tan \alpha = 0.5 = \frac{1}{2}$.

$\frac{r}{h} = \frac{1}{2} \implies r = \frac{1}{2}h$

... (2)

Substitute this expression for $r$ from equation (2) into the volume equation (1) so that the volume $V$ is expressed as a function of the height $h$ only:

$V(h) = \frac{1}{3}\pi \left(\frac{1}{2}h\right)^2 h$

$V(h) = \frac{1}{3}\pi \left(\frac{1}{4}h^2\right) h$

$V(h) = \frac{1}{12}\pi h^3$

... (3)

Now, we differentiate both sides of equation (3) with respect to time $t$ to find the relationship between the rates of change of volume and height. Use the chain rule on the right side.

$\frac{dV}{dt} = \frac{d}{dt}\left(\frac{1}{12}\pi h^3\right) = \frac{1}{12}\pi \cdot \frac{d}{dh}(h^3) \cdot \frac{dh}{dt}$

$\frac{dV}{dt} = \frac{1}{12}\pi \cdot 3h^2 \cdot \frac{dh}{dt}$

$\frac{dV}{dt} = \frac{1}{4}\pi h^2 \frac{dh}{dt}$

... (4)

We are given $\frac{dV}{dt} = 5 \, m^3/h$ and we want to find $\frac{dh}{dt}$ when $h = 4$ m. Substitute these values into equation (4):

$5 = \frac{1}{4}\pi (4)^2 \frac{dh}{dt}$

$5 = \frac{1}{4}\pi (16) \frac{dh}{dt}$

$5 = 4\pi \frac{dh}{dt}$

Solve for $\frac{dh}{dt}$:

$\frac{dh}{dt} = \frac{5}{4\pi}$

... (5)

The units of $\frac{dh}{dt}$ are metres per hour (m/h), which is consistent with a rate of change of height with respect to time.


The rate at which the level of the water is rising at the instant when the depth of water is 4 m is $\frac{5}{4\pi}$ m/h.

Example 44: A man of height 2 metres walks at a uniform speed of 5 km/h away from a lamp post which is 6 metres high. Find the rate at which the length of his shadow increases.

Answer:

Let $h_L$ be the height of the lamp post, $h_M$ be the height of the man, $x$ be the distance of the man from the base of the lamp post, and $s$ be the length of the man's shadow at time $t$.


Given:

Height of the lamp post, $h_L = 6$ m.

Height of the man, $h_M = 2$ m.

Speed of the man (rate of change of distance from the lamp post), $\frac{dx}{dt} = 5$ km/h.

The man is walking away from the lamp post, so $\frac{dx}{dt}$ is positive.


To Find:

The rate at which the length of the shadow increases, $\frac{ds}{dt}$.


Solution:

Consider the diagram formed by the lamp post, the man, and his shadow on the ground. Let the base of the lamp post be A, the top of the lamp post be B. Let the man be at point C on the ground, his head be D. Let the tip of the shadow be E on the ground.

The light from the lamp post (B) passes over the man's head (D) and reaches the tip of his shadow (E).

We have two similar triangles: the large triangle formed by the lamp post and its shadow ($\triangle ABE$), and the small triangle formed by the man and his shadow ($\triangle CDE$).

In $\triangle ABE$, the height is $AB = h_L = 6$ m, and the base is $AE = AC + CE = x + s$.

In $\triangle CDE$, the height is $CD = h_M = 2$ m, and the base is $CE = s$.

By the property of similar triangles, the ratio of corresponding sides is equal:

$\frac{AB}{AE} = \frac{CD}{CE}$

(From similar triangles $\triangle ABE$ and $\triangle CDE$)

Substitute the given values and variables:

$\frac{6}{x + s} = \frac{2}{s}$

... (1)

Now, we find the relationship between $x$ and $s$ by cross-multiplying equation (1):

$6s = 2(x + s)$

$6s = 2x + 2s$

Subtract $2s$ from both sides:

$6s - 2s = 2x$

$4s = 2x$

... (2)

Simplify the relationship:

$2s = x$

... (3)

We are looking for the rate at which the length of the shadow increases, which is $\frac{ds}{dt}$. We differentiate both sides of equation (3) with respect to time $t$:

$\frac{d}{dt}(2s) = \frac{d}{dt}(x)$

$2 \frac{ds}{dt} = \frac{dx}{dt}$

... (4)

We are given that the man walks at a uniform speed of 5 km/h away from the lamp post, so $\frac{dx}{dt} = 5$ km/h.

Substitute this value into equation (4):

$2 \frac{ds}{dt} = 5$

Solve for $\frac{ds}{dt}$:

$\frac{ds}{dt} = \frac{5}{2} = 2.5$

The units are in km/h, matching the units of the given speed.


The rate at which the length of his shadow increases is 2.5 km/h.

Example 45: Find the equation of the normal to the curve x2 = 4y which passes through the point (1, 2).

Answer:

Given:

The equation of the curve is $x^2 = 4y$.

The normal passes through the point $(1, 2)$.


To Find:

The equation of the normal to the curve $x^2 = 4y$ that passes through the point $(1, 2)$.


Solution:

Let the point where the normal touches the curve be $(x_0, y_0)$. This point $(x_0, y_0)$ lies on the curve, so it satisfies the equation of the curve:

$x_0^2 = 4y_0$

... (1)

To find the slope of the normal at the point $(x_0, y_0)$, we first find the slope of the tangent at that point. The slope of the tangent is given by the derivative $\frac{dy}{dx}$ evaluated at $(x_0, y_0)$.

Differentiate the equation of the curve $x^2 = 4y$ with respect to $x$:

$\frac{d}{dx}(x^2) = \frac{d}{dx}(4y)$

$2x = 4 \frac{dy}{dx}$

Solve for $\frac{dy}{dx}$:

$\frac{dy}{dx} = \frac{2x}{4} = \frac{x}{2}$

... (2)

The slope of the tangent at the point $(x_0, y_0)$ on the curve is $m_{tangent} = \left(\frac{dy}{dx}\right)_{(x_0, y_0)} = \frac{x_0}{2}$.

The normal at $(x_0, y_0)$ is perpendicular to the tangent at $(x_0, y_0)$. The product of the slopes of two perpendicular lines (that are not horizontal or vertical) is -1.

Slope of the normal, $m_{normal} = -\frac{1}{m_{tangent}}$.

$m_{normal} = -\frac{1}{x_0/2} = -\frac{2}{x_0}$, provided $x_0 \neq 0$.

If $x_0 = 0$, then from (1), $0^2 = 4y_0$, so $y_0 = 0$. The point is $(0, 0)$. The tangent slope is $\frac{0}{2} = 0$ (horizontal). The normal is vertical, with an equation of the form $x = \text{constant}$. Since it passes through $(0, 0)$, the normal is the y-axis, $x=0$. The question states the normal passes through $(1, 2)$. The line $x=0$ does not pass through $(1, 2)$. So $x_0 \neq 0$.

The equation of the normal to the curve at the point $(x_0, y_0)$ is given by the point-slope form: $y - y_0 = m_{normal}(x - x_0)$.

$y - y_0 = -\frac{2}{x_0}(x - x_0)$

... (3)

We are given that this normal passes through the point $(1, 2)$. So, substitute $x=1$ and $y=2$ into equation (3):

$2 - y_0 = -\frac{2}{x_0}(1 - x_0)$

$2 - y_0 = -\frac{2}{x_0} + \frac{2x_0}{x_0} = -\frac{2}{x_0} + 2$

Subtract 2 from both sides:

$-y_0 = -\frac{2}{x_0}$

$y_0 = \frac{2}{x_0}$

... (4)

Now we have a system of two equations (1) and (4) with two unknowns $x_0$ and $y_0$:

$x_0^2 = 4y_0$

(from (1))

$y_0 = \frac{2}{x_0}$

(from (4))

Substitute equation (4) into equation (1):

$x_0^2 = 4\left(\frac{2}{x_0}\right)$

$x_0^2 = \frac{8}{x_0}$

Multiply both sides by $x_0$ (since $x_0 \neq 0$):

$x_0^3 = 8$

Taking the cube root, we get $x_0 = 2$.

Now find the corresponding value of $y_0$ using equation (4):

$y_0 = \frac{2}{x_0} = \frac{2}{2} = 1$.

So, the point on the curve where the normal passes through $(1, 2)$ is $(x_0, y_0) = (2, 1)$.

Let's verify that $(2, 1)$ is on the curve $x^2 = 4y$: $2^2 = 4$, $4(1) = 4$. $4 = 4$, so the point $(2, 1)$ is on the curve.

Now, find the slope of the normal at the point $(2, 1)$. Using $m_{normal} = -\frac{2}{x_0}$:

$m_{normal} = -\frac{2}{2} = -1$.

Finally, find the equation of the normal using the point-slope form with the point $(1, 2)$ through which the normal passes, and the slope $m_{normal} = -1$.

$y - y_1 = m(x - x_1)$

$y - 2 = -1(x - 1)$

$y - 2 = -x + 1$

Rearrange into the form $Ax + By + C = 0$:

$x + y - 2 - 1 = 0$

$x + y - 3 = 0$


The equation of the normal to the curve $x^2 = 4y$ that passes through the point $(1, 2)$ is $x + y - 3 = 0$.

Example 46: Find the equation of tangents to the curve

y = cos (x + y) , – 2π ≤ x ≤ 2π

that are parallel to the line x + 2y = 0.

Answer:

Given:

The equation of the curve is $y = \cos(x + y)$, with $-2\pi \leq x \leq 2\pi$.

The tangents to the curve are parallel to the line $x + 2y = 0$.


To Find:

The equations of the tangents to the curve that are parallel to the line $x + 2y = 0$.


Solution:

First, find the slope of the line $x + 2y = 0$. Rewrite the equation in the form $y = mx + c$:

$2y = -x$

$y = -\frac{1}{2}x$

The slope of this line is $m_{line} = -\frac{1}{2}$.

Since the tangents are parallel to this line, the slope of the tangents is also $m_{tangent} = -\frac{1}{2}$.

The slope of the tangent to the curve at any point $(x, y)$ is given by the derivative $\frac{dy}{dx}$. Differentiate the equation of the curve $y = \cos(x + y)$ with respect to $x$ using the chain rule:

$\frac{dy}{dx} = \frac{d}{dx}(\cos(x + y))$

$\frac{dy}{dx} = -\sin(x + y) \cdot \frac{d}{dx}(x + y)$

$\frac{dy}{dx} = -\sin(x + y) \cdot \left(1 + \frac{dy}{dx}\right)$

Now, substitute the slope of the tangent, $\frac{dy}{dx} = -\frac{1}{2}$:

$-\frac{1}{2} = -\sin(x + y) \cdot \left(1 - \frac{1}{2}\right)$

$-\frac{1}{2} = -\sin(x + y) \cdot \left(\frac{1}{2}\right)$

Multiply both sides by -2:

$1 = \sin(x + y)$

This equation relates the coordinates $(x, y)$ of the points on the curve where the tangent has a slope of $-\frac{1}{2}$.

The general solution for $\sin \theta = 1$ is $\theta = 2n\pi + \frac{\pi}{2}$, where $n$ is an integer.

So, $x + y = 2n\pi + \frac{\pi}{2}$ for some integer $n$.

We also know that the points $(x, y)$ lie on the curve $y = \cos(x + y)$. Substitute $x + y = 2n\pi + \frac{\pi}{2}$ into the equation of the curve:

$y = \cos\left(2n\pi + \frac{\pi}{2}\right)$

Since $\cos(2n\pi + \theta) = \cos \theta$, we have:

$y = \cos\left(\frac{\pi}{2}\right)$

$\cos\left(\frac{\pi}{2}\right) = 0$.

So, the y-coordinate of the points of tangency is $y = 0$.

Now, substitute $y = 0$ back into the relation $x + y = 2n\pi + \frac{\pi}{2}$ to find the corresponding x-coordinates:

$x + 0 = 2n\pi + \frac{\pi}{2}$

$x = 2n\pi + \frac{\pi}{2}$

We are given the constraint $-2\pi \leq x \leq 2\pi$. Let's find the integer values of $n$ that satisfy this condition.

$-2\pi \leq 2n\pi + \frac{\pi}{2} \leq 2\pi$

Subtract $\frac{\pi}{2}$ from all parts of the inequality:

$-2\pi - \frac{\pi}{2} \leq 2n\pi \leq 2\pi - \frac{\pi}{2}$

$-\frac{4\pi}{2} - \frac{\pi}{2} \leq 2n\pi \leq \frac{4\pi}{2} - \frac{\pi}{2}$

$-\frac{5\pi}{2} \leq 2n\pi \leq \frac{3\pi}{2}$

Divide all parts by $2\pi$ (since $2\pi > 0$, the inequality signs do not change):

$-\frac{5\pi}{2(2\pi)} \leq \frac{2n\pi}{2\pi} \leq \frac{3\pi}{2(2\pi)}$

$-\frac{5}{4} \leq n \leq \frac{3}{4}$

Since $n$ must be an integer, the possible values for $n$ are $n = -1$ and $n = 0$.

For $n = -1$:

$x = 2(-1)\pi + \frac{\pi}{2} = -2\pi + \frac{\pi}{2} = -\frac{4\pi}{2} + \frac{\pi}{2} = -\frac{3\pi}{2}$.

The point of tangency is $\left(-\frac{3\pi}{2}, 0\right)$.

Let's verify this point is on the curve: $0 = \cos\left(-\frac{3\pi}{2} + 0\right) = \cos\left(-\frac{3\pi}{2}\right) = \cos\left(\frac{\pi}{2}\right) = 0$. It is on the curve.

For $n = 0$:

$x = 2(0)\pi + \frac{\pi}{2} = 0 + \frac{\pi}{2} = \frac{\pi}{2}$.

The point of tangency is $\left(\frac{\pi}{2}, 0\right)$.

Let's verify this point is on the curve: $0 = \cos\left(\frac{\pi}{2} + 0\right) = \cos\left(\frac{\pi}{2}\right) = 0$. It is on the curve.

We have two points of tangency where the slope is $-\frac{1}{2}$: $\left(-\frac{3\pi}{2}, 0\right)$ and $\left(\frac{\pi}{2}, 0\right)$.

Now, write the equation of the tangent line for each point using the point-slope form $y - y_1 = m(x - x_1)$, with $m = -\frac{1}{2}$.

For the point $\left(-\frac{3\pi}{2}, 0\right)$:

$y - 0 = -\frac{1}{2}\left(x - \left(-\frac{3\pi}{2}\right)\right)$

$y = -\frac{1}{2}\left(x + \frac{3\pi}{2}\right)$

$y = -\frac{1}{2}x - \frac{3\pi}{4}$

Multiply by 4 to clear denominators:

$4y = -2x - 3\pi$

Rearrange to the form $Ax + By + C = 0$:

$2x + 4y + 3\pi = 0$

For the point $\left(\frac{\pi}{2}, 0\right)$:

$y - 0 = -\frac{1}{2}\left(x - \frac{\pi}{2}\right)$

$y = -\frac{1}{2}x + \frac{\pi}{4}$

Multiply by 4 to clear denominators:

$4y = -2x + \pi$

Rearrange to the form $Ax + By + C = 0$:

$2x + 4y - \pi = 0$


The equations of the tangents to the curve $y = \cos(x + y)$ that are parallel to the line $x + 2y = 0$ are $2x + 4y + 3\pi = 0$ and $2x + 4y - \pi = 0$.

Example 47: Find intervals in which the function given by

f(x) = $\frac{3}{10}$ x4 - $\frac{4}{5}$ x3 - 3x2 + $\frac{36}{5}$ x + 11

is (a) increasing (b) decreasing.

Answer:

Given:

The function $f(x) = \frac{3}{10} x^4 - \frac{4}{5} x^3 - 3x^2 + \frac{36}{5} x + 11$.


To Find:

The intervals in which the function $f(x)$ is (a) increasing and (b) decreasing.


Solution:

To find the intervals of increasing and decreasing, we need to find the first derivative of the function, $f'(x)$, and determine where it is positive (increasing) and where it is negative (decreasing).

$f'(x) = \frac{d}{dx}\left(\frac{3}{10} x^4 - \frac{4}{5} x^3 - 3x^2 + \frac{36}{5} x + 11\right)$

$f'(x) = \frac{3}{10}(4x^3) - \frac{4}{5}(3x^2) - 3(2x) + \frac{36}{5}(1) + 0$

$f'(x) = \frac{12}{10} x^3 - \frac{12}{5} x^2 - 6x + \frac{36}{5}$

$f'(x) = \frac{6}{5} x^3 - \frac{12}{5} x^2 - 6x + \frac{36}{5}$

... (1)

To find the critical points, we set $f'(x) = 0$.

$\frac{6}{5} x^3 - \frac{12}{5} x^2 - 6x + \frac{36}{5} = 0$

Multiply the entire equation by 5 to clear the denominators:

$6x^3 - 12x^2 - 30x + 36 = 0$

Divide the entire equation by 6:

$x^3 - 2x^2 - 5x + 6 = 0$

... (2)

This is a cubic equation. We can look for integer roots that divide the constant term (6), which are $\pm 1, \pm 2, \pm 3, \pm 6$.

Test $x=1$: $1^3 - 2(1)^2 - 5(1) + 6 = 1 - 2 - 5 + 6 = 0$. So $x=1$ is a root.

Test $x=-2$: $(-2)^3 - 2(-2)^2 - 5(-2) + 6 = -8 - 2(4) + 10 + 6 = -8 - 8 + 10 + 6 = 0$. So $x=-2$ is a root.

Test $x=3$: $(3)^3 - 2(3)^2 - 5(3) + 6 = 27 - 2(9) - 15 + 6 = 27 - 18 - 15 + 6 = 9 - 15 + 6 = 0$. So $x=3$ is a root.

The roots of the equation $x^3 - 2x^2 - 5x + 6 = 0$ are $x = 1, -2, 3$. These are the critical points where the function's monotonicity might change.

These critical points divide the number line into four open intervals: $(-\infty, -2)$, $(-2, 1)$, $(1, 3)$, and $(3, \infty)$. We examine the sign of $f'(x)$ in each interval.

Let's use the factored form of $f'(x)$. From equation (2), the roots are $-2, 1, 3$. So, we can factor $x^3 - 2x^2 - 5x + 6$ as $(x - 1)(x + 2)(x - 3)$.

Therefore, $f'(x) = \frac{6}{5} (x - 1)(x + 2)(x - 3)$.

Interval Test Value ($c$) Sign of $(x-1)$ at $c$ Sign of $(x+2)$ at $c$ Sign of $(x-3)$ at $c$ Sign of $f'(x) = \frac{6}{5}(x-1)(x+2)(x-3)$ at $c$ Behavior of $f(x)$
$(-\infty, -2)$-3---$\frac{6}{5}(-)(-)(-) = -$Decreasing
$(-2, 1)$0-+-$\frac{6}{5}(-)(+)(-) = +$Increasing
$(1, 3)$2++-$\frac{6}{5}(+)(+)(-) = -$Decreasing
$(3, \infty)$4+++$\frac{6}{5}(+)(+)(+) = +$Increasing

Based on the sign of $f'(x)$:

(a) The function $f(x)$ is increasing when $f'(x) > 0$. This occurs in the intervals $(-2, 1)$ and $(3, \infty)$. Since the function is continuous, it is also increasing on the closed intervals $[-2, 1]$ and $[3, \infty)$.

(b) The function $f(x)$ is decreasing when $f'(x) < 0$. This occurs in the intervals $(-\infty, -2)$ and $(1, 3)$. Since the function is continuous, it is also decreasing on the closed intervals $(-\infty, -2]$ and $[1, 3]$.


The intervals in which the function $f(x)$ is:

(a) increasing are $(-2, 1) \cup (3, \infty)$ (or $[-2, 1] \cup [3, \infty]$ for closed intervals).

(b) decreasing are $(-\infty, -2) \cup (1, 3)$ (or $(-\infty, -2] \cup [1, 3]$ for closed intervals).

Example 48: Show that the function f given by

f(x) = tan–1 (sin x + cos x), x > 0

is always an increasing function in $\left( 0 , \frac{\pi}{4} \right)$

Answer:

Given:

The function $f(x) = \tan^{-1}(\sin x + \cos x)$, for $x > 0$.

We need to show that $f(x)$ is an increasing function in the interval $\left(0, \frac{\pi}{4}\right)$.


To Prove:

$f(x)$ is increasing in $\left(0, \frac{\pi}{4}\right)$.


Proof:

To show that a function is increasing in an interval, we need to show that its derivative is positive in that interval.

Find the derivative of $f(x)$ with respect to $x$. Use the chain rule: $\frac{d}{du}(\tan^{-1} u) = \frac{1}{1 + u^2}$ and $\frac{d}{dx}(\sin x + \cos x) = \cos x - \sin x$.

Let $u = \sin x + \cos x$. Then $f(x) = \tan^{-1}(u)$.

$f'(x) = \frac{d}{dx}(\tan^{-1}(\sin x + \cos x))$

$f'(x) = \frac{1}{1 + (\sin x + \cos x)^2} \cdot \frac{d}{dx}(\sin x + \cos x)$

$f'(x) = \frac{1}{1 + (\sin^2 x + \cos^2 x + 2\sin x \cos x)} \cdot (\cos x - \sin x)$

Use the identity $\sin^2 x + \cos^2 x = 1$ and $2\sin x \cos x = \sin(2x)$:

$f'(x) = \frac{1}{1 + (1 + \sin(2x))} \cdot (\cos x - \sin x)$

$f'(x) = \frac{\cos x - \sin x}{2 + \sin(2x)}$

... (1)

We need to determine the sign of $f'(x)$ in the interval $\left(0, \frac{\pi}{4}\right)$.

Consider the denominator $2 + \sin(2x)$. The sine function has a range of $[-1, 1]$. So, $-1 \leq \sin(2x) \leq 1$. This means $2 + (-1) \leq 2 + \sin(2x) \leq 2 + 1$, which gives $1 \leq 2 + \sin(2x) \leq 3$. Therefore, the denominator $2 + \sin(2x)$ is always positive for all real $x$, and specifically for $x \in \left(0, \frac{\pi}{4}\right)$.

Now consider the numerator $\cos x - \sin x$ in the interval $\left(0, \frac{\pi}{4}\right)$.

In the interval $\left(0, \frac{\pi}{4}\right)$, the value of $\cos x$ is greater than the value of $\sin x$.

  • For example, at $x = \frac{\pi}{6}$, $\cos(\frac{\pi}{6}) = \frac{\sqrt{3}}{2}$ and $\sin(\frac{\pi}{6}) = \frac{1}{2}$. $\frac{\sqrt{3}}{2} > \frac{1}{2}$ since $\sqrt{3} > 1$.
  • As $x$ increases from $0$ to $\frac{\pi}{4}$, $\cos x$ decreases from $1$ to $\frac{1}{\sqrt{2}}$, and $\sin x$ increases from $0$ to $\frac{1}{\sqrt{2}}$. For any $x$ strictly between 0 and $\frac{\pi}{4}$, $\cos x > \sin x$.
  • At $x = \frac{\pi}{4}$, $\cos(\frac{\pi}{4}) = \frac{1}{\sqrt{2}}$ and $\sin(\frac{\pi}{4}) = \frac{1}{\sqrt{2}}$, so $\cos x - \sin x = 0$.
  • For $x \in \left(0, \frac{\pi}{4}\right)$, $\cos x > \sin x$, so $\cos x - \sin x > 0$.

Since the numerator $(\cos x - \sin x)$ is positive in the interval $\left(0, \frac{\pi}{4}\right)$, and the denominator $(2 + \sin(2x))$ is always positive, the derivative $f'(x) = \frac{\cos x - \sin x}{2 + \sin(2x)}$ is positive for all $x \in \left(0, \frac{\pi}{4}\right)$.

Specifically, for $x \in \left(0, \frac{\pi}{4}\right)$, $f'(x) > 0$.

A function is increasing on an interval if its derivative is positive on that interval.


Therefore, the function $f(x) = \tan^{-1}(\sin x + \cos x)$ is always an increasing function in $\left(0, \frac{\pi}{4}\right)$.

Example 49: A circular disc of radius 3 cm is being heated. Due to expansion, its radius increases at the rate of 0.05 cm/s. Find the rate at which its area is increasing when radius is 3.2 cm

Answer:

Let $r$ be the radius of the circular disc and $A$ be its area at time $t$.


Given:

Initial radius = 3 cm (This value might not be directly used in the rate calculation, but it gives context).

The rate at which the radius increases is $\frac{dr}{dt} = 0.05$ cm/s.

We need to find the rate of increase of the area, $\frac{dA}{dt}$, at the instant when the radius is $r = 3.2$ cm.


To Find:

$\frac{dA}{dt}$ when $r = 3.2$ cm.


Solution:

The area of a circular disc with radius $r$ is given by the formula:

$A = \pi r^2$

... (1)

We want to find the rate at which the area is increasing, which is $\frac{dA}{dt}$. We differentiate both sides of equation (1) with respect to time $t$. Use the chain rule on the right side, as $r$ is a function of $t$.

$\frac{dA}{dt} = \frac{d}{dt}(\pi r^2)$

$\frac{dA}{dt} = \pi \cdot \frac{d}{dr}(r^2) \cdot \frac{dr}{dt}$

$\frac{dA}{dt} = \pi \cdot (2r) \cdot \frac{dr}{dt}$

$\frac{dA}{dt} = 2\pi r \frac{dr}{dt}$

... (2)

We are given $\frac{dr}{dt} = 0.05$ cm/s, and we need to find $\frac{dA}{dt}$ when $r = 3.2$ cm.

Substitute these values into equation (2):

$\frac{dA}{dt} = 2\pi (3.2) (0.05)$

Calculate the product:

$\frac{dA}{dt} = 2\pi (0.16)$

$\frac{dA}{dt} = 0.32\pi$

The units of the rate of change of area are square centimetres per second (cm$^2$/s), which is appropriate.


The rate at which the area of the disc is increasing when the radius is 3.2 cm is $0.32\pi \, cm^2/s$.

Example 50: An open topped box is to be constructed by removing equal squares from each corner of a 3 metre by 8 metre rectangular sheet of aluminium and folding up the sides. Find the volume of the largest such box.

Answer:

Let $L$ and $W$ be the length and width of the rectangular sheet, respectively.


Given:

Length of the rectangular sheet, $L = 8$ metres.

Width of the rectangular sheet, $W = 3$ metres.

Equal squares are removed from each corner and the sides are folded up to form an open-topped box.


To Find:

The maximum possible volume of the box.


Solution:

Let $x$ be the side length of the equal squares removed from each corner ($x \geq 0$).

When squares of side $x$ are cut from the corners and the sides are folded up, the dimensions of the resulting open-topped box will be:

Length of the base = Original Length - $2 \times$ side of the square cut off

Length of the base = $8 - 2x$ metres

Width of the base = Original Width - $2 \times$ side of the square cut off

Width of the base = $3 - 2x$ metres

Height of the box = Side of the square cut off

Height of the box = $x$ metres

For the dimensions of the box to be physically possible and non-negative, we must have:

$x \geq 0$

$8 - 2x \geq 0 \implies 2x \leq 8 \implies x \leq 4$

$3 - 2x \geq 0 \implies 2x \leq 3 \implies x \leq 1.5$

Combining these conditions, the possible values for $x$ are in the interval $0 \leq x \leq 1.5$.

The volume $V$ of the box is given by the product of its dimensions:

$V(x) = (\text{Length}) \times (\text{Width}) \times (\text{Height})$

$V(x) = (8 - 2x)(3 - 2x)x$

... (1)

Expand the expression for $V(x)$:

$V(x) = (24 - 16x - 6x + 4x^2)x$

$V(x) = (4x^2 - 22x + 24)x$

$V(x) = 4x^3 - 22x^2 + 24x$

... (2)

We want to find the maximum value of $V(x)$ on the closed interval $[0, 1.5]$. We find the critical points by calculating the first derivative of $V(x)$ with respect to $x$ and setting it to zero.

$V'(x) = \frac{d}{dx}(4x^3 - 22x^2 + 24x)$

$V'(x) = 12x^2 - 44x + 24$

... (3)

Set $V'(x) = 0$ to find the critical points:

$12x^2 - 44x + 24 = 0$

Divide the equation by 4 to simplify:

$3x^2 - 11x + 6 = 0$

Solve the quadratic equation using factoring or the quadratic formula.

Using factoring, we look for two numbers that multiply to $3 \times 6 = 18$ and add up to -11. These numbers are -9 and -2.

$3x^2 - 9x - 2x + 6 = 0$

$3x(x - 3) - 2(x - 3) = 0$

$(3x - 2)(x - 3) = 0$

The critical points are $3x - 2 = 0 \implies x = \frac{2}{3}$ and $x - 3 = 0 \implies x = 3$.

We must consider the valid domain for $x$, which is $[0, 1.5]$.

  • The critical point $x = \frac{2}{3}$ is within the domain $[0, 1.5]$ since $\frac{2}{3} \approx 0.67$, and $0 \leq 0.67 \leq 1.5$.
  • The critical point $x = 3$ is outside the domain $[0, 1.5]$ (since $3 > 1.5$). It is not physically possible to cut a square of side 3 m from a sheet of width 3 m.

To find the maximum volume, we evaluate the volume function $V(x)$ at the critical point within the domain ($x=\frac{2}{3}$) and at the endpoints of the domain ($x=0$ and $x=1.5$).

At the endpoints:

$V(0) = 4(0)^3 - 22(0)^2 + 24(0) = 0$ m$^3$.

$V(1.5) = V\left(\frac{3}{2}\right) = \left(8 - 2\left(\frac{3}{2}\right)\right)\left(3 - 2\left(\frac{3}{2}\right)\right)\left(\frac{3}{2}\right) = (8 - 3)(3 - 3)\left(\frac{3}{2}\right) = (5)(0)\left(\frac{3}{2}\right) = 0$ m$^3$.

At the critical point $x=\frac{2}{3}$:

Substitute $x=\frac{2}{3}$ into the volume formula (2):

$V\left(\frac{2}{3}\right) = 4\left(\frac{2}{3}\right)^3 - 22\left(\frac{2}{3}\right)^2 + 24\left(\frac{2}{3}\right)$

$V\left(\frac{2}{3}\right) = 4\left(\frac{8}{27}\right) - 22\left(\frac{4}{9}\right) + \cancel{24}^{8}\left(\frac{2}{\cancel{3}}\right)$

$V\left(\frac{2}{3}\right) = \frac{32}{27} - \frac{88}{9} + 16$

Find a common denominator, which is 27:

$V\left(\frac{2}{3}\right) = \frac{32}{27} - \frac{88 \times 3}{9 \times 3} + \frac{16 \times 27}{1 \times 27}$

$V\left(\frac{2}{3}\right) = \frac{32}{27} - \frac{264}{27} + \frac{432}{27}$

$V\left(\frac{2}{3}\right) = \frac{32 - 264 + 432}{27} = \frac{464 - 264}{27} = \frac{200}{27}$

$V\left(\frac{2}{3}\right) = \frac{200}{27}$ m$^3$.

Comparing the volumes $0, 0, \frac{200}{27}$, the maximum volume is $\frac{200}{27}$ m$^3$, which occurs when the side of the square cut off is $x = \frac{2}{3}$ m.


The volume of the largest such box is $\frac{200}{27}$ cubic metres.

Example 51: Manufacturer can sell x items at a price of rupees $\left( 5-\frac{x}{100}\right)$each. The cost price of x items is Rs $\left( \frac{x}{5}+500 \right)$ . Find the number of items he should sell to earn maximum profit.

Answer:

Let $x$ be the number of items sold by the manufacturer.


Given:

Selling price per item is $\textsf{₹}\left(5 - \frac{x}{100}\right)$.

Cost price of $x$ items is $\textsf{₹}\left(\frac{x}{5} + 500\right)$.


To Find:

The number of items ($x$) the manufacturer should sell to earn maximum profit.


Solution:

The total revenue $R(x)$ from selling $x$ items is given by the number of items sold multiplied by the selling price per item.

$R(x) = x \times \left(5 - \frac{x}{100}\right)$

$R(x) = 5x - \frac{x^2}{100}$

(Total Revenue)

The total cost $C(x)$ of producing $x$ items is given.

$C(x) = \frac{x}{5} + 500$

(Total Cost)

The profit $P(x)$ earned from selling $x$ items is the difference between the total revenue and the total cost.

$P(x) = R(x) - C(x)$

$P(x) = \left(5x - \frac{x^2}{100}\right) - \left(\frac{x}{5} + 500\right)$

$P(x) = 5x - \frac{x^2}{100} - \frac{x}{5} - 500$

Combine the terms with $x$:

$5x - \frac{x}{5} = \frac{25x}{5} - \frac{x}{5} = \frac{24x}{5}$

$P(x) = -\frac{x^2}{100} + \frac{24x}{5} - 500$

(Profit function)

We want to find the value of $x$ that maximizes the profit $P(x)$. The number of items $x$ must be non-negative, i.e., $x \ge 0$. Also, the selling price must be non-negative, $5 - \frac{x}{100} \ge 0 \implies 5 \ge \frac{x}{100} \implies 500 \ge x$. So the domain for $x$ is $[0, 500]$.

To find the maximum profit, we find the critical points by calculating the first derivative of $P(x)$ with respect to $x$ and setting it to zero.

$P'(x) = \frac{d}{dx}\left(-\frac{x^2}{100} + \frac{24x}{5} - 500\right)$

$P'(x) = -\frac{2x}{100} + \frac{24}{5} - 0$

$P'(x) = -\frac{x}{50} + \frac{24}{5}$

... (1)

Set $P'(x) = 0$ to find the critical point:

$-\frac{x}{50} + \frac{24}{5} = 0$

$\frac{x}{50} = \frac{24}{5}$

Multiply both sides by 50:

$x = \frac{24}{5} \times 50$

$x = 24 \times 10 = 240$

The critical point is $x = 240$. This value is within the domain $[0, 500]$.

To determine if this critical point corresponds to a maximum, we use the second derivative test.

$P''(x) = \frac{d}{dx}\left(-\frac{x}{50} + \frac{24}{5}\right)$

$P''(x) = -\frac{1}{50} + 0 = -\frac{1}{50}$

... (2)

Since $P''(x) = -\frac{1}{50} < 0$ for all values of $x$, the critical point $x=240$ corresponds to a local maximum. Because $P(x)$ is a quadratic function opening downwards, this local maximum is also the absolute maximum on the domain $[0, 500]$. The profit at the endpoints $x=0$ and $x=500$ can be calculated:

$P(0) = -500$ (loss)

$P(500) = -\frac{500^2}{100} + \frac{24(500)}{5} - 500 = -\frac{250000}{100} + 24(100) - 500 = -2500 + 2400 - 500 = -600$ (loss)

The profit at $x=240$ is positive:

$P(240) = -\frac{(240)^2}{100} + \frac{24(240)}{5} - 500$

$P(240) = -\frac{57600}{100} + \frac{5760}{5} - 500$

$P(240) = -576 + 1152 - 500 = 576 - 500 = 76$

The maximum profit is $\textsf{₹}76$ when 240 items are sold.

The number of items must be an integer. Since $x=240$ is an integer, this is the number of items he should sell.


The manufacturer should sell 240 items to earn maximum profit.



Miscellaneous Exercise on Chapter 6

Question 1. Using differentials, find the approximate value of each of the following:

(a) $\left( \frac{17}{81} \right)^{\frac{1}{4}}$

(b) $(33)^{-\frac{1}{5}}$

Answer:

Using differentials, the approximate value of $f(x + \Delta x)$ is given by $f(x) + \Delta y$, where $\Delta y \approx dy = f'(x) \Delta x$.

So, $f(x + \Delta x) \approx f(x) + f'(x) \Delta x$.


(a) Approximate value of $\left( \frac{17}{81} \right)^{\frac{1}{4}}$

Let $y = f(x) = x^{1/4}$. We need to find the approximate value of $\left(\frac{17}{81}\right)^{1/4}$.

We can write $\frac{17}{81}$ as a value near a number whose fourth root is easily known. The denominator is $81 = 3^4$. The term inside the parenthesis is $\frac{17}{81}$. This is close to $\frac{16}{81} = \left(\frac{2}{3}\right)^4$.

Let $x = \frac{16}{81}$. Then $f(x) = \left(\frac{16}{81}\right)^{1/4} = \left(\left(\frac{2}{3}\right)^4\right)^{1/4} = \frac{2}{3}$.

We have $\frac{17}{81} = \frac{16}{81} + \frac{1}{81}$. So, $x + \Delta x = \frac{17}{81}$, which means $\Delta x = \frac{1}{81}$.

Now, find the derivative of $f(x) = x^{1/4}$:

$f'(x) = \frac{1}{4}x^{\frac{1}{4} - 1} = \frac{1}{4}x^{-\frac{3}{4}} = \frac{1}{4x^{3/4}}$

Evaluate $f'(x)$ at $x = \frac{16}{81}$:

$f'\left(\frac{16}{81}\right) = \frac{1}{4 \left(\frac{16}{81}\right)^{3/4}} = \frac{1}{4 \left(\left(\frac{16}{81}\right)^{1/4}\right)^3} = \frac{1}{4 \left(\frac{2}{3}\right)^3} = \frac{1}{4 \left(\frac{8}{27}\right)}$

$f'\left(\frac{16}{81}\right) = \frac{1}{\frac{32}{27}} = \frac{27}{32}$

Now, use the formula for the approximate value:

$f(x + \Delta x) \approx f(x) + f'(x) \Delta x$

$\left(\frac{17}{81}\right)^{1/4} \approx f\left(\frac{16}{81}\right) + f'\left(\frac{16}{81}\right) \cdot \frac{1}{81}$

$\left(\frac{17}{81}\right)^{1/4} \approx \frac{2}{3} + \frac{27}{32} \cdot \frac{1}{81}$

Simplify the product term:

$\frac{27}{32} \cdot \frac{1}{81} = \frac{\cancel{27}^{1}}{32 \cdot \cancel{81}_{3}} = \frac{1}{32 \times 3} = \frac{1}{96}$

Now, calculate the sum:

$\frac{2}{3} + \frac{1}{96} = \frac{2 \times 32}{3 \times 32} + \frac{1}{96} = \frac{64}{96} + \frac{1}{96} = \frac{64 + 1}{96} = \frac{65}{96}$

The approximate value of $\left( \frac{17}{81} \right)^{\frac{1}{4}}$ is $\frac{65}{96}$.


(b) Approximate value of $(33)^{-\frac{1}{5}}$

Let $y = f(x) = x^{-1/5}$. We need to find the approximate value of $(33)^{-1/5}$.

We need to choose a value of $x$ near 33 such that $x^{-1/5}$ is easy to calculate. $32 = 2^5$, so $32^{-1/5} = (2^5)^{-1/5} = 2^{-1} = \frac{1}{2}$.

Let $x = 32$. Then $f(x) = 32^{-1/5} = \frac{1}{2}$.

We have $33 = 32 + 1$. So, $x + \Delta x = 33$, which means $\Delta x = 1$.

Now, find the derivative of $f(x) = x^{-1/5}$:

$f'(x) = -\frac{1}{5}x^{-\frac{1}{5} - 1} = -\frac{1}{5}x^{-\frac{6}{5}} = -\frac{1}{5x^{6/5}}$

Evaluate $f'(x)$ at $x = 32$:

$f'(32) = -\frac{1}{5 (32)^{6/5}} = -\frac{1}{5 ((32)^{1/5})^6} = -\frac{1}{5 (2)^6} = -\frac{1}{5 \times 64} = -\frac{1}{320}$

Now, use the formula for the approximate value:

$f(x + \Delta x) \approx f(x) + f'(x) \Delta x$

$(33)^{-1/5} \approx f(32) + f'(32) \cdot 1$

$(33)^{-1/5} \approx \frac{1}{2} + \left(-\frac{1}{320}\right) \cdot 1$

$(33)^{-1/5} \approx \frac{1}{2} - \frac{1}{320}$

Find a common denominator, which is 320:

$\frac{1}{2} - \frac{1}{320} = \frac{1 \times 160}{2 \times 160} - \frac{1}{320} = \frac{160}{320} - \frac{1}{320} = \frac{160 - 1}{320} = \frac{159}{320}$

The approximate value of $(33)^{-\frac{1}{5}}$ is $\frac{159}{320}$.

Question 2. Show that the function given by f (x) = $\frac{\log x}{x}$ has maximum at x = e.

Answer:

Given:

The function $f(x) = \frac{\log x}{x}$, for $x > 0$ (since $\log x$ is defined for $x > 0$).


To Prove:

The function $f(x)$ has a maximum value at $x = e$.


Proof:

To find the maximum value of the function, we find the critical points by calculating the first derivative $f'(x)$ and setting it to zero. We use the quotient rule for differentiation: $\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}$.

Let $u = \log x$, so $u' = \frac{1}{x}$.

Let $v = x$, so $v' = 1$.

$f'(x) = \frac{\frac{1}{x} \cdot x - (\log x) \cdot 1}{x^2}$

$f'(x) = \frac{1 - \log x}{x^2}$

... (1)

To find the critical points, set $f'(x) = 0$.

$\frac{1 - \log x}{x^2} = 0$

Since $x > 0$, $x^2 > 0$. Therefore, the numerator must be zero:

$1 - \log x = 0$

$\log x = 1$

In the natural logarithm (usually denoted by $\log$ or $\ln$), the base is $e$. So, $\log_e x = 1$, which means $x = e^1 = e$.

The critical point is $x = e$. This value is in the domain $x > 0$.

To determine if this critical point corresponds to a maximum, we can use the first derivative test or the second derivative test.


Method 1: Using the First Derivative Test

We examine the sign of $f'(x) = \frac{1 - \log x}{x^2}$ around the critical point $x = e$. The denominator $x^2$ is always positive for $x > 0$. The sign of $f'(x)$ is determined by the sign of the numerator $1 - \log x$.

  • If $x < e$: $\log x < \log e = 1$. So, $1 - \log x > 0$. Thus, $f'(x) > 0$ for $x \in (0, e)$. This means the function is increasing before $x=e$.
  • If $x > e$: $\log x > \log e = 1$. So, $1 - \log x < 0$. Thus, $f'(x) < 0$ for $x \in (e, \infty)$. This means the function is decreasing after $x=e$.

Since the function changes from increasing to decreasing at $x = e$, there is a local maximum at $x = e$. As $x \to 0^+$, $f(x) = \frac{\log x}{x} \to \frac{-\infty}{0^+} \to -\infty$. As $x \to \infty$, $f(x) = \frac{\log x}{x}$. Using L'Hopital's rule, $\lim\limits_{x \to \infty} \frac{\log x}{x} = \lim\limits_{x \to \infty} \frac{1/x}{1} = 0$. The function starts from $-\infty$, increases to a positive value at $x=e$, and then decreases towards 0 as $x \to \infty$. Therefore, the local maximum at $x=e$ is also the absolute maximum.


Method 2: Using the Second Derivative Test

Find the second derivative $f''(x) = \frac{d}{dx}\left(\frac{1 - \log x}{x^2}\right)$. Use the quotient rule again.

Let $u = 1 - \log x$, so $u' = -\frac{1}{x}$.

Let $v = x^2$, so $v' = 2x$.

$f''(x) = \frac{\left(-\frac{1}{x}\right) \cdot x^2 - (1 - \log x) \cdot (2x)}{(x^2)^2}$

$f''(x) = \frac{-x - (2x - 2x \log x)}{x^4}$

$f''(x) = \frac{-x - 2x + 2x \log x}{x^4}$

$f''(x) = \frac{-3x + 2x \log x}{x^4}$

Factor out $x$ from the numerator:

$f''(x) = \frac{x(-3 + 2 \log x)}{x^4} = \frac{-3 + 2 \log x}{x^3}$

... (2)

Evaluate $f''(x)$ at the critical point $x = e$:

$f''(e) = \frac{-3 + 2 \log e}{e^3}$

Since $\log e = 1$, we have:

$f''(e) = \frac{-3 + 2(1)}{e^3} = \frac{-3 + 2}{e^3} = \frac{-1}{e^3}$

Since $e \approx 2.718$, $e^3 > 0$. Therefore, $f''(e) = -\frac{1}{e^3} < 0$.

According to the second derivative test, a negative second derivative at a critical point indicates a local maximum.

Therefore, the function $f(x) = \frac{\log x}{x}$ has a local maximum at $x = e$. By analyzing the limits as $x \to 0^+$ and $x \to \infty$, we see that this local maximum is indeed the global maximum.


Thus, the function $f(x) = \frac{\log x}{x}$ has maximum at $x = e$.

Question 3. The two equal sides of an isosceles triangle with fixed base b are decreasing at the rate of 3 cm per second. How fast is the area decreasing when the two equal sides are equal to the base ?

Answer:

Let the isosceles triangle have a fixed base of length $b$. Let the two equal sides each have length $s$.


Given:

The base of the isosceles triangle is fixed at $b$.

The two equal sides $s$ are decreasing at the rate of $\frac{ds}{dt} = -3$ cm/s (negative because the length is decreasing).

We need to find the rate at which the area is decreasing, $\frac{dA}{dt}$, at the instant when the two equal sides are equal to the base, i.e., when $s = b$.


To Find:

$\frac{dA}{dt}$ when $s = b$.


Solution:

To find the area of the isosceles triangle, we can use the formula involving the base and height. Let $h$ be the altitude from the vertex between the equal sides to the base. This altitude bisects the base.

In the right-angled triangle formed by one of the equal sides ($s$), the altitude ($h$), and half the base ($\frac{b}{2}$), the Pythagorean theorem gives:

$s^2 = h^2 + \left(\frac{b}{2}\right)^2$

... (1)

From this, we can express the height $h$ in terms of $s$ and $b$:

$h^2 = s^2 - \frac{b^2}{4}$

$h = \sqrt{s^2 - \frac{b^2}{4}}$

The area $A$ of the triangle is given by:

$A = \frac{1}{2} \times \text{base} \times \text{height}$

$A = \frac{1}{2} \times b \times h$

Substitute the expression for $h$:

$A(s) = \frac{1}{2} b \sqrt{s^2 - \frac{b^2}{4}}$

... (2)

We want to find the rate at which the area is decreasing, $\frac{dA}{dt}$. We differentiate $A(s)$ with respect to time $t$, using the chain rule. Note that $b$ is a fixed constant, and $s$ is a function of $t$.

$\frac{dA}{dt} = \frac{d}{dt}\left(\frac{1}{2} b \sqrt{s^2 - \frac{b^2}{4}}\right)$

Let $u = s^2 - \frac{b^2}{4}$. Then $\frac{d}{ds}(\sqrt{u}) = \frac{1}{2\sqrt{u}}$.

$\frac{du}{ds} = \frac{d}{ds}\left(s^2 - \frac{b^2}{4}\right) = 2s - 0 = 2s$.

Using the chain rule, $\frac{dA}{dt} = \frac{dA}{ds} \cdot \frac{ds}{dt}$:

$\frac{dA}{ds} = \frac{1}{2} b \cdot \frac{d}{ds}\left(\left(s^2 - \frac{b^2}{4}\right)^{1/2}\right)$

$\frac{dA}{ds} = \frac{1}{2} b \cdot \frac{1}{2}\left(s^2 - \frac{b^2}{4}\right)^{-1/2} \cdot (2s)$

$\frac{dA}{ds} = \frac{1}{4} b \cdot \frac{1}{\sqrt{s^2 - \frac{b^2}{4}}} \cdot (2s)$

$\frac{dA}{ds} = \frac{2bs}{4\sqrt{s^2 - \frac{b^2}{4}}} = \frac{bs}{2\sqrt{s^2 - \frac{b^2}{4}}}$

Substitute $h = \sqrt{s^2 - \frac{b^2}{4}}$:

$\frac{dA}{ds} = \frac{bs}{2h}$

Now, substitute this into $\frac{dA}{dt} = \frac{dA}{ds} \cdot \frac{ds}{dt}$:

$\frac{dA}{dt} = \frac{bs}{2h} \cdot \frac{ds}{dt}$

... (3)

We are given $\frac{ds}{dt} = -3$ cm/s, and we want to find $\frac{dA}{dt}$ at the instant when $s = b$.

First, find the height $h$ at the instant when $s = b$ using equation (1):

$b^2 = h^2 + \left(\frac{b}{2}\right)^2$

$b^2 = h^2 + \frac{b^2}{4}$

$h^2 = b^2 - \frac{b^2}{4} = \frac{4b^2 - b^2}{4} = \frac{3b^2}{4}$

Since $h > 0$, $h = \sqrt{\frac{3b^2}{4}} = \frac{\sqrt{3}b}{2}$.

Now, substitute $s = b$, $h = \frac{\sqrt{3}b}{2}$, and $\frac{ds}{dt} = -3$ into equation (3):

$\frac{dA}{dt} = \frac{b \cdot b}{2 \left(\frac{\sqrt{3}b}{2}\right)} \cdot (-3)$

$\frac{dA}{dt} = \frac{b^2}{\cancel{2} \cdot \frac{\sqrt{3}b}{\cancel{2}}} \cdot (-3)$

$\frac{dA}{dt} = \frac{b^2}{\sqrt{3}b} \cdot (-3)$

$\frac{dA}{dt} = \frac{\cancel{b}^2}{\sqrt{3}\cancel{b}} \cdot (-3)$

$\frac{dA}{dt} = \frac{b}{\sqrt{3}} \cdot (-3) = -\frac{3b}{\sqrt{3}}$

Rationalize the denominator:

$-\frac{3b}{\sqrt{3}} = -\frac{3b}{\sqrt{3}} \times \frac{\sqrt{3}}{\sqrt{3}} = -\frac{3b\sqrt{3}}{3} = -b\sqrt{3}$

$\frac{dA}{dt} = -b\sqrt{3}$

The units are cm$^2$/s.

The rate of change of the area is $-b\sqrt{3}$ cm$^2$/s. The negative sign indicates that the area is decreasing.


The rate at which the area is decreasing when the two equal sides are equal to the base is $b\sqrt{3}$ cm$^2$/s.

Question 4. Find the equation of the normal to curve x2 = 4y which passes through the point (1, 2).

Answer:

Given:

The equation of the curve is $x^2 = 4y$.

The normal passes through the point $(1, 2)$.


To Find:

The equation of the normal to the curve $x^2 = 4y$ that passes through the point $(1, 2)$.


Solution:

Let the point where the normal touches the curve be $(x_0, y_0)$. This point $(x_0, y_0)$ lies on the curve, so it satisfies the equation of the curve:

$x_0^2 = 4y_0$

... (1)

To find the slope of the normal at the point $(x_0, y_0)$, we first find the slope of the tangent at that point. The slope of the tangent is given by the derivative $\frac{dy}{dx}$ evaluated at $(x_0, y_0)$.

Differentiate the equation of the curve $x^2 = 4y$ with respect to $x$:

$\frac{d}{dx}(x^2) = \frac{d}{dx}(4y)$

$2x = 4 \frac{dy}{dx}$

Solve for $\frac{dy}{dx}$:

$\frac{dy}{dx} = \frac{2x}{4} = \frac{x}{2}$

... (2)

The slope of the tangent at the point $(x_0, y_0)$ on the curve is $m_{tangent} = \left(\frac{dy}{dx}\right)_{(x_0, y_0)} = \frac{x_0}{2}$.

The normal at $(x_0, y_0)$ is perpendicular to the tangent at $(x_0, y_0)$. The product of the slopes of two perpendicular lines (that are not horizontal or vertical) is -1.

Slope of the normal, $m_{normal} = -\frac{1}{m_{tangent}}$.

$m_{normal} = -\frac{1}{x_0/2} = -\frac{2}{x_0}$, provided $x_0 \neq 0$.

If $x_0 = 0$, then from (1), $0^2 = 4y_0$, so $y_0 = 0$. The point is $(0, 0)$. The tangent slope is $\frac{0}{2} = 0$ (horizontal). The normal is vertical, with an equation of the form $x = \text{constant}$. Since it passes through $(0, 0)$, the normal is the y-axis, $x=0$. The question states the normal passes through $(1, 2)$. The line $x=0$ does not pass through $(1, 2)$. So $x_0 \neq 0$.

The equation of the normal to the curve at the point $(x_0, y_0)$ is given by the point-slope form: $y - y_0 = m_{normal}(x - x_0)$.

$y - y_0 = -\frac{2}{x_0}(x - x_0)$

... (3)

We are given that this normal passes through the point $(1, 2)$. So, substitute $x=1$ and $y=2$ into equation (3):

$2 - y_0 = -\frac{2}{x_0}(1 - x_0)$

$2 - y_0 = -\frac{2}{x_0} + \frac{2x_0}{x_0} = -\frac{2}{x_0} + 2$

Subtract 2 from both sides:

$-y_0 = -\frac{2}{x_0}$

$y_0 = \frac{2}{x_0}$

... (4)

Now we have a system of two equations (1) and (4) with two unknowns $x_0$ and $y_0$:

$x_0^2 = 4y_0$

(from (1))

$y_0 = \frac{2}{x_0}$

(from (4))

Substitute equation (4) into equation (1):

$x_0^2 = 4\left(\frac{2}{x_0}\right)$

$x_0^2 = \frac{8}{x_0}$

Multiply both sides by $x_0$ (since $x_0 \neq 0$):

$x_0^3 = 8$

Taking the cube root, we get $x_0 = 2$.

Now find the corresponding value of $y_0$ using equation (4):

$y_0 = \frac{2}{x_0} = \frac{2}{2} = 1$.

So, the point on the curve where the normal passes through $(1, 2)$ is $(x_0, y_0) = (2, 1)$.

Let's verify that $(2, 1)$ is on the curve $x^2 = 4y$: $2^2 = 4$, $4(1) = 4$. $4 = 4$, so the point $(2, 1)$ is on the curve.

Now, find the slope of the normal at the point $(2, 1)$. Using $m_{normal} = -\frac{2}{x_0}$:

$m_{normal} = -\frac{2}{2} = -1$.

Finally, find the equation of the normal using the point-slope form with the point $(1, 2)$ through which the normal passes, and the slope $m_{normal} = -1$.

$y - y_1 = m(x - x_1)$

$y - 2 = -1(x - 1)$

$y - 2 = -x + 1$

Rearrange into the form $Ax + By + C = 0$:

$x + y - 2 - 1 = 0$

$x + y - 3 = 0$


The equation of the normal to the curve $x^2 = 4y$ that passes through the point $(1, 2)$ is $x + y - 3 = 0$.


Note: This question is identical to Example 45. The solution process is the same.

Question 5. Show that the normal at any point θ to the curve

$x = a \cos θ + a θ \sin θ , \;y = a \sin θ \;–\; a θ \cos θ$

is at a constant distance from the origin.

Answer:

Given:

The parametric equations of the curve are:

$x = a \cos \theta + a \theta \sin \theta$

... (1)

$y = a \sin \theta - a \theta \cos \theta$

... (2)


To Prove:

The distance of the normal to the curve at any point $\theta$ from the origin $(0, 0)$ is constant.


Proof:

First, we find the slope of the tangent to the curve at any point $\theta$. This is given by $\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}$.

Differentiate $x$ with respect to $\theta$:

$\frac{dx}{d\theta} = \frac{d}{d\theta}(a \cos \theta + a \theta \sin \theta)$

Use the product rule for $a \theta \sin \theta$:

$\frac{dx}{d\theta} = -a \sin \theta + a(1 \cdot \sin \theta + \theta \cdot \cos \theta)$

$\frac{dx}{d\theta} = -a \sin \theta + a \sin \theta + a \theta \cos \theta$

$\frac{dx}{d\theta} = a \theta \cos \theta$

... (3)

Differentiate $y$ with respect to $\theta$:

$\frac{dy}{d\theta} = \frac{d}{d\theta}(a \sin \theta - a \theta \cos \theta)$

Use the product rule for $a \theta \cos \theta$:

$\frac{dy}{d\theta} = a \cos \theta - a(1 \cdot \cos \theta + \theta \cdot (-\sin \theta))$

$\frac{dy}{d\theta} = a \cos \theta - a \cos \theta + a \theta \sin \theta$

$\frac{dy}{d\theta} = a \theta \sin \theta$

... (4)

The slope of the tangent $\frac{dy}{dx}$ is:

$\frac{dy}{dx} = \frac{a \theta \sin \theta}{a \theta \cos \theta}$

For $\theta \neq 0$ and $\cos \theta \neq 0$:

$\frac{dy}{dx} = \frac{\sin \theta}{\cos \theta} = \tan \theta$

... (5)

The slope of the normal at the point $(x, y)$ corresponding to parameter $\theta$ is $m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{\tan \theta} = -\cot \theta$, provided $\tan \theta \neq 0$.

If $\tan \theta = 0$, $\theta = n\pi$. If $\theta = n\pi$ (where $n$ is an integer), $x = a \cos(n\pi) = a(-1)^n$, $y = a \sin(n\pi) - a n\pi \cos(n\pi) = 0 - an\pi(-1)^n = -an\pi(-1)^n$. $\frac{dx}{d\theta}|_{n\pi} = a(n\pi)\cos(n\pi) = an\pi(-1)^n$. $\frac{dy}{d\theta}|_{n\pi} = an\pi\sin(n\pi) = 0$. If $n \neq 0$, $\frac{dx}{d\theta} \neq 0$ and $\frac{dy}{d\theta} = 0$, so the tangent is horizontal ($\frac{dy}{dx}=0$), and the normal is vertical ($x = \text{constant}$). If $n=0$, $\theta=0$, $\frac{dx}{d\theta}=0$, $\frac{dy}{d\theta}=0$, which is a singular point. We assume $\theta \neq 0$ for now.

If $\cos \theta = 0$, $\theta = n\pi + \frac{\pi}{2}$. The tangent is vertical, and the normal is horizontal ($y = \text{constant}$).

Let's assume the general case where $m_{normal} = -\cot \theta$. The equation of the normal line at the point $(x_\theta, y_\theta) = (a \cos \theta + a \theta \sin \theta, a \sin \theta - a \theta \cos \theta)$ is:

$y - y_\theta = m_{normal}(x - x_\theta)$

$y - (a \sin \theta - a \theta \cos \theta) = -\cot \theta (x - (a \cos \theta + a \theta \sin \theta))$

$y - a \sin \theta + a \theta \cos \theta = -\frac{\cos \theta}{\sin \theta} (x - a \cos \theta - a \theta \sin \theta)$

Multiply both sides by $\sin \theta$ to clear the denominator:

$y \sin \theta - a \sin^2 \theta + a \theta \cos \theta \sin \theta = -\cos \theta (x - a \cos \theta - a \theta \sin \theta)$

$y \sin \theta - a \sin^2 \theta + a \theta \cos \theta \sin \theta = -x \cos \theta + a \cos^2 \theta + a \theta \sin \theta \cos \theta$

Rearrange the terms to get the equation of the normal in the form $Ax + By + C = 0$:

$x \cos \theta + y \sin \theta - a \sin^2 \theta - a \cos^2 \theta = 0$

$x \cos \theta + y \sin \theta - a (\sin^2 \theta + \cos^2 \theta) = 0$

Using the identity $\sin^2 \theta + \cos^2 \theta = 1$:

$x \cos \theta + y \sin \theta - a = 0$

... (6)

This is the equation of the normal line at any point $\theta$ (for $\theta \neq n\pi/2$).

Now, we find the distance of this line from the origin $(0, 0)$. The distance of a line $Ax + By + C = 0$ from a point $(x_1, y_1)$ is given by the formula $\frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}$.

Here, the point is $(x_1, y_1) = (0, 0)$, and the line is $x \cos \theta + y \sin \theta - a = 0$, so $A = \cos \theta$, $B = \sin \theta$, and $C = -a$.

The distance $D$ from the origin is:

$D = \frac{|(\cos \theta)(0) + (\sin \theta)(0) - a|}{\sqrt{(\cos \theta)^2 + (\sin \theta)^2}}$

$D = \frac{|0 + 0 - a|}{\sqrt{\cos^2 \theta + \sin^2 \theta}}$

Using the identity $\cos^2 \theta + \sin^2 \theta = 1$:

$D = \frac{|-a|}{\sqrt{1}} = \frac{|a|}{1} = |a|$

Since $a$ is likely a constant related to the scale of the curve, its absolute value $|a|$ is also a constant.

This distance is independent of $\theta$.

We need to check the special cases $\theta = n\pi/2$.

  • If $\theta = n\pi$ ($n$ is an integer), $\cos \theta = (-1)^n$, $\sin \theta = 0$. The equation of the normal from (6) becomes $x(-1)^n + y(0) - a = 0$, i.e., $x(-1)^n = a$, or $x = a(-1)^n$. This is a vertical line. The distance from the origin $(0, 0)$ to the vertical line $x = c$ is $|c|$. Here, $c = a(-1)^n$, so the distance is $|a(-1)^n| = |a| |-1|^n = |a|$. This is constant.
  • If $\theta = n\pi + \frac{\pi}{2}$ ($n$ is an integer), $\cos \theta = 0$, $\sin \theta = (-1)^n$. The equation of the normal from (6) becomes $x(0) + y(-1)^n - a = 0$, i.e., $y(-1)^n = a$, or $y = a(-1)^n$. This is a horizontal line. The distance from the origin $(0, 0)$ to the horizontal line $y = c$ is $|c|$. Here, $c = a(-1)^n$, so the distance is $|a(-1)^n| = |a|$. This is constant.

In all cases, the distance of the normal from the origin is $|a|$, which is a constant.


Therefore, the normal at any point $\theta$ to the given curve is at a constant distance from the origin.

Question 6. Find the intervals in which the function f given by

$f(x) = \frac{4 \sin x − 2x − x \cos x}{2 + \cos x}$

is (i) increasing (ii) decreasing

Answer:

Given:

The function $f(x) = \frac{4 \sin x - 2x - x \cos x}{2 + \cos x}$.


To Find:

The intervals in which the function $f(x)$ is (i) increasing and (ii) decreasing.


Solution:

To find the intervals of increasing and decreasing, we need to find the first derivative of the function, $f'(x)$, and determine where it is positive (increasing) and where it is negative (decreasing).

We simplify the numerator first:

$4 \sin x - 2x - x \cos x$

Let $u = 4 \sin x - 2x - x \cos x$.

Let $v = 2 + \cos x$.

Using the quotient rule $\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}$:

$u' = \frac{d}{dx}(4 \sin x - 2x - x \cos x)$

$u' = 4 \cos x - 2 - (1 \cdot \cos x + x \cdot (-\sin x))$

$u' = 4 \cos x - 2 - \cos x + x \sin x$

$u' = 3 \cos x - 2 + x \sin x$

$v' = \frac{d}{dx}(2 + \cos x) = 0 - \sin x = -\sin x$.

Now substitute into the quotient rule formula:

$f'(x) = \frac{(3 \cos x - 2 + x \sin x)(2 + \cos x) - (4 \sin x - 2x - x \cos x)(-\sin x)}{(2 + \cos x)^2}$

Expand the numerator:

Numerator = $(3 \cos x - 2)(2 + \cos x) + (x \sin x)(2 + \cos x) - (4 \sin x - 2x - x \cos x)(-\sin x)$

Numerator = $(6 \cos x + 3 \cos^2 x - 4 - 2 \cos x) + (2x \sin x + x \sin x \cos x) - (-4 \sin^2 x + 2x \sin x + x \sin x \cos x)$

Numerator = $6 \cos x + 3 \cos^2 x - 4 - 2 \cos x + 2x \sin x + x \sin x \cos x + 4 \sin^2 x - 2x \sin x - x \sin x \cos x$

Group like terms:

Numerator = $(6 \cos x - 2 \cos x) + (3 \cos^2 x + 4 \sin^2 x) + (-4) + (2x \sin x - 2x \sin x) + (x \sin x \cos x - x \sin x \cos x)$

Numerator = $4 \cos x + 3 \cos^2 x + 4 \sin^2 x - 4 + 0 + 0$

Use the identity $\sin^2 x + \cos^2 x = 1$, so $4 \sin^2 x = 4(1 - \cos^2 x) = 4 - 4 \cos^2 x$.

Numerator = $4 \cos x + 3 \cos^2 x + (4 - 4 \cos^2 x) - 4$

Numerator = $4 \cos x + 3 \cos^2 x + 4 - 4 \cos^2 x - 4$

Numerator = $4 \cos x - \cos^2 x$

Factor the numerator:

Numerator = $\cos x (4 - \cos x)$

So, the derivative is:

$f'(x) = \frac{\cos x (4 - \cos x)}{(2 + \cos x)^2}$

... (1)

We need to determine the sign of $f'(x)$ to find the intervals where $f(x)$ is increasing or decreasing.

Consider the denominator $(2 + \cos x)^2$. Since $-1 \leq \cos x \leq 1$, $2 + (-1) \leq 2 + \cos x \leq 2 + 1$, so $1 \leq 2 + \cos x \leq 3$. The denominator $(2 + \cos x)^2$ is always positive for all real $x$.

Consider the term $(4 - \cos x)$ in the numerator. Since $-1 \leq \cos x \leq 1$, $4 - 1 \leq 4 - \cos x \leq 4 - (-1)$, so $3 \leq 4 - \cos x \leq 5$. The term $(4 - \cos x)$ is always positive for all real $x$.

The sign of $f'(x)$ is therefore determined solely by the sign of $\cos x$ in the numerator.

$f'(x) > 0$ when $\cos x > 0$ (for increasing function).

$f'(x) < 0$ when $\cos x < 0$ (for decreasing function).

The cosine function is positive in the first and fourth quadrants and negative in the second and third quadrants. Cosine is zero at $x = n\pi + \frac{\pi}{2}$, where $n$ is an integer.

The general intervals where $\cos x > 0$ are $\left(2n\pi - \frac{\pi}{2}, 2n\pi + \frac{\pi}{2}\right)$, where $n \in \mathbb{Z}$.

The general intervals where $\cos x < 0$ are $\left(2n\pi + \frac{\pi}{2}, 2n\pi + \frac{3\pi}{2}\right)$, where $n \in \mathbb{Z}$.

(i) Intervals where $f(x)$ is increasing ($f'(x) > 0$):

$f(x)$ is increasing on intervals where $\cos x > 0$. These are intervals of the form $\left(2n\pi - \frac{\pi}{2}, 2n\pi + \frac{\pi}{2}\right)$, $n \in \mathbb{Z}$.

Example intervals: $\left(-\frac{\pi}{2}, \frac{\pi}{2}\right)$, $\left(\frac{3\pi}{2}, \frac{5\pi}{2}\right)$, $\left(-\frac{5\pi}{2}, -\frac{3\pi}{2}\right)$, etc.

The function is strictly increasing on these open intervals. It is increasing on the corresponding closed intervals $\left[2n\pi - \frac{\pi}{2}, 2n\pi + \frac{\pi}{2}\right]$.

(ii) Intervals where $f(x)$ is decreasing ($f'(x) < 0$):

$f(x)$ is decreasing on intervals where $\cos x < 0$. These are intervals of the form $\left(2n\pi + \frac{\pi}{2}, 2n\pi + \frac{3\pi}{2}\right)$, $n \in \mathbb{Z}$.

Example intervals: $\left(\frac{\pi}{2}, \frac{3\pi}{2}\right)$, $\left(-\frac{3\pi}{2}, -\frac{\pi}{2}\right)$, etc.

The function is strictly decreasing on these open intervals. It is decreasing on the corresponding closed intervals $\left[2n\pi + \frac{\pi}{2}, 2n\pi + \frac{3\pi}{2}\right]$.


The intervals in which the function $f(x)$ is:

(i) increasing are $\left(2n\pi - \frac{\pi}{2}, 2n\pi + \frac{\pi}{2}\right)$, for any integer $n$.

(ii) decreasing are $\left(2n\pi + \frac{\pi}{2}, 2n\pi + \frac{3\pi}{2}\right)$, for any integer $n$.

Question 7. Find the intervals in which the function f given by f(x) = x3 + $\frac{1}{x^3}$, x ≠ 0 is

(i) increasing

(ii) decreasing.

Answer:

Given:

The function $f(x) = x^3 + \frac{1}{x^3}$, with $x \neq 0$.


To Find:

The intervals in which the function $f(x)$ is (i) increasing and (ii) decreasing.


Solution:

To find the intervals where $f(x)$ is increasing or decreasing, we analyze the sign of its first derivative, $f'(x)$.

Rewrite the function as $f(x) = x^3 + x^{-3}$.

Find the derivative $f'(x)$:

$f'(x) = \frac{d}{dx}(x^3 + x^{-3})$

$f'(x) = 3x^2 + (-3)x^{-4}$

$f'(x) = 3x^2 - \frac{3}{x^4}$

... (1)

To find the critical points, we set $f'(x) = 0$ or find points where $f'(x)$ is undefined within the domain $x \neq 0$.

$f'(x) = 0 \implies 3x^2 - \frac{3}{x^4} = 0$

$3x^2 = \frac{3}{x^4}$

Multiply by $x^4$ (since $x \neq 0$, $x^4 \neq 0$):

$3x^6 = 3$

$x^6 = 1$

The real solutions are $x = 1$ and $x = -1$. These are the critical points.

The derivative $f'(x)$ is undefined at $x = 0$, but $x = 0$ is not in the domain of $f(x)$.

The critical points $x=-1$ and $x=1$, along with the exclusion $x=0$, divide the number line into four intervals: $(-\infty, -1)$, $(-1, 0)$, $(0, 1)$, and $(1, \infty)$.

We analyze the sign of $f'(x)$ in each interval. Rewrite $f'(x)$ by finding a common denominator:

$f'(x) = 3x^2 \cdot \frac{x^4}{x^4} - \frac{3}{x^4} = \frac{3x^6 - 3}{x^4} = \frac{3(x^6 - 1)}{x^4}$

The denominator $x^4$ is positive for all $x \neq 0$. Thus, the sign of $f'(x)$ is determined by the sign of the numerator $x^6 - 1$.

  • If $x < -1$, then $x^6 > 1$, so $x^6 - 1 > 0$. $f'(x) = \frac{3(+)}{+} > 0$.
  • If $-1 < x < 0$, then $0 < x^6 < 1$, so $x^6 - 1 < 0$. $f'(x) = \frac{3(-)}{+} < 0$.
  • If $0 < x < 1$, then $0 < x^6 < 1$, so $x^6 - 1 < 0$. $f'(x) = \frac{3(-)}{+} < 0$.
  • If $x > 1$, then $x^6 > 1$, so $x^6 - 1 > 0$. $f'(x) = \frac{3(+)}{+} > 0$.

Based on the sign of $f'(x)$:

(i) The function $f(x)$ is increasing when $f'(x) \ge 0$. This occurs when $x^6 - 1 \ge 0$ (since $x^4 > 0$). $x^6 \ge 1$ implies $x \le -1$ or $x \ge 1$. Considering the domain $x \neq 0$, the intervals are $(-\infty, -1]$ and $[1, \infty)$.

(ii) The function $f(x)$ is decreasing when $f'(x) \le 0$. This occurs when $x^6 - 1 \le 0$. $x^6 \le 1$ implies $-1 \le x \le 1$. Considering the domain $x \neq 0$, the intervals are $[-1, 0)$ and $(0, 1]$.


The intervals in which the function $f(x)$ is:

(i) increasing are $(-\infty, -1] \cup [1, \infty)$.

(ii) decreasing are $[-1, 0) \cup (0, 1]$.

Question 8. Find the maximum area of an isosceles triangle inscribed in the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ with its vertex at one end of the major axis.

Answer:

Given:

The equation of the ellipse is $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$.

An isosceles triangle is inscribed in the ellipse with its vertex at one end of the major axis.


To Find:

The maximum area of such an isosceles triangle.


Solution:

Let the major axis of the ellipse be along the x-axis. Then the ends of the major axis are $(\pm a, 0)$. Let the vertex of the isosceles triangle be $A(a, 0)$.

Let the other two vertices of the isosceles triangle be $B(x, y)$ and $C(x, -y)$. For the triangle to be isosceles with vertex $A(a,0)$, the other two vertices must be symmetric with respect to the major axis (x-axis). These points $B$ and $C$ lie on the ellipse, so they satisfy the equation $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$.

The base of the triangle $ABC$ is the segment connecting $B(x, y)$ and $C(x, -y)$. The length of the base is the distance between these two points, which is $|y - (-y)| = |2y|$. Since $y$ can be positive or negative, the length of the base is $2|y|$. Without loss of generality, let's consider the upper half of the ellipse where $y \ge 0$. Then $y = \frac{b}{a}\sqrt{a^2 - x^2}$ (for $y \ge 0$), and the base length is $2y = \frac{2b}{a}\sqrt{a^2 - x^2}$.

The height of the triangle is the perpendicular distance from the vertex $A(a, 0)$ to the line containing the base $BC$. The base $BC$ lies on the vertical line $X = x$. The distance from $(a, 0)$ to the line $X=x$ is $|a - x|$. For the triangle to have positive area and the vertex at $(a, 0)$, the other two vertices must have an x-coordinate $x < a$. Thus, the height is $a - x$.

The area of the triangle $A(x)$ is given by:

$Area = \frac{1}{2} \times \text{base} \times \text{height}$

$A(x) = \frac{1}{2} (2y) (a - x) = y(a - x)$

Substitute the expression for $y$ in terms of $x$ (assuming $y \ge 0$):

$A(x) = \frac{b}{a}\sqrt{a^2 - x^2} (a - x)$

... (1)

The points $(x, y)$ lie on the ellipse, so $-a \le x \le a$. For a non-degenerate triangle with vertex at $(a, 0)$ and base on a vertical line $x$, the other two vertices must have $x < a$ and $y \neq 0$. $y=0$ when $x = \pm a$. Thus, for a non-degenerate triangle, $x \in (-a, a)$. We will find the maximum on the closed interval $[-a, a]$, where the area is 0 at the endpoints.

To maximize $A(x)$ on $[-a, a]$, we can maximize its square, $Z(x) = [A(x)]^2$, since $A(x) \ge 0$ on this interval.

$Z(x) = \left(\frac{b}{a}\right)^2 (a^2 - x^2) (a - x)^2$

$Z(x) = \frac{b^2}{a^2} (a - x)(a + x) (a - x)^2$

$Z(x) = \frac{b^2}{a^2} (a + x) (a - x)^3$

... (2)

To find the critical points, we differentiate $Z(x)$ with respect to $x$ using the product rule and set the derivative to zero.

$Z'(x) = \frac{b^2}{a^2} \left[ \frac{d}{dx}(a + x) \cdot (a - x)^3 + (a + x) \cdot \frac{d}{dx}((a - x)^3) \right]$

$Z'(x) = \frac{b^2}{a^2} \left[ 1 \cdot (a - x)^3 + (a + x) \cdot 3(a - x)^2 \cdot (-1) \right]$

$Z'(x) = \frac{b^2}{a^2} (a - x)^2 [ (a - x) - 3(a + x) ]$

$Z'(x) = \frac{b^2}{a^2} (a - x)^2 [ a - x - 3a - 3x ]$

$Z'(x) = \frac{b^2}{a^2} (a - x)^2 (-2a - 4x)$

$Z'(x) = -\frac{2b^2}{a^2} (a - x)^2 (a + 2x)$

Set $Z'(x) = 0$ to find the critical points in $[-a, a]$. Since $a, b > 0$, $-\frac{2b^2}{a^2} \neq 0$.

$(a - x)^2 = 0 \implies x = a$ (This is an endpoint of the domain).

$a + 2x = 0 \implies 2x = -a \implies x = -\frac{a}{2}$.

The critical point in the interior of the interval $(-a, a)$ is $x = -\frac{a}{2}$.

We evaluate the area $A(x)$ at the critical point $x = -\frac{a}{2}$ and the endpoints $x = -a$ and $x = a$ of the interval $[-a, a]$.

At the endpoints:

$A(a) = \frac{b}{a}\sqrt{a^2 - a^2} (a - a) = 0 \cdot 0 = 0$.

$A(-a) = \frac{b}{a}\sqrt{a^2 - (-a)^2} (a - (-a)) = \frac{b}{a}\sqrt{a^2 - a^2} (a + a) = 0 \cdot (2a) = 0$.

At the critical point $x = -\frac{a}{2}$:

$A\left(-\frac{a}{2}\right) = \frac{b}{a}\sqrt{a^2 - \left(-\frac{a}{2}\right)^2} \left(a - \left(-\frac{a}{2}\right)\right)$

$A\left(-\frac{a}{2}\right) = \frac{b}{a}\sqrt{a^2 - \frac{a^2}{4}} \left(a + \frac{a}{2}\right)$

$A\left(-\frac{a}{2}\right) = \frac{b}{a}\sqrt{\frac{4a^2 - a^2}{4}} \left(\frac{3a}{2}\right)$

$A\left(-\frac{a}{2}\right) = \frac{b}{a}\sqrt{\frac{3a^2}{4}} \left(\frac{3a}{2}\right)$

$A\left(-\frac{a}{2}\right) = \frac{b}{a} \frac{\sqrt{3}\sqrt{a^2}}{\sqrt{4}} \left(\frac{3a}{2}\right)$

Assuming $a > 0$, $\sqrt{a^2} = a$:

$A\left(-\frac{a}{2}\right) = \frac{b}{a} \frac{\sqrt{3}a}{2} \frac{3a}{2}$

$A\left(-\frac{a}{2}\right) = \frac{3\sqrt{3} a^2 b}{4a}$

Perform cancellation:

$A\left(-\frac{a}{2}\right) = \frac{3\sqrt{3} a^{\cancel{2}} b}{4\cancel{a}} = \frac{3\sqrt{3} ab}{4}$

Comparing the values $0, 0, \frac{3\sqrt{3}ab}{4}$, the maximum area is $\frac{3\sqrt{3}ab}{4}$.

If the major axis is along the y-axis (i.e., $b>a$), and the vertex is at $(0, b)$, the other two vertices would be $(\pm x, y)$ on the ellipse. The area would be $x(b-y)$. Substituting $x = \frac{a}{b}\sqrt{b^2 - y^2}$ and maximizing with respect to $y$ on $[-b, b]$ leads to $y = -b/2$, and the maximum area is $\frac{3\sqrt{3}ab}{4}$. The result is the same.


The maximum area of an isosceles triangle inscribed in the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ with its vertex at one end of the major axis is $\frac{3\sqrt{3} ab}{4}$.

Question 9. A tank with rectangular base and rectangular sides, open at the top is to be constructed so that its depth is 2 m and volume is 8 m3 . If building of tank costs Rs 70 per sq metres for the base and Rs 45 per square metre for sides. What is the cost of least expensive tank?

Answer:

Let the dimensions of the rectangular tank be length $l$, width $w$, and depth (height) $h$.


Given:

Depth of the tank, $h = 2$ m.

Volume of the tank, $V = 8 \, m^3$.

Cost of building the base = $\textsf{₹}70$ per sq metre.

Cost of building the sides = $\textsf{₹}45$ per square metre.

The tank is open at the top.


To Find:

The minimum cost of constructing the tank.


Solution:

The volume of the tank is given by $V = lwh$.

Substitute the given volume and depth:

$8 = l \times w \times 2$

This simplifies to:

$lw = 4$

... (1)

This is a constraint relating the length and width of the base.

The tank is open at the top. The total surface area to be constructed consists of the area of the base and the area of the four sides.

  • Area of the base = $lw$.
  • Area of the two sides with dimensions $l \times h$ = $2(lh)$.
  • Area of the two sides with dimensions $w \times h$ = $2(wh)$.

Substitute the height $h = 2$ m:

  • Area of the base = $lw$.
  • Area of the two sides = $2(l \times 2) = 4l$.
  • Area of the other two sides = $2(w \times 2) = 4w$.

The total cost $C$ of building the tank is the sum of the cost of the base and the cost of the sides.

$C = (\text{Cost per } m^2 \text{ for base}) \times (\text{Area of base}) + (\text{Cost per } m^2 \text{ for sides}) \times (\text{Area of sides})$

$C = 70 \times (lw) + 45 \times (4l + 4w)$

$C = 70lw + 180l + 180w$

Now, substitute the constraint $lw = 4$ into the cost equation. From $lw = 4$, we can express $w$ as $w = \frac{4}{l}$ (assuming $l > 0$).

$C(l) = 70(4) + 180l + 180\left(\frac{4}{l}\right)$

$C(l) = 280 + 180l + \frac{720}{l}$

(Cost as a function of length $l$)

The domain for $l$ is $l > 0$ (since length must be positive).

To find the minimum cost, we find the critical points by calculating the first derivative of $C(l)$ with respect to $l$ and setting it to zero.

Rewrite $C(l)$ as $C(l) = 280 + 180l + 720l^{-1}$.

$C'(l) = \frac{d}{dl}(280 + 180l + 720l^{-1})$

$C'(l) = 0 + 180 + 720(-1)l^{-2}$

$C'(l) = 180 - \frac{720}{l^2}$

... (2)

Set $C'(l) = 0$ to find the critical points:

$180 - \frac{720}{l^2} = 0$

$180 = \frac{720}{l^2}$

Multiply by $l^2$ and divide by 180:

$l^2 = \frac{720}{180} = \frac{\cancel{720}^{4}}{\cancel{180}^{1}} = 4$

Since $l > 0$, $l = \sqrt{4} = 2$ metres.

To confirm that this critical point corresponds to a minimum cost, we use the second derivative test.

$C''(l) = \frac{d}{dl}\left(180 - 720l^{-2}\right)$

$C''(l) = 0 - 720(-2)l^{-3}$

$C''(l) = 1440l^{-3} = \frac{1440}{l^3}$

... (3)

Evaluate $C''(l)$ at the critical point $l = 2$:

$C''(2) = \frac{1440}{(2)^3} = \frac{1440}{8} = 180$

Since $C''(2) = 180 > 0$, the critical point $l=2$ corresponds to a local minimum. As $l=2$ is the only critical point in the domain $(0, \infty)$, this local minimum is the absolute minimum.

The dimensions that minimize the cost are when $l = 2$ m.

Using the constraint $lw = 4$, find the corresponding width $w$:

$2 \times w = 4 \implies w = 2$ metres.

The depth is given as $h = 2$ metres.

So, the dimensions of the tank with the least expense are $l = 2$ m, $w = 2$ m, and $h = 2$ m.

Now, calculate the minimum cost using these dimensions and the given costs per square metre.

Area of the base = $l \times w = 2 \times 2 = 4$ m$^2$.

Area of the sides = $2(lh + wh) = 2(2 \times 2 + 2 \times 2) = 2(4 + 4) = 2(8) = 16$ m$^2$.

Minimum Cost = $(70 \times 4) + (45 \times 16)$

Minimum Cost = $280 + 720$

Minimum Cost = $1000$

The calculation for $45 \times 16$:

$\begin{array}{cc} & 4 & 5 \\ \times & 1 & 6 \\ \hline & 2 & 7 & 0 \\ & 4 & 5 & \times \\ \hline & 7 & 2 & 0 \\ \hline \end{array}$

The minimum cost is $\textsf{₹}1000$.


The cost of the least expensive tank is $\textsf{₹}1000$.

Question 10. The sum of the perimeter of a circle and square is k, where k is some constant. Prove that the sum of their areas is least when the side of square is double the radius of the circle.

Answer:

Let $r$ be the radius of the circle and $s$ be the side length of the square.


Given:

The sum of the perimeter of the circle and the perimeter of the square is a constant $k$.

Perimeter of circle = $2\pi r$.

Perimeter of square = $4s$.

Constraint: $2\pi r + 4s = k$ (where $k$ is a constant).


To Prove:

The sum of the areas of the circle and the square is least when the side of the square is double the radius of the circle, i.e., when $s = 2r$.


Proof:

The area of the circle is $A_{circle} = \pi r^2$.

The area of the square is $A_{square} = s^2$.

The sum of their areas is $A = A_{circle} + A_{square} = \pi r^2 + s^2$.

We want to minimize $A$ subject to the constraint $2\pi r + 4s = k$.

From the constraint, we can express one variable in terms of the other and the constant $k$. Let's express $s$ in terms of $r$ and $k$:

$4s = k - 2\pi r$

$s = \frac{k - 2\pi r}{4}$

... (1)

For a valid circle and square, their dimensions must be non-negative. $r \ge 0$ and $s \ge 0$.

$s \ge 0 \implies \frac{k - 2\pi r}{4} \ge 0 \implies k - 2\pi r \ge 0 \implies k \ge 2\pi r \implies r \le \frac{k}{2\pi}$.

The domain for $r$ is $0 \le r \le \frac{k}{2\pi}$. The minimum area could occur within the open interval or at the endpoints.

Substitute the expression for $s$ from equation (1) into the sum of areas formula:

$A(r) = \pi r^2 + \left(\frac{k - 2\pi r}{4}\right)^2$

$A(r) = \pi r^2 + \frac{(k - 2\pi r)^2}{16}$

$A(r) = \pi r^2 + \frac{k^2 - 4\pi kr + 4\pi^2 r^2}{16}$

... (2)

We want to find the value of $r$ that minimizes $A(r)$ on the interval $\left[0, \frac{k}{2\pi}\right]$. We find the critical points by calculating the first derivative of $A(r)$ with respect to $r$ and setting it to zero.

$A'(r) = \frac{d}{dr}\left(\pi r^2 + \frac{k^2}{16} - \frac{4\pi k}{16} r + \frac{4\pi^2}{16} r^2\right)$

$A'(r) = \frac{d}{dr}\left(\pi r^2 + \frac{k^2}{16} - \frac{\pi k}{4} r + \frac{\pi^2}{4} r^2\right)$

$A'(r) = 2\pi r + 0 - \frac{\pi k}{4} + \frac{\pi^2}{4}(2r)$

$A'(r) = 2\pi r - \frac{\pi k}{4} + \frac{\pi^2}{2} r$

... (3)

Set $A'(r) = 0$ to find the critical points:

$2\pi r + \frac{\pi^2}{2} r = \frac{\pi k}{4}$

Factor out $r$:

$r\left(2\pi + \frac{\pi^2}{2}\right) = \frac{\pi k}{4}$

Find a common denominator on the left side:

$r\left(\frac{4\pi + \pi^2}{2}\right) = \frac{\pi k}{4}$

$r\left(\frac{\pi(4 + \pi)}{2}\right) = \frac{\pi k}{4}$

Solve for $r$:

$r = \frac{\pi k}{4} \cdot \frac{2}{\pi(4 + \pi)}$

$r = \frac{2\pi k}{4\pi(4 + \pi)}$

Perform cancellation:

$r = \frac{\cancel{2\pi} k}{\cancel{4\pi} (4 + \pi)} = \frac{k}{2(4 + \pi)}$

... (4)

This critical point $r = \frac{k}{2(4 + \pi)}$ is within the domain $\left[0, \frac{k}{2\pi}\right]$ (since $4 + \pi > \pi$).

To confirm that this critical point corresponds to a minimum, we use the second derivative test.

$A''(r) = \frac{d}{dr}\left(2\pi r - \frac{\pi k}{4} + \frac{\pi^2}{2} r\right)$

$A''(r) = 2\pi - 0 + \frac{\pi^2}{2}$

$A''(r) = 2\pi + \frac{\pi^2}{2}$

... (5)

Since $\pi > 0$, $2\pi > 0$ and $\frac{\pi^2}{2} > 0$. Thus, $A''(r) = 2\pi + \frac{\pi^2}{2} > 0$ for all $r$.

Since the second derivative is always positive, the function $A(r)$ is concave up, and the critical point $r = \frac{k}{2(4 + \pi)}$ corresponds to an absolute minimum.

Now, we find the side of the square $s$ when $r = \frac{k}{2(4 + \pi)}$, using equation (1):

$s = \frac{k - 2\pi r}{4} = \frac{k - 2\pi \left(\frac{k}{2(4 + \pi)}\right)}{4}$

$s = \frac{k - \frac{2\pi k}{2(4 + \pi)}}{4} = \frac{k - \frac{\pi k}{4 + \pi}}{4}$

$s = \frac{\frac{k(4 + \pi) - \pi k}{4 + \pi}}{4} = \frac{\frac{4k + \pi k - \pi k}{4 + \pi}}{4} = \frac{\frac{4k}{4 + \pi}}{4}$

$s = \frac{4k}{4(4 + \pi)} = \frac{k}{4 + \pi}$

Now, we check the relationship between $s$ and $r$ at this minimum. We want to see if $s = 2r$.

Calculate $2r$: $2r = 2 \times \frac{k}{2(4 + \pi)} = \frac{k}{4 + \pi}$.

We found $s = \frac{k}{4 + \pi}$ and $2r = \frac{k}{4 + \pi}$.

$s = 2r$

(Relationship at minimum area)

This proves that the sum of the areas is least when the side of the square is double the radius of the circle.

We also need to check the endpoints of the domain $[0, k/(2\pi)]$.

  • If $r = 0$, then $4s = k$, so $s = k/4$. Area $A(0) = \pi(0)^2 + (k/4)^2 = k^2/16$.
  • If $r = k/(2\pi)$, then $2\pi (k/(2\pi)) + 4s = k$, so $k + 4s = k$, which means $4s = 0$, so $s = 0$. Area $A(k/(2\pi)) = \pi (k/(2\pi))^2 + 0^2 = \pi (k^2/(4\pi^2)) = k^2/(4\pi)$.

The minimum area is when $r = \frac{k}{2(4 + \pi)}$, $s = \frac{k}{4 + \pi}$.

Minimum Area $A\left(\frac{k}{2(4 + \pi)}\right) = \pi \left(\frac{k}{2(4 + \pi)}\right)^2 + \left(\frac{k}{4 + \pi}\right)^2$

$A_{min} = \pi \frac{k^2}{4(4 + \pi)^2} + \frac{k^2}{(4 + \pi)^2} = \frac{\pi k^2 + 4k^2}{4(4 + \pi)^2} = \frac{k^2(\pi + 4)}{4(4 + \pi)^2} = \frac{k^2}{4(4 + \pi)}$

Comparing $k^2/16$, $k^2/(4\pi)$, and $k^2/(4(4+\pi))$:

  • $16$ vs $4\pi$. Since $\pi \approx 3.14$, $4\pi \approx 12.56$. $16 > 12.56$, so $1/16 < 1/(4\pi)$. Area at $r=0$ is smaller than area at $s=0$.
  • $4\pi \approx 12.56$ vs $4(4+\pi) = 16+4\pi \approx 16+12.56 = 28.56$. $4\pi < 4(4+\pi)$, so $1/(4\pi) > 1/(4(4+\pi))$. The minimum area $\frac{k^2}{4(4 + \pi)}$ is indeed the smallest value.


Thus, the sum of their areas is least when the side of square is double the radius of the circle.

Question 11. A window is in the form of a rectangle surmounted by a semicircular opening. The total perimeter of the window is 10 m. Find the dimensions of the window to admit maximum light through the whole opening.

Answer:

Let the rectangular part of the window have width $w$ and height $h$.

The semicircle is surmounted on the width, so the diameter of the semicircle is $w$.

The radius of the semicircle is $r = \frac{w}{2}$.


Given:

The total perimeter of the window is 10 m.

The perimeter of the window consists of the three sides of the rectangle (bottom and two vertical sides) and the arc of the semicircle.

Perimeter $P = (\text{bottom side}) + (\text{two vertical sides}) + (\text{semicircle arc length})$

$P = w + 2h + \frac{1}{2}(2\pi r)$

$P = w + 2h + \pi r$

Substitute $r = \frac{w}{2}$:

$P = w + 2h + \pi \left(\frac{w}{2}\right) = w + 2h + \frac{\pi w}{2}$

We are given $P = 10$ m, so the constraint is:

$w + 2h + \frac{\pi w}{2} = 10$

... (1)

We want to maximize the area of the window to admit maximum light. The area $A$ is the sum of the area of the rectangle and the area of the semicircle.

Area of rectangle = $wh$

Area of semicircle = $\frac{1}{2}\pi r^2 = \frac{1}{2}\pi \left(\frac{w}{2}\right)^2 = \frac{1}{2}\pi \frac{w^2}{4} = \frac{\pi w^2}{8}$.

Total Area $A = wh + \frac{\pi w^2}{8}$.


To Find:

The dimensions of the window (width $w$ and height $h$) that maximize the area $A$.


Solution:

From the perimeter constraint equation (1), we can express $h$ in terms of $w$:

$2h = 10 - w - \frac{\pi w}{2}$

$h = \frac{10}{2} - \frac{w}{2} - \frac{\pi w}{4} = 5 - \frac{w}{2} - \frac{\pi w}{4}$

... (2)

For a valid window, the dimensions must be non-negative. $w \ge 0$ and $h \ge 0$.

From (2), $h \ge 0 \implies 5 - \frac{w}{2} - \frac{\pi w}{4} \ge 0$.

$5 \ge \frac{w}{2} + \frac{\pi w}{4} = w\left(\frac{1}{2} + \frac{\pi}{4}\right) = w\left(\frac{2+\pi}{4}\right)$.

$w \le \frac{5 \times 4}{2+\pi} = \frac{20}{2+\pi}$.

The domain for $w$ is $0 \le w \le \frac{20}{2+\pi}$.

Substitute the expression for $h$ from equation (2) into the area formula $A = wh + \frac{\pi w^2}{8}$:

$A(w) = w\left(5 - \frac{w}{2} - \frac{\pi w}{4}\right) + \frac{\pi w^2}{8}$

$A(w) = 5w - \frac{w^2}{2} - \frac{\pi w^2}{4} + \frac{\pi w^2}{8}$

Combine the terms involving $w^2$:

$-\frac{w^2}{2} - \frac{\pi w^2}{4} + \frac{\pi w^2}{8} = -\frac{4w^2}{8} - \frac{2\pi w^2}{8} + \frac{\pi w^2}{8} = \frac{(-4 - 2\pi + \pi)w^2}{8} = \frac{(-4 - \pi)w^2}{8} = -\frac{(4+\pi)w^2}{8}$.

$A(w) = 5w - \frac{(4+\pi)}{8}w^2$

(Area as a function of width $w$)

To find the maximum area, we differentiate $A(w)$ with respect to $w$ and set the derivative equal to zero.

$A'(w) = \frac{d}{dw}\left(5w - \frac{(4+\pi)}{8}w^2\right)$

$A'(w) = 5 - \frac{(4+\pi)}{8}(2w)$

$A'(w) = 5 - \frac{(4+\pi)}{4}w$

... (3)

Set $A'(w) = 0$ to find the critical point:

$5 - \frac{(4+\pi)}{4}w = 0$

$5 = \frac{4+\pi}{4}w$

$w = \frac{5 \times 4}{4+\pi}$

$w = \frac{20}{4+\pi}$

... (4)

The critical point is $w = \frac{20}{4+\pi}$. This value lies within the domain $\left[0, \frac{20}{2+\pi}\right]$ since $4+\pi > 2+\pi$, so $\frac{1}{4+\pi} < \frac{1}{2+\pi}$.

To confirm that this critical point corresponds to a maximum, we use the second derivative test.

$A''(w) = \frac{d}{dw}\left(5 - \frac{(4+\pi)}{4}w\right)$

$A''(w) = -\frac{4+\pi}{4}$

... (5)

Since $\pi > 0$, $4+\pi > 0$, so $A''(w) = -\frac{4+\pi}{4} < 0$ for all $w$.

Since the second derivative is negative, the critical point $w = \frac{20}{4+\pi}$ corresponds to a local maximum. As $A(w)$ is a continuous function on the closed interval $\left[0, \frac{20}{2+\pi}\right]$ and the area is 0 at the endpoints ($A(0)=0$ and $A(\frac{20}{2+\pi})=0$), this local maximum is the absolute maximum.

Now, find the corresponding height $h$ by substituting the value of $w$ into equation (2):

$h = 5 - \frac{w}{2} - \frac{\pi w}{4} = 5 - w\left(\frac{1}{2} + \frac{\pi}{4}\right) = 5 - w\left(\frac{2+\pi}{4}\right)$

$h = 5 - \left(\frac{20}{4+\pi}\right)\left(\frac{2+\pi}{4}\right)$

$h = 5 - \frac{20(2+\pi)}{4(4+\pi)} = 5 - \frac{5(2+\pi)}{4+\pi}$

$h = \frac{5(4+\pi) - 5(2+\pi)}{4+\pi} = \frac{20 + 5\pi - 10 - 5\pi}{4+\pi}$

$h = \frac{10}{4+\pi}$

... (6)

The dimensions of the window that admit maximum light are the width of the rectangle $w$ and the height of the rectangle $h$.

Width of the rectangle = $\frac{20}{4+\pi}$ m.

Height of the rectangle = $\frac{10}{4+\pi}$ m.

Notice that the height of the rectangle ($h = \frac{10}{4+\pi}$) is equal to the radius of the semicircle ($r = \frac{w}{2} = \frac{1}{2} \cdot \frac{20}{4+\pi} = \frac{10}{4+\pi}$).


The dimensions of the window to admit maximum light are: width = $\frac{20}{4+\pi}$ m and height = $\frac{10}{4+\pi}$ m.

Question 12. A point on the hypotenuse of a triangle is at distance a and b from the sides of the triangle.

Show that the minimum length of the hypotenuse is $\left( a^{\frac{2}{3}} + b^{\frac{2}{3}} \right)^{\frac{3}{2}}$.

Answer:

Given:

A right triangle. A point on its hypotenuse is at distance $a$ from one side (leg) and distance $b$ from the other side (leg).


To Prove:

The minimum length of the hypotenuse is $\left( a^{\frac{2}{3}} + b^{\frac{2}{3}} \right)^{\frac{3}{2}}$.


Proof:

Consider a right triangle with its legs along the positive x and y axes of a coordinate system. Let the vertices be the origin $O(0, 0)$, and points $A(X, 0)$ on the x-axis and $B(0, Y)$ on the y-axis, where $X > 0$ and $Y > 0$ are the lengths of the legs.

The equation of the line containing the hypotenuse connecting $A(X, 0)$ and $B(0, Y)$ is given by the intercept form:

$\frac{x}{X} + \frac{y}{Y} = 1$

... (1)

Let $P(x_p, y_p)$ be the point on the hypotenuse. The distance of a point from the y-axis ($x=0$) is $|x_p|$, and the distance from the x-axis ($y=0$) is $|y_p|$. Since the point is in the first quadrant (as the hypotenuse is in the first quadrant), $x_p > 0$ and $y_p > 0$.

We are given that the distance from one side is $a$ and from the other side is $b$. Let's assume the distance from the y-axis is $a$ and the distance from the x-axis is $b$. So, $x_p = a$ and $y_p = b$. The point on the hypotenuse is $P(a, b)$.

Since the point $P(a, b)$ lies on the hypotenuse, its coordinates must satisfy the equation of the hypotenuse line (1):

$\frac{a}{X} + \frac{b}{Y} = 1$

... (2)

This equation is the constraint relating the lengths of the legs $X$ and $Y$ to the given distances $a$ and $b$. Since $a, b, X, Y$ are positive, we must have $X > a$ and $Y > b$.

The length of the hypotenuse $L$ is the distance between the vertices $A(X, 0)$ and $B(0, Y)$:

$L = \sqrt{(X - 0)^2 + (0 - Y)^2} = \sqrt{X^2 + Y^2}$

... (3)

We want to minimize the length $L$ subject to the constraint (2). From equation (2), we can express $Y$ in terms of $X$, $a$, and $b$:

$\frac{b}{Y} = 1 - \frac{a}{X} = \frac{X - a}{X}$

$Y = \frac{bX}{X - a}$

... (4)

Since $Y > 0$, and $b > 0$, we must have $X - a > 0$, so $X > a$. The domain for $X$ is $(a, \infty)$.

Substitute the expression for $Y$ from equation (4) into the equation for the length of the hypotenuse (3):

$L(X) = \sqrt{X^2 + \left(\frac{bX}{X - a}\right)^2}$

To minimize $L(X)$, it is equivalent to minimize the square of the length, $Z(X) = L^2(X)$, for $X \in (a, \infty)$.

$Z(X) = X^2 + \frac{b^2X^2}{(X - a)^2}$

... (5)

To find the minimum value, we find the critical points by calculating the first derivative of $Z(X)$ with respect to $X$ and setting it to zero.

Rewrite the second term using a negative exponent: $b^2 X^2 (X - a)^{-2}$. Use the product rule on this term.

$Z'(X) = \frac{d}{dX}\left(X^2 + b^2 X^2 (X - a)^{-2}\right)$

$Z'(X) = 2X + b^2 \left[ \frac{d}{dX}(X^2) \cdot (X - a)^{-2} + X^2 \cdot \frac{d}{dX}((X - a)^{-2}) \right]$

$Z'(X) = 2X + b^2 \left[ 2X (X - a)^{-2} + X^2 (-2)(X - a)^{-3} \cdot \frac{d}{dX}(X - a) \right]$

$Z'(X) = 2X + b^2 \left[ \frac{2X}{(X - a)^2} - \frac{2X^2}{(X - a)^3} \cdot 1 \right]$

$Z'(X) = 2X + \frac{2b^2 X}{(X - a)^2} - \frac{2b^2 X^2}{(X - a)^3}$

Factor out $2X$:

$Z'(X) = 2X \left(1 + \frac{b^2}{(X - a)^2} - \frac{b^2 X}{(X - a)^3}\right)$

Find a common denominator inside the parenthesis:

$Z'(X) = 2X \left(\frac{(X - a)^3}{(X - a)^3} + \frac{b^2(X - a)}{(X - a)^3} - \frac{b^2 X}{(X - a)^3}\right)$

$Z'(X) = 2X \frac{(X - a)^3 + b^2(X - a) - b^2 X}{(X - a)^3}$

Expand the numerator:

$(X - a)^3 + b^2(X - a) - b^2 X = (X^3 - 3aX^2 + 3a^2X - a^3) + (b^2 X - ab^2) - b^2 X$

$= X^3 - 3aX^2 + 3a^2X - a^3 + b^2 X - ab^2 - b^2 X$

$= X^3 - 3aX^2 + 3a^2X - a^3 - ab^2$ - Wait, $b^2X$ terms cancel.

The numerator is $(X - a)^3 + b^2 X - ab^2 - b^2 X = (X - a)^3 - ab^2$.

So, $Z'(X) = 2X \frac{(X - a)^3 - ab^2}{(X - a)^3}$.

Set $Z'(X) = 0$ to find the critical points. Since $X > a > 0$, $2X > 0$ and $(X - a)^3 > 0$. Thus, the numerator must be zero:

$(X - a)^3 - ab^2 = 0$

$(X - a)^3 = ab^2$

Take the cube root of both sides:

$X - a = (ab^2)^{1/3} = a^{1/3} b^{2/3}$

$X = a + a^{1/3} b^{2/3}$

... (6)

This critical point $X = a + a^{1/3}b^{2/3}$ is greater than $a$, so it is in the domain $(a, \infty)$.

To confirm that this critical point corresponds to a minimum, we examine the sign of $Z'(X)$ around $X = a + a^{1/3}b^{2/3}$. The sign of $Z'(X)$ is determined by the sign of $(X-a)^3 - ab^2$.

  • If $X < a + a^{1/3}b^{2/3}$, then $X - a < a^{1/3}b^{2/3}$, so $(X - a)^3 < ab^2$. Thus, $(X - a)^3 - ab^2 < 0$, and $Z'(X) < 0$.
  • If $X > a + a^{1/3}b^{2/3}$, then $X - a > a^{1/3}b^{2/3}$, so $(X - a)^3 > ab^2$. Thus, $(X - a)^3 - ab^2 > 0$, and $Z'(X) > 0$.

Since $Z'(X)$ changes from negative to positive at $X = a + a^{1/3}b^{2/3}$, this critical point corresponds to a local minimum. Since it is the only critical point in the domain $(a, \infty)$, it is the absolute minimum.

Now, find the corresponding value of $Y$ using equation (4) and the critical value of $X$ from (6):

$Y = \frac{bX}{X - a}$

Substitute $X - a = a^{1/3} b^{2/3}$ and $X = a + a^{1/3} b^{2/3}$:

$Y = \frac{b(a + a^{1/3} b^{2/3})}{a^{1/3} b^{2/3}}$

$Y = \frac{ab + a^{1/3} b^{1 + 2/3}}{a^{1/3} b^{2/3}} = \frac{ab + a^{1/3} b^{5/3}}{a^{1/3} b^{2/3}}$

Divide each term in the numerator by the denominator:

$Y = \frac{ab}{a^{1/3} b^{2/3}} + \frac{a^{1/3} b^{5/3}}{a^{1/3} b^{2/3}}$

$Y = a^{1 - 1/3} b^{1 - 2/3} + a^{1/3 - 1/3} b^{5/3 - 2/3}$

$Y = a^{2/3} b^{1/3} + a^0 b^{3/3} = a^{2/3} b^{1/3} + b$

$Y = b + a^{2/3} b^{1/3}$

... (7)

Now, calculate the minimum length of the hypotenuse $L_{min}$ by substituting the critical values of $X$ from (6) and $Y$ from (7) into $L = \sqrt{X^2 + Y^2}$.

$X = a + a^{1/3} b^{2/3} = a^{1/3}(a^{2/3} + b^{2/3})$

$Y = b + a^{2/3} b^{1/3} = b^{1/3}(b^{2/3} + a^{2/3})$

$X^2 = [a^{1/3}(a^{2/3} + b^{2/3})]^2 = a^{2/3} (a^{2/3} + b^{2/3})^2$

$Y^2 = [b^{1/3}(a^{2/3} + b^{2/3})]^2 = b^{2/3} (a^{2/3} + b^{2/3})^2$

$X^2 + Y^2 = a^{2/3} (a^{2/3} + b^{2/3})^2 + b^{2/3} (a^{2/3} + b^{2/3})^2$

Factor out the common term $(a^{2/3} + b^{2/3})^2$:

$X^2 + Y^2 = (a^{2/3} + b^{2/3})^2 (a^{2/3} + b^{2/3})$

$X^2 + Y^2 = (a^{2/3} + b^{2/3})^3$

The minimum length $L_{min}$ is the square root of this expression:

$L_{min} = \sqrt{(a^{2/3} + b^{2/3})^3}$

$L_{min} = (a^{2/3} + b^{2/3})^{\frac{3}{2}}$

...(8)

This is the required expression for the minimum length of the hypotenuse.


Thus, the minimum length of the hypotenuse is $\left( a^{\frac{2}{3}} + b^{\frac{2}{3}} \right)^{\frac{3}{2}}$.

Question 13. Find the points at which the function f given by f (x) = (x – 2)4 (x + 1)3 has

(i) local maxima

(ii) local minima

(iii) point of inflexion

Answer:

Given:

The function $f(x) = (x - 2)^4 (x + 1)^3$.


To Find:

The points where the function has local maxima, local minima, and points of inflection.


Solution:

To find local extrema (maxima and minima) and potential points of inflection, we need the first and second derivatives of the function.

Find the first derivative $f'(x)$ using the product rule: $(uv)' = u'v + uv'$.

Let $u = (x - 2)^4$, so $u' = 4(x - 2)^3 \cdot 1 = 4(x - 2)^3$.

Let $v = (x + 1)^3$, so $v' = 3(x + 1)^2 \cdot 1 = 3(x + 1)^2$.

$f'(x) = 4(x - 2)^3 (x + 1)^3 + (x - 2)^4 (3(x + 1)^2)$

Factor out common terms $(x - 2)^3$ and $(x + 1)^2$:

$f'(x) = (x - 2)^3 (x + 1)^2 [4(x + 1) + 3(x - 2)]$

$f'(x) = (x - 2)^3 (x + 1)^2 [4x + 4 + 3x - 6]$

$f'(x) = (x - 2)^3 (x + 1)^2 (7x - 2)$

... (1)

To find critical points, set $f'(x) = 0$:

$(x - 2)^3 (x + 1)^2 (7x - 2) = 0$

This gives the critical points:

  • $(x - 2)^3 = 0 \implies x - 2 = 0 \implies x = 2$
  • $(x + 1)^2 = 0 \implies x + 1 = 0 \implies x = -1$
  • $7x - 2 = 0 \implies 7x = 2 \implies x = \frac{2}{7}$

The critical points are $x = -1, \frac{2}{7}, 2$.

We use the first derivative test to determine local extrema. Examine the sign of $f'(x)$ around each critical point.

The factors are $(x - 2)^3$, $(x + 1)^2$, and $(7x - 2)$.

The factor $(x + 1)^2$ is always non-negative. It is 0 at $x = -1$ and positive otherwise.

The sign of $f'(x)$ is determined by the signs of $(x - 2)^3$ and $(7x - 2)$.

Interval Test Value ($c$) Sign of $(x - 2)^3$ at $c$ Sign of $(x + 1)^2$ at $c$ Sign of $(7x - 2)$ at $c$ Sign of $f'(x)$ at $c$ Behavior of $f(x)$
$(-\infty, -1)$-2$(-)^3 = -$$(+)^2 = +$$7(-2)-2 = -$$(-)(+)(-) = +$Increasing
$(-1, \frac{2}{7})$0$(-)^3 = -$$(+)^2 = +$$7(0)-2 = -$$(-)(+)(-) = +$Increasing
$(\frac{2}{7}, 2)$1$(-)^3 = -$$(+)^2 = +$$7(1)-2 = +$$(-)(+)(+) = -$Decreasing
$(2, \infty)$3$(+)^3 = +$$(+)^2 = +$$7(3)-2 = +$$(+)(+)(+) = +$Increasing

(i) Local maxima:

A local maximum occurs where $f'(x)$ changes from positive to negative. This happens at $x = \frac{2}{7}$.

There is a local maximum at $x = \frac{2}{7}$.

(ii) Local minima:

A local minimum occurs where $f'(x)$ changes from negative to positive. This happens at $x = 2$.

There is a local minimum at $x = 2$.

At $x = -1$, the sign of $f'(x)$ does not change (it is positive on both sides of -1). So, $x = -1$ is not a local extremum.

(iii) Point of inflexion:

A point of inflection occurs where the concavity changes, typically where $f''(x) = 0$ or is undefined and the sign of $f''(x)$ changes. Also, a point where $f'(x)=0$ but is not a local extremum is often a point of inflection (e.g., $x=-1$).

Let's analyze the sign change of $f'(x)$ more closely:

  • At $x = -1$: $f'(x) = (x - 2)^3 (x + 1)^2 (7x - 2)$. The term $(x + 1)^2$ does not change sign. The signs of the other terms are constant around $x=-1$: $(x-2)^3$ is negative, $(7x-2)$ is negative. So $f'(x)$ is negative $\times$ positive $\times$ negative = positive on both sides of $x=-1$. Thus, $x=-1$ is not a local extremum. It is a candidate for an inflection point.
  • At $x = \frac{2}{7}$: $f'(x)$ changes sign from positive to negative. Local maximum.
  • At $x = 2$: $f'(x)$ changes sign from negative to positive. Local minimum.

To rigorously find points of inflection, we need the second derivative $f''(x)$. However, based on the sign change behavior of the first derivative, $x=-1$ is a point of inflection because $f'(x)$ is 0 at $x=-1$ but it is not a local extremum. This indicates a change in concavity (or a horizontal tangent at an inflection point).

Let's compute the second derivative to confirm potential inflection points at $x=-1$ and possibly check other points where $f''(x)=0$.

$f'(x) = (7x - 2)(x - 2)^3 (x + 1)^2$. Use the product rule on $f'(x) = U \cdot V \cdot W$, where $U = 7x-2$, $V = (x-2)^3$, $W = (x+1)^2$. $(UVW)' = U'VW + UV'W + UVW'$.

$U' = 7$

$V' = 3(x-2)^2$

$W' = 2(x+1)$

$f''(x) = 7(x-2)^3(x+1)^2 + (7x-2)[3(x-2)^2](x+1)^2 + (7x-2)(x-2)^3[2(x+1)]$

Factor out common terms $(x-2)^2$ and $(x+1)$:

$f''(x) = (x-2)^2(x+1) [7(x-2)(x+1) + 3(7x-2)(x+1) + 2(7x-2)(x-2)]$

$f''(x) = (x-2)^2(x+1) [7(x^2 - x - 2) + 3(7x^2 + 7x - 2x - 2) + 2(7x^2 - 14x - 2x + 4)]$

$f''(x) = (x-2)^2(x+1) [7x^2 - 7x - 14 + 3(7x^2 + 5x - 2) + 2(7x^2 - 16x + 4)]$

$f''(x) = (x-2)^2(x+1) [7x^2 - 7x - 14 + 21x^2 + 15x - 6 + 14x^2 - 32x + 8]$

$f''(x) = (x-2)^2(x+1) [(7 + 21 + 14)x^2 + (-7 + 15 - 32)x + (-14 - 6 + 8)]$

$f''(x) = (x-2)^2(x+1) [42x^2 - 24x - 12]$

Factor out 6 from the quadratic term:

$f''(x) = 6(x-2)^2(x+1) [7x^2 - 4x - 2]$

Set $f''(x) = 0$ to find potential inflection points:

$6(x-2)^2(x+1) (7x^2 - 4x - 2) = 0$

This gives potential inflection points at $x = 2$, $x = -1$, and the roots of $7x^2 - 4x - 2 = 0$.

Roots of $7x^2 - 4x - 2 = 0$ using the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$:

$x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(7)(-2)}}{2(7)}$

$x = \frac{4 \pm \sqrt{16 + 56}}{14} = \frac{4 \pm \sqrt{72}}{14} = \frac{4 \pm \sqrt{36 \times 2}}{14} = \frac{4 \pm 6\sqrt{2}}{14}$

$x = \frac{2(2 \pm 3\sqrt{2})}{14} = \frac{2 \pm 3\sqrt{2}}{7}$

The potential inflection points are $x = -1, 2, \frac{2 - 3\sqrt{2}}{7}, \frac{2 + 3\sqrt{2}}{7}$.

We need to check the sign change of $f''(x)$ at these points. The sign of $f''(x)$ is determined by the signs of $(x-2)^2$, $(x+1)$, and $(7x^2 - 4x - 2)$.

$(x-2)^2$ is always non-negative.

The sign of $f''(x)$ is determined by the sign of $(x+1)(7x^2 - 4x - 2)$. The roots of this product are $-1$ and $\frac{2 \pm 3\sqrt{2}}{7}$. Let $\alpha = \frac{2 - 3\sqrt{2}}{7}$ and $\beta = \frac{2 + 3\sqrt{2}}{7}$. Note that $\sqrt{2} \approx 1.414$, so $3\sqrt{2} \approx 4.242$. $\alpha \approx \frac{2 - 4.242}{7} = \frac{-2.242}{7} \approx -0.32$. $\beta \approx \frac{2 + 4.242}{7} = \frac{6.242}{7} \approx 0.89$. The order of roots is $-1 < \alpha < \beta$.

Consider the sign of $(x+1)(7x^2 - 4x - 2)$:

  • For $x < -1$: $(x+1) < 0$. $7x^2 - 4x - 2 > 0$ (parabola opens up, roots are $\alpha, \beta$, so outside roots it's positive). Sign is $(-)(+) = -$. $f''(x) < 0$. Concave down.
  • For $-1 < x < \alpha$: $(x+1) > 0$. $7x^2 - 4x - 2 > 0$. Sign is $(+)(+) = +$. $f''(x) > 0$. Concave up.
  • For $\alpha < x < \beta$: $(x+1) > 0$. $7x^2 - 4x - 2 < 0$ (between roots). Sign is $(+)(-) = -$. $f''(x) < 0$. Concave down.
  • For $x > \beta$: $(x+1) > 0$. $7x^2 - 4x - 2 > 0$. Sign is $(+)(+) = +$. $f''(x) > 0$. Concave up.

The sign of $f''(x)$ changes at $x = -1$, $x = \frac{2 - 3\sqrt{2}}{7}$, and $x = \frac{2 + 3\sqrt{2}}{7}$. These are points of inflection.

At $x = 2$, $(x-2)^2 = 0$. The term $(x-2)^2$ does not change sign around $x=2$. The sign of $(x+1)(7x^2 - 4x - 2)$ at $x=2$ is $(2+1)(7(4) - 4(2) - 2) = 3(28 - 8 - 2) = 3(18) = 54 > 0$. So, $f''(x)$ has the same sign as $(x+1)(7x^2 - 4x - 2)$ around $x=2$. The sign of $f''(x)$ around $x=2$ is positive (since $2 > \beta \approx 0.89$). $f''(x)$ does not change sign at $x=2$. So $x=2$ is not an inflection point based on the second derivative test. However, it is a local minimum.

Recap of points:

  • Critical points (from $f'(x)=0$): $x = -1, \frac{2}{7}, 2$.
  • Potential inflection points (from $f''(x)=0$ or undefined): $x = -1, 2, \frac{2 \pm 3\sqrt{2}}{7}$.
  • $f''(x)$ is always defined as $f(x)$ is a polynomial.
  • Sign change of $f'(x)$ at $x = -1$: No (Increasing to Increasing). Inflection point.
  • Sign change of $f'(x)$ at $x = \frac{2}{7}$: Yes (+ to -). Local Maximum.
  • Sign change of $f'(x)$ at $x = 2$: Yes (- to +). Local Minimum.
  • Sign change of $f''(x)$ at $x = -1$: Yes (- to +). Inflection point.
  • Sign change of $f''(x)$ at $x = \frac{2 - 3\sqrt{2}}{7}$: Yes (+ to -). Inflection point.
  • Sign change of $f''(x)$ at $x = \frac{2 + 3\sqrt{2}}{7}$: Yes (- to +). Inflection point.
  • Sign change of $f''(x)$ at $x = 2$: No (+ to +). Not an inflection point.

(i) Local maxima: Occurs where $f'(x)$ changes from positive to negative. This is at $x = \frac{2}{7}$.

Point of local maximum: $x = \frac{2}{7}$.

(ii) Local minima: Occurs where $f'(x)$ changes from negative to positive. This is at $x = 2$.

Point of local minimum: $x = 2$.

(iii) Point of inflexion: Occurs where the concavity changes (sign of $f''(x)$ changes). This happens at $x = -1$, $x = \frac{2 - 3\sqrt{2}}{7}$, and $x = \frac{2 + 3\sqrt{2}}{7}$.

Points of inflexion: $x = -1$, $x = \frac{2 - 3\sqrt{2}}{7}$, $x = \frac{2 + 3\sqrt{2}}{7}$.


The function $f(x) = (x – 2)^4 (x + 1)^3$ has:

(i) a local maximum at $x = \frac{2}{7}$.

(ii) a local minimum at $x = 2$.

(iii) points of inflexion at $x = -1$, $x = \frac{2 - 3\sqrt{2}}{7}$, and $x = \frac{2 + 3\sqrt{2}}{7}$.

Question 14. Find the absolute maximum and minimum values of the function f given by

f (x) = cos2 x + sin x, x ∈ [0, π]

Answer:

Given:

The function $f(x) = \cos^2 x + \sin x$ and the interval $x \in [0, \pi]$.


To Find:

The absolute maximum and minimum values of the function $f(x)$ on the given interval.


Solution:

The function $f(x) = \cos^2 x + \sin x$ is continuous on the closed interval $[0, \pi]$. To find the absolute maximum and minimum values, we evaluate the function at the critical points in the open interval $(0, \pi)$ and at the endpoints of the interval $[0, \pi]$.

First, find the derivative of $f(x)$ with respect to $x$:

$f'(x) = \frac{d}{dx}(\cos^2 x + \sin x)$

$f'(x) = \frac{d}{dx}((\cos x)^2) + \frac{d}{dx}(\sin x)$

Using the chain rule for $(\cos x)^2$ and the standard derivative for $\sin x$:

$f'(x) = 2 \cos x \cdot (-\sin x) + \cos x$

$f'(x) = -2 \sin x \cos x + \cos x$

... (1)

To find the critical points in the interval $(0, \pi)$, set $f'(x) = 0$:

$-2 \sin x \cos x + \cos x = 0$

Factor out $\cos x$:

$\cos x (-2 \sin x + 1) = 0$

This equation is satisfied if either $\cos x = 0$ or $-2 \sin x + 1 = 0$.

Case 1: $\cos x = 0$.

In the interval $(0, \pi)$, the value of $x$ for which $\cos x = 0$ is $x = \frac{\pi}{2}$.

Case 2: $-2 \sin x + 1 = 0$.

$1 = 2 \sin x$

$\sin x = \frac{1}{2}$

In the interval $(0, \pi)$, the values of $x$ for which $\sin x = \frac{1}{2}$ are $x = \frac{\pi}{6}$ and $x = \frac{5\pi}{6}$.

The critical points in the open interval $(0, \pi)$ are $x = \frac{\pi}{6}$, $x = \frac{\pi}{2}$, and $x = \frac{5\pi}{6}$.

Now, evaluate the function $f(x) = \cos^2 x + \sin x$ at the critical points and the endpoints of the interval $[0, \pi]$.

Evaluate at the critical points:

  • At $x = \frac{\pi}{6}$:
  • $f\left(\frac{\pi}{6}\right) = \cos^2\left(\frac{\pi}{6}\right) + \sin\left(\frac{\pi}{6}\right) = \left(\frac{\sqrt{3}}{2}\right)^2 + \frac{1}{2} = \frac{3}{4} + \frac{1}{2} = \frac{3}{4} + \frac{2}{4} = \frac{5}{4}$.

  • At $x = \frac{\pi}{2}$:
  • $f\left(\frac{\pi}{2}\right) = \cos^2\left(\frac{\pi}{2}\right) + \sin\left(\frac{\pi}{2}\right) = (0)^2 + 1 = 0 + 1 = 1$.

  • At $x = \frac{5\pi}{6}$:
  • $f\left(\frac{5\pi}{6}\right) = \cos^2\left(\frac{5\pi}{6}\right) + \sin\left(\frac{5\pi}{6}\right) = \left(-\frac{\sqrt{3}}{2}\right)^2 + \frac{1}{2} = \frac{3}{4} + \frac{1}{2} = \frac{3}{4} + \frac{2}{4} = \frac{5}{4}$.

Evaluate at the endpoints:

  • At $x = 0$:
  • $f(0) = \cos^2(0) + \sin(0) = (1)^2 + 0 = 1 + 0 = 1$.

  • At $x = \pi$:
  • $f(\pi) = \cos^2(\pi) + \sin(\pi) = (-1)^2 + 0 = 1 + 0 = 1$.

The values of the function at the critical points and endpoints are $\frac{5}{4}$, $1$, $\frac{5}{4}$, $1$, and $1$.

Compare these values to find the absolute maximum and minimum:

Values: $\left\{ \frac{5}{4}, 1 \right\}$.

The largest value is $\frac{5}{4}$.

The smallest value is $1$.


The absolute maximum value of the function $f(x)$ on $[0, \pi]$ is $\frac{5}{4}$.

The absolute minimum value of the function $f(x)$ on $[0, \pi]$ is $1$.

Question 15. Show that the altitude of the right circular cone of maximum volume that can be inscribed in a sphere of radius r is $\frac{4r}{3}$.

Answer:

Let the sphere have radius $R$. Let the inscribed right circular cone have radius $r_c$ and height $h_c$. (Using $r_c$ and $h_c$ to distinguish from the sphere's radius $R$).


Given:

A fixed sphere of radius $R$.

A right circular cone inscribed in the sphere.


To Prove:

The altitude of the cone of maximum volume is $\frac{4R}{3}$.


Proof:

Consider a cross-section of the sphere and the inscribed cone through the axis of the cone.

This cross-section shows a circle of radius $R$ with an inscribed isosceles triangle representing the cone. The base of the triangle is the diameter of the cone's base ($2r_c$), and the height of the triangle is the height of the cone ($h_c$). The vertices of the triangle lie on the circle.

Let the center of the sphere be $O$. Let the vertex of the cone be $V$, the center of the cone's base be $C$, and any point on the circumference of the cone's base be $P$. The center $O$ lies on the axis of the cone.

The distance $OP$ is the radius of the sphere, so $OP = R$.

The distance $CP$ is the radius of the cone's base, so $CP = r_c$.

Let $OC$ be the distance from the center of the sphere to the center of the cone's base. Let $OC = d$.

By the Pythagorean theorem in the right-angled triangle $\triangle OPC$:

$r_c^2 + d^2 = R^2$

... (1)

For the cone to be inscribed and have maximum volume, its vertex $V$ must lie on the sphere's surface, and its base must be a circle within the sphere. Let's assume the vertex $V$ is at one of the poles of the sphere relative to the plane containing the base.

The height of the cone $h_c$ is the distance $VC$. The distance $VO = R$. Depending on whether $O$ is between $V$ and $C$, or $C$ is between $O$ and $V$, the height $h_c$ can be related to $R$ and $d$. For maximum volume, the vertex should be as far as possible from the base plane, so $V$ is at a pole and $C$ is between $O$ and $V$. In this case, $h_c = R + d$. Thus, $d = h_c - R$. (Note: In Question 23, we used $h=R-d$, which assumed $C$ was between $O$ and the vertex V, resulting in $h < R$. For maximum volume, the vertex should be at the pole, so the height must be $R+d$. Let's verify this geometry. If the vertex is at the top pole, and the base is below the center O, then $h_c = R+d$. If the base is above the center O, then $h_c = R-d$. The maximum height a cone can have is $2R$ (when $r_c \to 0$), and minimum non-zero height is 0 (when $r_c=R$). The volume formula is $V = \frac{1}{3}\pi r_c^2 h_c$. Substituting $r_c^2 = R^2 - d^2$ and $d = h_c - R$, we get $r_c^2 = R^2 - (h_c - R)^2 = R^2 - (h_c^2 - 2Rh_c + R^2) = 2Rh_c - h_c^2$. This relationship is correct regardless of whether $C$ is above or below $O$, as long as the vertex is at a pole.)

Substitute $r_c^2 = 2Rh_c - h_c^2$ into the volume formula for the cone $V_{cone} = \frac{1}{3}\pi r_c^2 h_c$:

$V_{cone}(h_c) = \frac{1}{3}\pi (2Rh_c - h_c^2) h_c = \frac{1}{3}\pi (2Rh_c^2 - h_c^3)$

... (2)

For a valid cone, the height $h_c$ must be such that $r_c^2 \ge 0$. $2Rh_c - h_c^2 \ge 0 \implies h_c(2R - h_c) \ge 0$. Since $h_c > 0$, we must have $2R - h_c \ge 0$, so $0 < h_c \le 2R$. We seek the maximum volume on the interval $(0, 2R]$. The volume is 0 at $h_c=0$ and $h_c=2R$.

To find the maximum volume, we differentiate $V_{cone}(h_c)$ with respect to $h_c$ and set the derivative equal to zero.

$V_{cone}'(h_c) = \frac{d}{dh_c}\left(\frac{1}{3}\pi (2Rh_c^2 - h_c^3)\right) = \frac{1}{3}\pi (4Rh_c - 3h_c^2)$

... (3)

Set $V_{cone}'(h_c) = 0$ to find the critical points:

$\frac{1}{3}\pi (4Rh_c - 3h_c^2) = 0$

$h_c(4R - 3h_c) = 0$

This gives two possible values for $h_c$: $h_c = 0$ or $4R - 3h_c = 0$.

$h_c = 0$ corresponds to a degenerate cone with zero volume.

$4R - 3h_c = 0 \implies h_c = \frac{4R}{3}$.

This critical point $h_c = \frac{4R}{3}$ lies within the domain $(0, 2R]$ since $0 < \frac{4R}{3} < \frac{6R}{3} = 2R$ (as $R>0$).

To determine if this critical point corresponds to a maximum, we use the second derivative test.

$V_{cone}''(h_c) = \frac{d}{dh_c}\left(\frac{1}{3}\pi (4Rh_c - 3h_c^2)\right) = \frac{1}{3}\pi (4R - 6h_c)$

... (4)

Evaluate $V_{cone}''(h_c)$ at the critical point $h_c = \frac{4R}{3}$:

$V_{cone}''\left(\frac{4R}{3}\right) = \frac{1}{3}\pi \left(4R - 6\left(\frac{4R}{3}\right)\right)$

$V_{cone}''\left(\frac{4R}{3}\right) = \frac{1}{3}\pi \left(4R - 8R\right) = \frac{1}{3}\pi (-4R) = -\frac{4\pi R}{3}$

Since $R$ is the radius of the sphere, $R > 0$, which means $V_{cone}''\left(\frac{4R}{3}\right) < 0$.

According to the second derivative test, a negative second derivative at a critical point indicates a local maximum. Since $h_c = \frac{4R}{3}$ is the only critical point in the interval $(0, 2R)$ where the derivative is zero, and the volume is 0 at the boundaries, this local maximum is the absolute maximum in $[0, 2R]$.

The altitude of the right circular cone of maximum volume that can be inscribed in a sphere of radius $R$ is $h_c = \frac{4R}{3}$.


Thus, the altitude of the right circular cone of maximum volume that can be inscribed in a sphere of radius $r$ (using $r$ as the sphere's radius as in the question) is $\frac{4r}{3}$.


Note: This question is essentially asking for the height of the largest cone inscribed in a sphere, which was part of the proof in Question 23. The variable name for the sphere's radius is $r$ in this question, instead of $R$.

Question 16. Let f be a function defined on [a, b] such that f ′(x) > 0, for all x ∈ (a, b). Then prove that f is an increasing function on (a, b).

Answer:

Given:

A function $f$ defined on the closed interval $[a, b]$.

The derivative $f'(x)$ exists for all $x$ in the open interval $(a, b)$.

$f'(x) > 0$ for all $x \in (a, b)$.


To Prove:

$f$ is an increasing function on $(a, b)$.


Proof:

By definition, a function $f$ is increasing on an interval if for any two points $x_1$ and $x_2$ in the interval such that $x_1 < x_2$, we have $f(x_1) \le f(x_2)$. If $f(x_1) < f(x_2)$, the function is strictly increasing.

Let $x_1$ and $x_2$ be any two points in the interval $(a, b)$ such that $a < x_1 < x_2 < b$.

Consider the closed interval $[x_1, x_2]$. Since $f$ is differentiable on $(a, b)$, it is also differentiable on $(x_1, x_2)$. Since $f$ is differentiable on $(x_1, x_2)$, it is also continuous on $[x_1, x_2]$.

The function $f$ satisfies the conditions of the Mean Value Theorem (MVT) on the interval $[x_1, x_2]$.

According to the Mean Value Theorem, there exists at least one point $c$ in the open interval $(x_1, x_2)$ such that:

$f'(c) = \frac{f(x_2) - f(x_1)}{x_2 - x_1}$

... (1)

Since $x_1 < x_2$, we have $x_2 - x_1 > 0$.

Also, we are given that $f'(x) > 0$ for all $x \in (a, b)$. Since $c \in (x_1, x_2)$ and $(x_1, x_2) \subset (a, b)$, we have $c \in (a, b)$.

$f'(c) > 0$

(Given)

Substitute this into equation (1):

$\frac{f(x_2) - f(x_1)}{x_2 - x_1} > 0$

...(2)

Since the denominator $x_2 - x_1 > 0$, the numerator must also be positive for the fraction to be positive:

$f(x_2) - f(x_1) > 0$

$f(x_2) > f(x_1)$

So, for any two points $x_1, x_2 \in (a, b)$ with $x_1 < x_2$, we have $f(x_1) < f(x_2)$.

This means that the function $f$ is strictly increasing on the open interval $(a, b)$.

The question asks to prove that $f$ is an increasing function on $(a, b)$. A strictly increasing function is also an increasing function (the condition $f(x_1) \le f(x_2)$ is satisfied). Note that differentiability on $(a,b)$ and continuity on $[a,b]$ usually go hand-in-hand in these types of problems. The standard theorem states that if $f'(x) > 0$ on $(a,b)$ and $f$ is continuous on $[a,b]$, then $f$ is strictly increasing on $[a,b]$. If the question implies increasing on the open interval $(a,b)$, then continuity at the endpoints is not strictly needed from the statement, but the result still holds for the open interval.


Therefore, if $f$ is a function defined on $[a, b]$ such that $f'(x) > 0$, for all $x \in (a, b)$, then $f$ is an increasing function on $(a, b)$.

Question 17. Show that the height of the cylinder of maximum volume that can be inscribed in a sphere of radius R is $\frac{2R}{\sqrt{3}}$ . Also find the maximum volume.

Answer:

Let the sphere have radius $R$. Let the inscribed right circular cylinder have radius $r$ and height $h$.


Given:

A fixed sphere of radius $R$.

A right circular cylinder inscribed in the sphere.


To Prove:

1. The height of the cylinder of maximum volume is $\frac{2R}{\sqrt{3}}$.

2. The maximum volume of the cylinder.


Proof:

Consider a cross-section of the sphere and the inscribed cylinder through the axis of the cylinder.

This cross-section shows a circle of radius $R$ with an inscribed rectangle representing the cylinder. The sides of the rectangle are the diameter of the cylinder's base ($2r$) and the height of the cylinder ($h$). The vertices of the rectangle lie on the circle.

Let the center of the sphere (and the cylinder) be $O$. Consider a right-angled triangle formed by the radius of the sphere $R$, the radius of the cylinder's base $r$, and half of the cylinder's height $\frac{h}{2}$. By the Pythagorean theorem:

$r^2 + \left(\frac{h}{2}\right)^2 = R^2$

... (1)

From this, we can express $r^2$ in terms of $R$ and $h$:

$r^2 = R^2 - \frac{h^2}{4}$

... (2)

The volume of the cylinder is given by $V = \pi r^2 h$. Substitute the expression for $r^2$ from equation (2) into the volume formula:

$V(h) = \pi \left(R^2 - \frac{h^2}{4}\right) h = \pi R^2 h - \frac{\pi h^3}{4}$

... (3)

For a valid cylinder, the height $h$ must be positive ($h > 0$), and the radius $r$ must be real and non-negative. From $r^2 = R^2 - \frac{h^2}{4} \ge 0$, we have $R^2 \ge \frac{h^2}{4}$, so $4R^2 \ge h^2$. Since $h > 0$, $0 < h \le 2R$. We seek the maximum volume on the interval $(0, 2R]$. The volume is 0 at the endpoints $h=0$ and $h=2R$.

To find the maximum volume, we differentiate $V(h)$ with respect to $h$ and set the derivative equal to zero.

$V'(h) = \frac{d}{dh}\left(\pi R^2 h - \frac{\pi h^3}{4}\right) = \pi R^2 - \frac{3\pi h^2}{4}$

... (4)

Set $V'(h) = 0$ to find the critical points:

$\pi R^2 - \frac{3\pi h^2}{4} = 0$

Divide by $\pi$ (since $\pi \neq 0$):

$R^2 - \frac{3h^2}{4} = 0$

$R^2 = \frac{3h^2}{4}$

$4R^2 = 3h^2$

$h^2 = \frac{4R^2}{3}$

Since $h > 0$, the critical height is $h = \sqrt{\frac{4R^2}{3}} = \frac{\sqrt{4R^2}}{\sqrt{3}} = \frac{2R}{\sqrt{3}}$.

This critical point $h = \frac{2R}{\sqrt{3}}$ lies within the domain $(0, 2R]$ since $\sqrt{3} > 1$, so $\frac{1}{\sqrt{3}} < 1$, and $\frac{2R}{\sqrt{3}} < 2R$.

To determine if this critical point corresponds to a maximum, we use the second derivative test.

$V''(h) = \frac{d}{dh}\left(\pi R^2 - \frac{3\pi h^2}{4}\right) = 0 - \frac{3\pi (2h)}{4} = -\frac{6\pi h}{4}$

$V''(h) = -\frac{3\pi h}{2}$

... (5)

Evaluate $V''(h)$ at the critical point $h = \frac{2R}{\sqrt{3}}$:

$V''\left(\frac{2R}{\sqrt{3}}\right) = -\frac{3\pi}{2} \left(\frac{2R}{\sqrt{3}}\right)$

$V''\left(\frac{2R}{\sqrt{3}}\right) = -\frac{6\pi R}{2\sqrt{3}} = -\frac{3\pi R}{\sqrt{3}}$

Rationalize the denominator:

$-\frac{3\pi R}{\sqrt{3}} = -\frac{3\pi R}{\sqrt{3}} \times \frac{\sqrt{3}}{\sqrt{3}} = -\frac{3\pi R\sqrt{3}}{3} = -\pi R\sqrt{3}$

Since $R > 0$, $V''\left(\frac{2R}{\sqrt{3}}\right) = -\pi R\sqrt{3} < 0$.

According to the second derivative test, a negative second derivative at a critical point indicates a local maximum. Since $h = \frac{2R}{\sqrt{3}}$ is the only critical point in the interval $(0, 2R)$, and the volume is 0 at the endpoints, this local maximum is the absolute maximum in $[0, 2R]$.

1. Height of the cylinder of maximum volume:

The height of the cylinder of maximum volume inscribed in a sphere of radius $R$ is $\frac{2R}{\sqrt{3}}$.

2. Maximum volume of the cylinder:

Substitute the height $h = \frac{2R}{\sqrt{3}}$ back into the volume formula $V(h) = \pi R^2 h - \frac{\pi h^3}{4}$ (equation 3):

$V_{max} = \pi R^2 \left(\frac{2R}{\sqrt{3}}\right) - \frac{\pi}{4} \left(\frac{2R}{\sqrt{3}}\right)^3$

$V_{max} = \frac{2\pi R^3}{\sqrt{3}} - \frac{\pi}{4} \left(\frac{8R^3}{3\sqrt{3}}\right)$

$V_{max} = \frac{2\pi R^3}{\sqrt{3}} - \frac{8\pi R^3}{12\sqrt{3}} = \frac{2\pi R^3}{\sqrt{3}} - \frac{2\pi R^3}{3\sqrt{3}}$

Find a common denominator, $3\sqrt{3}$:

$V_{max} = \frac{2\pi R^3 \times 3}{\sqrt{3} \times 3} - \frac{2\pi R^3}{3\sqrt{3}} = \frac{6\pi R^3}{3\sqrt{3}} - \frac{2\pi R^3}{3\sqrt{3}}$

$V_{max} = \frac{6\pi R^3 - 2\pi R^3}{3\sqrt{3}} = \frac{4\pi R^3}{3\sqrt{3}}$

Rationalize the denominator:

$V_{max} = \frac{4\pi R^3}{3\sqrt{3}} \times \frac{\sqrt{3}}{\sqrt{3}} = \frac{4\pi R^3\sqrt{3}}{3 \times 3} = \frac{4\sqrt{3}\pi R^3}{9}$


The height of the cylinder of maximum volume that can be inscribed in a sphere of radius R is $\frac{2R}{\sqrt{3}}$.

The maximum volume of such a cylinder is $\frac{4\sqrt{3}\pi R^3}{9}$.

Question 18. Show that height of the cylinder of greatest volume which can be inscribed in a right circular cone of height h and semi vertical angle α is one-third that of the cone and the greatest volume of cylinder is $\frac{4}{27} πh^3 \tan^2 α$.

Answer:

Let the given right circular cone have height $H$ and semi-vertical angle $\alpha$. Let the inscribed cylinder have radius $r$ and height $h$. (Using $H$ for the cone's height to avoid confusion with the cylinder's height $h$ as in the question).


Given:

A fixed right circular cone of height $H$ and semi-vertical angle $\alpha$.

A right circular cylinder inscribed in the cone.


To Prove:

1. The height of the cylinder of greatest volume is $\frac{1}{3}H$.

2. The greatest volume of the cylinder is $\frac{4}{27} \pi H^3 \tan^2 \alpha$.


Proof:

Consider a cross-section of the cone and the inscribed cylinder through the axis. This shows a triangle with vertex angle $2\alpha$ and height $H$, with an inscribed rectangle. The base of the rectangle is the diameter of the cylinder's base ($2r$), and the height is $h$. One side of the rectangle lies on the base of the cone, and the opposite side's vertices lie on the slant height of the cone.

Let the vertex of the cone be $V$, the center of the cone's base be $C$, and the radius of the cone's base be $R_c$. From the semi-vertical angle:

$\tan \alpha = \frac{R_c}{H} \implies R_c = H \tan \alpha$

... (Relationship in cone)

The height of the cylinder is $h$, and its radius is $r$. The top surface of the cylinder is at a height $h$ from the base of the cone. Consider the smaller cone above the top surface of the cylinder. This smaller cone has height $H - h$. The radius of the base of this smaller cone is the radius of the cylinder, $r$.

The smaller cone and the original cone are similar. By similar triangles (formed by the axis, radius, and slant height):

$\frac{r}{H - h} = \tan \alpha$

... (Relationship by similar triangles)

From this relationship, we can express $r$ in terms of $h$ and the constants $H$ and $\alpha$:

$r = (H - h) \tan \alpha$

... (1)

For a valid cylinder inscribed in the cone, the height $h$ must be between 0 and $H$ ($0 < h < H$), and the radius $r$ must be positive ($r > 0$). From (1), if $0 \le h \le H$, then $H-h \ge 0$. Since $\tan \alpha > 0$ (assuming $0 < \alpha < \pi/2$), $r \ge 0$. We consider the interval $[0, H]$ for $h$. The volume is 0 at the endpoints.

The volume of the cylinder is given by $V_{cylinder} = \pi r^2 h$. Substitute the expression for $r$ from equation (1) into the volume formula:

$V_{cylinder}(h) = \pi [(H - h) \tan \alpha]^2 h$

$V_{cylinder}(h) = \pi (H - h)^2 h \tan^2 \alpha$

... (2)

Since $H$ and $\tan^2 \alpha$ are constants, we need to maximize the function $g(h) = (H - h)^2 h$ on the interval $[0, H]$.

$g(h) = (H^2 - 2Hh + h^2)h = H^2 h - 2Hh^2 + h^3$

To find the maximum, we differentiate $g(h)$ with respect to $h$ and set the derivative equal to zero.

$g'(h) = \frac{d}{dh}(H^2 h - 2Hh^2 + h^3) = H^2 - 4Hh + 3h^2$

... (3)

Set $g'(h) = 0$ to find the critical points:

$3h^2 - 4Hh + H^2 = 0$

This is a quadratic equation in $h$. We can factor it:

$3h^2 - 3Hh - Hh + H^2 = 0$

$3h(h - H) - H(h - H) = 0$

$(3h - H)(h - H) = 0$

This gives two possible values for $h$: $3h - H = 0 \implies h = \frac{H}{3}$ and $h - H = 0 \implies h = H$.

The critical points are $h = \frac{H}{3}$ and $h = H$. These are within the domain $[0, H]$.

We evaluate the volume (or $g(h)$) at the critical points and the endpoints of the interval $[0, H]$.

At the endpoints:

$g(0) = (H - 0)^2 \cdot 0 = 0$. Volume is 0.

$g(H) = (H - H)^2 \cdot H = 0^2 \cdot H = 0$. Volume is 0.

At the critical point $h = \frac{H}{3}$:

$g\left(\frac{H}{3}\right) = \left(H - \frac{H}{3}\right)^2 \left(\frac{H}{3}\right)$

$g\left(\frac{H}{3}\right) = \left(\frac{3H - H}{3}\right)^2 \left(\frac{H}{3}\right) = \left(\frac{2H}{3}\right)^2 \left(\frac{H}{3}\right)$

$g\left(\frac{H}{3}\right) = \frac{4H^2}{9} \frac{H}{3} = \frac{4H^3}{27}$.

Comparing the values $0, 0, \frac{4H^3}{27}$, the maximum value of $g(h)$ is $\frac{4H^3}{27}$, which occurs when $h = \frac{H}{3}$.

Since $V_{cylinder}(h) = \pi g(h) \tan^2 \alpha$, the maximum volume occurs at the same height $h = \frac{H}{3}$.

1. Height of the cylinder of greatest volume:

The height of the cylinder of greatest volume is $h = \frac{H}{3}$. This is one-third the height of the cone.

To further confirm this is a maximum, use the second derivative test for $g(h)$.

$g''(h) = \frac{d}{dh}(H^2 - 4Hh + 3h^2) = 0 - 4H + 6h$

$g''(h) = 6h - 4H$.

Evaluate $g''(h)$ at the critical point $h = \frac{H}{3}$:

$g''\left(\frac{H}{3}\right) = 6\left(\frac{H}{3}\right) - 4H = 2H - 4H = -2H$.

Assuming $H > 0$, $g''\left(\frac{H}{3}\right) = -2H < 0$. This confirms that $h = \frac{H}{3}$ is a local maximum. Since it's the only critical point in $(0, H)$ and the volume is 0 at endpoints, it's the absolute maximum.

2. Greatest volume of the cylinder:

Substitute the maximum value of $g(h) = \frac{4H^3}{27}$ into the volume formula (2):

$V_{max} = \pi \left(\frac{4H^3}{27}\right) \tan^2 \alpha$

$V_{max} = \frac{4}{27} \pi H^3 \tan^2 \alpha$


Thus, the height of the cylinder of greatest volume which can be inscribed in a right circular cone of height $H$ and semi vertical angle $\alpha$ is one-third that of the cone, and the greatest volume of cylinder is $\frac{4}{27} \pi H^3 \tan^2 \alpha$. (Replacing $H$ with $h$ as used for cone height in the question statement gives the required result).

Choose the correct answer in the Exercises from 19 to 24.

Question 19. A cylindrical tank of radius 10 m is being filled with wheat at the rate of 314 cubic metre per hour. Then the depth of the wheat is increasing at the rate of

(A) 1 m/h

(B) 0.1 m/h

(C) 1.1 m/h

(D) 0.5 m/h

Answer:

Let $r$ be the radius of the cylindrical tank and $h$ be the depth of the wheat at time $t$. Let $V$ be the volume of the wheat in the tank at time $t$.


Given:

The radius of the cylindrical tank is constant, $r = 10$ m.

The rate at which the wheat is being filled is the rate of change of the volume, $\frac{dV}{dt} = 314 \, m^3/h$.


To Find:

The rate at which the depth of the wheat is increasing, $\frac{dh}{dt}$.


Solution:

The volume of wheat in the cylindrical tank is given by the formula for the volume of a cylinder:

$V = \pi r^2 h$

... (1)

Since the radius $r$ is constant ($r=10$), we can substitute this value into the volume formula:

$V = \pi (10)^2 h$

$V = 100\pi h$

... (2)

We want to find the rate at which the depth $h$ is increasing, i.e., $\frac{dh}{dt}$. We differentiate both sides of equation (2) with respect to time $t$. Note that $V$ and $h$ are functions of $t$, and $100\pi$ is a constant.

$\frac{dV}{dt} = \frac{d}{dt}(100\pi h)$

$\frac{dV}{dt} = 100\pi \frac{dh}{dt}$

... (3)

We are given $\frac{dV}{dt} = 314 \, m^3/h$. Substitute this value into equation (3):

$314 = 100\pi \frac{dh}{dt}$

Solve for $\frac{dh}{dt}$:

$\frac{dh}{dt} = \frac{314}{100\pi}$

If we use the approximation $\pi \approx 3.14$, we get:

$\frac{dh}{dt} = \frac{314}{100 \times 3.14} = \frac{314}{314} = 1$

The units are m/h, consistent with a rate of change of depth.

The rate at which the depth of the wheat is increasing is 1 m/h.


Compare this result with the given options:

(A) 1 m/h

(B) 0.1 m/h

(C) 1.1 m/h

(D) 0.5 m/h

The calculated rate matches option (A).


The correct answer is (A) 1 m/h.

Question 20. The slope of the tangent to the curve x = t2 + 3t – 8, y = 2t2 – 2t – 5 at the point (2, – 1) is

(A) $\frac{22}{7}$

(B) $\frac{6}{7}$

(C) $\frac{7}{6}$

(D) $\frac{-6}{7}$

Answer:

Given:

The parametric equations of the curve are:

$x = t^2 + 3t - 8$

... (1)

$y = 2t^2 - 2t - 5$

... (2)

We need to find the slope of the tangent at the point $(2, -1)$.


To Find:

The slope of the tangent $\frac{dy}{dx}$ at the point $(2, -1)$.


Solution:

First, we need to find the value of the parameter $t$ that corresponds to the point $(2, -1)$. Substitute $x=2$ and $y=-1$ into the given equations:

From equation (1):

$2 = t^2 + 3t - 8$

$t^2 + 3t - 8 - 2 = 0$

$t^2 + 3t - 10 = 0$

... (3)

Factor the quadratic equation:

$(t + 5)(t - 2) = 0$

Possible values for $t$ are $t = -5$ or $t = 2$.

From equation (2):

$-1 = 2t^2 - 2t - 5$

$0 = 2t^2 - 2t - 5 + 1$

$2t^2 - 2t - 4 = 0$

... (4)

Divide by 2:

$t^2 - t - 2 = 0$

Factor the quadratic equation:

$(t - 2)(t + 1) = 0$

Possible values for $t$ are $t = 2$ or $t = -1$.

The value of $t$ that satisfies both equations (3) and (4) simultaneously is $t = 2$. So, the point $(2, -1)$ corresponds to the parameter value $t = 2$.

Now, we find the slope of the tangent $\frac{dy}{dx}$ using the formula $\frac{dy}{dx} = \frac{dy/dt}{dx/dt}$.

Find $\frac{dx}{dt}$ by differentiating equation (1) with respect to $t$:

$\frac{dx}{dt} = \frac{d}{dt}(t^2 + 3t - 8) = 2t + 3$

... (5)

Find $\frac{dy}{dt}$ by differentiating equation (2) with respect to $t$:

$\frac{dy}{dt} = \frac{d}{dt}(2t^2 - 2t - 5) = 4t - 2$

... (6)

The slope of the tangent is:

$\frac{dy}{dx} = \frac{4t - 2}{2t + 3}$

... (7)

We need to find the slope at the point $(2, -1)$, which corresponds to $t = 2$. Substitute $t = 2$ into equation (7):

$\left(\frac{dy}{dx}\right)_{t=2} = \frac{4(2) - 2}{2(2) + 3} = \frac{8 - 2}{4 + 3} = \frac{6}{7}$.


The slope of the tangent to the curve at the point $(2, -1)$ is $\frac{6}{7}$.

Compare this result with the given options:

(A) $\frac{22}{7}$

(B) $\frac{6}{7}$

(C) $\frac{7}{6}$

(D) $\frac{-6}{7}$

The calculated slope matches option (B).


The correct answer is (B) $\frac{6}{7}$.

Question 21. The line y = mx + 1 is a tangent to the curve y2 = 4x if the value of m is

(A) 1

(B) 2

(C) 3

(D) $\frac{1}{2}$

Answer:

Given:

The equation of the line is $y = mx + 1$.

The equation of the curve is $y^2 = 4x$.

The line is a tangent to the curve.


To Find:

The value of $m$ for which the line $y = mx + 1$ is tangent to the curve $y^2 = 4x$.


Solution:

Method 1: Using the condition for tangency.

The equation of a tangent to the parabola $y^2 = 4ax$ in the form $y = mx + c$ is given by $c = \frac{a}{m}$.

Comparing the given curve $y^2 = 4x$ with $y^2 = 4ax$, we have $4a = 4$, so $a = 1$.

Comparing the given line $y = mx + 1$ with $y = mx + c$, we have $c = 1$.

For the line to be a tangent, the condition $c = \frac{a}{m}$ must be satisfied.

Substitute the values of $a$ and $c$:

$1 = \frac{1}{m}$

Multiply by $m$:

$m = 1$

This method provides a quick solution if the formula for the tangent to the standard parabola is known.


Method 2: Using the discriminant.

If the line $y = mx + 1$ is tangent to the curve $y^2 = 4x$, they intersect at exactly one point. Substitute the expression for $y$ from the line equation into the curve equation:

$(mx + 1)^2 = 4x$

Expand the left side:

$m^2x^2 + 2mx + 1 = 4x$

Rearrange into a quadratic equation in $x$:

$m^2x^2 + 2mx - 4x + 1 = 0$

$m^2x^2 + (2m - 4)x + 1 = 0$

... (1)

For the line to be tangent, this quadratic equation must have exactly one real solution for $x$. This occurs when the discriminant of the quadratic equation is zero ($\Delta = 0$).

The discriminant of $Ax^2 + Bx + C = 0$ is $\Delta = B^2 - 4AC$.

Here, $A = m^2$, $B = 2m - 4$, and $C = 1$.

Set the discriminant to zero:

$(2m - 4)^2 - 4(m^2)(1) = 0$

Expand the square:

$(2m)^2 - 2(2m)(4) + 4^2 - 4m^2 = 0$

$4m^2 - 16m + 16 - 4m^2 = 0$

The $4m^2$ terms cancel out:

$-16m + 16 = 0$

$-16m = -16$

Divide by -16:

$m = 1$

This method confirms the value of $m$ found using the formula.


Compare this result with the given options:

(A) 1

(B) 2

(C) 3

(D) $\frac{1}{2}$

The calculated value matches option (A).


The correct answer is (A) 1.

Question 22. The normal at the point (1,1) on the curve 2y + x2 = 3 is

(A) x + y = 0

(B) x – y = 0

(C) x + y +1 = 0

(D) x – y = 1

Answer:

Given:

The equation of the curve is $2y + x^2 = 3$.

We need to find the equation of the normal to the curve at the point $(1, 1)$.


To Find:

The equation of the normal to the curve at the point $(1, 1)$.


Solution:

First, verify that the point $(1, 1)$ is on the curve by substituting $x=1$ and $y=1$ into the curve equation:

$2(1) + (1)^2 = 2 + 1 = 3$. Since $3 = 3$, the point $(1, 1)$ lies on the curve.

To find the equation of the normal, we need the slope of the tangent at the point $(1, 1)$. The slope of the tangent is given by the derivative $\frac{dy}{dx}$ evaluated at $(1, 1)$.

Differentiate the equation of the curve $2y + x^2 = 3$ with respect to $x$:

$\frac{d}{dx}(2y) + \frac{d}{dx}(x^2) = \frac{d}{dx}(3)$

$2 \frac{dy}{dx} + 2x = 0$

Solve for $\frac{dy}{dx}$:

$2 \frac{dy}{dx} = -2x$

$\frac{dy}{dx} = -x$

... (1)

The slope of the tangent at the point $(1, 1)$ is $m_{tangent} = \left(\frac{dy}{dx}\right)_{(1, 1)}$. Substitute $x=1$ into equation (1):

$m_{tangent} = -(1) = -1$.

The normal at $(1, 1)$ is perpendicular to the tangent at $(1, 1)$. The product of the slopes of two perpendicular lines is -1 (provided neither is horizontal or vertical). Since $m_{tangent} = -1 \neq 0$ and is not undefined, the normal is neither horizontal nor vertical.

Slope of the normal, $m_{normal} = -\frac{1}{m_{tangent}}$.

$m_{normal} = -\frac{1}{-1} = 1$.

Now, find the equation of the normal line using the point-slope form $y - y_1 = m(x - x_1)$, with the point $(x_1, y_1) = (1, 1)$ and the slope $m = m_{normal} = 1$.

$y - 1 = 1(x - 1)$

$y - 1 = x - 1$

Rearrange the equation:

$y = x$

or $x - y = 0$.


The equation of the normal to the curve $2y + x^2 = 3$ at the point $(1, 1)$ is $x - y = 0$.

Compare this result with the given options:

(A) x + y = 0

(B) x – y = 0

(C) x + y +1 = 0

(D) x – y = 1

The calculated equation matches option (B).


The correct answer is (B) x – y = 0.

Question 23. The normal to the curve x2 = 4y passing (1, 2) is

(A) x + y = 3

(B) x – y = 3

(C) x + y = 1

(D) x – y = 1

Answer:

Given:

The equation of the curve is $x^2 = 4y$.

The normal passes through the point $(1, 2)$.


To Find:

The equation of the normal to the curve $x^2 = 4y$ that passes through the point $(1, 2)$.


Solution:

Let the point where the normal touches the curve be $(x_0, y_0)$. This point $(x_0, y_0)$ lies on the curve, so it satisfies the equation of the curve:

$x_0^2 = 4y_0$

... (1)

To find the slope of the normal at the point $(x_0, y_0)$, we first find the slope of the tangent at that point. The slope of the tangent is given by the derivative $\frac{dy}{dx}$ evaluated at $(x_0, y_0)$.

Differentiate the equation of the curve $x^2 = 4y$ with respect to $x$:

$\frac{d}{dx}(x^2) = \frac{d}{dx}(4y)$

$2x = 4 \frac{dy}{dx}$

Solve for $\frac{dy}{dx}$:

$\frac{dy}{dx} = \frac{2x}{4} = \frac{x}{2}$

... (2)

The slope of the tangent at the point $(x_0, y_0)$ on the curve is $m_{tangent} = \left(\frac{dy}{dx}\right)_{(x_0, y_0)} = \frac{x_0}{2}$.

The normal at $(x_0, y_0)$ is perpendicular to the tangent at $(x_0, y_0)$. The product of the slopes of two perpendicular lines (that are not horizontal or vertical) is -1.

Slope of the normal, $m_{normal} = -\frac{1}{m_{tangent}}$.

$m_{normal} = -\frac{1}{x_0/2} = -\frac{2}{x_0}$, provided $x_0 \neq 0$.

If $x_0 = 0$, then from (1), $0^2 = 4y_0$, so $y_0 = 0$. The point is $(0, 0)$. The tangent slope is $\frac{0}{2} = 0$ (horizontal). The normal is vertical, with an equation of the form $x = \text{constant}$. Since it passes through $(0, 0)$, the normal is the y-axis, $x=0$. The question states the normal passes through $(1, 2)$. The line $x=0$ does not pass through $(1, 2)$. So $x_0 \neq 0$.

The equation of the normal to the curve at the point $(x_0, y_0)$ is given by the point-slope form: $y - y_0 = m_{normal}(x - x_0)$.

$y - y_0 = -\frac{2}{x_0}(x - x_0)$

... (3)

We are given that this normal passes through the point $(1, 2)$. So, substitute $x=1$ and $y=2$ into equation (3):

$2 - y_0 = -\frac{2}{x_0}(1 - x_0)$

$2 - y_0 = -\frac{2}{x_0} + \frac{2x_0}{x_0} = -\frac{2}{x_0} + 2$

Subtract 2 from both sides:

$-y_0 = -\frac{2}{x_0}$

$y_0 = \frac{2}{x_0}$

... (4)

Now we have a system of two equations (1) and (4) with two unknowns $x_0$ and $y_0$:

$x_0^2 = 4y_0$

(from (1))

$y_0 = \frac{2}{x_0}$

(from (4))

Substitute equation (4) into equation (1):

$x_0^2 = 4\left(\frac{2}{x_0}\right)$

$x_0^2 = \frac{8}{x_0}$

Multiply both sides by $x_0$ (since $x_0 \neq 0$):

$x_0^3 = 8$

Taking the cube root, we get $x_0 = 2$.

Now find the corresponding value of $y_0$ using equation (4):

$y_0 = \frac{2}{x_0} = \frac{2}{2} = 1$.

So, the point on the curve where the normal passes through $(1, 2)$ is $(x_0, y_0) = (2, 1)$.

Let's verify that $(2, 1)$ is on the curve $x^2 = 4y$: $2^2 = 4$, $4(1) = 4$. $4 = 4$, so the point $(2, 1)$ is on the curve.

Now, find the slope of the normal at the point $(2, 1)$. Using $m_{normal} = -\frac{2}{x_0}$:

$m_{normal} = -\frac{2}{2} = -1$.

Finally, find the equation of the normal using the point-slope form with the point $(1, 2)$ through which the normal passes, and the slope $m_{normal} = -1$.

$y - y_1 = m(x - x_1)$

$y - 2 = -1(x - 1)$

$y - 2 = -x + 1$

Rearrange into the form $Ax + By + C = 0$:

$x + y - 2 - 1 = 0$

$x + y - 3 = 0$

This can be written as $x + y = 3$.


The equation of the normal to the curve $x^2 = 4y$ that passes through the point $(1, 2)$ is $x + y = 3$.

Compare this result with the given options:

(A) x + y = 3

(B) x – y = 3

(C) x + y = 1

(D) x – y = 1

The calculated equation matches option (A).


The correct answer is (A) x + y = 3.

Question 24. The points on the curve 9y2 = x3 , where the normal to the curve makes equal intercepts with the axes are

(A) $\left( 4 , ± \frac{8}{3} \right)$

(B) $\left( 4 , \frac{-8}{3} \right)$

(C) $\left( 4 , ± \frac{3}{8} \right)$

(D) $\left( ± 4 , \frac{3}{8} \right)$

Answer:

Given:

The equation of the curve is $9y^2 = x^3$.

The normal to the curve makes equal intercepts with the axes.


To Find:

The points on the curve where the normal makes equal intercepts with the axes.


Solution:

Let $(x_0, y_0)$ be a point on the curve $9y^2 = x^3$.

First, find the slope of the tangent to the curve at $(x_0, y_0)$. Differentiate the equation of the curve with respect to $x$:

$\frac{d}{dx}(9y^2) = \frac{d}{dx}(x^3)$

$18y \frac{dy}{dx} = 3x^2$

$\frac{dy}{dx} = \frac{3x^2}{18y} = \frac{x^2}{6y}$

The slope of the tangent at $(x_0, y_0)$ is $m_{tangent} = \left(\frac{dy}{dx}\right)_{(x_0, y_0)} = \frac{x_0^2}{6y_0}$, provided $y_0 \neq 0$.

If $y_0 = 0$, then from the curve equation, $9(0)^2 = x_0^3 \implies x_0^3 = 0 \implies x_0 = 0$. The point is $(0, 0)$. At $(0, 0)$, the derivative $\frac{x^2}{6y}$ is $\frac{0}{0}$, which is indeterminate. From $y = \pm \frac{1}{3}x^{3/2}$, $\frac{dy}{dx} = \pm \frac{1}{3} \cdot \frac{3}{2} x^{1/2} = \pm \frac{1}{2}\sqrt{x}$. As $x \to 0^+$, $\frac{dy}{dx} \to 0$. The tangent at $(0,0)$ is horizontal ($y=0$). The normal is vertical ($x=0$). A vertical line $x=c$ has an x-intercept at $c$ and no y-intercept unless $c=0$. The line $x=0$ has both intercepts at 0. However, the slope of a vertical line is undefined, not $\pm 1$. Given the options, the point $(0,0)$ is likely excluded.

Assuming $y_0 \neq 0$, the slope of the normal at $(x_0, y_0)$ is $m_{normal} = -\frac{1}{m_{tangent}} = -\frac{1}{x_0^2/(6y_0)} = -\frac{6y_0}{x_0^2}$, provided $x_0 \neq 0$. If $x_0 = 0$, then $y_0 = 0$, which we already considered.

A line makes equal intercepts with the axes if its equation is of the form $\frac{x}{c} + \frac{y}{c} = 1$, which simplifies to $x + y = c$. The slope of this line is $-1$. Or, if the intercepts have equal magnitude but opposite sign, the form is $\frac{x}{c} + \frac{y}{-c} = 1$ or $\frac{x}{-c} + \frac{y}{c} = 1$, which simplify to $x - y = c$ or $-x + y = c$. The slope in these cases is $1$.

Therefore, the normal to the curve must have a slope of $-1$ or $1$. So, $m_{normal} = \pm 1$.

Case 1: The slope of the normal is $-1$.

$-\frac{6y_0}{x_0^2} = -1$

$\frac{6y_0}{x_0^2} = 1 \implies 6y_0 = x_0^2$

We need to find the points $(x_0, y_0)$ that satisfy this equation and are on the curve $9y_0^2 = x_0^3$. Substitute $y_0 = \frac{x_0^2}{6}$ into the curve equation:

$9\left(\frac{x_0^2}{6}\right)^2 = x_0^3$

$9\left(\frac{x_0^4}{36}\right) = x_0^3$

$\frac{x_0^4}{4} = x_0^3$

$x_0^4 - 4x_0^3 = 0$

$x_0^3(x_0 - 4) = 0$

This gives $x_0 = 0$ or $x_0 = 4$.

If $x_0 = 0$, then $y_0 = \frac{0^2}{6} = 0$. Point $(0, 0)$, which we excluded.

If $x_0 = 4$, then $y_0 = \frac{4^2}{6} = \frac{16}{6} = \frac{8}{3}$. Point $\left(4, \frac{8}{3}\right)$.

Let's check the normal at $\left(4, \frac{8}{3}\right)$: slope is $-1$. Equation is $y - \frac{8}{3} = -1(x - 4) \implies y - \frac{8}{3} = -x + 4 \implies x + y = 4 + \frac{8}{3} = \frac{12+8}{3} = \frac{20}{3}$. Intercepts are $\frac{20}{3}$ on both axes. They are equal.

Case 2: The slope of the normal is $1$.

$-\frac{6y_0}{x_0^2} = 1$

$6y_0 = -x_0^2 \implies y_0 = -\frac{x_0^2}{6}$

We need to find the points $(x_0, y_0)$ that satisfy this equation and are on the curve $9y_0^2 = x_0^3$. Substitute $y_0 = -\frac{x_0^2}{6}$ into the curve equation:

$9\left(-\frac{x_0^2}{6}\right)^2 = x_0^3$

$9\left(\frac{x_0^4}{36}\right) = x_0^3$

$\frac{x_0^4}{4} = x_0^3$

$x_0^3(x_0 - 4) = 0$

This gives $x_0 = 0$ or $x_0 = 4$.

If $x_0 = 0$, then $y_0 = -\frac{0^2}{6} = 0$. Point $(0, 0)$, which we excluded.

If $x_0 = 4$, then $y_0 = -\frac{4^2}{6} = -\frac{16}{6} = -\frac{8}{3}$. Point $\left(4, -\frac{8}{3}\right)$.

Let's check the normal at $\left(4, -\frac{8}{3}\right)$: slope is $1$. Equation is $y - \left(-\frac{8}{3}\right) = 1(x - 4) \implies y + \frac{8}{3} = x - 4 \implies x - y = 4 + \frac{8}{3} = \frac{12+8}{3} = \frac{20}{3}$. Intercepts are $\frac{20}{3}$ (x-intercept) and $-\frac{20}{3}$ (y-intercept). The intercepts are equal in magnitude but opposite in sign.

Based on the options provided, it is likely that "equal intercepts" implies that the normal makes intercepts of equal magnitude. In this case, both points $\left(4, \frac{8}{3}\right)$ (where intercepts are equal) and $\left(4, -\frac{8}{3}\right)$ (where intercepts have equal magnitude) are considered solutions.

The points are $\left(4, \frac{8}{3}\right)$ and $\left(4, -\frac{8}{3}\right)$. This can be written as $\left(4, \pm \frac{8}{3}\right)$.


Compare this result with the given options:

(A) $\left( 4 , ± \frac{8}{3} \right)$

(B) $\left( 4 , \frac{-8}{3} \right)$

(C) $\left( 4 , ± \frac{3}{8} \right)$

(D) $\left( ± 4 , \frac{3}{8} \right)$

The calculated points match option (A).


The correct answer is (A) $\left( 4 , ± \frac{8}{3} \right)$.