Editing
Sexual Selection
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Sexual Selection is a mode of natural selection where individuals with certain inherited characteristics are more likely than other individuals to obtain mates. While "Natural Selection" is about survival (The Struggle for Life), "Sexual Selection" is about reproduction (The Struggle for Mates). This explains why nature is full of traits that actually '''hurt''' survivalβlike the heavy, bright tail of a Peacock or the loud, dangerous croak of a frog. These traits exist because the "Cost" of being eaten is outweighed by the "Benefit" of having more babies. It is the engine behind the beauty, song, and complexity of the animal kingdom. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Sexual Selection''' β Selection for traits that increase an individual's mating success. * '''Intrasexual Selection''' β Competition between members of the same sex (usually males) for access to mates (e.g., "Combat" or "Antlers"). * '''Intersexual Selection''' β When one sex (usually females) chooses a mate based on specific traits (e.g., "Choice" or "Beauty"). * '''Sexual Dimorphism''' β Distinct differences in appearance between males and females of the same species. * '''The Handicap Principle''' β The idea that "Expensive" traits (like a heavy tail) are honest signals of quality because only a very healthy male could survive with them. * '''Fisherian Runaway''' β A feedback loop where a female preference and a male trait evolve together until the trait becomes extreme. * '''Good Genes Hypothesis''' β The theory that females choose traits that are "markers" for a strong immune system or overall health. * '''Parental Investment''' β The time and energy a parent spends on an offspring at the cost of the parent's ability to invest in other offspring. * '''Lek''' β An area where males gather to perform competitive displays to attract females. * '''Nuptial Gift''' β A physical resource (like food) provided by a mate to increase their chances of mating. * '''Sperm Competition''' β A form of post-mating competition where the sperm of different males compete to fertilize the same egg. * '''Anisogamy''' β The condition of having gametes of different sizes (small, cheap sperm vs. large, expensive eggs). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Sexual selection is understood through '''Investment''' and '''Honest Signaling'''. '''1. The Root Cause (Anisogamy)''': Why are females usually the "Choosers"? * A female has a limited number of eggs. Each one is a massive investment of energy. * A male has billions of "cheap" sperm. * '''The Result''': A male can have 1,000 babies by mating with 1,000 females. A female can only have a few babies regardless of how many males she mates with. Therefore, she must be "Picky" to ensure her limited eggs get the best possible genes. '''2. Honest Signaling (The Handicap)''': If a male peacock could "fake" being healthy, he would. * But a 10-pound, bright tail is impossible to fake. If you are sick or weak, you can't grow it, and you'll be eaten by a tiger. * By choosing the male with the biggest tail, the female is choosing a male whose genes are so good that they can "overcome" the handicap of the tail. '''3. The Runaway Loop''': * Females like long tails. * Long-tailed males have more sons (who also have long tails) and more daughters (who also like long tails). * Over generations, the tail gets longer and longer just because "everyone likes it," even if it serves no other purpose. This only stops when the tail becomes so big that the bird can no longer fly at all. '''The Sexy Son Hypothesis''': This is a subset of the runaway loop. A female might choose an "attractive" male not because he has "good genes" for health, but simply because her ''sons'' will also be attractive and therefore have more babies of their own. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Mating Preference' (The Selection Gradient):''' <syntaxhighlight lang="python"> def calculate_offspring_success(survival_score, attractiveness_score): """ Shows the trade-off between 'Staying Alive' and 'Getting Mates'. """ # Survival determines IF you reach mating age # Attractiveness determines HOW MANY mates you get if survival_score < 0.3: return 0 # Died before mating mating_success = int(attractiveness_score * 10) return mating_success # Case A: Dull bird (High survival, Low attractiveness) print(f"Dull Bird babies: {calculate_offspring_success(0.9, 0.2)}") # Case B: Flashy bird (Low survival, High attractiveness) print(f"Flashy Bird babies: {calculate_offspring_success(0.4, 0.8)}") # Even if Case B dies younger, they leave behind 4x more # genes, so 'Flashiness' wins in the end. </syntaxhighlight> ; Sexual Landmarks : '''The Peacock's Tail''' β Darwin's biggest headache; he said, "The sight of a feather in a peacock's tail, whenever I gaze at it, makes me sick!" until he invented sexual selection. : '''The Irish Elk''' β An extinct deer with antlers 12 feet wide; a classic example of sexual selection pushing a trait to a dangerous extreme. : '''Bowerbirds''' β Birds that build elaborate, colorful "huts" (bowers) and decorate them with blue objects to impress females. : '''Fireflies''' β Using specific "light patterns" to find mates in the dark; a mistake in the pattern means you are the wrong species. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Natural Selection vs. Sexual Selection ! Feature !! Natural Selection (Survival) !! Sexual Selection (Reproduction) ! Selection Agent !! The Environment (Predators/Food) !! The Opposite Sex (Mates) |- | Goal || To stay alive as long as possible || To have as many babies as possible |- | Trait Effect || Usually makes the animal 'Efficient' || Often makes the animal 'Inefficient' / Flashy |- | Analogy || An engineer designing a car for fuel economy || A designer making a car for 'Status' and 'Style' |} '''The Concept of "Parental Investment"''': Robert Trivers argued that the sex that invests more in the offspring (usually the female) will be the one that is "competed for." Analyzing the "Cost of Parenting" is how we explain why in some species (like Seahorses), the '''Males''' are the choosy ones and the '''Females''' are the colorful ones. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating a sexual trait: # '''Cost''': How much energy or risk does the trait take to maintain? # '''Variance''': Do a few "Top Males" get all the matings while the others get zero (a sign of strong sexual selection)? # '''Sensory Bias''': Does the female "preference" exist before the male "trait" (e.g., do they like 'Orange' because they eat orange fruit)? # '''Honesty''': Can the trait be "cheated" (e.g., can a weak bird use 'stolen' feathers)? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Sexual Selection in Humans''': The controversial study of how music, art, and humor might be "Fitness Displays" evolved to attract mates. # '''Assortative Mating in the Digital Age''': How dating apps and "Swiping" are changing the selection pressures on the human population. # '''The End of Sexual Dimorphism''': How species might evolve to be more similar as parental roles become more equal. # '''Conservation and Choice''': Why "Captive Breeding" programs often fail because they don't allow animals to "Choose" their own mates based on natural signals. [[Category:Biology]] [[Category:Evolutionary Biology]] [[Category:Psychology]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information