Simple Implicit Differenentiation Help

  • Thread starter Thread starter Asphyxiated
  • Start date Start date
  • Tags Tags
    Implicit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
Asphyxiated
Messages
263
Reaction score
0

Homework Statement



The original function is given as such:

[tex]y = 13 arctan(\sqrt{x})[/tex]

Homework Equations





The Attempt at a Solution



I went ahead and changed it into:

[tex]tan(\frac{y}{13}) = \sqrt{x}[/tex]

I thought it would be simpler this way. So now I differentiate:

[tex]\frac{1}{13} sec^{2}(\frac{y}{13})\frac{dy}{dx} = \frac {1}{2\sqrt{x}}[/tex]

Notice that the 1/13 came from the y/13 derivative, as obviously this is why dy/dx is there as well.

So it should be this:

[tex]\frac {dy}{dx} = \frac{\frac{1}{2\sqrt{x}}}{\frac{sec^{2}(\frac{y}{13})}{13}}[/tex]

which is:

[tex]\frac {dy}{dx} = \frac {1}{2\sqrt{x}} * \frac {13}{sec^{2}(\frac{y}{13})}[/tex]

[tex]\frac {dy}{dx} = \frac {13}{(2\sqrt{x})(sec^{2}(\frac{y}{13}))}[/tex]


Where did I go wrong? This is evidently not the correct answer so... yeah. I have done it over a couple times but perhaps my algebra in the very beginning doesn't hold true, I don't know.

Thanks!
 
Physics news on Phys.org
Asphyxiated said:

Homework Statement



The original function is given as such:

[tex]y = 13 arctan(\sqrt{x})[/tex]

Homework Equations





The Attempt at a Solution



I went ahead and changed it into:

[tex]tan(\frac{y}{13}) = \sqrt{x}[/tex]

I thought it would be simpler this way. So now I differentiate:

[tex]\frac{1}{13} sec^{2}(\frac{y}{13})\frac{dy}{dx} = \frac {1}{2\sqrt{x}}[/tex]

Notice that the 1/13 came from the y/13 derivative, as obviously this is why dy/dx is there as well.

So it should be this:

[tex]\frac {dy}{dx} = \frac{\frac{1}{2\sqrt{x}}}{\frac{sec^{2}(\frac{y}{13})}{13}}[/tex]

which is:

[tex]\frac {dy}{dx} = \frac {1}{2\sqrt{x}} * \frac {13}{sec^{2}(\frac{y}{13})}[/tex]

[tex]\frac {dy}{dx} = \frac {13}{(2\sqrt{x})(sec^{2}(\frac{y}{13}))}[/tex]


Where did I go wrong? This is evidently not the correct answer so... yeah. I have done it over a couple times but perhaps my algebra in the very beginning doesn't hold true, I don't know.

Thanks!

That's perfectly correct. There's a simpler way to write the answer. Use that sec(y/13)^2=1+tan(y/13)^2. You could have gotten there directly by just differentiating the arctan.
 
Ok so basically you are saying that:

[tex] \frac {dy}{dx} = \frac {13}{(2\sqrt{x})(sec^{2}(\frac{y}{13}))} [/tex]

is:

[tex] \frac {dy}{dx} = \frac {13}{(2\sqrt{x})(1+tan^{2}(\frac{y}{13}))} [/tex]

so then I get:

[tex] \frac {dy}{dx} = \frac {13}{2\sqrt{x}+2\sqrt{x}tan^{2}(\frac{y}{13})} [/tex]

right? I tried this answer as well and it is evidently not correct either.

The question does say to simplify as much as possible but unless I need to make more trig subs I don't see how that is possible.

thanks again!
 
Asphyxiated said:
Ok so basically you are saying that:

[tex] \frac {dy}{dx} = \frac {13}{(2\sqrt{x})(sec^{2}(\frac{y}{13}))} [/tex]

is:

[tex] \frac {dy}{dx} = \frac {13}{(2\sqrt{x})(1+tan^{2}(\frac{y}{13}))} [/tex]

so then I get:

[tex] \frac {dy}{dx} = \frac {13}{2\sqrt{x}+2\sqrt{x}tan^{2}(\frac{y}{13})} [/tex]

right? I tried this answer as well and it is evidently not correct either.

The question does say to simplify as much as possible but unless I need to make more trig subs I don't see how that is possible.

thanks again!

tan(y/13)=sqrt(x). That's what you said in the first post. Use that to simplify.
 
Yeah I got it after you posted! Thanks though, quite a bit.