Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6831923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:47:43+00:00 2026-05-26T22:47:43+00:00

Let’s say one is given the ODE y” + ay = 0 with boundary

  • 0

Let’s say one is given the ODE y” + ay = 0 with boundary conditions y'(0) = 0 and y'(1) = 0. How would one use Mathematica to find the eigenvalues and eigenfunctions? What if one is given a more general ODE, let’s say y” + (y^2 – 1/2)y = 0 with the same boundary conditions?


This question has been answered by Simon’s comment below.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:47:44+00:00Added an answer on May 26, 2026 at 10:47 pm

    DSolve only gives solutions for “generic” parameters, which is why

    DSolve[y''[x] + a^2 y[x] == 0 && y'[0] == 0 && y'[1] == 0, y, x]
    

    only returns the trivial {{y -> Function[{x}, 0]}}.

    If you’re considering $-a^2$ to be an eigenvalue of the second derivative operator with the 0 velocity boundary conditions, first solve

    In[1]:= sol = DSolve[y''[x] + a^2 y[x] == 0, y, x]
    Out[1]= {{y -> Function[{x}, C[1] Cos[a x] + C[2] Sin[a x]]}}
    

    then enforce the boundary conditions using Reduce
    (where, to simplify the result, I’ve also assumed that a != 0
    and that sol is not trivial)

    In[2]:= Reduce[y'[0] == 0 && y'[1] == 0 && 
                   a != 0 && (C[1] != 0 || C[2] != 0) /. sol, 
                   a] // FullSimplify
    
    Out[2]= Element[C[3], Integers] && C[2] == 0 && C[1] != 0 && 
            ((a == 2*Pi*C[3] && a != 0) || Pi + 2*Pi*C[3] == a)
    

    which says that the eigenvectors are proportional to $\cos(a x)$ for $a = 2 n \pi$ or $a = (2 n + 1) \pi$ with $n$ an integer.


    As for the second equation in your question, it only makes sense to talk about eigenvectors for linear operators. For nonlinear differential equations, eigenvectors are useful for examining the linearized behaviour around critical points.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have a C++ Visual Studio 2010 solution with 2 projects: one
Let's say you create a wizard in an HTML form. One button goes back,
Let's say i have two tables in db: Car and Part. Car owns arbitrialy
Let’s say I have a number like 0x448 . In binary this is 0100
Let's say I have a 12-bit Analog to Digital Converter (4096 bins). And let's
Let's say I have a structure named vertex with a method that adds two
Let's say I have two tables orgs and states orgs is (o_ID, state_abbr) and
Let's say on a page I have alot of this repeated: <div class=entry> <h4>Magic:</h4>
Let's say I can call a method like this: core::get() . What is the
Let's say I have window.open (without name parameter), scattered in my project and I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.