Fundamental Solutions of Linear homogeneous equations

hsong9
Messages
71
Reaction score
1

Homework Statement


Can y = sin(t^2) be a solution on an interval containing t = 0 of an equation y'' + p(t)y' + q(t)y = 0 with continuous coefficients?


Homework Equations





The Attempt at a Solution


y = sin(t^2)
y' = 2tcos(t^2)
y'' = 2cos(t^2) - 4t^2sin(t^2)

2cos(t^2) - 4t^2sin(t^2) + p(t)(2tcos(t^2)) + q(t)sin(t^2) = 0

when t=0, above equation is 2. That is, there does not exist the solution. so y can not be a solution on I containing t=0.
 
  • Like
Likes 1 person
Physics news on Phys.org
hsong9 said:

Homework Statement


Can y = sin(t^2) be a solution on an interval containing t = 0 of an equation y'' + p(t)y' + q(t)y = 0 with continuous coefficients?


Homework Equations





The Attempt at a Solution


y = sin(t^2)
y' = 2tcos(t^2)
y'' = 2cos(t^2) - 4t^2sin(t^2)

2cos(t^2) - 4t^2sin(t^2) + p(t)(2tcos(t^2)) + q(t)sin(t^2) = 0

when t=0, above equation is 2. That is, there does not exist the solution. so y can not be a solution on I containing t=0.

Your reasoning is good, but let me help you with your conclusion. An equation is not a number, so an equation can't be 2.

When t = 0, the value of the expression on the left side of the equation is 2, so y = sin(t^2) cannot be a solution of the differential equation on any interval I containing t = 0.
 
  • Like
Likes 1 person
Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top