Changing the variable in a differential system

In summary, the conversation discusses a differential system and how to change variables using a unit vector. The question is to find the differential equations for A and z, where z is defined as a unit vector. The conversation also includes a clarification on the use of the chain rule and the scalar product of two unit vectors. The final summary of the conversation includes the simplified differential equations for A and z and a separate query about finding the derivative with respect to t when z is a unit vector.
  • #1
fred_91
39
0

Homework Statement



Hello everyone.

I have differential system consists of:
[itex]\frac{dx_1}{dt}=x_1(1-2x_1+x_2)[/itex]
[itex]\frac{dx_2}{dt}=3*x_2(x_1-x_2)[/itex]

I want to change variable using:
[itex]x_i=a_iz_i[/itex]
i=1,2
where z is a unit vector
and rewrite the differential equations

Homework Equations





The Attempt at a Solution



For the first equation:
[itex]a_1\frac{dz_1}{dt}=a_1 z_1(1-2a_1 z_1+a_2 z_2)[/itex]
[itex]a_2\frac{dz_2}{dt}=3*a_2 z_2(a_1 z_1-a_2 z_2)[/itex]

Is this correct?
I didn't use the part where it say: z is unit vector.

Thanks a lot.
 
Physics news on Phys.org
  • #2
welcome to pf!

hi fred_91! welcome to pf! :smile:
fred_91 said:
Is this correct?
I didn't use the part where it say: z is unit vector.

yes, that looks ok :smile:

(you can fix the "unit vector" part later :wink:)

EDIT: oh, I've misunderstood the question :rolleyes:

it meant ∑ aixi

ignore the above, and follow sharks' :smile: advice​
 
Last edited:
  • #3
You should first find the derivatives of [itex]x_1[/itex] and [itex]x_2[/itex] with respect to [itex]z_i[/itex]:
[tex]\frac{dx_1}{dz_1}=a_1
\\\frac{dx_2}{dz_2}=a_2[/tex]
Then, apply the chain rule for both.
[tex]\frac{dx_1}{dz_1}=\frac{dx_1}{dt} \times \frac{dt}{dz_1}
\\\frac{dx_2}{dz_2}=\frac{dx_2}{dt} \times \frac{dt}{dz_2}[/tex]
 
Last edited:
  • #4


tiny-tim said:
hi fred_91! welcome to pf! :smile:


yes, that looks ok :smile:

(you can fix the "unit vector" part later :wink:)

Thank you very much :)

So, how would I use the information that z is a unit vector?

sharks: thank you, do I have to use the chain rule?
 
  • #5


fred_91 said:
Thank you very much :)

So, how would I use the information that z is a unit vector?

sharks: thank you, do I have to use the chain rule?

Normally, you use the chain rule in this type of problem, to make it easier to see what derivative is required and what derivatives you already have. How did you do it?

If z is a unit vector, then what is the result of the product of two unit vectors?
 
  • #6


sharks said:
Normally, you use the chain rule in this type of problem, to make it easier to see what derivative is required and what derivatives you already have. How did you do it?

If z is a unit vector, then what is the result of the product of two unit vectors?

I think I'm a bit confused now.
The question says: I have to find the differential equations for A and Z
where
x=Az and A>0 and z is a unit vector

I simply used: [itex]z_i=\frac{x_i}{a_i}[/itex]
and substituted it into the original differential equations for each i
but now I'm starting to think that i made mistake.

So, using the chain rule, I have:
[itex]\frac{dx_1}{dz_1}=a_1[/itex]
[itex]\frac{dx_2}{dz_2}=a_2[/itex]
so
[itex]a_1=\dot{x}_1\frac{dt}{dz_1}[/itex]
[itex]\frac{dz_1}{dt}=\frac{1}{a_1}\dot{x}_1[/itex]
similarly for the second:
[itex]\frac{dz_2}{dt}=\frac{1}{a_2}\dot{x}_2[/itex]

Is this correct?
But, I think my differential equations should be in terms of A and Z.

For the unit vector part:
dot product of 2 unit vectors:
(1,1).(1,1)=2

is this what you mean?
 
  • #7
You haven't specified the exact or entire question for that matter. If the question requires "differential equations for A and Z", then you do need to give 2 differential equations, in which case your work is correct. If it had required you to give the answer is terms of z only, then you would need to work out another chain rule and you would then end up with a single differential equation, involving only [itex]a_1[/itex], [itex]a_2[/itex], [itex]z_1[/itex] and [itex]z_2[/itex], but no [itex]t[/itex].

No, a unit vector is of the form (1,0) or (0,1) for a 2D coordinate system.
 
Last edited:
  • #8
Thank you.
And sorry for not specifying clearly.
The question is:
x=Az where A>0 and z unit vector. What are the differential equations for A and z?

So, does this mean my equations in the original attempt are correct?

The product of 2 unit vectors is then: (1,0).(0,1)=0
should this be included somehow?

thanks again.
 
  • #9
Your equations are correct, but you need to express them in terms of [itex]\frac{dz_1}{dt}[/itex] and [itex]\frac{dz_2}{dt}[/itex] only (everything else should be moved to the R.H.S.).

[itex]z_1[/itex] and [itex]z_2[/itex] are unit vectors and they both have only one form (since they are both from the same given general equation, [itex]x_i=a_iz_i[/itex]) either (1,0) or (0,1).
So, assuming [itex]z_1=(1,0)[/itex], then [itex]z_2=(1,0)[/itex].
Now, [itex]z_1 \times z_2[/itex] gives...
 
Last edited:
  • #10
this gives:
0
the cross product of a 2 by 2 is simply 1*0-1*0=0
right?
 
  • #11
fred_91 said:
this gives:
0
the cross product of a 2 by 2 is simply 1*0-1*0=0
right?

That's incorrect. The scalar product of two vectors: [itex](A_x,B_x).(A_y,B_y) = A_x.A_y+B_x.B_y[/itex]
 
  • #12
Oh right, the scalar product. this is equal 2
(sorry i thought you meant the cross product)

so, should this be included in the differential equations?
 
  • #13
Sorry, i meant 0 (not 2) :)
 
  • #14
That's incorrect. Write the two vectors (1,0) and (1,0) in their proper column forms on paper (so you can better understand), and then follow the formula that I've given above for the scalar product.
 
  • #15
Oh i see...sorry about that
I thought they have to be 2 different unit vectors: (1,0) and (0,1).

But, if they are the same: (1,0),and (1,0)
then the cross product is = 1
right?
 
  • #16
Correct. Now, you can proceed to simplify your two differential equations.
 
  • #17
[itex]\frac{dz_1}{dt}=z_1−2a_1z_1z_1 +a_2 z_1z_2 [/itex]
[itex]\frac{dz_2}{dt}=3a_1z_2z_1-3a_2z_2z_2 [/itex]
giving:
[itex]\frac{dz_1}{dt}=z_1−2a_1 +a_2 [/itex]
[itex]\frac{dz_2}{dt}=3a_1-3a_2 [/itex]

Is this correct?
 
  • #18
Correct. :smile:
 
  • #19
How can you solve this question x+y+z=1 x^2+y^2+z^2=35 x^3+y^3+z^3=97
 
  • #20
isaac200 said:
How can you solve this question x+y+z=1 x^2+y^2+z^2=35 x^3+y^3+z^3=97
Post your question in a new topic. Read the forum rules before you post or you could get banned.
 
  • #21
Thank you very much sharks.

isaac200:
i'm not quite sure. is it relevant?
 
  • #22
I have another query about this problem:
If z is a unit vector, then how can we find the derivative with respect to t?
(isnt it just 0?)

thank you
 
Last edited:
  • #23
fred_91 said:
I have another query about this problem:
If z is a unit vector, then how can we find the derivative with respect to t?
(isnt it just 0?)
If [itex]\vec z[/itex] is (1,0), then [itex]\frac{d\vec z}{dx}[/itex] works just like divergence of [itex]\vec z[/itex].
Another way to rewrite [itex]\vec z[/itex] would be: [itex]\vec i+0\vec j[/itex]
[itex]div\, \vec z=\frac{\partial 1}{\partial x}+\frac{\partial 0}{\partial y}=0[/itex]
However, you are not differentiating w.r.t.x but w.r.t.t which invalidates the concept. If you want to simplify your answer, you could integrate both sides w.r.t.t but then it wouldn't help unless you have some values to plug into those equations involving a1, a2, z1, z2 and now t.
You could eliminate t by dividing those two resulting equations or simply by using chain rule on your 2 answers, to obtain a single equation involving only a1, a2, z1 and z2. But i don't think you're being asked to simplify any further in this problem.
So, to answer your question - no, you cannot differentiate with respect to t.
 
Last edited:

1. How do you change the variable in a differential system?

To change the variable in a differential system, you must first identify the independent variable in the equation. This is the variable that is not affected by other variables in the system. Then, you can manipulate the equation to solve for a new variable or substitute a new variable in place of the independent variable.

2. Why would you want to change the variable in a differential system?

Changing the variable in a differential system can help simplify the equation or make it easier to solve. It can also allow you to analyze the system from a different perspective and gain new insights or understandings.

3. What are some common techniques for changing the variable in a differential system?

Some common techniques for changing the variable in a differential system include substitution, integration, and transformation. Substitution involves replacing the independent variable with a new variable, while integration involves finding the integral of the equation. Transformation involves manipulating the equation using algebraic techniques to solve for a new variable.

4. Are there any limitations to changing the variable in a differential system?

While changing the variable in a differential system can be helpful, it is important to note that it may not always be possible or appropriate. Some equations may not allow for easy substitution or manipulation, and changing the variable may not always lead to a simpler or more solvable equation. It is important to carefully consider the potential outcomes before attempting to change the variable in a differential system.

5. Can changing the variable in a differential system affect the accuracy of the solution?

Yes, changing the variable in a differential system can potentially affect the accuracy of the solution. This is because the new variable may introduce errors or inaccuracies, or the equation may not be able to capture all aspects of the system. It is important to carefully assess the impact of changing the variable on the accuracy of the solution before making any changes.

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
14
Views
3K
  • Advanced Physics Homework Help
2
Replies
36
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top