Solutions to a Simple Differential Equation

Click For Summary

Homework Help Overview

The discussion revolves around determining the values of r for which the differential equation t^2 y'' - 13ty' + 48y = 0 has solutions of the form y = t^r for t > 0. Participants are exploring the implications of substituting this form into the differential equation.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants describe their attempts to find the first and second derivatives of y = t^r and substitute them into the differential equation. There are questions about the simplification process and the resulting quadratic equation.

Discussion Status

Some participants are clarifying their understanding of the simplification steps and the implications of the derived equation. There is recognition of errors in earlier attempts, and guidance is being provided to focus on solving for r rather than t.

Contextual Notes

There are mentions of confusion regarding the correct form of the quadratic equation and the conditions under which it holds true. Participants are also addressing the significance of the condition t > 0 in relation to their findings.

icefall5
Messages
19
Reaction score
0

Homework Statement


Determine the values of r for which the given differential equation has solutions of the form [itex]y=t^r[/itex] for [itex]t > 0[/itex].

Homework Equations


[itex]t^2 y'' - 13ty' + 48y = 0[/itex]

The Attempt at a Solution


The program (online) has a thing that walks me through the question. It first had me find the second and first derivatives of [itex]y=t^r[/itex], which are [itex](r-1)*(r)*(t^{r-2})[/itex] and [itex]rt^{r-1}[/itex], respectively. It then tells me to plug those into the original equation, which gives me [itex](t^2)(r-1)(r)(t^{r-2}) - (13)(t)(r)(t^{r-1}) + (48)(t^r)[/itex]. I can apparently simplify that to [itex]r^2 - 14r + 48 = 0[/itex], but I have no idea how that works. I have not continued with the problem.
 
Last edited:
Physics news on Phys.org
icefall5 said:

Homework Statement


Determine the values of r for which the given differential equation has solutions of the form [itex]y=t^r[/itex] for [itex]t > 0[/itex].


Homework Equations


[itex]t^2 y'' - 13ty' + 48y = 0[/itex]


The Attempt at a Solution


The program (online) has a thing that walks me through the question. It first had me find the second and first derivatives of [itex]y=t^r[/itex], which are [itex](r-1)*(r)*(t^{r-2})[/itex] and [itex]rt^{r-1}[/itex], respectively. It then tells me to plug those into the original equation, which gives me [itex](t^2)(r-1)(r)(t^{r-2}) - (13)(t)(r)(t^{r-1}) + (48)(t^r)[/itex]. I can apparently simplify that to [itex]r^2 - 14r + 49 = 0[/itex], but I have no idea how that works. I have not continued with the problem.

Continuing from where you left off:
##(t^2)(r-1)(r)(t^{r-2}) - (13)(t)(r)(t^{r-1}) + (48)(t^r) = 0##
So ##(r^2 - r -13r + 48)t^r = 0##
Or ##(r^2 - 14r + 48)t^r = 0##

What must be happen for the equation above to be true?
 
I get to a simplified form [itex]t^r( r^2 -14r +48) = 0.[/itex]
I think you have mistyped 48 as 49?
 
Mark44 said:
Continuing from where you left off:
##(t^2)(r-1)(r)(t^{r-2}) - (13)(t)(r)(t^{r-1}) + (48)(t^r) = 0##
So ##(r^2 - r -13r + 48)t^r = 0##
Or ##(r^2 - 14r + 48)t^r = 0##

What must be happen for the equation above to be true?
I'm trying to simplify it (that's what's getting me), and I can simplify it to [itex](t^r)(r-1) - 13 + 48[/itex]. I'm clearly doing something wrong, but I don't know what.
CAF123 said:
I get to a simplified form [itex]t^r( r^2 -14r +48) = 0.[/itex]
I think you have mistyped 48 as 49?
It is 48, my apologies. Thanks!
 
Know that, for example, [itex]t^2(r^2t^{r-2}) = r^2t^r.[/itex]
Do you see what's happening here?
 
CAF123 said:
Know that, for example, [itex]t^2(r^2t^{r-2}) = r^2t^r.[/itex]
Do you see what's happening here?
Ah, that makes sense. Okay, using that, I now follow these steps to simplify:

[itex](t^2)(r-1)(r)(t^{r-2}) - (13)(t)(r)(t^{r-1}) + (48)(t^r) = 0[/itex]
[itex](t^r)(r-1)(r) - (13)(r) + (48)(t^r) = 0[/itex]
[itex](t^{r}r^{2}-t^{r}r) - 13r + 48t^r = 0[/itex]
[itex]t^{r}(r^{2}-r)-13r-48t^{r} = 0[/itex]
 
Close, [itex]-13trt^{r-1} = -13rt^r,[/itex] and now use [itex]t^r[/itex] as a common factor.
 
CAF123 said:
Close, [itex]-13trt^{r-1} = -13rt^r,[/itex] and now use [itex]t^r[/itex] as a common factor.
Ah, okay, for some reason I canceled it out rather than writing [itex]t^r[/itex]. Copy-pasting my work from above and editing appropriately now gives me the below output, which should be correct.

[itex](t^2)(r-1)(r)(t^{r-2}) - (13)(t)(r)(t^{r-1}) + (48)(t^r) = 0[/itex]
[itex](t^r)(r-1)(r) - (13)(r)(t^r) + (48)(t^r) = 0[/itex]
[itex](t^{r}r^{2}-t^{r}r) - 13rt^{r} + 48t^r = 0[/itex]
[itex]t^{r}(-r^2 - r - 13r + 48) = 0[/itex]
[itex]t^{r}(-r^2 - 14r + 48) = 0[/itex]

With that, I need to solve for t, correct? Then I'll be able to easily find the values of r for which [itex]t > 0[/itex].
 
icefall5 said:
I'm trying to simplify it (that's what's getting me), and I can simplify it to [itex](t^r)(r-1) - 13 + 48[/itex]. I'm clearly doing something wrong, but I don't know what.
What you show is incorrect, and you have lost sight of the fact that you're dealing with an equation. You are not simplifying the equation I showed, which was
## (r^2 - 14r + 48)t^r = 0##

The goal is to solve for r, not t.

This is not a hard problem. You've already done all of the hard work.

Under what circumstances (i.e., for what r) does ## (r^2 - 14r + 48)t^r = 0##
 
  • #10
icefall5 said:
Ah, okay, for some reason I canceled it out rather than writing [itex]t^r[/itex]. Copy-pasting my work from above and editing appropriately now gives me the below output, which should be correct.

[itex](t^2)(r-1)(r)(t^{r-2}) - (13)(t)(r)(t^{r-1}) + (48)(t^r) = 0[/itex]
[itex](t^r)(r-1)(r) - (13)(r)(t^r) + (48)(t^r) = 0[/itex]
[itex](t^{r}r^{2}-t^{r}r) - 13rt^{r} + 48t^r = 0[/itex]
[itex]t^{r}(-r^2 - r - 13r + 48) = 0[/itex]
[itex]t^{r}(-r^2 - 14r + 48) = 0[/itex]

With that, I need to solve for t, correct? Then I'll be able to easily find the values of r for which [itex]t > 0[/itex].
You have several errors in your work above, including a couple of sign errors.
 
  • #11
A stray minus cropped in the [itex]r^2[/itex] term, but other than that you now have to solve for r. [itex]t^r ≠ 0[/itex] (the graph is similar to an exponential). So the other term must equal 0.
 
  • #12
CAF123 said:
A stray minus cropped in the [itex]r^2[/itex] term, but other than that you now have to solve for r. [itex]t^r ≠ 0[/itex] (the graph is similar to an exponential). So the other term must equal 0.
Okay, I apologize for being an idiot. I was looking at the [itex]t > 0[/itex] in the problem and thinking that's what I was solving for.

The corrected final equation should be [itex]t^{r}(r^{2}-14r+48) = 0[/itex], as Mark44 said. Using that formula, r = 6 and r = 8. Submitted those and they are, in fact, correct.

After reading through everything again, I apologize for not getting how to do it -- it should've been simple. Thank you all for your help, I really appreciate it!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
0
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K