Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Differential Equations
Reply
 
Thread Tools Display Modes
  #1  
Old July 3rd, 2009, 04:53 PM
Member
 
Join Date: Jun 2009
Posts: 108
Country:
Thanks: 14
Thanked 2 Times in 2 Posts
superdude is on a distinguished road
Default differential question

for what values of k does the function y=costkt satisfy the differential equation 4y''=-25y?
Reply With Quote
Advertisement
 
  #2  
Old July 3rd, 2009, 04:54 PM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 12,011
Country:
Thanks: 2,514
Thanked 4,694 Times in 4,131 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by superdude View Post
for what values of k does the function y=costkt satisfy the differential equation 4y''=-25y?
Start by differentiating twice the trial solution. Then substitute y and y'' into the DE. Compare the coefficient of cos(kt) on each side.
__________________
There are two things you should never try to prove: the impossible and the obvious.

The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low and achieving our mark. (Michelangelo Buonarroti)

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #3  
Old July 3rd, 2009, 08:55 PM
Junior Member
 
Join Date: May 2009
Posts: 53
Thanks: 17
Thanked 1 Time in 1 Post
calc101 is on a distinguished road
Default

y = \cos{(kt)}
y' = -k\sin{(kt)}
y''= -k^2\cos{(kt)}
4(-k^2\cos{(kt)}) = -25(\cos{(kt)})

Spoiler:

The \cos{(kt)} and the negatives cancel, therefore:
4k^2 = 25
k = \frac{5}{2}

Therefore, the equation is satisfied when k=\frac{5}{2}

Last edited by calc101; July 4th, 2009 at 07:52 AM. Reason: hide explicit solution
Reply With Quote
  #4  
Old July 3rd, 2009, 09:06 PM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 12,011
Country:
Thanks: 2,514
Thanked 4,694 Times in 4,131 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by calc101 View Post
y = cost kt
y' = -ksinkt
y''= -k^2coskt
4(-k^2coskt) = -25(coskt)

The coskt and the negatives cancel, therefore:
4k^2 = 25
k = \frac{5}{2}

Therefore, the equation is satisfied when k=\frac{5}{2}
I was rather hoping that the OP would make an attempt and say where s/he was stuck if help was still required. Short of using my editing powers, this is now impossible.

As it is, you've left only one trivial (but important) thing for the OP to do. I hope that this one small thing remains left for the OP.
__________________
There are two things you should never try to prove: the impossible and the obvious.

The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low and achieving our mark. (Michelangelo Buonarroti)

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
The following users thank mr fantastic for this useful post:
Donate to MHF
  #5  
Old July 4th, 2009, 01:05 AM
CaptainBlack's Avatar
Grand Panjandrum
 
Join Date: Nov 2005
Location: South of England
Posts: 11,265
Country:
Thanks: 656
Thanked 3,585 Times in 2,887 Posts
CaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond repute
Default

Quote:
Originally Posted by calc101 View Post
y = cost kt
y' = -ksinkt
y''= -k^2coskt
4(-k^2coskt) = -25(coskt)
Please consider improving your use of notation, in particular put brackets around the arguments of functions.

Also \sin and \cos will improve the readability as well

CB
Reply With Quote
  #6  
Old July 5th, 2009, 01:13 PM
Member
 
Join Date: Jun 2009
Posts: 108
Country:
Thanks: 14
Thanked 2 Times in 2 Posts
superdude is on a distinguished road
Default

yes I did get that answer, plus or minus 5/2

part b) I'm stuck on again. "For those values of k, verify that every member of the family of functions y=Asinkt+Bcoskt is also a solution." (where A,B, and of course k, are constants). This is what I did:

y=A\sin(kt)+B\cos(kt)\\y'=Ak\cos(kt)-bk\sin(kt)\\y''=-Bk^2\cos(kt)-Ak^2\sin(kt)\\
then I plug in the value of k and get
4(\frac{-25b\cos(5t/2)}{4}-\frac{25a\sin(5t/2)}{4})=-25b\cos(5k/2)-25a\sin(5k/2)
I'm uncertain what to do next or if the question is completed

Last edited by superdude; July 5th, 2009 at 06:54 PM.
Reply With Quote
  #7  
Old July 5th, 2009, 01:41 PM
MHF Moderator

 
Join Date: May 2008
Location: Beltrami and Reeb Fields
Posts: 2,442
Country:
Thanks: 2,283
Thanked 1,995 Times in 1,417 Posts
Chris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond repute
Send a message via Skype™ to Chris L T521
Default

Quote:
Originally Posted by superdude View Post
yes I did get that answer, plus or minus 5/2

part b) I'm stuck on again. "For those values of k, verify that every member of the family of functions y=Asinkt+Bcoskt is also a solution." (where A,B, and of course k, are constants). This is what I did:

\begin{aligned}y & = A\sin(kt)+B\cos(kt)\\y' & =Ak\cos(kt)-bk\sin(kt)\\y'' & =-Bk^2\cos(kt)-Ak^2\sin(kt)\end{aligned}
then I plug in the value of k and get
4(\frac{-25b\cos(5t/2)}{4}-\frac{25a\sin(5t/2)}{4})=-25b\cos(5{\color{red}t}/2)-25a\sin(5{\color{red}t}/2)
I'm uncertain what to do next or if the question is completed

I'm sorry, how do I cause a line break with latex?
Note my correction in red first (you had k, when it should have been t).

Now, simplify the LHS to see that LHS = RHS which implies that the family of functions satisfies the differential equation.

To answer you're last question on LaTeX, click on the edited LaTeX image to see the code.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

(Will be MIA until December 17th)

Stuck on DE's? See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!

Next two post in the DE Tutorial:

1. Laplace Transforms (Part II - Convolution, Differentiation and Integration of Transforms)

2. Laplace Transforms (Part III - Transforms of Periodic Functions, Impulse, and Delta Functions)

See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for Maple programming tips.

Become a fan of
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Reply With Quote
  #8  
Old July 5th, 2009, 06:57 PM
Member
 
Join Date: Jun 2009
Posts: 108
Country:
Thanks: 14
Thanked 2 Times in 2 Posts
superdude is on a distinguished road
Default Another question

Thanks, what I'm doing now makes sense.

Last edited by mr fantastic; July 10th, 2009 at 05:00 AM. Reason: Moved new question to new thread
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 10:36 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.