Thread Closed

differential equation problem :(

 
Share Thread Thread Tools
Sep8-09, 04:33 AM   #1
 

differential equation problem :(


1. The problem statement, all variables and given/known data
I'm given a function acceleration a=-1.5*s, where s is a position. I need to find a in terms of t.


2. Relevant equations



3. The attempt at a solution
I know that a is also equal to d^2*s/dt^2. Therefore d^2*s/dt^2 is equal to -1.5*s. By dividing by s and multiplying by dt^2 I get d^2*s/s=-1.5*dt^2. At this point I'm not sure what to do. If I can figure out how to get rid of the dt^2 and the d^2*s, then I can probably solve the rest of the problem. I imagine I need to integrate but am not sure how that would work out.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Sep8-09, 04:37 AM   #2
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by yoamocuy View Post
1. The problem statement, all variables and given/known data
I'm given a function acceleration a=-1.5*s, where s is a position. I need to find a in terms of t.


2. Relevant equations



3. The attempt at a solution
I know that a is also equal to d^2*s/dt^2. Therefore d^2*s/dt^2 is equal to -1.5*s. By dividing by s and multiplying by dt^2 I get d^2*s/s=-1.5*dt^2. At this point I'm not sure what to do. If I can figure out how to get rid of the dt^2 and the d^2*s, then I can probably solve the rest of the problem. I imagine I need to integrate but am not sure how that would work out.
You cannot simply 'divide' and 'multiply' differentials like that. I know many non-mathematical sciences courses will tell you that it is fine to do so, but it is simply wrong.

I see that you are attempting to separate the variables, however, this method cannot generally be used for second order differential equations. What methods have you learnt for solving second order, homogeneous ODE's?
 
Sep8-09, 04:48 AM   #3
 
Well this is actually just a physics class so we haven't learned any methods for solving differential equations. I've taken calculus classes but won't be taking differential equations until next semester so I've just been looking through notes online trying to figure out how to solve this question.
 
Sep8-09, 04:53 AM   #4
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

differential equation problem :(


Quote by yoamocuy View Post
Well this is actually just a physics class so we haven't learned any methods for solving differential equations. I've taken calculus classes but won't be taking differential equations until next semester so I've just been looking through notes online trying to figure out how to solve this question.
The standard method of solving such problems is to take an Ansatz of the form

[tex]s = Ae^{\lambda t}[/tex]

and substitute that into the ODE.

I'm sorry that I don't know of any good online references for DE's, but I'm sure someone here will be able to suggest a suitable reference.
 
Sep8-09, 04:58 AM   #5
 
Ok, thanks for the help. I'll keep searching and working with it.
 
Sep8-09, 04:59 AM   #6
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by yoamocuy View Post
Ok, thanks for the help. I'll keep searching and working with it.
If you would like to post your working, I'd be more than happy to help you with it. All you need to do is substitute that Astatz I gave you into the ODE and you should find that you have a rather simple equation to solve.
 
Sep8-09, 05:15 AM   #7
 
Ok, I got an equation that looks like s^2*e^((lambda)*t)=-1.5, but when I try to solve for the roots it isn't possible. Am I still completely off on my attempt?
 
Sep8-09, 05:22 AM   #8
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by yoamocuy View Post
Ok, I got an equation that looks like s^2*e^((lambda)*t)=-1.5, but when I try to solve for the roots it isn't possible. Am I still completely off on my attempt?
I'm not sure how you've managed to get that. Can you work out what

[tex]\frac{d^2 s}{dt^2} = \frac{d^2}{dt^2} Ae^{\lambda t}[/tex]

is?
 
Sep8-09, 05:35 AM   #9
 
Ug I dont even know what I'm supposed to be solving for there. On the sites I've been looking at, it looks like they are just taking a Laplace transform and multiplying each differntial by e^-((lambda)*t)
 
Sep8-09, 05:39 AM   #10
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by yoamocuy View Post
Ug I dont even know what I'm supposed to be solving for there. On the sites I've been looking at, it looks like they are just taking a Laplace transform and multiplying each differntial by e^-((lambda)*t)
I was simply asking what is the second derivative of [itex]Ae^{\lambda t}[/itex] with respect to t?

Of course, you can use Laplace transforms if you like, but it is much more straightforward (if a little inelegant) to us an Anstatz.
 
Sep8-09, 05:44 AM   #11
 
if you like, you can have a look at the following website, there are solved examples too, i hope it will help.

http://www.math.sunysb.edu/~scott/mat127.spr06/DEnotes/
 
Sep8-09, 05:47 AM   #12
 
I took the second derivitive of that and got A*(lambda)^2*e^((lambda)*t). Would lambda be -2 for that?

I also tried using Laplace transforms and ended up with s^2+1.5=0, which has imaginary roots.
 
Sep8-09, 05:53 AM   #13
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by yoamocuy View Post
I took the second derivitive of that and got A*(lambda)^2*e^((lambda)*t). Would lambda be -2 for that?
You're on the right lines. So let's take a look at the over all equation,

[tex]A\lambda^2 e^{\lambda t} = -1.5Ae^{\lambda t}[/tex]

Hence,

[tex]\lambda^2 = -1.5[/tex]

Do you agree?
 
Sep8-09, 05:59 AM   #14
 
Yea, I agree with that, but if I solve for lambda I get j1.22. What can I do with that?
 
Sep8-09, 08:57 AM   #15
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by yoamocuy View Post
Yea, I agree with that, but if I solve for lambda I get j1.22. What can I do with that?
Simple, you have determined lambda, so you now have the [general] solution,

[tex]s\left(t\right) = A\exp\left(i\sqrt{1.5}t\right)[/tex]

That is it. You have now found the general solution to the ODE. You can use Euler's relation to write it in a 'nicer' form, but you have found a valid solution.
 
Thread Closed

Tags
acceleration, differential, equation, physics, position
Thread Tools


Similar Threads for: differential equation problem :(
Thread Forum Replies
Differential Equation Problem Help Calculus & Beyond Homework 1
Differential equation problem i need help Calculus & Beyond Homework 1
Differential equation problem Calculus & Beyond Homework 3
A differential equation problem Calculus & Beyond Homework 1
Problem of differential equation Calculus & Beyond Homework 9