29 resultados para Elliptic Integrals
em Biblioteca Digital da Produção Intelectual da Universidade de São Paulo
Resumo:
This paper reports results for directed flow v(1) and elliptic flow v(2) of charged particles in Cu + Cu collisions at root s(NN) = 22.4 GeV at the Relativistic Heavy Ion Collider. The measurements are for the 0-60% most central collisions, using charged particles observed in the STAR detector. Our measurements extend to 22.4-GeV Cu + Cu collisions the prior observation that v1 is independent of the system size at 62.4 and 200 GeV and also extend the scaling of v(1) with eta/y(beam) to this system. The measured v(2)(p(T)) in Cu + Cu collisions is similar for root s(NN) throughout the range 22.4 to 200 GeV. We also report a comparison with results from transport model (ultrarelativistic quantum molecular dynamics and multiphase transport model) calculations. The model results do not agree quantitatively with the measured v(1)(eta), v(2)(p(T)), and v(2)(eta).
Resumo:
We study an elliptic system of the form Lu = vertical bar v vertical bar(p-1) v and Lv = vertical bar u vertical bar(q-1) u in Omega with homogeneous Dirichlet boundary condition, where Lu := -Delta u in the case of a bounded domain and Lu := -Delta u + u in the cases of an exterior domain or the whole space R-N. We analyze the existence, uniqueness, sign and radial symmetry of ground state solutions and also look for sign changing solutions of the system. More general non-linearities are also considered.
Resumo:
Effects of roads on wildlife and its habitat have been measured using metrics, such as the nearest road distance, road density, and effective mesh size. In this work we introduce two new indices: (1) Integral Road Effect (IRE), which measured the sum effects of points in a road at a fixed point in the forest; and (2) Average Value of the Infinitesimal Road Effect (AVIRE), which measured the average of the effects of roads at this point. IRE is formally defined as the line integral of a special function (the infinitesimal road effect) along the curves that model the roads, whereas AVIRE is the quotient of IRE by the length of the roads. Combining tools of ArcGIS software with a numerical algorithm, we calculated these and other road and habitat cover indices in a sample of points in a human-modified landscape in the Brazilian Atlantic Forest, where data on the abundance of two groups of small mammals (forest specialists and habitat generalists) were collected in the field. We then compared through the Akaike Information Criterion (AIC) a set of candidate regression models to explain the variation in small mammal abundance, including models with our two new road indices (AVIRE and IRE) or models with other road effect indices (nearest road distance, mesh size, and road density), and reference models (containing only habitat indices, or only the intercept without the effect of any variable). Compared to other road effect indices, AVIRE showed the best performance to explain abundance of forest specialist species, whereas the nearest road distance obtained the best performance to generalist species. AVIRE and habitat together were included in the best model for both small mammal groups, that is, higher abundance of specialist and generalist small mammals occurred where there is lower average road effect (less AVIRE) and more habitat. Moreover, AVIRE was not significantly correlated with habitat cover of specialists and generalists differing from the other road effect indices, except mesh size, which allows for separating the effect of roads from the effect of habitat on small mammal communities. We suggest that the proposed indices and GIS procedures could also be useful to describe other spatial ecological phenomena, such as edge effect in habitat fragments. (C) 2012 Elsevier B.V. All rights reserved.
Resumo:
Via variational methods, we study multiplicity of solutions for the problem {-Delta u = lambda b(x)vertical bar u vertical bar(q-2)u + au + g(x, u) in Omega, u - 0 on partial derivative Omega, where a simple example for g( x, u) is |u|(p-2)u; here a, lambda are real parameters, 1 < q < 2 < p <= 2* and b(x) is a function in a suitable space L-sigma. We obtain a class of sign changing coefficients b(x) for which two non-negative solutions exist for any lambda > 0, and a total of five nontrivial solutions are obtained when lambda is small and a >= lambda(1). Note that this type of results are valid even in the critical case.
Resumo:
In this paper, we investigate the behavior of a family of steady-state solutions of a nonlinear reaction diffusion equation when some reaction and potential terms are concentrated in a e-neighborhood of a portion G of the boundary. We assume that this e-neighborhood shrinks to G as the small parameter e goes to zero. Also, we suppose the upper boundary of this e-strip presents a highly oscillatory behavior. Our main goal here was to show that this family of solutions converges to the solutions of a limit problem, a nonlinear elliptic equation that captures the oscillatory behavior. Indeed, the reaction term and concentrating potential are transformed into a flux condition and a potential on G, which depends on the oscillating neighborhood. Copyright (C) 2012 John Wiley & Sons, Ltd.
Resumo:
An operational method, already employed to formulate a generalization of the Ramanujan master theorem, is applied to the evaluation of integrals of various types. This technique provides a very flexible and powerful tool yielding new results encompassing different aspects of the special function theory. Crown Copyright (C) 2012 Published by Elsevier Inc. All rights reserved.
Resumo:
A systematic study is presented for centrality, transverse momentum (p(T)), and pseudorapidity (eta) dependence of the inclusive charged hadron elliptic flow (v(2)) at midrapidity (vertical bar eta vertical bar < 1.0) in Au + Au collisions at root s(NN) = 7.7, 11.5, 19.6, 27, and 39 GeV. The results obtained with different methods, including correlations with the event plane reconstructed in a region separated by a large pseudorapidity gap and four-particle cumulants (v(2){4}), are presented to investigate nonflow correlations and v(2) fluctuations. We observe that the difference between v(2){2} and v(2){4} is smaller at the lower collision energies. Values of v(2), scaled by the initial coordinate space eccentricity, v(2)/epsilon, as a function of p(T) are larger in more central collisions, suggesting stronger collective flow develops in more central collisions, similar to the results at higher collision energies. These results are compared to measurements at higher energies at the Relativistic Heavy Ion Collider (root s(NN) = 62.4 and 200 GeV) and at the Large Hadron Collider (Pb + Pb collisions at root s(NN) = 2.76 TeV). The v(2)(pT) values for fixed pT rise with increasing collision energy within the pT range studied (<2 GeV/c). A comparison to viscous hydrodynamic simulations is made to potentially help understand the energy dependence of v(2)(pT). We also compare the v(2) results to UrQMD and AMPT transport model calculations, and physics implications on the dominance of partonic versus hadronic phases in the system created at beam energy scan energies are discussed.
Resumo:
The modern GPUs are well suited for intensive computational tasks and massive parallel computation. Sparse matrix multiplication and linear triangular solver are the most important and heavily used kernels in scientific computation, and several challenges in developing a high performance kernel with the two modules is investigated. The main interest it to solve linear systems derived from the elliptic equations with triangular elements. The resulting linear system has a symmetric positive definite matrix. The sparse matrix is stored in the compressed sparse row (CSR) format. It is proposed a CUDA algorithm to execute the matrix vector multiplication using directly the CSR format. A dependence tree algorithm is used to determine which variables the linear triangular solver can determine in parallel. To increase the number of the parallel threads, a coloring graph algorithm is implemented to reorder the mesh numbering in a pre-processing phase. The proposed method is compared with parallel and serial available libraries. The results show that the proposed method improves the computation cost of the matrix vector multiplication. The pre-processing associated with the triangular solver needs to be executed just once in the proposed method. The conjugate gradient method was implemented and showed similar convergence rate for all the compared methods. The proposed method showed significant smaller execution time.
Resumo:
In this paper we continue the development of the differential calculus started in Aragona et al. (Monatsh. Math. 144: 13-29, 2005). Guided by the so-called sharp topology and the interpretation of Colombeau generalized functions as point functions on generalized point sets, we introduce the notion of membranes and extend the definition of integrals, given in Aragona et al. (Monatsh. Math. 144: 13-29, 2005), to integrals defined on membranes. We use this to prove a generalized version of the Cauchy formula and to obtain the Goursat Theorem for generalized holomorphic functions. A number of results from classical differential and integral calculus, like the inverse and implicit function theorems and Green's theorem, are transferred to the generalized setting. Further, we indicate that solution formulas for transport and wave equations with generalized initial data can be obtained as well.
Resumo:
Using the Plucker map between grassmannians, we study basic aspects of classic grassmannian geometries. For 'hyperbolic' grassmannian geometries, we prove some facts (for instance, that the Plucker map is a minimal isometric embedding) that were previously known in the 'elliptic' case.
Resumo:
A new methodology for the synthesis of tunable patch filters is presented. The methodology helps the designer to perform a theoretical analysis of the filter through a coupling matrix that includes the effect of the tuning elements used to tune the filter. This general methodology accounts for any tuning parameter desired and was applied to the design of a tunable dual-mode patch filter with independent control of center frequency and bandwidth (BW). The bandpass filter uses a single triangular resonator with two etched slots that split the fundamental degenerate modes and form the filter passband. Varactor diodes assembled across the slots are used to vary the frequency of each degenerate fundamental mode independently, which is feasible due to the nature of the coupling scheme of the filter. The varactor diode model used in simulations, their assembling, the dc bias configuration, and measured results are presented. The theory results are compared to the simulations and to measurements showing a very good agreement and validating the proposed methodology. The fabricated filter presents an elliptic response with 20% of center frequency tuning range around 3.2 GHz and a fractional BW variation from 4% to 12% with low insertion loss and high power handling with a 1-dB compression point higher than +14.5 dB.
Resumo:
This paper presents further results from our spectroscopic study of the globular cluster (GC) system of the group elliptical NGC 3923. From observations made with the GMOS instrument on the Gemini South Telescope, an additional 50 GC and ultra-compact dwarf (UCD) candidates have been spectroscopically confirmed as members of the NGC 3923 system. When the recessional velocities of these GCs are combined with the 29 GC velocities reported previously, a total sample of 79 GC/UCD velocities is produced. This sample extends to over 6 arcmin (>6 R-e similar to 30 kpc) from the centre of NGC 3923 and is used to study the dynamics of the GC system and the dark matter content of NGC 3923. It is found that the GC system of NGC 3923 displays no appreciable rotation, and that the projected velocity dispersion is constant with radius within the uncertainties. The velocity dispersion profiles of the integrated light and GC system of NGC 3923 are indistinguishable over the region in which they overlap. We find some evidence that the diffuse light and GCs of NGC 3923 have radially biased orbits within similar to 130 arcsec. The application of axisymmetric orbit-based models to the GC and integrated light velocity dispersion profiles demonstrates that a significant increase in the mass-to-light ratio (from M/L-V = 8 to 26) at large galactocentric radii is required to explain this observation. We therefore confirm the presence of a dark matter halo in NGC 3923. We find that dark matter comprises 17.5(-4.5)(+7.3) per cent of the mass within 1 R-e, 41.2(-10.6)(+18.2) per cent within 2 R-e and 75.6(-16.8)(+15.4) per cent within the radius of our last kinematic tracer at 6.9 R-e. The total dynamical mass within this radius is found to be 1.5(-0.25)(+0.4) x 10(12) M-circle dot. In common with other studies of large ellipticals, we find that our derived dynamical mass profile is consistently higher than that derived by X-ray observations, by a factor of around 2.
Resumo:
We present results from an analysis of stellar population parameters for 7132 galaxies in the 6dF Galaxy Survey Fundamental Plane (FP) sample. We bin the galaxies along the axes, v1, v2 and v3, of the tri-variate Gaussian to which we have fitted the galaxy distribution in effective radius, surface brightness and central velocity dispersion (FP space), and compute median values of stellar age, [Fe/H], [Z/H] and [a/Fe]. We determine the directions of the vectors in FP space along which each of the binned stellar population parameters vary most strongly. In contrast to previous work, we find stellar population trends not just with velocity dispersion and FP residual, but with radius and surface brightness as well. The most remarkable finding is that the stellar population parameters vary through the plane (v1 direction) and across the plane (v3 direction), but show no variation at all along the plane (v2 direction). The v2 direction in FP space roughly corresponds to luminosity density. We interpret a galaxys position along this vector as being closely tied to its merger history, such that early-type galaxies with lower luminosity density are more likely to have undergone major mergers. This conclusion is reinforced by an examination of the simulations of Kobayashi, which show clear trends of merger history with v2.
Resumo:
Species of Smilax,, also known as greenbrier, are widely distributed in Brazil and their commercial trades are carried out by the extractivism of native species. We the aim to provide information about the germination and development of seedlings in four Smilax species, different experiments were developed under controlled conditions. We evaluated two germination treatments: temperature (30 degrees C and 20-30 degrees C) and light (presence/absence), and for few cases the tetrazolium treatment was applied. A different treatment response was observed among the studied species. Light had a significant influence in S. brasiliensis, with the highest germination rates at 20-30 C in dark conditions. S. campestris showed significant differences among temperature treatments, but not to light; while S. cissoides showed high germination rates (66-78%), independently of treatment. However, S. polyantha had low germination rates (19-24%). After one year, the expanded leaves showed different characteristics among the studied species. Leaves of S. brasiliensis were ovate, coriaceous, three main veins and prickle-like structures only on the midrib on abaxial face. S. campestris leaves were oblong, coriaceous and prickle-like structures were located at the leaf midrib and margin. S. cissoides had ovate-elliptic, membranaceous leaves, with three main veins with prickle-like structures on the abaxial face. S. polyantha leaves showed ovate-elliptic. coriaceous leaves, with three main veins, translucent secondary veins and no prickle-like structures. A seedling identification key was elaborated based on morphological characteristics. Rev. Biol. Trop. 60 (1): 495-504. Epub 2012 March 01.
Resumo:
We present two-dimensional (2D) two-particle angular correlations measured with the STAR detector on relative pseudorapidity eta and azimuth phi for charged particles from Au-Au collisions at root s(NN) = 62 and 200 GeV with transverse momentum p(t) >= 0.15 GeV/c, vertical bar eta vertical bar <= 1, and 2 pi in azimuth. Observed correlations include a same-side (relative azimuth <pi/2) 2D peak, a closely related away-side azimuth dipole, and an azimuth quadrupole conventionally associated with elliptic flow. The same-side 2D peak and away-side dipole are explained by semihard parton scattering and fragmentation (minijets) in proton-proton and peripheral nucleus-nucleus collisions. Those structures follow N-N binary-collision scaling in Au-Au collisions until midcentrality, where a transition to a qualitatively different centrality trend occurs within one 10% centrality bin. Above the transition point the number of same-side and away-side correlated pairs increases rapidly relative to binary-collision scaling, the eta width of the same-side 2D peak also increases rapidly (eta elongation), and the phi width actually decreases significantly. Those centrality trends are in marked contrast with conventional expectations for jet quenching in a dense medium. The observed centrality trends are compared to perturbative QCD predictions computed in HIJING, which serve as a theoretical baseline, and to the expected trends for semihard parton scattering and fragmentation in a thermalized opaque medium predicted by theoretical calculations and phenomenological models. We are unable to reconcile a semihard parton scattering and fragmentation origin for the observed correlation structure and centrality trends with heavy-ion collision scenarios that invoke rapid parton thermalization. If the collision system turns out to be effectively opaque to few-GeV partons the present observations would be inconsistent with the minijet picture discussed here. DOI: 10.1103/PhysRevC.86.064902