SELECT * FROM question_mgmt as q WHERE id=940 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 find the rate of change of the area of a circle wi

Question: 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:

The area of a circle (A) with radius (r) is given by,

A = πr2

Now, the rate of change of the area with respect to its radius is given by,

\begin{align} \frac{dA}{dr} = \frac{d}{dr}(πr^2) = 2πr  \end{align}

  1. When r = 3 cm,

\begin{align} \frac{dA}{dr} = 2π (3) = 6π  \end{align}

Hence, the area of the circle is changing at the rate of 6π cm2/s when its radius is 3 cm.

  1. When r = 4 cm,

             \begin{align} \frac{dA}{dr} = 2π (4) = 8π \end{align}

Hence, the area of the circle is changing at the rate of 8π cm2/s when its radius is 4 cm.


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!=940 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!=940 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