First order differentials: separating variables

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 · 5K views
raincheck
Messages
38
Reaction score
0
"Find the general solution to the differential equation by separating variables:
3tany - dy/dx(secx) = 0"

This is what I set up:

3tany dx = secx dy
1/secx dx = 1/3tany dy
cosx dx = 1/3tany dy
[int] cosx dx = [int] 1/3tany dy
sinx = (1/3)ln|sinx|

I'm stuck as to what to do next, how to solve the equation.. did I mess up in the beginning or what am I doing wrong?
 
Physics news on Phys.org
you have to separate the same variables. So:

[tex]3\tan y \; dx = \sec x \; dy[/tex]

Multiply by [tex]\frac{1}{dy\cdot dx}[/tex]. Then you get:

[tex]\frac{dx}{\sec x} = \frac{dy}{3\tan y}[/tex]

[tex]\int \cos x \; dx = \frac{1}{3}\int \cot y + C[/tex]

[tex]\sin x = \frac{1}{3}\ln|\sin y|[/tex]

[tex]3\sin x = \ln|\sin y|[/tex]

[tex]\sin y = e^{3\sin x}[/tex]

[tex]y = \arcsin(e^{3\sin x}) + C[/tex]
 
Last edited:
raincheck said:
[int] cosx dx = [int] 1/3tany dy
sinx = (1/3)ln|sinx|

It looks like the y's became x's between these two steps :)
 
raincheck said:
"Find the general solution to the differential equation by separating variables:
3tany - dy/dx(secx) = 0"

This is what I set up:

3tany dx = secx dy
1/secx dx = 1/3tany dy
cosx dx = 1/3tany dy
[int] cosx dx = [int] 1/3tany dy
Every thing exactly right up to here.

sinx = (1/3)ln|sinx|

No, sin x= (1/3) ln |cos(y)|+ C. You accidently wrote x instead of y and forgot the constant of integeration.

[/quote]I'm stuck as to what to do next, how to solve the equation.. did I mess up in the beginning or what am I doing wrong?[/QUOTE]
What exactly do you mean by "solve the equation". In general you cannot solve for y. What you have, with the corrections, is the general solution.