FractalPark
이색보통

Inverted Lambda

복소 로지스틱 점화식에 유리 이차 항을 더한 혼합 사상이에요. 움직이는 극을 궤도 안으로 들여와요.

탐색기에서 열기
밝은 단층선과 매듭 같은 구조로 갈라진 어두운 돌출부를 가진 Inverted Lambda 프랙탈
Inverted Lambda 매개변수 평면: 유리 보정에 끊긴 로지스틱 돌출부, 이음새와 갑작스러운 스케일 변화가 함께 보여요.

개요

Inverted Lambda는 Lambda 프랙탈의 로지스틱 점화식에서 시작해 유리 보정 항을 더해요. 첫 번째 항 c·z(1−z)는 표준 복소 로지스틱 사상이에요. 두 번째 항 0.18/(z² + c)은 역수형 이차 항인데, 분모가 0에 가까워지면 궤도를 아주 큰 값으로 내던질 수 있어요.

그 분수가 규칙을 바꿔요. 순수 로지스틱 사상은 어디서나 매끄러운 다항식이지만, Inverted Lambda는 움직이는 극을 가진 유리 사상이에요. 궤도는 제한 없는 성장을 통해, 또는 제수에 너무 가까이 다가가서 무한대를 향할 수 있어요. 원래 사상의 둥근 돌출부는 남아 있지만, 톱니 모양 이음새, 매듭 같은 얽힘, 갑작스러운 스케일 변화가 그 사이를 가로질러요.

0.18은 또 다른 매개변수가 아니라 고정값이에요. 적당한 반복 횟수 안에서 다항식 기여와 유리 기여가 모두 활성화되도록 유지해 줘요.

수학

Lambda-reciprocal iteration

z(n+1) = c z(n)(1 - z(n)) + 0.18 / (z(n)^2 + c)

Every step combines two contributions. First comes c·z(1−z), the quadratic logistic step behind the Lambda parameter set. Then comes a rational correction with fixed numerator 0.18 and denominator z² + c. A large denominator makes that correction small, so the map nearly follows the pure logistic version. Near z² + c = 0, it surges and may send the orbit far away.

Take c = 1 + i and start at z₀ = 0. The first term gives 1 × 0 × 1 = 0. The second term: 0.18 / (0 + (1+i)) = 0.18/(1+i) = 0.09 − 0.09i. So z₁ ≈ 0.09 − 0.09i: a small nudge away from the logistic baseline. On later steps the rational term keeps steering, creating paths unavailable to the pure logistic family. The denominator z² + c marks the poles—near-singular values—and their positions move with c.

역사

Inverted Lambda is a hybrid construction joining two well-studied complex-dynamics families. Its logistic base comes from the lambda fractal tradition studied by Mandelbrot (1980). Adding a reciprocal quadratic term to a polynomial map relates to singular perturbation, which Curt McMullen explored in the late 1980s for rational maps zⁿ + λ/zⁿ.

This particular pairing—a logistic map and a reciprocal quadratic with a fixed constant numerator—appears to be a novel fractal-rendering formulation. It does not trace to one historical paper; it draws on ideas developed across decades of complex-dynamics research. “Inverted Lambda” describes the construction rather than a term from the research literature.

시각적 특징

The parameter plane keeps the logistic family’s rounded lobes, but sharp seams, dense knots, and patches where color suddenly deepens or brightens interrupt them. Near a pole, an orbit makes a large jump, and the escape-time coloring records that break.

It can resemble a smooth surface cracked from within. Far from the poles, the parent Lambda structure is still legible; the rational correction draws angular, crystalline detail across it.

리믹스와 예제

표준 문서에서 시작하기

이 가이드가 사용하는 동일한 승인된 수식 상태를 연 다음, 인터랙티브 탐색기에서 뷰, 컬러링, 변환, 애니메이션을 바꿔보세요.

자주 묻는 질문

What is inverted in this formula?

“Inverted” names the reciprocal term added to the logistic recurrence. It is not a geometric flip of the image or a reflection of the parameter plane. The reciprocal quadratic term 1/(z² + c) is the inversion meant here.

Where can poles occur?

A pole occurs wherever the denominator z² + c is zero — that is, when z = ±√(−c). Since c is free, pole locations depend on the parameter being explored. An evolving orbit may pass close to one, making the rational term spike and the trajectory jump far away.

참고 자료

소스 해설

  1. frm-v1:5aa4f9b2c35d3bded213756bb80da01f95fef7ee766779a7f02090a1116a0e9a:init/0

    invertedLambda에서는 초기화 노드는 다음만 실행해요: ismand이면 z = 0, 아니면 z = pixel.

  2. frm-v1:5aa4f9b2c35d3bded213756bb80da01f95fef7ee766779a7f02090a1116a0e9a:loop/0

    invertedLambda에서는 이 반복 노드는 다음만 실행해요: oneMinusZ = (1, 0) - z.

  3. frm-v1:5aa4f9b2c35d3bded213756bb80da01f95fef7ee766779a7f02090a1116a0e9a:bailout

    invertedLambda에서는 bailout 노드는 다음만 검사해요: |z| <= 256.

구문 특징

initialization-flow

invertedLambda에서는 초기화 특징은 하나의 시작 연산 ismand이면 z = 0, 아니면 z = pixel에 초점을 맞춰요.

iteration-flow

invertedLambda에서는 반복 특징은 하나의 대입 oneMinusZ = (1, 0) - z에 초점을 맞춰요.

bailout-test

invertedLambda에서는 종료 특징은 비교 |z| <= 256에 초점을 맞춰요.

매개변수 실험

단계

  1. invertedLambda을 고정된 매개변수 평면 기준으로 렌더링하세요: 중심 (-0.5, 0), 확대 0.4, 회전 0, 및 96회 반복.
  2. 반복 횟수만 바꾸고 기준은 고정한 채 48회로 한 번 렌더링한 뒤 96회 기준과 비교하세요.

관찰할 내용

invertedLambda에서는 48회와 96회 반복의 비교에서 달라지는 점이 있는지 기록하고 소스 제한 |z| <= 256을 적으세요.

연습

invertedLambda에서는 세 주석을 찾아 ismand이면 z = 0, 아니면 z = pixel, oneMinusZ = (1, 0) - z, |z| <= 256을 설명하고 그리고 이웃 명령이 반복 주석에 속하지 않는 이유를 설명하세요.

완료 확인

invertedLambda에서는 모든 3개 주석 키를 열거하고 oneMinusZ = (1, 0) - z와 |z| <= 256의 역할을 정확히 설명하면 완료예요.

출처 및 권리

출처 정보는 영어 사실 단위에 있어요.

권리 정보는 영어 사실 단위에 있어요.

수식 레코드

invertedLambda

이 FractalPark 표준 구현은 게시되어 실행할 수 있습니다.

invertedLambda의 결정적 미리보기

표준 소스

언어
frm-like/1
표준 라이브러리
1
프로필 모드
parameter-plane
프로필 중심
-0.5, 0
프로필 확대
0.4
프로필 반복 횟수
96
프로필 근거
mechanical

매개변수

선언된 매개변수 없음

표준 소스

검증된 표준 리비전은 읽기 전용입니다. Remix는 별도의 편집 가능한 포크를 만듭니다.

표준 소스를 불러오는 중…

출처 및 현재 구현

수식 ID
c6b5dcf4-cef5-5630-b3f6-a68b92ae75ee
표준 이름
invertedLambda
원래 이름
invertedLambda
역사적 출처
FractalPark
현재 구현
프로젝트 소유

FractalPark 프로젝트 소유 구현입니다. 연결된 파일은 고정된 정식 Definition입니다.

권리 또는 저작자 표시에 문제가 있나요?

수식 ID와 근거 자료를 보내 주세요. 검토 중에는 관리자가 구현을 보류하거나 철회할 수 있습니다. contact@fractalpark.com