Skip to content Skip to navigation

Connexions

You are here: Home » Content » CAAM 335 Chapter 1 Exercises

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the authors

Recently Viewed

CAAM 335 Chapter 1 Exercises

Module by: Doug Daniels, Steven Cox

Summary: Excercises for Chapter 1.

Problem 1:

Question 1

In order to refresh your matrix-vector multiply skills please calculate, by hand, the product ATGA A G A in the 3 compartment case and write out the 4 equations in the vector equation we arrived at in step (S4): ATGAx=f A G A x f .

Problem 2:

Question 2

We began our discussion with the 'hope' that a multicompartment model could indeed adequately capture the fiber's true potential and current profiles. In order to check this one should run fib1.m with increasing values of NN until one can no longer detect changes in the computed potentials.

  • (a) Please run fib1.m with N = 8, 16, 32, and 64. Plot all of the potentials on the same (use hold) graph, using different line types for each. (You may wish to alter fib1.m so that it accepts NN as an argument).

Let us now interpret this convergence. The main observation is that the difference equation, Equation 1, approaches a differential equation. We can see this by noting that zlN z l N acts as a spatial 'step' size and that x k x k , the potential at k-1z k 1 z , is approximately the value of the true potential at k-1z k 1 z . In a slight abuse of notation, we denote the latter xk-1z x k 1 z Applying these conventions to Equation 1 and recalling the definitions of R i R i and R m R m we see Equation 1 become πa2 ρ i -x0+2xz-x2zz+2πaz ρ m xz=0 a 2 ρ i x 0 2 x z x 2 z z 2 a z ρ m x z 0 or, after multiplying through by ρ m πaz ρ m a z , a ρ m ρ i -x0+2xz-x2zz2+2xz=0 a ρ m ρ i x 0 2 x z x 2 z z 2 2 x z 0 . We note that a similar equation holds at each node (save the ends) and that as N N and therefore z0 z 0 we arrive at

d2dz2xz-2 ρ i a ρ m xz=0 z2 x z 2 ρ i a ρ m x z 0 (2)

  • (b) With μ2 ρ i a ρ m μ 2 ρ i a ρ m show that
    xz=αsinhμz+βcoshμz x z α 2 μ z β 2 μ z (3)
    satisfies Equation 2 regardless of αα and ββ.

We shall determine αα and ββ by paying attention to the ends of the fiber. At the near end we find πa2 ρ i x0-xzz= i 0 a 2 ρ i x 0 x z z i 0 which, as z0 z 0 becomes

ddzx0=- ρ i i 0 πa2 z x 0 ρ i i 0 a 2 (4)
At the far end, we interpret the condition that no axial current may leave the last node to mean
ddzxl=0 z x l 0 (5)

  • (c) Substitute Equation 3 into Equation 4 and Equation 5 and solve for αα and ββ and write out the final xz x z .
  • (d) Substitute into xx the ll, aa, ρ i ρ i , and ρ m ρ m values used in fib1.m, plot the resulting function (using, e.g., ezplot) and compare this to the plot achieved in part (a).

Comments, questions, feedback, criticisms?

Send feedback