We're given the above triangle with sides $a$ and $b$ , and area $A$. $a$ is increased by $4$% and $b$ is decreased by $3$% , we need to approximate the percentage change in the area using differentials.
What I tried :
The percentage change for a function $f(x,y)$ is given by :
$\nabla f \approx f_x \nabla x + f_y \nabla y$.
So we write , $A = \dfrac{1}{2}absin\theta$ , $\theta = \dfrac{\pi}{6}$ => $A = \dfrac{1}{4}ab$ , $A_a = \dfrac{b}{4}$ and $A_b = \dfrac{a}{4}$ ,
$\nabla A \approx A_a \nabla a + A_b \nabla b$
=> $\nabla A \approx \dfrac{b}{4}0.04 - \dfrac{a}{4}0.03$ ,
=> $\nabla A \approx \dfrac{4b-3a}{400}$ ,
But the solution says " About 1% change in area " , am I doing something wrong ?
Help!

Dropping a height onto side $b$ you get a 30-60-90 triangle, so the height is $a \sin \theta = a/2$ and the area of the triangle then must be
$$\frac{\text{base} \times \text{height}}{2} = \frac{b \times (a/2)}{2} = \frac{ab}{4}. $$
$a$ is increased by $4\%$ and $b$ - decreased by $3\%$, so replace $a$ with $1.04a$ and $b$ with $0.97b$, to get $$ A' = \frac{1.04 a \times 0.97 b}{4} = 1.04 \times 0.97 A = 1.0088 A,$$
so the net increase in the area is $0.88\%$.