auto ad

Wednesday, June 24, 2026

If (sin x)ʸ = yᶜᵒˢˣ, then find dy/dx

 If (sin x)ʸ = yᶜᵒˢˣ, then find dy/dx.


differential calculus topic of logarthimic differentiation

given

(sin x)ʸ = yᶜᵒˢˣ  [power contains variables]

Take ln both sides

ln[(sin x)ʸ] = ln[yᶜᵒˢˣ]  [use properties of logarithms]

 y. ln(sin x) = cos x . ln y


 Differentiate w.r.t. x

[use product rule and chain rule]

  [dy/dx] ln(sin x) + y cot x  =  −sin x · ln y + cos x · (1/y) ·[ dy/dx]

[dy/dx ] ln(sin x) + y cot x = −sin x ln y + (cos x / y) [dy/dx]


Collect dy/dx terms

 [dy/dx] ln(sin x) − (cos x / y)[ dy/dx ]= −sin x ln y − y cot x


[ dy/dx] [ln(sin x) − cos x / y] = −[sin x ln y + y cot x]


dy/dx = −[sin x ln y + y cot x] / [ln(sin x) − cos x / y]


  Multiply numerator and denominator by y:

dy/dx = −y[sin x ln y + y cot x] / [y ln(sin x) − cos x]


see this video for more explanation 




cbse 12th maths old board exam question paper
2025 2026 differentiation
logarthmic differentiation
 

Tuesday, June 23, 2026

Find a particular solution of the differential equation (x + 1) dy/dx = 2 e⁻ʸ − 1, given that y = 0 when x = 0

 Find a particular solution of the differential equation

(x + 1) dy/dx = 2 e⁻ʸ − 1,

given that y = 0 when x = 0


variable separable differential equation with initial condition

given

(x + 1) dy/dx = 2 e⁻ʸ − 1,


separating

 dy / (2 e⁻ʸ − 1) = dx / (x + 1)

multiply numerator and denominator of LHS with  eʸ 

eʸ dy / (2 − eʸ) = dx / (x + 1)


integrating

∫ eʸ / (2 − eʸ) dy = ∫ 1 / (x + 1) dx


for the LHS use the substitution

u = 2 − eʸ 

⇒ du = −eʸ dy

eʸ dy =-du


we get

 ∫ −du / u = ∫ 1 / (x + 1)  dx

 −ln|u| = ln|x + 1| + C


re substitute the value of u = 2 − eʸ 

 −ln|2 − eʸ| = ln|x + 1| + C

 ln|2 − eʸ| +ln|x + 1| = -C

using properties of logarithms,

ln|(2 − eʸ)(x + 1)| = -C

using definition of logarithm

 (x + 1)(2 − eʸ) = A-----(1)

, where A is another arbitrary constant

use the initial condition   y = 0 when x = 0 to solve for A

we get A =1

(1)⇒ (x + 1)(2 − eʸ) =1


or

2 − eʸ = 1 / (x + 1)

eʸ = 2 − [ 1 / (x + 1)]

eʸ =  (2x + 1) / (x + 1)


using definition of log

y = ln[(2x + 1) / (x + 1)]


for more details watch this video 


cbse 12th past year question papers 2025 2026 differential equations

Monday, June 22, 2026

variable separable differential equation dy/dx = (2 − y) / (x + 1)

 Solve the following variable separable differential equation

dy/dx = (2 − y) / (x + 1)



dy/dx = (2 − y) / (x + 1)


clearly it is variable separable type

dy / (2 − y) = dx / (x + 1)


integrating both sides

∫ dy / (2 − y) = ∫ dx / (x + 1)

ln|2 − y| = ln|x + 1| + lnC [ note the ( -1), coefficient of y when integrating]


0 = ln|2 − y| + ln|x + 1| + lnC

use the property of logarithms

0=ln [ |2 − y| |x + 1| C ]


or

[ |2 − y| |x + 1| C ] = 1

for more details refer to this video


cbse  12th applied mathematics 2025 2026 old board exam question papers applied mathematics
variable sepaprable differential equation



Wednesday, June 17, 2026

Three consecutive positive integers are such that sum of square of the first and the product of the other two is 67, find the integers.

 Three consecutive positive integers are such that sum of square of the first and the product of the other two is 67, find the integers.


Let the three consecutive positive integers be n, n+1, n+2

Given that

that sum of square of the first and the product of the other two is 67


n² + (n+1)(n+2) = 67

n² + (n² + 2n + n + 2) = 67  

n² + n² + 3n + 2 = 67  

2n² + 3n + 2 = 67  

2n² + 3n + 2 - 67  = 0

2n² + 3n − 65 = 0

Solve by quadratic formula or factorisation

Factorisation method

Find two numbers that gives a product of 2 × (−65) = −130 and add to 3.

by trial and error the numbers13 and −10 satisfy the condition

use this to split the middle term of

2n² + 3n − 65 = 0

.2n² + 13n − 10n − 65 = 0

n(2n + 13) − 5(2n + 13) = 0

(n − 5)(2n + 13) = 0


solving

n − 5 = 0 ⇒ n = 5

2n + 13 = 0 ⇒ n = −13/2 (rejecct)


required positive integers are

n=5

n+1 =6

n+2=7


for a video of the solution




cbse 10th maths pervious years old question papers 2025 2026 standard mathematics

   quadratic equation word problem  formation and solution by splitting the middle term


Monday, June 15, 2026

∫ cos x / [(2 + sin x)(4 + sin x)] dx

 find ∫ cos x / [(2 + sin x)(4 + sin x)] dx 

integration by substitution and partial fractions

Substitution

Let t = sin x

Then dt = cos x dx


 ∫ cos x / [(2 + sin x)(4 + sin x)] dx =  ∫ 1 / [(2 + t)(4 + t)] dt


Method of partial fractions

 1 / [(t + 2(t + 4)] = A/(t + 2) + B/(t + 4)

multiply [t+2][t+4]

1 = A(t + 4) + B(t + 2)


Put t = −2

1 = A(2) 

⇒ A = ½


Put t = −4:

1 = B(−2) 

⇒ B = −½


1 / [(t + 2)(t + 4)] = ½[1/(t + 2) − 1/(t + 4)]




integrate

I = ½  ∫ [1/(t + 2)  − 1/(t + 4)] dt 

= ½[ln|t + 2| − ln|t + 4|] + C

= ½ ln|(t + 2)/(t + 4)| + C   use  t = sin x

=½ ln[(2 + sin x)/(4 + sin x)] + C

for  explanation watch this video 



Thursday, June 11, 2026

The sum of numerator and denominator of a fraction is 4 less than twice the denominator. If each of the numerator and denominator is decreased by 1, the fraction becomes ¹⁄₃. Find the fraction.

 The sum of numerator and denominator of a fraction is 4 less than twice the denominator. If each of the numerator and denominator is decreased by 1, the fraction becomes ¹⁄₃. Find the fraction.


Let numerator = x, denominator = y. Fraction = x⁄y


Given

sum of numerator and denominator of a fraction is 4 less than twice the denominator


 x + y = 2y − 4

⇒ x = y − 4  --- (1)

Given

If each of the numerator and denominator is decreased by 1, the fraction becomes ¹⁄₃

 (x − 1)⁄(y − 1) = ¹⁄₃

⇒ 3(x − 1) = y − 1

⇒ 3x − 3 = y − 1

⇒ 3x = y + 2  --- (2)


Solve using substitution method

Substitute (1) into (2):

3(y − 4) = y + 2

3y − 12 = y + 2

2y = 14

y = 7 

 Then 

x = y − 4 

x = 7 -4

x= 3  


x =3 

y=7


 The fraction is ³⁄₇


linear equations in two unknowns

formation of linear equations and solution by substitution method

cbse 10th maths previous years question papers 

2025 2026


for a detailed video of the solution using elimination method

\refer  


Wednesday, June 10, 2026

If cos A + sin A = (√2) cos A, prove that cos A − sin A = (√2) sin A

 If cos A + sin A = (√2) cos A, prove that cos A − sin A = (√2) sin A


given

cos A + sin A = (√2) cos A


sin A =  (√2) cos A - cos A


sin A = (√2 - 1 ) cos A

sin A/ (√2 - 1 )  = cos A

rationalising

(√2 + 1 ) sin A/ [ (√2 - 1 ) (√2 + 1 ) ]  = cos A


(√2 + 1 ) sin A / [2-1] = cosA


(√2 + 1 ) sin A / [1] = cosA

(√2 + 1 ) sin A = cosA

apply distribution law

(√2) sin A + 1 sinA = cosA


(√2) sin A + sin A = cosA  

(√2) sin A  = cosA - sin A

OR

cos A − sin A = (√2) sin A




cbse 10th maths old board exam question paper 2025 2026 trigonometry


video of an alternate method