Implicit Derivative of y=31*arctan(x)

winslow
Messages
3
Reaction score
0

Homework Statement


Find the derivative of the following function. Simplify where possible.
y=31*arctan(sqrt(x))


Homework Equations


I know that the derivative of arctan(x) = 1 / (1+x2)
I also know we will be using chain rule and product rule.

The Attempt at a Solution



y' = (31)'[arctan(sqrt(x))] + (31)[arctan(sqrt(x))]'
y' = (0)[arctan(sqrt(x))] + (31)*[1/(1+x2)] * (2sqrt(x))

y' = 31 / (2sqrt(x))(1+x2)


However the correct answer is
y' = 31 / (2sqrt(x))(1+x) <-- no x2

I'm not sure why the x2 ends up being just x. I checked if it was simplifying problem but that wasn't it (at least not from what I see).


Thanks for the help in advance.
 
Physics news on Phys.org
winslow said:

Homework Statement


Find the derivative of the following function. Simplify where possible.
y=31*arctan(sqrt(x))


Homework Equations


I know that the derivative of arctan(x) = 1 / (1+x2)
I also know we will be using chain rule and product rule.

The Attempt at a Solution



y' = (31)'[arctan(sqrt(x))] + (31)[arctan(sqrt(x))]'
You should never use the product rule when one factor of the product is a constant. In such cases, you should always use the constant multiple rule; i.e., if y = k*f(x), y' = k*f'(x). It's not that using the product rule will give you the wrong answer; it's just that it adds too much complication, increasing the chances of making a mistake.
winslow said:
y' = (0)[arctan(sqrt(x))] + (31)*[1/(1+x2)] * (2sqrt(x))
In the line above you have two mistakes. d/dx(arctan(f(x)) = 1/[1 + (f(x))^2] * f'(x). In your problem, f(x) = sqrt(x), so (f(x))^2 = x. Also, d/dx(sqrt(x)) != 2sqrt(x).
winslow said:
y' = 31 / (2sqrt(x))(1+x2)


However the correct answer is
y' = 31 / (2sqrt(x))(1+x) <-- no x2

I'm not sure why the x2 ends up being just x. I checked if it was simplifying problem but that wasn't it (at least not from what I see).


Thanks for the help in advance.
 
when you use the chain rule, you're supposed to think of it in the sense \frac{dg(u)}{dx}=g&#039;(u)*du/dx
so for you're case

\frac{dg(u)}{dx}=\frac{d}{dx}(a*\arctan (u))=a*\frac{1}{1+u^{2}}*\frac{du}{dx}

just plug in u=sqrt(x)
 
In addition, the title of your thread is Implicit Derivative of ..., so you are probably not expected to know the derivative of arctan(x).

Assuming your title actually means something, you are probably expected to do something like this:

y = 31 arctan(sqrt(x)) ==> y/31 = arctan(sqrt(x)) ==> sqrt(x) = tan(y/31) ==> x = [tan(y/31)]^2. Now take the derivative (with respect to y) implicitly.
 
Oh I see where I went wrong with the arctan(u) and u = sqrt(x)

Thank you Mark44 and tt2348 for helping me! I appreciate it!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top