Euler's Equation MCQ Quiz - Objective Question with Answer for Euler's Equation - Download Free PDF

Last updated on Apr 22, 2025

Latest Euler's Equation MCQ Objective Questions

Euler's Equation Question 1:

Choose the correct option for the given differential equation

x2 y’’ – 5 xy’ + 9y = 0, V x > 0

  1. If y(1) = 1 then y(x) → ∞ as x → ∞ 
  2. If y(1) = 1 then y(x) → ∞ as x → 0
  3.  y(x) → 0 as x → ∞ 
  4. y(x) is bounded on R

Answer (Detailed Solution Below)

Option 1 : If y(1) = 1 then y(x) → ∞ as x → ∞ 

Euler's Equation Question 1 Detailed Solution

Concept:

Write x2dnydxn=D(D1)(D(n1),D=ddz,x=e2 

Solve the auxiliary equation for values of m.

For separated roots: y = (C1 + C2 z)emz

Calculation:

m(m – 1) – 5m + 9 = 0

m2 – 6m + 9 = 0 (m – 3)2 = 0

m = 3, 3

y = (C1 + C2 z) e3z

y = (C1 + C2 In(x)) x3

Hence y(x) is unbounded on real number as ln(x) is unbounded.

So option(4) is false.

If y(1) = 1 then 1 = C1

then y = (1 + C2 In(x)) x3

Now y(x) → ∞ as x → ∞ 

So Option (1) is true and Option (2) & (3) are false.

Euler's Equation Question 2:

The initial value problem

dydt+2y=0,y(0)=1

is solved numerically using the forward Euler’s method with a constant and positive time step of Δt. 

Let 𝑦𝑛 represent the numerical solution obtained after 𝑛 steps. The condition |𝑦n+1| ≤ |𝑦n| is satisfied if and only if Δt does not exceed _____________.

(Answer in integer)

Answer (Detailed Solution Below) 0.999 - 1.001

Euler's Equation Question 2 Detailed Solution

Concept:

Explicit Forward Euler Method:

dydx=f(x,y)

yn+1 = yn + hf(xn, yn)

Calculation:

Given:

dydt+2y=0 y(0) = 1, h = Δt = positive

t0 = 1, y0 = 1

dydt=2y

f(t, y) = -2y

yn+1 = yn + hf(tn, yn)

yn+1 = yn + Δt(-2yn)

yn+1 = yn - Δt2yn

yn+1 = yn (1 - 2Δt)

yn+1yn=12Δt

|Yn+1||yn|1

⇒ |1 - 2Δt| ≤ 1

⇒ |1 - 2Δt| ≤ 1

-1 ≤ 1 - 2Δt ≤ 1

-2 ≤ -2Δt ≤ 0

0 ≤ 2Δt ≤ 2

0 ≤ Δt ≤ 1

Euler's Equation Question 3:

Consider a differential equation dy(x)dxy(x)=x with the initial condition y(0) = 0. Using Euler's first order method with a step size of 0.1. The value of y(0.3) is

  1. 0.01
  2. 0.031
  3. 0.0631
  4. 0.1

Answer (Detailed Solution Below)

Option 2 : 0.031

Euler's Equation Question 3 Detailed Solution

Concept:

Using Euler's first order method

yn+1=yn+hf(xn,yn)

Analysis:

Step size, h = 0.1

y1p=y0+hf(x0,y0)

du(x)dxy(x)=x

y = 0 ⇒ x = 0, h = 0.1

y = 0.3

dydx=x+y

F1 Neha B 20-08-21 Savita D1

y1 = y0 + h(x0 + y0)

= 0 + 0.1 × 0      f(x0 y0) = 0 + 0

y1 = 0

y2 = y1 + h(x1 + y1)

= 0 + 0.1 × [0.1 + 0]

= 0.01

y3 = y2 + 0.1 (x2 + y2)

= 0.01 + 0.1 (.2 + 0.01)

= 0.01 + 0.021

= 0.031

Euler's Equation Question 4:

If u=(xy)+(y2x) then the value of x22ux2+2xy2uxy+y22uy2 is

  1. 0
  2. -1
  3. u
  4. 2u

Answer (Detailed Solution Below)

Option 1 : 0

Euler's Equation Question 4 Detailed Solution

Given:

u=(xy)+(y2x)

Consider:

u(kx,ky)=kxky+k2y2kx

u(kx,ky)=kxky+ky2x

u(kx,ky)=k[xy+y2x]=k.u(x,y)

u(x, y) is a homogeneous function with degree n = 1

By Euler’s theorem, we have:

x22ux2+2xy2uxy+y22uy2=n(n1)u

∴x2uxx + 2xy uxy + y2uyy = 1(1 - 1) u = 0

Euler's Equation Question 5:

If u(x,y)=x4tan1(yx)+(x5+y5x+y), then xυx+yυy is.

  1. 4u
  2. 12u
  3. -4u
  4. -12u

Answer (Detailed Solution Below)

Option 1 : 4u

Euler's Equation Question 5 Detailed Solution

Concept:

Euler’s theorem for homogeneous function of degree (n)

xυx+yυy=nu

u(λx, λy) = λn (x, y), n is degree.

Calculation:

u(x,y)=x4[tan1(yx)+(1+(yx)51+(yx))]

n = 4

∴ xυx+yυy=4u

Top Euler's Equation MCQ Objective Questions

If u=sin1(xy)+tan1(yx), then the value of xux+yuy is

  1. U
  2. 2u
  3. 3u
  4. 0

Answer (Detailed Solution Below)

Option 4 : 0

Euler's Equation Question 6 Detailed Solution

Download Solution PDF

Explanation:

If u=sin1(xy)+tan1(yx)

xux+yuy=?

ux=11(xy)2×1y+11+(yx)2×y(1x2)

uy=11(xy)2×(xy2)+11+(1x)2×1x

xux+yuy=xy×11(xy)2x×yx2×1[1+(yx)2]

y×(xy2)×11(xy)2+y×1x1(1+(yx)2)

∴ xux+yuy=0

If u=sin1(x+yx+y) then by Euler's theorem, xux+yuy equals to

  1. 12sinu
  2. 12tanu
  3. x + y

  4. sin x + sin y

Answer (Detailed Solution Below)

Option 2 : 12tanu

Euler's Equation Question 7 Detailed Solution

Download Solution PDF

Concept:

Since z is a homogeneous function of x, y of degree n, we can use Euler’s Theorem defined as:

xdzx+yzy=nz   ---(1)

Now, z = f(u)

zx=f(u)ux, and

zy=f(u)uy

Substituting this in Equation (1), we get:

xf(u)ux+yf(u)uy=nf(u)

xux+yuy=nf(u)f(u)

Calculation:

Given:

u=sin1(x+yx+y)

u is not a homogenous function.

z=sinu=x+yx+y

z=x(1+yx)x(1+yx)

z=x12ϕ(yx)

f(u)=tan u

Now, z is a homogeneous function of x and y of degree 1/2.

Since xux+yuy=nf(u)f(u), we can write:

xux+yuy=12×sinucosu

xux+yuy=12tanu

Consider the ordinary differential equation x2d2ydx22xdydx+2y=0. Given the values of y(1) = 0 and y(2) = 2, the value of y(3) (round off to 1 decimal place), is ________.

Answer (Detailed Solution Below) 5.9 - 6.1

Euler's Equation Question 8 Detailed Solution

Download Solution PDF

Explanation:

Given DE

x2d2ydx22xdydx+2y=0

&y(1)=0,y(2)=2

⇒ [x2D2 – 2xD + 2] y = 0

Letθ=ddz&x=ez

Let xD = θ; x2D2 = θ (θ - 1);

[θ × (θ - 1) - 2θ + 2]y = 0

⇒ [θ2 - 3θ + 2] y = 0

The Auxiliary Equation is θ2 - 3θ + 2 = 0

⇒ (θ - 2) × (θ - 1) = 0

⇒ θ = 1, 2

→ Obtained roots of Auxiliary Equation are real and distinct

∴ The solution of eq (1) is

y = C1ez + C2e2z

⇒ y = C1x + C2x2 [∵ x = ez]      ………..…(2)

Given ∴ y = 0 at x = 1

⇒ 0 = C1 + C2 ⇒ C1 = -C2

& y = 2 at x = 2

⇒ 2 = 2C1 + 4C2 ⇒ 2 = -2C2 + 4C2

C2 = 1 and C1 = -1

The solution is

y = -x + x2 ⇒ y(3) = -3 + 32

⇒ y(3) = 6.

Consider the equation dudt=3t2+1 with u = 0 at t = 0. This is numerically solved by using the forward Euler method with a step size, Δt = 2. The absolute error in the solution at the end of the first time step is ________

Answer (Detailed Solution Below) 7.95 - 8.05

Euler's Equation Question 9 Detailed Solution

Download Solution PDF

dudt=3t2+1

Forward Euler Method

y1 = y0 + hf(t)

at t = 0, u = 0

y1 = 0 + 2(3 × 02 + 1)

u1 = 2

dudt=3t2+1du=02(3t2+1)dtu1=t3+t]02

u1 = 10

Absolute error = 10 – 2 = 8

Euler’s equation is

  1. dpρgdz+vdv=0
  2. dpρ+gdz+vdv=0
  3. ρdp + gdz + vdv = 0
  4. none of these

Answer (Detailed Solution Below)

Option 2 : dpρ+gdz+vdv=0

Euler's Equation Question 10 Detailed Solution

Download Solution PDF

Explanation:

Euler’s Equation of motion in the differential form given by the following equation:

dpρ+gdz+vdv=0

This equation is based on the assumptions that the flow is ideal and viscous forces are zero.

The integration of the Euler’s equation of motion with respect to displacement along a streamline gives the Bernoulli equation.

Additional Information

Bernoulli's Equation:

  • Bernoulli's principle states that the sum of pressure energykinetic energy, and potential energy per unit volume of an incompressible, non- viscous fluid in a streamlined irrotational flow remains constant along a streamline.
  • This means that in steady flow the sum of all forms of mechanical energy in a fluid along a streamline is the same at all points on that streamline.

F1 J.K Madhu 15.05.20 D9

P+12ρV2+ρgh= A constant

Consider a differential equation dy(x)dxy(x)=x with the initial condition y(0) = 0. Using Euler's first order method with a step size of 0.1. The value of y(0.3) is

  1. 0.01
  2. 0.031
  3. 0.0631
  4. 0.1

Answer (Detailed Solution Below)

Option 2 : 0.031

Euler's Equation Question 11 Detailed Solution

Download Solution PDF

Concept:

Using Euler's first order method

yn+1=yn+hf(xn,yn)

Analysis:

Step size, h = 0.1

y1p=y0+hf(x0,y0)

du(x)dxy(x)=x

y = 0 ⇒ x = 0, h = 0.1

y = 0.3

dydx=x+y

F1 Neha B 20-08-21 Savita D1

y1 = y0 + h(x0 + y0)

= 0 + 0.1 × 0      f(x0 y0) = 0 + 0

y1 = 0

y2 = y1 + h(x1 + y1)

= 0 + 0.1 × [0.1 + 0]

= 0.01

y3 = y2 + 0.1 (x2 + y2)

= 0.01 + 0.1 (.2 + 0.01)

= 0.01 + 0.021

= 0.031

Euler's Equation Question 12:

If u=xn1yf(yx) then x2ux2+y2uyx is equal to

  1. (n1)ux
  2. (n1)uy
  3. nu
  4. n(n – 1) u

Answer (Detailed Solution Below)

Option 1 : (n1)ux

Euler's Equation Question 12 Detailed Solution

Concept:

Euler's theorem for the homogeneous equation of degree 'n' with 'x' and 'y' as variables states that:

xux+yuy=nu

Analysis:

We have:

u=xn1yf(yx)

u=xn(yx)f(yx)

u is a homogenous function of degree n.

xux+yuy=nu

Now differentiate partially w.r.t. x again, we get:

x2ux+ux+y2uxy=n(ux)

x2ux+y2uxy=(n1)ux

Euler's Equation Question 13:

If u=tan1(y3x3x2+y2+xy) the value of xux+yuy at x = 1 and y = 3 is _____

  1. 0.6
  2. 0.4
  3. 0.8
  4. 1.2

Answer (Detailed Solution Below)

Option 2 : 0.4

Euler's Equation Question 13 Detailed Solution

Explanation:

u=tan1(y3x3x2+y2+xy)

tanu=y3x3x2+y2+xy=(yx)(x2+y2+xy)(x2+y2+xy)

Now,

tanu=y[1(xy)] is a homogeneous function of degree ‘1’

xux+yuy=nf(u)f(u)=1×tanusec2u

=tanu1+tan2u=(yx)1+(yx)2

=(31)1+(31)2=25=0.4

Euler's Equation Question 14:

In the differential equation dydx=x2+y2,y(1)=2 is solved using the Euler’s method with step size h = 0.1, then y2 is equal to (round off to 2 places of decimal)

Answer (Detailed Solution Below) 2.4 - 2.5

Euler's Equation Question 14 Detailed Solution

Given that, y=dydx=x2+y2

y(1) = 2 ⇒ y0 = 2, x0 = 1

h = 0.1

According to Euler’s method, yn+1=yn+hy(xn,yn)

First iteration:

y0 = 2, x0 = 1, h = 0.1

y(x0,y0)=12+22=5

y1=y0+hy(x0,y0)=2+0.1(5)=2.22

Second iteration:

y1 = 2.22, x1 = x0 + h = 1 + 0.1 = 1.1, h = 0.1

y(x1,y1)=1.12+2.22=6

y2=y1+hy(x1,y1)=2.22+0.1(6)=2.46

Euler's Equation Question 15:

An explicit forward Euler method is used to numerically integrate the differential equation

dydx=y2,0x0.5

Using a step size of 0.1 with the initial condition y(0) = 1, the value of y(0.5) computed by this method is ____ (correct to two decimal places).

Answer (Detailed Solution Below) 1.8000 - 1.8010

Euler's Equation Question 15 Detailed Solution

Concept:

Explicit Forward Euler Method:

dydx=f(x,y)

yn+1 = yn + hf(xn, yn)

Calculation:

Given:

dydx=y2=f(x,y)

y(0) = 1 which means x = 0, y = 1. Also, h = 0.1

x0 = 0, x1 = 0.1, x2 = 0.2, x3 = 0.3, x4 = 0.5, x5 = 0.5

Using forward Euler method:

yn+1 = yn + hf(xn, yn)

y1 = y0 + h f(x0, y0) = y0 + hy0 = 1 + 0.1 × (1)2 = 1.1

y2 = y1 + h f(x1, y1) = 1.1 + 0.1 × (1.1)2 = 1.221

y3 = y2 + h f(x2, y2) = 1.221 + 0.1 × (1.221)2 = 1.37008

y4 = y3 + h f(x3, y3) = 1.37008 + 0.1 × (1.37008)2 = 1.5578

y5 = y4 + h f(x4, y4) = 1.5578 + 0.1 × (1.5578)2 = 1.8005

y5 = y(0.5) = 1.8005

Get Free Access Now
Hot Links: teen patti game teen patti bodhi teen patti diya teen patti game online teen patti online game