{"id":3838,"date":"2026-06-09T12:28:40","date_gmt":"2026-06-09T12:28:40","guid":{"rendered":"https:\/\/www.mathros.net.ua\/en\/?p=3838"},"modified":"2026-06-09T14:28:06","modified_gmt":"2026-06-09T14:28:06","slug":"differentiation-rules-and-table-of-derivatives","status":"publish","type":"post","link":"https:\/\/www.mathros.net.ua\/en\/differentiation-rules-and-table-of-derivatives.html","title":{"rendered":"Differentiation Rules and Table of Derivatives: A Convenient Approach to Finding Derivatives"},"content":{"rendered":"<p>The <a title=\"Derivative of a function\" href=\"https:\/\/www.mathros.net.ua\/en\/derivative-of-a-function.html\">derivative<\/a> is one of the key concepts in <a title=\"What is calculus\" href=\"http:\/\/derivative-of-a-function\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">calculus<\/a>. However, finding it by using the definition every time is not very convenient. That is why, in practical calculations, we use differentiation rules and a special reference block called the table of derivatives. They help us find derivatives of composite expressions, sums, products, quotients, and basic elementary functions more quickly. How should we work correctly? First, it is useful to determine the structure of the function, and only then choose the right rule or formula.<\/p>\n<h2>Differentiation Rules: How to Work with Different Types of Functions<\/h2>\n<p>Let\u2019s start with the main idea. If a function consists of several parts, we usually find its derivative by using ready-made rules instead of returning to the definition. This makes the work much easier. After all, why return to limits every time if we already have proven formulas?<\/p>\n<h2>Basic Differentiation Rules<\/h2>\n<p>The simplest rule concerns a constant value. If \\( C \\) is a constant, then its derivative is equal to zero:<\/p>\n<p>\\[<br \/>\n(C)&#8217;=0.<br \/>\n\\]<\/p>\n<p>This means that a constant value does not change, so the rate of its change is also equal to zero.<\/p>\n<p>Next, let\u2019s consider the sum and difference of functions. If the functions \\( u(x) \\), \\( v(x) \\), and \\( z(x) \\) are differentiable at some point \\( x \\), then their algebraic sum is also differentiable. In this case, the derivative of a sum or difference is equal to the sum or difference of the derivatives:<\/p>\n<p>\\[<br \/>\n(u(x)\\pm v(x)\\pm z(x))&#8217;=u'(x)\\pm v'(x)\\pm z'(x).<br \/>\n\\]<\/p>\n<p>In other words, each part of the expression can be differentiated separately. This is very convenient when a function has the form of a sum of several simpler functions.<\/p>\n<p>For example, if we need to find the derivative of the function \\( f(x)=x^3+\\sin(x)-5 \\), we differentiate \\( x^3 \\) separately, \\( \\sin(x) \\) separately, and the constant \\( -5 \\) gives zero. So, in this case, the sum rule is exactly what we use.<\/p>\n<h3>Rules for a Product and a Quotient<\/h3>\n<p>The next important rule is the <a title=\"Product rule derivative\" href=\"https:\/\/www.mathros.net.ua\/en\/product-rule-derivative.html\">derivative of a product<\/a>. If the functions \\( u(x) \\) and \\( v(x) \\) are differentiable at the point \\( x \\), then the derivative of their product is calculated as follows:<\/p>\n<p>\\[<br \/>\n(u(x)\\cdot v(x))&#8217;=u'(x)\\cdot v(x)+u(x)\\cdot v'(x).<br \/>\n\\]<\/p>\n<p>Notice that we cannot simply multiply the derivatives. That is, in general,<\/p>\n<p>\\[<br \/>\n(u(x)\\cdot v(x))&#8217;\\neq u'(x)\\cdot v'(x).<br \/>\n\\]<\/p>\n<p>That is why the product formula should be remembered well.<\/p>\n<p>A separate useful case is multiplying a function by a constant. If \\( C \\) is a constant, then<\/p>\n<p>\\[<br \/>\n(C\\cdot v(x))&#8217;=C\\cdot v'(x).<br \/>\n\\]<\/p>\n<p>So, a constant factor can be taken outside the derivative sign.<\/p>\n<p>Now let\u2019s move on to the quotient. If the functions \\( u(x) \\) and \\( v(x) \\) are differentiable at the point \\( x \\), and \\( v(x)\\neq 0 \\), then the <a title=\"Quotient rule derivative\" href=\"https:\/\/www.mathros.net.ua\/en\/quotient-rule-derivative.html\">derivative of the quotient<\/a> has the following form:<\/p>\n<p>\\[<br \/>\n\\left(\\frac{u(x)}{v(x)}\\right)&#8217;=<br \/>\n\\frac{u'(x)\\cdot v(x)-u(x)\\cdot v'(x)}{\\bigl(v(x)\\bigr)^2}.<br \/>\n\\]<\/p>\n<p>This formula looks a little longer, but its logic is simple: first, we take the derivative of the numerator and multiply it by the denominator. Then we subtract the numerator multiplied by the derivative of the denominator. The denominator contains the square of the original denominator.<\/p>\n<p>For example, if the numerator is a constant, that is, we have the expression \\( \\frac{C}{v(x)} \\), then the formula becomes simpler:<\/p>\n<p>\\[<br \/>\n\\left(\\frac{C}{v(x)}\\right)&#8217;=<br \/>\n-\\frac{C\\cdot v'(x)}{\\bigl(v(x)\\bigr)^2}.<br \/>\n\\]<\/p>\n<p>And if the denominator is a constant, that is, we have \\( \\frac{u(x)}{C} \\), then the derivative is equal to<\/p>\n<p>\\[<br \/>\n\\frac{u'(x)}{C}.<br \/>\n\\]<\/p>\n<p>This once again shows that before differentiating, it is useful to look carefully at the structure of the function.<\/p>\n<h3>Derivative of a Composite Function<\/h3>\n<p>It is also important to consider a composite function separately. Why is this so important? Because in calculus, we often meet expressions where one function is \u201cinside\u201d another. For example, these may be functions such as \\( \\ln(x^2+1) \\), \\( \\sin(3\\cdot x) \\), and \\( (2\\cdot x+5)^4 \\).<\/p>\n<p>In such cases, we use the <a title=\"Chain rule derivative\" href=\"https:\/\/www.mathros.net.ua\/en\/chain-rule-for-derivatives.html\">rule for the derivative of a composite function<\/a>. If the function \\( g(x) \\) is differentiable at the point \\( x \\), and the function \\( f \\) is differentiable at the point \\( g(x) \\), then the derivative of the composite function \\( f(g(x)) \\) is found by the formula:<\/p>\n<p>\\[<br \/>\n(f(g(x)))&#8217;=f'(g(x))\\cdot g'(x).<br \/>\n\\]<\/p>\n<p>What does this mean in simple words? First, we take the derivative of the outer function without changing the inner function. Then we must multiply the result by the derivative of the inner function.<\/p>\n<p>For example, in the function \\( \\ln(x^2+1) \\), the outer function is the logarithmic function, and the inner function is \\( x^2+1 \\). Therefore, it is not enough to find \\( (\\ln(x^2+1))&#8217; \\) as the derivative of an ordinary logarithmic function. We also need to take into account the derivative of the inner function \\( x^2+1 \\).<\/p>\n<h2>Table of Derivatives: Basic Formulas for Elementary Functions<\/h2>\n<p>After studying differentiation rules, it is natural to move on to the table of derivatives. Why is it so important? Because the rules show how to differentiate a compound expression, while the table tells us what derivative each elementary function has.<\/p>\n<p>For example, the sum rule allows us to split an expression into parts. But to complete the calculation, we need to know what the derivative of \\( x^n \\), \\( \\sin(x) \\), \\( \\ln(x) \\), \\( e^x \\), and other functions is equal to. This is exactly why we use the table.<\/p>\n<table class=\"simple-table\">\n<thead>\n<tr>\n<th>Function<\/th>\n<th>Derivative<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\\( C,\\ C\\in\\mathbb{R} \\)<\/td>\n<td>\\( (C)&#8217;=0 \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( x^n \\)<\/td>\n<td>\\( (x^n)&#8217;=n\\cdot x^{n-1} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\sqrt{x} \\)<\/td>\n<td>\\( (\\sqrt{x})&#8217;=\\frac{1}{2\\cdot\\sqrt{x}} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\frac{1}{x} \\)<\/td>\n<td>\\( \\left(\\frac{1}{x}\\right)&#8217;=-\\frac{1}{x^2} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\sin(x) \\)<\/td>\n<td>\\( (\\sin(x))&#8217;=\\cos(x) \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\cos(x) \\)<\/td>\n<td>\\( (\\cos(x))&#8217;=-\\sin(x) \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\tan(x) \\)<\/td>\n<td>\\( (\\tan(x))&#8217;=\\frac{1}{\\cos^2(x)} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\cot(x) \\)<\/td>\n<td>\\( (\\cot(x))&#8217;=-\\frac{1}{\\sin^2(x)} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( a^x \\)<\/td>\n<td>\\( (a^x)&#8217;=a^x\\cdot\\ln(a) \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( e^x \\)<\/td>\n<td>\\( (e^x)&#8217;=e^x \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\ln(x) \\)<\/td>\n<td>\\( (\\ln(x))&#8217;=\\frac{1}{x} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\log_a(x) \\)<\/td>\n<td>\\( (\\log_a(x))&#8217;=\\frac{1}{x\\cdot\\ln(a)} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\arcsin(x) \\)<\/td>\n<td>\\( (\\arcsin(x))&#8217;=\\frac{1}{\\sqrt{1-x^2}} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\arccos(x) \\)<\/td>\n<td>\\( (\\arccos(x))&#8217;=-\\frac{1}{\\sqrt{1-x^2}} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\arctan(x) \\)<\/td>\n<td>\\( (\\arctan(x))&#8217;=\\frac{1}{1+x^2} \\)<\/td>\n<\/tr>\n<tr>\n<td>\\( \\operatorname{arccot}(x) \\)<\/td>\n<td>\\( (\\operatorname{arccot}(x))&#8217;=-\\frac{1}{1+x^2} \\)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>So, when differentiating, it is worth working step by step. First, we determine what we have in front of us: a sum, a difference, a product, a quotient, a composite function, or an expression with a constant. Then we apply the appropriate rule. And only after that do we use the necessary formula from the table of derivatives.<\/p>\n<p>Also, let\u2019s not forget about preliminary transformations. Sometimes an expression can be simplified even before differentiation. For example, a fraction can be reduced, powers can be combined, and parentheses can be expanded. Isn\u2019t it easier to make the expression simpler first and only then find the derivative? This approach often helps avoid unnecessary calculations and mistakes.<\/p>\n<h2>Differentiation Rules for Functions and the Table of Derivatives: Practical Use of Formulas<\/h2>\n<p>Now let\u2019s move on to practice. After all, differentiation eules become truly clear when we apply them to specific examples. We will work step by step: first, we determine the structure of the function, then choose the rule, and after that use the table of derivatives.<\/p>\n<h3 class=\"example\">Example 1. Find the derivative of the function \\( f(x)=x^5-3\\cdot x^2+7\\cdot x-10 \\)<\/h3>\n<p>We have an algebraic sum of several terms. So, first, we apply the rule for the derivative of a sum and difference. This means that each term can be differentiated separately:<\/p>\n<p>\\[<br \/>\nf'(x)=(x^5)&#8217;-(3\\cdot x^2)&#8217;+(7\\cdot x)&#8217;-(10)&#8217;.<br \/>\n\\]<\/p>\n<p>Now let\u2019s use the table of derivatives. For a power function, we have the formula \\( (x^n)&#8217;=n\\cdot x^{n-1} \\). We also remember that the derivative of a constant is equal to zero.<\/p>\n<p>Then:<\/p>\n<p>\\[<br \/>\n\\begin{gathered}<br \/>\n(x^5)&#8217;=5\\cdot x^4,<br \/>\n\\\\[4pt]<br \/>\n(3\\cdot x^2)&#8217;=3\\cdot (x^2)&#8217;=3\\cdot 2\\cdot x=6\\cdot x,<br \/>\n\\\\[4pt]<br \/>\n(7\\cdot x)&#8217;=7,<br \/>\n\\\\[4pt]<br \/>\n(10)&#8217;=0.<br \/>\n\\end{gathered}<br \/>\n\\]<\/p>\n<p>Therefore,<\/p>\n<p>\\[<br \/>\nf'(x)=5\\cdot x^4-6\\cdot x+7.<br \/>\n\\]<\/p>\n<h3 class=\"example\">Example 2. Find the derivative of the function \\( f(x)=(x^2+1)\\cdot \\sin(x) \\)<\/h3>\n<p>Here the function is a product of two expressions. The first factor is \\( x^2+1 \\), and the second factor is \\( \\sin(x) \\). So, we need to use the product rule:<\/p>\n<p>\\[<br \/>\n(u(x)\\cdot v(x))&#8217;=u'(x)\\cdot v(x)+u(x)\\cdot v'(x).<br \/>\n\\]<\/p>\n<p>Let \\( u(x)=x^2+1 \\), and \\( v(x)=\\sin(x) \\). Then:<\/p>\n<p>\\[<br \/>\n\\begin{gathered}<br \/>\nu'(x)=(x^2+1)&#8217;=2\\cdot x,<br \/>\n\\\\[4pt]<br \/>\nv'(x)=(\\sin(x))&#8217;=\\cos(x).<br \/>\n\\end{gathered}<br \/>\n\\]<\/p>\n<p>Now substitute these derivatives into the product rule:<\/p>\n<p>\\[<br \/>\nf'(x)=2\\cdot x\\cdot \\sin(x)+(x^2+1)\\cdot \\cos(x).<br \/>\n\\]<\/p>\n<p>Therefore, the derivative is:<\/p>\n<p>\\[<br \/>\nf'(x)=2\\cdot x\\cdot \\sin(x)+(x^2+1)\\cdot \\cos(x).<br \/>\n\\]<\/p>\n<h3 class=\"example\">Example 3. Find the derivative of the function \\( f(x)=\\frac{x^3+2\\cdot x}{x^2+1} \\)<\/h3>\n<p>We have a quotient of two functions. So, we use the quotient rule:<\/p>\n<p>\\[<br \/>\n\\left(\\frac{u(x)}{v(x)}\\right)&#8217;=<br \/>\n\\frac{u'(x)\\cdot v(x)-u(x)\\cdot v'(x)}{\\bigl(v(x)\\bigr)^2}.<br \/>\n\\]<\/p>\n<p>Let the numerator be \\( u(x) \\), and the denominator be \\( v(x) \\):<\/p>\n<p>\\[<br \/>\n\\begin{gathered}<br \/>\nu(x)=x^3+2\\cdot x,<br \/>\n\\\\[4pt]<br \/>\nv(x)=x^2+1.<br \/>\n\\end{gathered}<br \/>\n\\]<\/p>\n<p>Now let\u2019s find their derivatives. For the numerator, we get:<\/p>\n<p>\\[<br \/>\nu'(x)=(x^3+2\\cdot x)&#8217;=3\\cdot x^2+2.<br \/>\n\\]<\/p>\n<p>For the denominator:<\/p>\n<p>\\[<br \/>\nv'(x)=(x^2+1)&#8217;=2\\cdot x.<br \/>\n\\]<\/p>\n<p>Substitute everything into the quotient rule:<\/p>\n<p>\\[<br \/>\nf'(x)=<br \/>\n\\frac{(3\\cdot x^2+2)\\cdot (x^2+1)-(x^3+2\\cdot x)\\cdot 2\\cdot x}{(x^2+1)^2}.<br \/>\n\\]<\/p>\n<p>Next, simplify the numerator. First, expand the first product:<\/p>\n<p>\\[<br \/>\n(3\\cdot x^2+2)\\cdot (x^2+1)=3\\cdot x^4+3\\cdot x^2+2\\cdot x^2+2=3\\cdot x^4+5\\cdot x^2+2.<br \/>\n\\]<\/p>\n<p>Now expand the second product:<\/p>\n<p>\\[<br \/>\n(x^3+2\\cdot x)\\cdot 2\\cdot x=2\\cdot x^4+4\\cdot x^2.<br \/>\n\\]<\/p>\n<p>Therefore, the numerator is equal to:<\/p>\n<p>\\[<br \/>\n3\\cdot x^4+5\\cdot x^2+2-(2\\cdot x^4+4\\cdot x^2)=x^4+x^2+2.<br \/>\n\\]<\/p>\n<p>So, finally, we have:<\/p>\n<p>\\[<br \/>\nf'(x)=\\frac{x^4+x^2+2}{(x^2+1)^2}.<br \/>\n\\]<\/p>\n<h3 class=\"example\">Example 4. Find the derivative of the function \\( f(x)=\\ln(x^2+1) \\)<\/h3>\n<p>We have a composite function. The outer function is the natural logarithm, and the inner function is \\( x^2+1 \\). So, here we need to use the chain rule:<\/p>\n<p>\\[<br \/>\n(f(g(x)))&#8217;=f'(g(x))\\cdot g'(x).<br \/>\n\\]<\/p>\n<p>Let the inner function be:<\/p>\n<p>\\[<br \/>\ng(x)=x^2+1.<br \/>\n\\]<\/p>\n<p>Then the given function can be viewed as \\( \\ln(g(x)) \\). From the table of derivatives, we know that \\( (\\ln(x))&#8217;=\\frac{1}{x} \\). But since under the logarithm we have not just \\( x \\), but the expression \\( x^2+1 \\), we also need to multiply by the derivative of the inner function.<\/p>\n<p>Find the derivative of the inner function:<\/p>\n<p>\\[<br \/>\ng'(x)=(x^2+1)&#8217;=2\\cdot x.<br \/>\n\\]<\/p>\n<p>Now apply the chain rule:<\/p>\n<p>\\[<br \/>\nf'(x)=\\frac{1}{x^2+1}\\cdot 2\\cdot x.<br \/>\n\\]<\/p>\n<p>Therefore,<\/p>\n<p>\\[<br \/>\nf'(x)=\\frac{2\\cdot x}{x^2+1}.<br \/>\n\\]<\/p>\n<h3 class=\"example\">Example 5. Find the derivative of the function \\( f(x)=\\frac{x^2-1}{x} \\)<\/h3>\n<p>At first glance, we have a quotient. So, we could immediately apply the quotient rule. But is this always the most convenient way? No. Sometimes it is better to simplify the function before differentiating.<\/p>\n<p>Divide each term in the numerator by \\( x \\):<\/p>\n<p>\\[<br \/>\n\\frac{x^2-1}{x}=\\frac{x^2}{x}-\\frac{1}{x}.<br \/>\n\\]<\/p>\n<p>Therefore,<\/p>\n<p>\\[<br \/>\nf(x)=x-\\frac{1}{x}.<br \/>\n\\]<\/p>\n<p>Now the function has become much simpler. Let\u2019s apply the rule for the derivative of a difference:<\/p>\n<p>\\[<br \/>\nf'(x)=(x)&#8217;-\\left(\\frac{1}{x}\\right)&#8217;.<br \/>\n\\]<\/p>\n<p>According to the table of derivatives, \\( (x)&#8217;=1 \\), and \\( \\left(\\frac{1}{x}\\right)&#8217;=-\\frac{1}{x^2} \\). Then:<\/p>\n<p>\\[<br \/>\nf'(x)=1-\\left(-\\frac{1}{x^2}\\right).<br \/>\n\\]<\/p>\n<p>Therefore,<\/p>\n<p>\\[<br \/>\nf'(x)=1+\\frac{1}{x^2}.<br \/>\n\\]<\/p>\n<h2>The Next Step in Differentiation: Topics for Further Study<\/h2>\n<p>After studying differentiation rules and the table of derivatives, it is worth moving on to topics where the derivative is found in a less standard way. This is exactly where we can clearly see how basic formulas work in more complex situations. So, what should we consider next?<\/p>\n<ol>\n<li><a title=\"Derivative of an implicitly defined function\" href=\"https:\/\/www.mathros.net.ua\/en\/\">Derivative of an Implicitly Defined Function: Differentiation Without an Explicit Expression<\/a> \u2014 This article will explain how to find a derivative when a function is given by an equation, and the required variable is not expressed explicitly.<\/li>\n<li><a title=\"Derivative of a parametrically defined function\" href=\"https:\/\/www.mathros.net.ua\/en\/\">Derivative of a Parametrically Defined Function: Working with an Auxiliary Parameter<\/a> \u2014 This topic will explain how to find a derivative when the coordinates depend not on each other, but on a common parameter.<\/li>\n<li><a title=\"Logarithmic differentiation\" href=\"https:\/\/www.mathros.net.ua\/en\/\">Logarithmic Differentiation: A Convenient Method for Complex Expressions<\/a> \u2014 This article will show how logarithms help simplify the differentiation of products, quotients, and power expressions.<\/li>\n<\/ol>\n<h2>Differentiation Rules and Table of Derivatives: An Algorithm for Your Own Code<\/h2>\n<p>If you are interested in programming, try turning your knowledge of derivatives into a small practical project. The flowchart below shows an algorithm that finds the value of the derivative of a polynomial at a given point: the program takes the degree, the coefficients, and the value of \\( x \\), and then calculates the result.<\/p>\n<p>This is a great opportunity to see how differentiation rules and the table of derivatives work not only on paper, but also in code. Implement this algorithm in <em>Pascal<\/em>, <a title=\"What is Python\" href=\"https:\/\/www.mathros.net.ua\/en\/what-is-python.html\"><em>Python<\/em><\/a>, <em>JavaScript<\/em>, <em>C++<\/em>, or any other language you like. Isn\u2019t it interesting to make a mathematical formula work like a real computational tool?<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"size-full wp-image-3868 aligncenter\" src=\"https:\/\/www.mathros.net.ua\/en\/wp-content\/uploads\/2026\/06\/differentiation-rules-and-table-of-derivatives2.jpg\" alt=\"Flowchart of an algorithm showing how differentiation rules and the table of derivatives help find the value of the derivative of a polynomial at a user-given point\" width=\"600\" height=\"263\" srcset=\"https:\/\/www.mathros.net.ua\/en\/wp-content\/uploads\/2026\/06\/differentiation-rules-and-table-of-derivatives2.jpg 600w, https:\/\/www.mathros.net.ua\/en\/wp-content\/uploads\/2026\/06\/differentiation-rules-and-table-of-derivatives2-300x132.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The derivative is one of the key concepts in calculus. However, finding it by using the definition every time is<\/p>\n","protected":false},"author":1,"featured_media":3870,"comment_status":"open","ping_status":"closed","sticky":false,"template":"template-centered.php","format":"standard","meta":{"footnotes":""},"categories":[358],"tags":[539,363,546,544,545],"class_list":["post-3838","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-derivative-and-differential","tag-calculus","tag-derivative-examples","tag-derivative-formulas","tag-differentiation-rules","tag-table-of-derivatives"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts\/3838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/comments?post=3838"}],"version-history":[{"count":26,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts\/3838\/revisions"}],"predecessor-version":[{"id":3869,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts\/3838\/revisions\/3869"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/media\/3870"}],"wp:attachment":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/media?parent=3838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/categories?post=3838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/tags?post=3838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}