How do you differentiate #r=tantheta/(theta^3+theta+1)#?

1 Answer
Nov 28, 2017

Depends if you want #(dr)/(d theta)# or the slope of the tangent line.

Explanation:

Provided that you simply want the derivative of #r# with respect to the variable #theta#, rather than something like the derivative of #x(theta) or y(theta)# with respect to #theta#, you simply differentiate as normal. In this case, we will need to remember the quotient rule, which states that given #f=g/h, f' = ((g'h) (gh'))/h^2#. With #g=tantheta, h = theta^3+theta+1#, that gives us:

#(dr)/(d theta) = ((theta^3+theta+1)sec^2(theta) - tan theta (3theta^2+1))/(theta^3+theta+1)^2#

Which simplifies to:

#(dr)/(d theta) = sec^2theta/((theta^3+theta+1)) - tantheta(3theta^2+1)/(theta^3+theta+1)^2#

Of note, this is not the slope of the tangent line. To find the slope of the tangent line, one must use parametric equations for #x and y#. Recall that to convert from polar coordinates to cartesian coordinates, we use the following:

#x = r cos theta, y = r sin theta#.

The slope of the tangent line will still take the form #dy/dx#, which is also equal to #(dy/(d theta))/(dx/(d theta))#

From our formulae and the product rule (f = g * h, f' = g'h + gh'), #dy/(d theta) = ((dr)/(d theta))sintheta + r cos theta, and (dx)/(d theta)= (dr)/(d theta) cos theta - r sin theta#

At this point, what we must do is find #dy/(d theta) & dx/(d theta)#, and divide the former by the latter, and we will have an equation for the slope of the tangent line to the curve. Some of the steps are done below, though it is complex enough that there may be some errors.

We already calculated #(dr)/(d theta)# above, meaning that we can plug it in:

#dy/(d theta) = (sec^2theta/((theta^3+theta+1)) - tantheta(3theta^2+1)/(theta^3+theta+1)^2)sin theta + tan theta/ (theta^3+theta+1)costheta#
#= (sin theta/(theta^3+theta+1))(sec^2theta + 1 - tan theta * (3 theta^2+1)/(theta^3+theta+1))#

#dx/(d theta) = (sec^2theta/((theta^3+theta+1)) - tantheta(3theta^2+1)/(theta^3+theta+1)^2)cos theta - tanthetasintheta/(theta^3+theta+1)#

To find #dy/dx#, simply perform the division indicated above. This is left to the reader