A ˙ = − B B ˙ = − A A ( 0 ) = 1 . 2 5 B ( 0 ) = 1
When B = 0 . 0 1 , what is the value of A ?
Note: The "dot" notation denotes the time derivative
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Of course, you could directly differentiate A 2 − B 2 and see that it's constant, but that wouldn't provide the nice explanation that you did.
Note that d t d A 2 = 2 A A ˙ = − 2 A B ; d t d B 2 = 2 B B ˙ = − 2 B A are equal, so the squares of these functions decrease by the same amount.
Since B 2 decreases by 1 2 − 0 . 0 1 2 = 0 . 9 9 9 9 , A 2 decreases by the same amount, becoming A 2 = 1 . 2 5 2 − 0 . 9 9 9 9 = 0 . 5 6 2 6 , so that A = 0 . 5 6 2 6 ≈ 0 . 7 5 0 .
That's pretty neat, thanks
Woah!!! This was a nice approach, Sir!!!
By differentiating the first equation, and using the second equation, we get
A ′ ′ = − B ′ = A
Now, this simple equation can be solved to get
A ( x ) = C 1 e x + C 2 e − x
Here, C 1 , C 2 are arbitrary constants. Putting this function in the first equation, we get
B ( x ) = C 2 e − x − C 1 e x
Now, using the initial values, the constants can be determined easily and they come out to be C 1 = 0 . 1 2 5 and C 2 = 1 . 1 2 5
{ { aa , bb } } = { a , b } /. DSolve [ { a ′ ( t ) = b ( t ) , b ′ ( t ) = a ( t ) , a ( 0 ) = 1 . 2 5 , b ( 0 ) = 1 . } , { a , b } , t ]
aa : { t } → 8 1 e − t ( 9 e 2 t + 1 )
bb : { t } → 8 1 e − t ( 9 e 2 t − 1 )
There are two families of solutions for bb ( t ) = 1 0 0 1 :
{ t → ConditionalExpression [ 2 i π c 1 + i π + lo g ( 2 2 5 1 ( 5 6 2 6 − 1 ) ) , c 1 ∈ Z ] } giving 8 ( 5 6 2 6 − 1 ) 2 2 5 e − 2 i π c 1 − i π ( 1 + 9 e 2 ( 2 i π c 1 + i π + lo g ( 2 2 5 1 ( 5 6 2 6 − 1 ) ) ) )
{ t → ConditionalExpression [ lo g ( 2 2 5 1 ( 5 6 2 6 + 1 ) ) + 2 i π c 1 , c 1 ∈ Z ] } giving 8 ( 5 6 2 6 + 1 ) 2 2 5 e − 2 i π c 1 ( 1 + 9 e 2 ( lo g ( 2 2 5 1 ( 5 6 2 6 + 1 ) ) + 2 i π c 1 ) )
For c 1 → 0 , the expressons, within rounding error, evaluate to − 0 . 7 5 0 0 6 6 6 6 3 7 0 3 9 6 7 and 0 . 7 5 0 0 6 6 6 6 3 7 0 3 9 6 7 , respectively.
I used the real time solution to respond to the problem.
Problem Loading...
Note Loading...
Set Loading...
Note that A ˙ + B ˙ = − ( A + B ) A ˙ − B ˙ = A − B so that A + B = 4 9 e − t A − B = 4 1 e t Thus A 2 − B 2 = 1 6 9 while A = 8 1 ( 9 e − t + e t ) > 0 , so that A = B 2 + 1 6 9 When B = 0 . 0 1 we obtain A = 0 . 7 5 0 0 6 6 6 6 3 7