PDA

View Full Version : Please help!


BViper
Feb20-04, 02:14 PM
im having a lot of trouble solving this differential equation. can someone please help.

initial conditions: y(0)=0.1
y'(0)=0
30000*y''+1462163*y+100000*y'=A*sin(6.98t)

im trying to get A (the amplitude). thanks for the help

cookiemonster
Feb22-04, 03:49 AM
"A" is not uniquely determined by the conditions that you gave. Varying "A" would change the solution to the equation, but the solution would still exist.

Are you looking how to solve y(t)?

cookiemonster

BViper
Feb22-04, 07:58 PM
yeah thats it.. gotta get y(t) before i can get A

cookiemonster
Feb22-04, 10:11 PM
No, you don't need to get y(t) before you get A. As I said before, A is not uniquely determined in this problem. The problem does not require that A take a single value or even a finite number of values. A could be anything (okay, almost anything) and y(t) would still exist.

If you'd like to solve for y(t) in terms of A and t, then that can be done. If you'd like to do that, then perhaps you could supply more information regarding what method you want see (perhaps one you've been using recently?).

cookiemonster

Orion1
Feb27-04, 08:16 AM
initial conditions:
y(0)=0.1
y'(0)=0
30000*y''+1462163*y+100000*y'=A*sin(6.98t)



Uncertain if this approach is correct....

Implicit Differentiation:
ay" + by + cy' = A*sin(d*t)

(d/dt)[ay" + by + cy'] = (d/dt)[A*sin(d*t)]

(d/dt)[ay"] + (d/dt)[by] + (d/dt)[cy'] = (d/dt)[A*sin(d*t)]

a(dy"/dt) + b(dy/dt) + c(dy'/dt) = A(d/dt)[sin(d*t)]

a(dy"/dt) + b(dy/dt) + c(dy'/dt) = A*cos(d*t)

HallsofIvy
Mar4-04, 07:44 AM
Orion1: The only variables mentioned in this problem are y and t.
y' and y" already ARE the derivatives with respect to time. There is nothing gained by differentiating again.

Cookiemonster's point was correct: the initial value problem:
initial conditions:
y(0)=0.1
y'(0)=0
30000*y''+1462163*y+100000*y'=A*sin(6.98t)

Has a unique solution for every possible value of A. It is impossible to "determine A" from what is given.