Microbial cooperation

From formulasearchengine
Jump to navigation Jump to search

In mathematics, the characteristic equation (or auxiliary equation[1]) is an algebraic equation of degree n on which depends the solutions of a given nth-order differential equation.[2] The characteristic equation can only be formed when the differential equation is linear, homogeneous, and has constant coefficients.[1] Such a differential equation, with y as the dependent variable and an,an1,,a1,a0 as constants,

any(n)+an1y(n1)++a1y+a0y=0

will have a characteristic equation of the form

anrn+an1rn1++a1r+a0=0

where rn,rn1,,r are the roots from which the general solution can be formed.[1][3][4] This method of integrating linear ordinary differential equations with constant coefficients was discovered by Leonhard Euler, who found that the solutions depended on an algebraic 'characteristic' equation.[2] The qualities of the Euler's characteristic equation were later considered in greater detail by French mathematicians Augustin-Louis Cauchy and Gaspard Monge.[2][4]

Derivation

Starting with a linear homogeneous differential equation with constant coefficients an,an1,,a1,a0,

any(n)+an1y(n1)++a1y'+a0y=0

it can be seen that if y(x)=erx, each term would be a constant multiple of erx. This results from the fact that the derivative of the exponential function erx is a multiple of itself. Therefore, y=rerx, y=r2erx, and y(n)=rnerx are all multiples. This suggests that certain values of r will allow multiples of erx to sum to zero, thus solving the homogeneous differential equation.[3] In order to solve for r, one can substitute y=erx and its derivatives into the differential equation to get

anrnerx+an1rn1erx++a1rerx+a0erx=0

Since erx can never equate to zero, it can be divided out, giving the characteristic equation

anrn+an1rn1++a1r+a0=0

By solving for the roots, r, in this characteristic equation, one can find the general solution to the differential equation.[1][4] For example, if r is found to equal to 3, then the general solution will be y(x)=ce3x, where c is a constant.

Formation of the general solution

HostGator is a well understood webhosting in the company. Although they do not do anything that boggles the mind or spectacular, but they do what is needed. HostGator provides quality hosting services, does not make the most of their consumers, reacts to live chat requests, replies to emails, and responses their telephones. Most hosting internet sites don't do these things properly or at all. However, HostGator has made these things their keystone of success.

HostGator does not utilize marketing tactics. The purchasing procedure and terms of service of HostGator is basic.

Hostgator will help you without you having to constantly requesting their assistance in spite of what the book says. In addition, HostGator's telephone support is great. HostGator also offers additional various other services including script setup, SSL certificates, domain registration, business services, and web design. On the add section of their Support Center they outline all of their upgrades extremely plainly.

The control panel that HostGator makes use of is known as cPanel. All of the hosting accounts of HostGator use the exact same basic cPanel. If you cherished this posting and you would like to obtain additional data pertaining to http://www.hostgator1centcoupon.info/ kindly check out our website. There a couple of advertisements that are linked to HostGator cPanel, however these shouldn't be a problem for a lot of people.

HostGator cPanel isn't a distinct attribute. This indicates that the majority of hosting internet sites utilize cPanel as a primary website management system for their clients.

HostGator offers a high quality webhosting service. Their upload speeds are reliable and fast regardless if you are using an application based FTP program or the FTP cPanel which is developed in. With the standard or lower strategy the HostGator has a website loading speed is typical. Obviously, you will get even more speed with the strategies that are more pricey. You will get above typical outcomes at a fair rate with HostGator. They don't have any marketing projects. You must get in touch with HostGator if you wish to run even more extensive PHP server side websites.

Click right here to find out more about the HostGator discount coupons Solving the characteristic equation for its roots, r1,,rn, allows one to find the general solution of the differential equation. The roots may be real and/or complex, as well as distinct and/or repeated. If a characteristic equation has parts with distinct real roots, h repeated roots, and/or k complex roots corresponding to general solutions of yD(x), yR1(x),,yRh(x), and yC1(x),,yCk(x), respectively, then the general solution to the differential equation is

y(x)=yD(x)+yR1(x)++yRh(x)+yC1(x)++yCk(x)

Distinct real roots

The superposition principle for linear homogeneous differential equations with constant coefficients says that if u1,,un are n linearly independent solutions to a particular differential equation, then c1u1++cnun is also a solution for all values c1,,cn.[1][5] Therefore, if the characteristic equation has distinct real roots r1,,rn, then a general solution will be of the form

yD(x)=c1er1x+c2er2x++cnernx

Repeated real roots

If the characteristic equation has a root r1 that is repeated k times, then it is clear that yp(x)=c1er1x is at least one solution.[1] However, this solution lacks linearly independent solutions from the other k1 roots. Since r1 has multiplicity k, the differential equation can be factored into[1]

(ddxr1)ky=0

The fact that yp(x)=c1er1x is one solution allows one to presume that the general solution may be of the form y(x)=u(x)er1x, where u(x) is a function to be determined. Substituting uer1x gives

(ddxr1)uer1x=ddx(uer1x)r1uer1x=ddx(u)er1x+r1uer1xr1uer1x=ddx(u)er1x

when k=1. By applying this fact k times, it follows that

(ddxr1)kuer1x=dkdxk(u)er1x=0

By dividing out er1x, it can be seen that

dkdxk(u)=u(k)=0

However, this is the case if and only if u(x) is a polynomial of degree k1, so that u(x)=c1+c2x+c3x2++ckxk1.[4] Since y(x)=uer1x, the part of the general solution corresponding to r1 is

yR(x)=er1x(c1+c2x++ckxk1)

Complex roots

If the characteristic equation has complex roots of the form r1=a+bi and r2=abi, then the general solution is accordingly y(x)=c1e(a+bi)x+c2e(abi)x. However, by Euler's formula, which states that eiθ=cosθ+isinθ, this solution can be rewritten as follows:

y(x)=c1e(a+bi)x+c2e(abi)x=c1eax(cosbx+isinbx)+c2eax(cosbxisinbx)=(c1+c2)eaxcosbx+i(c1c2)eaxsinbx

where c1 and c2 are constants that can be complex.[4]

Note that if c1=c2=12, then the particular solution y1(x)=eaxcosbx is formed.

Similarly, if c1=12i and c2=12i, then the independent solution formed is y2(x)=eaxsinbx. Thus by the superposition principle for linear homogeneous differential equations with constant coefficients, the part of a differential equation having complex roots r=a±bi will result in the following general solution:yC(x)=eax(c1cosbx+c2sinbx)

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  2. 2.0 2.1 2.2 Template:Cite web
  3. 3.0 3.1 Template:Cite web
  4. 4.0 4.1 4.2 4.3 4.4 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  5. Template:Cite web