Starting Differential Equations: Finding the General Solution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
UCN Student
Messages
4
Reaction score
0
I am having trouble starting differential equations it says to find the general solution of such and i don't know where to get started on some of the.

examples:

dR
--- = tan0 0=theta
d0

dy
--- = 3x- 3y
dx

i don't want them answered as they are part of my assignment i just want help on how to go about starting to solve them.

thank you

Ryan
 
Physics news on Phys.org
A solution to a DE means that the value of 'x' or whatever the variable is, satisfies the equation. There can be infinitely many solutions to a DE!

You should better consult your textbook. Or read Schaum's outline of DEs. I don't think anyone will solve these Qs here for you. We need to know that at least you tried.

Hint: Separate Variables and Integrate!
 
For the first one, rewrite it as
[tex]dR= tan(\theta)d\theta[/tex]
and integrate both sides.

The second one is a "linear, first order" differential equation and I'll bet your textbook has some detailed information about those!
 
ok thanks a lot that helps me out a lot.
 
so for the dR = tan(0)d0

would the answer be:

y=-ln cos0+c
 
and for:

dy
-- = 3x-3y
dx

would the answer be:

y= ((3x^4)/4) - ((3y^4)/4)
 
You can check your answer.

for example)

[tex]\frac{dy}{dx} = 3x-3y[/tex]
This is saying that, a function exists [itex]y[/itex] that when you differentiate it with respect to [itex]x[/itex] then it is equal to [itex]3x-3y[/itex]

So how can you check your answer?

Well your answer is saying that

[tex]y= \frac{1}{4}3x^4 - \frac{1}{4}3y^4[/tex]

So if you differentiate your function.

[tex]\frac{dy}{dx} = ?[/tex]

Is that differentiated function equal to the right hand side (the [itex]3x-3y[/itex])?

Also what happened to the [itex]c[/itex] (don't forget the constant of integration) when you integrated? A general solution will have infinitely many solutions, so that [itex]c[/itex] is important. Otherwise it is not a general solution.
 
Last edited: