File size: 2,252 Bytes
fe0c99f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "categories": [
    {
      "id": "core",
      "name": "Core Concepts"
    },
    {
      "id": "calculus",
      "name": "Calculus Topics"
    }
  ],
  "symbols": [
    {
      "id": "lim",
      "symbol": "lim",
      "name": "Limit operator",
      "meaning": "Describes the value a function approaches."
    },
    {
      "id": "integral",
      "symbol": "∫",
      "name": "Integral operator",
      "meaning": "Represents accumulation and area."
    }
  ],
  "formulas": [
    {
      "id": "power_rule",
      "name": "Power Rule",
      "plain": "d/dx (x^n) = n*x^(n-1)",
      "latex": "\\frac{d}{dx}x^n = nx^{n-1}",
      "tags": [
        "derivatives"
      ]
    }
  ],
  "topics": [
    {
      "id": "topic-template-derivative",
      "category": "calculus",
      "title": "Derivative Workflow Template",
      "summary": "Template entry showing how a concept page is structured.",
      "narrative": "Use this section for the plain-language teaching narrative. Explain what a derivative means, when to use it, and why the rule works.",
      "symbols": [
        "lim"
      ],
      "formulas": [
        "power_rule"
      ],
      "examples": [
        {
          "id": "example-template-1",
          "title": "Example Template",
          "problem": "d/dx (x^3)",
          "steps": [
            {
              "title": "Identify rule",
              "explanation": "Use the power rule because the function is x raised to a power.",
              "math": "d/dx (x^3)"
            },
            {
              "title": "Apply rule",
              "explanation": "Bring exponent down and subtract one from exponent.",
              "math": "3x^2"
            }
          ]
        }
      ],
      "related": [
        "topic-template-limit"
      ]
    },
    {
      "id": "topic-template-limit",
      "category": "core",
      "title": "Limit Workflow Template",
      "summary": "Template entry for linked-topic navigation.",
      "narrative": "Use this section to explain limit intuition, one-sided limits, and infinity behavior in plain language.",
      "symbols": [
        "lim"
      ],
      "formulas": [],
      "examples": [],
      "related": [
        "topic-template-derivative"
      ]
    }
  ]
}