SELECT * FROM question_mgmt as q WHERE id=1173 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=6 AND chapterId=93 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th mathematics Application of Derivatives the length x of a rectangle is decreasing at the r

Question:

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 = 8 cm and y = 6 cm, find the rates of change of (a) the perimeter, and (b) the area of the rectangle.

Answer:

Since the length (x) is decreasing at the rate of 5 cm/minute and the width (y) is increasing at the rate of 4 cm/minute, we have:

\begin{align} \frac{dx}{dt} = -5 \;cm/min\; and \; \frac{dy}{dt}= 4 \;cm/min\end{align}

(a) The perimeter (P) of a rectangle is given by,

P = 2(x + y)

\begin{align} \therefore\frac{dp}{dt} = 2\left(\frac{dx}{dt} + \frac{dy}{dt}\right)= 2(-5+4)=-2\;cm/min\end{align}

Hence, the perimeter is decreasing at the rate of 2 cm/min.

(b) The area (A) of a rectangle is given by,

A = x y

\begin{align} \therefore\frac{dA}{dt} = \frac{dx}{dt}.y + x.\frac{dy}{dt}=-5y + 4x \end{align}

When x = 8 cm and y = 6 cm, 

\begin{align} \frac{dA}{dt} = (-5 \times 6 + 4 \times 8)\; cm^2/min = 2\; cm^2/min\end{align}

Hence, the area of the rectangle is increasing at the rate of 2 cm2/min. 


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=1173 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=1173 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question