{"id":80,"date":"2025-11-10T13:40:58","date_gmt":"2025-11-10T13:40:58","guid":{"rendered":"https:\/\/potentsky.com\/math\/?p=80"},"modified":"2025-11-10T13:41:11","modified_gmt":"2025-11-10T13:41:11","slug":"lambert-w-function-optimized","status":"publish","type":"post","link":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/","title":{"rendered":"Lambert W function Optimized"},"content":{"rendered":"\n\n<!-- \u2705 Post Title -->\n<h1>Solving \\( 5^x = 100x &#8211; 175 \\) Exactly Using the Lambert W Function \u2014 No Guesswork<\/h1>\n\n<p>\nMost AI solvers can handle algebraic equations, but they often fail with mixed exponential-linear forms such as:\n<\/p>\n\n<p style=\"text-align:center;\">\n\\[\n5^x = 100x &#8211; 175 \n\\]\n<\/p>\n\n<p>\nIn this article, we\u2019ll derive <strong>exact symbolic solutions<\/strong> using the <strong>Lambert W function<\/strong> \u2014 without guessing, rounding, or numerical approximations.\n<\/p>\n\n<hr>\n\n<h2>\ud83e\uddee Step 1: Rearrange the Equation<\/h2>\n\n<p>\nStart from:\n\\[\n5^x = 100x &#8211; 175\n\\]\nMove constants and simplify:\n\\[\n5^x = 100(x &#8211; 1.75)\n\\]\nDivide both sides by \\(100\\):\n\\[\n\\frac{5^x}{100} = x &#8211; 1.75\n\\]\nLet \\( y = x &#8211; 1.75 \\Rightarrow x = y + 1.75 \\). Substituting:\n\\[\n\\frac{5^{y + 1.75}}{100} = y\n\\]\n<\/p>\n\n<hr>\n\n<h2>\u2699\ufe0f Step 2: Prepare for the Lambert W Form<\/h2>\n\n<p>\nRewrite the equation:\n\\[\ny e^{-y \\ln 5} = \\frac{5^{1.75}}{100} \n\\]\nMultiply both sides by \\(-\\ln 5\\):\n\\[\n(-y\\ln 5)e^{-y\\ln 5} = -\\frac{\\ln 5}{100}5^{1.75}\n\\]\nLet \\( u = -y\\ln 5 \\). Then the equation becomes:\n\\[\nu e^{u} = -\\frac{\\ln 5}{100}5^{1.75}\n\\]\nBy definition of the Lambert W function:\n\\[\nu = W_k\\!\\left(-\\frac{\\ln 5}{100}5^{1.75}\\right)\n\\]\n<\/p>\n\n<hr>\n\n<h2>\ud83e\udde9 Step 3: Solve for \\(x\\)<\/h2>\n\n<p>\n\\[\n-y\\ln 5 = W_k\\!\\left(-\\frac{\\ln 5}{100}5^{1.75}\\right)\n\\Rightarrow y = -\\frac{1}{\\ln 5}W_k\\!\\left(-\\frac{\\ln 5}{100}5^{1.75}\\right)\n\\]\n\\[\nx = 1.75 &#8211; \\frac{1}{\\ln 5}W_k\\!\\left(-\\frac{\\ln 5}{100}5^{1.75}\\right)\n\\]\n<\/p>\n\n<hr>\n\n<h2>\ud83c\udf3f Step 4: Understanding the Two Real Branches<\/h2>\n\n<p>\nThe argument of \\(W\\) lies in the range \\((-1\/e, 0)\\), so both real branches \\(W_0\\) and \\(W_{-1}\\) exist.\n<\/p>\n\n<p style=\"text-align:center;\">\n\\[\nx = 1.75 &#8211; \\frac{1}{\\ln 5}W_k\\!\\left(-\\frac{\\ln 5}{100}5^{1.75}\\right),\n\\quad k \\in \\{0, -1\\}\n\\]\n<\/p>\n\n<table border=\"1\" cellpadding=\"6\" style=\"border-collapse:collapse; margin:auto;\">\n<thead>\n<tr><th>Branch<\/th><th>Range<\/th><th>Exact \\(x\\)<\/th><th>Interpretation<\/th><\/tr>\n<\/thead>\n<tbody>\n<tr><td>\\(W_0\\)<\/td><td>\\(W_0(z) \\ge -1\\)<\/td><td>\\(x = 2\\)<\/td><td>Principal branch<\/td><\/tr>\n<tr><td>\\(W_{-1}\\)<\/td><td>\\(W_{-1}(z) \\le -1\\)<\/td><td>\\(x = 3\\)<\/td><td>Lower branch<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n<p>\nThus, the two exact integer solutions are:\n\\[\n\\boxed{x = 2 \\text{ (from } W_0)}, \\quad \\boxed{x = 3 \\text{ (from } W_{-1})}\n\\]\n<\/p>\n\n<hr>\n\n<h2>\ud83d\udd2c Step 5: Why Many AI Solvers Miss This<\/h2>\n\n<ul>\n  <li>They fail to isolate \\(x\\) into the canonical form \\(u e^u = k\\).<\/li>\n  <li>They ignore the domain restriction \\(-1\/e \\le z < 0\\).<\/li>\n  <li>They don\u2019t consider both real branches of the Lambert W function.<\/li>\n<\/ul>\n\n<p>\nThat\u2019s why numeric approximations appear, while the analytic Lambert W method yields <strong>two exact integer roots<\/strong>.\n<\/p>\n\n<hr>\n\n<h2>\ud83d\udcca Step 6: Comparison Table<\/h2>\n\n<table border=\"1\" cellpadding=\"6\" style=\"border-collapse:collapse; margin:auto;\">\n<thead>\n<tr><th>Method<\/th><th>Result<\/th><th>Explanation<\/th><\/tr>\n<\/thead>\n<tbody>\n<tr><td>DeepSeek (AI)<\/td><td>Approximate roots only<\/td><td>Stopped before canonical W-form reduction<\/td><\/tr>\n<tr><td>Analytical (Lambert W)<\/td><td>\\(x = 2, 3\\)<\/td><td>Exact symbolic solutions from \\(W_0\\) and \\(W_{-1}\\)<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n<hr>\n\n<h2>\ud83d\ude80 Conclusion<\/h2>\n\n<p>\nThe <strong>Lambert W function<\/strong> provides a precise and elegant way to solve transcendental equations involving exponentials and linear terms.  \nHere, it revealed two <em>exact integer solutions<\/em> where even powerful AI systems relied on approximations.\n<\/p>\n\n<p style=\"text-align:center;\">\n\\[\nx = \\frac{7}{4} &#8211; \\frac{1}{\\ln 5}W_k\\!\\left(-\\frac{\\ln 5}{100}5^{7\/4}\\right),\n\\quad k \\in \\{0, -1\\}\n\\]\n<\/p>\n\n<p>\nThis corresponds exactly to \\(x = 2\\) and \\(x = 3\\).\n<\/p>\n\n<hr>\n\n<h2>\ud83e\udded Tags<\/h2>\n<p>\n<em>Lambert W function, algebra, transcendental equations, exponential equations, symbolic math, AI math, DeepSeek, advanced algebra<\/em>\n<\/p>\n\n<!-- \u2705 Optional: Enable MathJax if your WordPress theme doesn\u2019t include it -->\n<script>\nwindow.MathJax = {\n  tex: { inlineMath: [['$', '$'], ['\\\\(', '\\\\)']] },\n  svg: { fontCache: 'global' }\n};\n<\/script>\n<script async src=\"https:\/\/cdn.jsdelivr.net\/npm\/mathjax@3\/es5\/tex-mml-chtml.js\"><\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Solving \\( 5^x = 100x &#8211; 175 \\) Exactly Using the Lambert W Function \u2014 No Guesswork Most AI solvers can handle algebraic equations, but they often fail with mixed exponential-linear forms such as: \\[ 5^x = 100x &#8211; 175 \\] In this article, we\u2019ll derive exact symbolic solutions using the Lambert W function \u2014 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[1],"tags":[],"class_list":["post-80","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lambert W function Optimized - Math Lab<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lambert W function Optimized - Math Lab\" \/>\n<meta property=\"og:description\" content=\"Solving ( 5^x = 100x &#8211; 175 ) Exactly Using the Lambert W Function \u2014 No Guesswork Most AI solvers can handle algebraic equations, but they often fail with mixed exponential-linear forms such as: [ 5^x = 100x &#8211; 175 ] In this article, we\u2019ll derive exact symbolic solutions using the Lambert W function \u2014 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/\" \/>\n<meta property=\"og:site_name\" content=\"Math Lab\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-10T13:40:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-10T13:41:11+00:00\" \/>\n<meta name=\"author\" content=\"Joshua\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joshua\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/\"},\"author\":{\"name\":\"Joshua\",\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/#\\\/schema\\\/person\\\/b2a9bf0cb9f09e1d72de7e8f6460dc91\"},\"headline\":\"Lambert W function Optimized\",\"datePublished\":\"2025-11-10T13:40:58+00:00\",\"dateModified\":\"2025-11-10T13:41:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/\"},\"wordCount\":427,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/\",\"url\":\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/\",\"name\":\"Lambert W function Optimized - Math Lab\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/#website\"},\"datePublished\":\"2025-11-10T13:40:58+00:00\",\"dateModified\":\"2025-11-10T13:41:11+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/#\\\/schema\\\/person\\\/b2a9bf0cb9f09e1d72de7e8f6460dc91\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/lambert-w-function-optimized\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/potentsky.com\\\/math\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lambert W function Optimized\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/#website\",\"url\":\"https:\\\/\\\/potentsky.com\\\/math\\\/\",\"name\":\"Math Lab\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/potentsky.com\\\/math\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/potentsky.com\\\/math\\\/#\\\/schema\\\/person\\\/b2a9bf0cb9f09e1d72de7e8f6460dc91\",\"name\":\"Joshua\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2f5362f3e068031e1f555d7ea5fc50971f872d9b25f5fe7a67cdf2139ee49118?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2f5362f3e068031e1f555d7ea5fc50971f872d9b25f5fe7a67cdf2139ee49118?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2f5362f3e068031e1f555d7ea5fc50971f872d9b25f5fe7a67cdf2139ee49118?s=96&d=mm&r=g\",\"caption\":\"Joshua\"},\"sameAs\":[\"https:\\\/\\\/potentsky.com\"],\"url\":\"https:\\\/\\\/potentsky.com\\\/math\\\/author\\\/joshua\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lambert W function Optimized - Math Lab","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/","og_locale":"en_US","og_type":"article","og_title":"Lambert W function Optimized - Math Lab","og_description":"Solving ( 5^x = 100x &#8211; 175 ) Exactly Using the Lambert W Function \u2014 No Guesswork Most AI solvers can handle algebraic equations, but they often fail with mixed exponential-linear forms such as: [ 5^x = 100x &#8211; 175 ] In this article, we\u2019ll derive exact symbolic solutions using the Lambert W function \u2014 [&hellip;]","og_url":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/","og_site_name":"Math Lab","article_published_time":"2025-11-10T13:40:58+00:00","article_modified_time":"2025-11-10T13:41:11+00:00","author":"Joshua","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Joshua","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/#article","isPartOf":{"@id":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/"},"author":{"name":"Joshua","@id":"https:\/\/potentsky.com\/math\/#\/schema\/person\/b2a9bf0cb9f09e1d72de7e8f6460dc91"},"headline":"Lambert W function Optimized","datePublished":"2025-11-10T13:40:58+00:00","dateModified":"2025-11-10T13:41:11+00:00","mainEntityOfPage":{"@id":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/"},"wordCount":427,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/","url":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/","name":"Lambert W function Optimized - Math Lab","isPartOf":{"@id":"https:\/\/potentsky.com\/math\/#website"},"datePublished":"2025-11-10T13:40:58+00:00","dateModified":"2025-11-10T13:41:11+00:00","author":{"@id":"https:\/\/potentsky.com\/math\/#\/schema\/person\/b2a9bf0cb9f09e1d72de7e8f6460dc91"},"breadcrumb":{"@id":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/potentsky.com\/math\/lambert-w-function-optimized\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/potentsky.com\/math\/"},{"@type":"ListItem","position":2,"name":"Lambert W function Optimized"}]},{"@type":"WebSite","@id":"https:\/\/potentsky.com\/math\/#website","url":"https:\/\/potentsky.com\/math\/","name":"Math Lab","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/potentsky.com\/math\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/potentsky.com\/math\/#\/schema\/person\/b2a9bf0cb9f09e1d72de7e8f6460dc91","name":"Joshua","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2f5362f3e068031e1f555d7ea5fc50971f872d9b25f5fe7a67cdf2139ee49118?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2f5362f3e068031e1f555d7ea5fc50971f872d9b25f5fe7a67cdf2139ee49118?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2f5362f3e068031e1f555d7ea5fc50971f872d9b25f5fe7a67cdf2139ee49118?s=96&d=mm&r=g","caption":"Joshua"},"sameAs":["https:\/\/potentsky.com"],"url":"https:\/\/potentsky.com\/math\/author\/joshua\/"}]}},"_links":{"self":[{"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/posts\/80","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/comments?post=80"}],"version-history":[{"count":1,"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/posts\/80\/revisions"}],"predecessor-version":[{"id":81,"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/posts\/80\/revisions\/81"}],"wp:attachment":[{"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/media?parent=80"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/categories?post=80"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/potentsky.com\/math\/wp-json\/wp\/v2\/tags?post=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}