Loading [MathJax]/jax/output/HTML-CSS/jax.js

    Home          Downloads          SPD on the web          Links

[← Additivity check statistics]     [↑ SPD on the web]      [Non-linear TRM →]

8 Anisotropic TRM

8.1 The basic procedure

Correction of paleointensity results for anisotropic TRM is based on the premise that in a weak magnetic field a TRM vector (TRM) is related to the applied field vector (B) by: TRM=χTRMB, where χTRM is the TRM anisotropy tensor, which is assumed to be temperature invariant (Veitch et al., 1984; Selkin et al., 2000). The anisotropy tensor can be experimentally determined by giving a specimen a full TRM or ARM in 6 different directions (±x, ±y, ±z).

To correct a paleointensity estimate, a unit vector in the direction of the ancient field (ˆBAnc; the hat denotes a unit vector) must be determined. Given a unit vector in the direction of the characteristic NRM direction (ˆMChRM), ˆBAnc can be calculated from: ˆBAnc=χ1TRMˆMChRM|χ1TRMˆMChRM|. ˆMChRM is determined from the free-floating PCA fit to the NRM steps from the selected Arai plot segment.
The paleointensity correction factor, c, which is the ratio of a magnetization gained in the direction of ˆBLab to a magnetization gained in the direction of ˆBAnc can then be calculated as: c=|χTRMˆBLab||χTRMˆBAnc|. The anisotropy corrected paleointensity estimate is simply given by: BAnc=cBLab|b|.

Useful Note...
Two methods to correct for anisotropy have been outlined in the literature (Veitch et al., 1984; Selkin et al., 2000). The method outlined above is that derived from Veitch et al., (1984), but both methods yield identical paleointensity estimates. The method of Selkin et al., (2000), however, can have a detrimental effect of some selection statistics and the method outlined above should be the preferred approach (Paterson, 2013).

8.2 Calculation of χTRM

The anisotropy tensor, χTRM, can be mathematically represented by a 3×3 matrix, which has 6 independent elements. χTRM=(s1s4s6s4s2s5s6s5s3) For convenience, we can define a column matrix, s, which contains the 6 independent elements, sj,j=16.

The TRM acquired when a specimen is placed in series of positions with respect to the applied field, can be expresses as TRMi=Ai,jsj, where i denotes the ith measurement position and A is know as the design matrix and depends on the experimental design (i.e., the sequence of axes along which the field is applied).

The typical 6 positions of measurement of χTRM or χARM (±x, ±y, ±z) can be represented by the matrix P, which contains the unit vectors of the axes along which BLab is applied. P=(P1,1P1,2P1,3P2,1P2,2P2,3P6,1P6,2P6,3) For each element Pi,j of P, i denotes the ith measurement position and j=13, denotes the Cartesian coordinates of the unit vector along which the remanence is acquired (i.e., j=1=x, j=2=y, j=3=z). The design matrix of such a routine is given by: A=(P1,100P1,20P1,30P1,20P1,1P1,3000P1,30P1,2P1,1P2,100P2,20P2,30P2,20P2,1P2,3000P2,30P3,3P3,1P3,100P3,20P3,30P3,20P3,1P3,3000P3,30P3,2P3,1P4,100P4,20P4,30P4,20P4,1P4,3000P4,30P4,2P4,1P5,100P5,20P5,30P5,20P5,1P5,3000P5,30P5,2P5,1P6,100P6,20P6,30P6,20P6,1P6,3000P6,30P6,2P6,1).

Numerical Tip...
To allow flexibility, the below pseudo-code can be used to easily generate A, when P is variable.
for i=16 do
    index=(3×(i-1))+1

    A(index,1)=P(i,1)
    A(index,2)=P(i,2)
    A(index,3)=P(i,3)

    A(index+1,1)=P(i,1)
    A(index+1,2)=P(i,2)
    A(index+1,3)=P(i,3)

    A(index+2,1)=P(i,1)
    A(index+2,2)=P(i,2)
    A(index+2,3)=P(i,3)
end for

The best-fit values for s for the measured data can be obtained through the linear relationship: s=(ATA)1ATTRM, where T and 1 denote the matrix transpose and inverse, respectively. These best-fit value then be used to construct χTRM and hence determine c.

Numerical Tip...
Calculating the inverse of the anisotropy tensor or (ATA) is not strictly necessary and can be inefficient and inaccurate. An alternative approach can be used if it is recognized that χ1TRMˆMChRM and (ATA)1AT are linear problems of the form: x=A1b. Many programming languages support tools that allow the solving of such linear systems without having to calculate the matrix inverse. For example, the MATLAB command x=A\b or the Python command x=linalg.solve(A,b) are solutions that do not need to calculate the inverse of A. Such approaches are numerically efficient and more stable and should be used where available.

χTRM is expressed in core coordinates, but much like the analysis of paleomagnetic directions, there exists an alternate coordinate system that that allows χTRM to be expressed in terms of principal components. That is, χTRMV=τV where V is a matrix that contains the three eigenvectors (principal axes) and τ is a diagonal matrix that contains the three eigenvalues. The eigenvalues of the anisotropy tensor can then be used to characterize the anisotropy behaviour of a specimen (e.g., degree of anisotropy etc.) See Tauxe, (2010) for further details.

8.3 Test for alteration after measurement of χTRM

Statistic: δTRMAnis
Report to 1 d.p.

To test for alteration during the measurement of χTRM a repeat remagnetization step is performed to the first treatment position. δTRMAnis is the difference between the intensities of the TRM acquired during first heating in position 1 (TRMP1) and the second heating in position 1 (TRMP1) normalized by TRMP1. δTRMAnis=|TRMP1TRMP1|TRMP1×100

 

↑ TOP