MHB Determining if equation is linear in indicated dependent variable

  • Thread starter Thread starter find_the_fun
  • Start date Start date
  • Tags Tags
    Linear Variable
find_the_fun
Messages
147
Reaction score
0
I was stuck on a question and went back to look at an example but couldn't understand the example. It has [math](y-x)dx +4xy dy = 0[/math] is linear in y because it can be written as [math]4xy'+y=x[/math]

First of all what are dx and dy doing in the equation? They look to be from the end of an integral. Second, how did the equatin get rewritten like that?
 
Last edited:
Physics news on Phys.org
Re: determining if equation is linear in indicated dependent variable

Did you intend the original expression to instead be the equation:

$$4x\,dy+(y-x)\,dx=0$$ ?

This is in differential form. And yes, integrals also contain a differential (after the integrand usually), to denote with respect to what variable we are integrating.
 
Re: determining if equation is linear in indicated dependent variable

MarkFL said:
Did you intend the original expression to instead be the equation:

$$4x\,dy+(y-x)\,dx=0$$ ?

This is in differential form. And yes, integrals also contain a differential (after the integrand usually), to denote with respect to what variable we are integrating.
No I didn't inted for the original expression to be that.
So the statement could be rewritten as [math]\frac{d}{dx}(y-x)+\frac{d}{dy}4xy=0[/math] ?
 
Re: determining if equation is linear in indicated dependent variable

We cannot take an expression and convert it into an equation.
 
Re: determining if equation is linear in indicated dependent variable

MarkFL said:
We cannot take an expression and convert it into an equation.

I see what you mean now and yes you were right. Sorry about that. I thought your point was to move terms around and didn't look at the =0 at the end. I should have been more careful.
 
Re: determining if equation is linear in indicated dependent variable

There is still a problem, since:

$$(y-x)\,dx +4xy\,dy=0$$

cannot be rewritten as:

$$4xy'+y=x$$

or in standard linear form:

$$y'+\frac{1}{4x}y=\frac{1}{4}$$

However, the equation:

$$(y-x)\,dx+4x\,dy=0$$

can.
 

Attachments

  • DSC_0232.jpg
    DSC_0232.jpg
    109.5 KB · Views: 83
Re: determining if equation is linear in indicated dependent variable

Unfortunately, the book contains a typo.
 
Re: determining if equation is linear in indicated dependent variable

Ok well the original question I was working on is
Determine whether the given equation is linear in the indicated dependent variable by matching it with the first differential equation given in (7).

[math] u dv+(v+uv-ue^u)du=0[/math] in v; in u​

I'm not sure if I'm doing this right. So [math]u dv=0[/math] since u is treated like a constant. [math](v+uv-ue^u)du=v-ue^u-e^u[/math] since v is treated like a constant. Am I supposed to be looking at the dv and du to know which variable to differentiate with respect to? How does the "in v; in u" make a difference?
 
  • #10
Re: determining if equation is linear in indicated dependent variable

Okay, we are given the ODE:

$$u\,dv+(v+uv-ue^u)\,du=0$$

Without knowing the form given in (7), we may still assert:

If it is linear in $v$, then we will be able to rewrite the ODE in the form:

$$\frac{dv}{du}+f(u)v=g(u)$$

and if it is linear in $u$, then we will be able to rewrite the ODE in the form:

$$\frac{du}{dv}+f(v)u=g(v)$$
 
  • #11
Re: determining if equation is linear in indicated dependent variable

MarkFL said:
Okay, we are given the ODE:

If it is linear in $v$, then we will be able to rewrite the ODE in the form:

$$\frac{dv}{du}+f(u)v=g(u)$$

This is not apparent to me. This is the first time I've seen an equation with du or dv just floating around.
 
Last edited:
  • #12
Re: determining if equation is linear in indicated dependent variable

As an example consider the equation:

$$y=x^2$$

Differentiating with respect to $x$, we may write the ODE:

$$\frac{dy}{dx}=2x$$

In differential form, this ODE is:

$$dy=2x\,dx$$
 
Back
Top