DE constant coefficients and boundary conditions

Click For Summary

Homework Help Overview

The discussion revolves around solving a second-order linear ordinary differential equation with constant coefficients, specifically v'' - 4v' + 5v = 0. The problem includes boundary conditions where v = -1 and v' = 1 at x = π.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the characteristic equation and roots of the differential equation, with some confusion regarding the correct form of the solution. There are attempts to express the general solution in terms of trigonometric functions and to apply the boundary conditions to find constants.

Discussion Status

The discussion is ongoing, with participants actively working through the implications of their equations and boundary conditions. Some guidance has been offered regarding the simplification of equations and the need to clarify terms, but no consensus has been reached on the final solution.

Contextual Notes

Participants are grappling with the correct interpretation of the boundary conditions and the resulting system of equations. There are indications of potential errors in calculations and signs, which are being addressed in the discussion.

AkilMAI
Messages
73
Reaction score
0

Homework Statement


Find the solution of the equation
v''- 4v'+5v=0,such that v=-1 and v'=1 when x=pi=3.14159

Homework Equations


...

The Attempt at a Solution


I treat it as a polynomial=>r^2+4r+5=0
=>delta=-4=>r1=2+2i and r2=2-2i
v=e^[x+2](A*cos[2]+B*i*sin[2])
v=-1=e^[pi+2](A*cos[2]+B*i*sin[2])
v'=0...so I"m stuck and I need some help
 
Physics news on Phys.org
AkilMAI said:

Homework Statement


Find the solution of the equation
v''- 4v'+5v=0,such that v=-1 and v'=1 when x=pi=3.14159


Homework Equations


...



The Attempt at a Solution


I treat it as a polynomial=>r^2+4r+5=0
This is NOT the characteristic equation of the d.e. you posted. Look at your original problem again.

=>delta=-4=>r1=2+2i and r2=2-2i
v=e^[x+2](A*cos[2]+B*i*sin[2])
Not "cos(2)", cos(2x)!

v=-1=e^[pi+2](A*cos[2]+B*i*sin[2])
v'=0...so I"m stuck and I need some help
 
yes you are right,now I get this system
e^[pi+2](A*cos[2x]+B*i*sin[2x])=-1
2e^[pi+2](B*i*cos[2x]-A*sin[2x])=1...how can I solve it?
 
Doesn't look ok. You shouldn't have any x left in the 2 equations. You need to plug x=pi everywhere. That will simplify your system.
 
ok...
e^[pi+2](A*cos[2pi]+B*i*sin[2x])=-1=>e^[pi+2]*B*i=-1
2e^[pi+2](B*i*cos[2pi]-A*sin[2x])=1.=>2e^[pi+2]*A=1
how can I find A and B?
 
Well, the ODE is [itex]v''-4v'+5v =0[/itex]. The general solution I found is

[tex]v(x)= Ae^{(2+i)x} + Be^{(2-i)x}[/tex]

Now you'll get 2 equations from

[tex]v(\pi) = -1[/tex]
[tex]v'(\pi) = 1[/tex]

Can you spell them out again ?
 
A*e^((i+2)pi)+B*e^((i+2)pi)=-1
A*(i+2)*e^((i+2)pi)+B*(i-2)*e^(-(i-2)pi)=1...?
 
AkilMAI said:
A*e^((i+2)pi)+B*e^((i+2)pi)=-1
A*(i+2)*e^((i+2)pi)+B*(i-2)*e^(-(i-2)pi)=1...?

This is getting to be a mess. Let's start over again. The equation is v''- 4v'+5v=0, right? What are the roots of the associated quadratic?
 
2+2i and 2-2i
 
  • #10
sorry 2+i and 2-i
 
  • #11
AkilMAI said:
2+2i and 2-2i

That's your first problem. The imaginary part of those is wrong. How did you get it?
 
  • #12
no,It is 2-i and 2+i...I calculated delta=-4=>r1=2-i and r2=2+i
 
  • #13
Ok, and can you write, for example, A*exp((2-i)*x) in terms of the trig functions?
 
Last edited:
  • #14
as in, e ^(2*x)*(P*cos( x) + Q*sin( x)),where P = A+B and Q = i(A−B)?
 
  • #15
AkilMAI said:
as in, e ^(2*x)*(P*cos( x) + Q*sin( x)),where P = A+B and Q = i(A−B)?

Yes, that's what I meant. So v=e ^(2*x)*(P*cos( x) + Q*sin( x)). Now you just have to put in your boundary conditions and find P and Q.
 
Last edited:
  • #16
ok,I'll reply with a result in 5 min
 
  • #17
e ^(2*pi)*(P*cos( pi) + Q*sin( pi))=-1=>e ^(2*pi)*(-P)=-1
e ^(2*pi)*((2P+Q)*cos( pi) -(P- 2Q)*sin( pi))=1 =>e ^(2*pi)*(-(2P+Q))=1...multiplying ome of the wtih -1 is not going to help me solve the system
 
  • #18
AkilMAI said:
e ^(2*pi)*(P*cos( pi) + Q*sin( pi))=-1=>e ^(2*pi)*(-P)=-1
e ^(2*pi)*((2P+Q)*cos( pi) -(P- 2Q)*sin( pi))=1 =>e ^(2*pi)*(-(2P+Q))=1...multiplying ome of the wtih -1 is not going to help me solve the system

Your first equation tells you what P is. Put that into the second equation.
 
  • #19
if P=-1/e ^(2*pi)=>Q=1
 
  • #20
AkilMAI said:
if P=-1/e ^(2*pi)=>Q=1

You are being sloppy. What's P? You've got a sign wrong. And Q is way wrong. How did you do that?
 
  • #21
I know I'm sloppy,is because I'm tired...P=1/e ^(2*pi)=>-e ^(2*pi)*((2/e ^(2*pi))+Q)=1
 
  • #22
=>Q=1/e ^(2*pi)-2/e ^(2*pi)
 
  • #23
AkilMAI said:
=>Q=1/e ^(2*pi)-2/e ^(2*pi)

Take a rest. You are missing a sign again. Q=-1/e ^(2*pi)-2/e ^(2*pi). Note the first minus.
 
  • #24
I will,but first this...so these are P and Q...I plug them into e ^(2*x)*(P*cos( x) + Q*sin( x))...and the result is the solution of the equation.
 
  • #25
I hope I'm not missing something
 
  • #26
AkilMAI said:
I will,but first this...so these are P and Q...I plug them into e ^(2*x)*(P*cos( x) + Q*sin( x))...and the result is the solution of the equation.

Sure.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
2
Views
1K
Replies
6
Views
2K