How Do You Solve This Trigonometric Differential Equation?

  • Thread starter Thread starter iRaid
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
iRaid
Messages
558
Reaction score
8

Homework Statement


[tex](x^{2}+1)(tan y)(y')=x[/tex]

Homework Equations


The Attempt at a Solution


[tex](x^{2}+1)(tan y)(\frac{dy}{dx})=x[/tex]
[tex](tan y)dy=\frac{x}{x^{2}+1}dx[/tex]
[tex]\int tanydy=\int \frac{x}{x^2+1}dx \\ -ln|cos y|=\frac{ln|x^{2}+1|}{2}+C[/tex]
[tex]e^{-ln(cosy)}=e^{\frac{ln(x^{2}+1)}{2}+C}[/tex]
[tex]\frac{1}{cosy}=e^{C}(\sqrt{x^2+1})[/tex]
[tex]cosy=\frac{1}{D\sqrt{x^{2}+1}} \implies y=cos^{-1}\bigg(\frac{1}{D\sqrt{x^2+1}}\bigg)[/tex]
D represents e^C just fyi.

Wondering if this is correct and if my work makes sense.
 
Last edited:
Physics news on Phys.org
I don't even know how to differentiate that LOL
 
Strange! You are solving differential equations but don't know how to differentiate? The derivative of arc-cosine(x) is [itex]1/\sqrt{1- x^2}[/itex] and the derivative of [itex](x^2+ 1)^{1/2}[/itex] is [itex](1/2)(x^2+ 1)^{-1/2}(2x)= x(x^2+ 1)^{-1/2}= x/\sqrt{x^2+ 1}[/itex].

Putting those together with the chain rule, the derivative of [itex]cos^{-1}(1/D\sqrt{x^2+ 1})[/itex] is
[tex]\frac{1}{\sqrt{1- \frac{1}{D^2}\frac{1}{x^2+ 1}}}\frac{x}{D\sqrt{x^2+ 1}}= \frac{x}{\sqrt{D^2(x^2+ 1)- 1}}[/tex]