Finding a general solution to an equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 4K views
Niles
Messages
1,834
Reaction score
0

Homework Statement


Hi all.

I have the following equation containing the variables x and y, where A, c > 0 and B is a constant, which I am not told anything about:

[tex] -c^2x^2+y^2+2By+A=0.[/tex]

I wish to find two solutions {x_1, y_1} and {x_2, y_2}, to this problem and they must be linearly independent. I thought of doing something like this:

[tex] (-c^2x^2)+(y^2+2By+A)=0,[/tex]

where we now have two second-order polynomials.

My question is: Is there any way to find a general solution to this problem as a function of either x or y?
 
Physics news on Phys.org
I'm not following you here. You have an equation in terms of x and y. The solutions of that equation are the collection of (x,y) points which satisfy that equation. So what does it mean for a collection of points to be "linearly independent"? Linear independence should apply only to vectors or functions, don't they?
 
But I need to distinct solution - so if one solution is a multple of the other, then I wouldn't be able to use it.

Is there a way to find a general solution to this problem?
 
Ok, here's the story:

I wish to find two solutions to the telegraph equation (a differential equation, second order, linear and homogeneous). I know that it is on the form of u(x,y) = e^(ax) * e^(by), where the 'a' and 'b' in this equation corresponds to the 'x' and 'y' I wrote in my first post. The 'a' and 'b' can by found using the above equation (inserting 'a' and 'b'):

[tex] <br /> -c^2a^2+y^2+2Bb+A=0.<br /> [/tex]
I wish to solve this.

- I should probably have written this from the beginning.. sorry.
 
Niles said:

Homework Statement


Hi all.

I have the following equation containing the variables x and y, where A, c > 0 and B is a constant, which I am not told anything about:

[tex] -c^2x^2+y^2+2By+A=0.[/tex]

I wish to find two solutions {x_1, y_1} and {x_2, y_2}, to this problem and they must be linearly independent. I thought of doing something like this:

[tex] (-c^2x^2)+(y^2+2By+A)=0,[/tex]

where we now have two second-order polynomials.

My question is: Is there any way to find a general solution to this problem as a function of either x or y?

[tex]c^2x^2- (y^2+ 2By )= A[/tex]
Complete the square: [itex]y^2+ 2By= y^2+ 2By+ B^2- B^2= (y+ B)^2- B^2[/itex]
so
[tex]c^2x^2- (y- B)^2= A+ B^2[/tex]
That is, as tiny-tim said, a hyperbola. I don't understand what you want as a "general solution". That is the general solution: choose any value of y and solve for the corresponding value of x or vice versa.

For example,
[tex]c^2x^2= (y- B)^2+ A+ B^2[/tex]
[tex]x^2= \frac{(y-B)^2+ A+ B^2}{c^2}[/tex]
[tex]x= \frac{\pm\sqrt{(y-b)^2+ A+ B^2}}{c}[/tex]
or
[tex](y- B)^2= c^2x^2- A- B^2[/tex]
[tex]y- B= \pm\sqrt{c^2x^2- A- B^2}[/tex]
[tex]y= B\pm\sqrt{c^2x^2- A- B^2}[/tex]
 
Niles said:
Ok, here's the story:

I wish to find two solutions to the telegraph equation (a differential equation, second order, linear and homogeneous). I know that it is on the form of u(x,y) = e^(ax) * e^(by), where the 'a' and 'b' in this equation corresponds to the 'x' and 'y' I wrote in my first post. The 'a' and 'b' can by found using the above equation (inserting 'a' and 'b'):

[tex] <br /> -c^2a^2+y^2+2Bb+A=0.<br /> [/tex]



I wish to solve this.

- I should probably have written this from the beginning.. sorry.

Can you post the original differential equation, along with any initial conditions and additional information you are given?